Skip to content

Commit 3d78780

Browse files
committed
DescribeDomain add CertificateValid date.
1 parent 270c1cd commit 3d78780

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

cloudapi-20160714/ChangeLog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-04-13 Version: 2.2.16
2+
- DescribeDomain add CertificateValid date.
3+
14
2023-03-23 Version: 2.2.15
25
- DescribeApis add tag parameter.
36
- CreateApp hidden parameter.

cloudapi-20160714/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>cloudapi20160714</artifactId>
6-
<version>2.2.15</version>
6+
<version>2.2.16</version>
77
<packaging>jar</packaging>
88
<name>cloudapi20160714</name>
99
<description>Alibaba Cloud CloudAPI (20160714) SDK for Java

cloudapi-20160714/src/main/java/com/aliyun/cloudapi20160714/models/DescribeApiHistoryRequest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class DescribeApiHistoryRequest extends TeaModel {
1111
public String apiId;
1212

1313
/**
14-
* <p>The ID of the API group. The ID is generated by the system and globally unique.</p>
14+
* <p>The ID of the API group to which the API belongs. This ID is generated by the system and globally unique.</p>
1515
*/
1616
@NameInMap("GroupId")
1717
public String groupId;
@@ -30,7 +30,7 @@ public class DescribeApiHistoryRequest extends TeaModel {
3030
* <br>
3131
* <p>* **RELEASE**: production environment</p>
3232
* <p>* **TEST**: test environment</p>
33-
* <p>* **PRE**: pre-release environment</p>
33+
* <p>* **PRE**: staging environment</p>
3434
*/
3535
@NameInMap("StageName")
3636
public String stageName;

cloudapi-20160714/src/main/java/com/aliyun/cloudapi20160714/models/DescribeApiHistoryResponseBody.java

+11-11
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ public class DescribeApiHistoryResponseBody extends TeaModel {
4343
* <br>
4444
* <p>* **ANONYMOUS**: The API can be anonymously called. Take note of the following information:</p>
4545
* <br>
46-
* <p> * All users who have the permissions to obtain the API information can call this API. API Gateway neither authenticates callers nor configures user-specific throttling policies. You must configure throttling policies for public APIs.</p>
46+
* <p> * All users who have obtained the API service information can call this API. API Gateway neither authenticates callers nor sets user-specific throttling policies. If this API is a public one, you must set throttling policies for it.</p>
4747
*/
4848
@NameInMap("AuthType")
4949
public String authType;
5050

5151
/**
52-
* <p>The backend configurations.</p>
52+
* <p>The configuration items of the backend service.</p>
5353
*/
5454
@NameInMap("BackendConfig")
5555
public DescribeApiHistoryResponseBodyBackendConfig backendConfig;
@@ -106,7 +106,7 @@ public class DescribeApiHistoryResponseBody extends TeaModel {
106106
public String failResultSample;
107107

108108
/**
109-
* <p>* Indicates whether to forcefully check X-Ca-Nonce. X-Ca-Nonce is the unique identifier of a request and is generally identified by UUID. If the **ForceNonceCheck** parameter is set to **true**, X-Ca-Nonce is forcefully checked. After API Gateway receives this parameter, API Gateway verifies the validity of this parameter. The same value can be used only once within 15 minutes. This helps prevent replay attacks.</p>
109+
* <p>* Indicates whether to forcefully check X-Ca-Nonce. X-Ca-Nonce is the unique identifier of a request and is generally identified by UUID. If the **ForceNonceCheck** parameter is set to **true**, X-Ca-Nonce is forcefully checked. After API Gateway receives this parameter, API Gateway verifies the validity of this parameter. The same value can be used only once within 15 minutes. This helps defend against replay attacks.</p>
110110
* <p>* If the **ForceNonceCheck** parameter is set to **false**, X-Ca-Nonce is not checked. When you create an API, the default value of this parameter is false.</p>
111111
*/
112112
@NameInMap("ForceNonceCheck")
@@ -177,7 +177,7 @@ public class DescribeApiHistoryResponseBody extends TeaModel {
177177
public DescribeApiHistoryResponseBodyResultDescriptions resultDescriptions;
178178

179179
/**
180-
* <p>The sample response that is returned.</p>
180+
* <p>The sample response.</p>
181181
*/
182182
@NameInMap("ResultSample")
183183
public String resultSample;
@@ -214,7 +214,7 @@ public class DescribeApiHistoryResponseBody extends TeaModel {
214214
* <p>The environment to which the API is published. Valid values:</p>
215215
* <br>
216216
* <p>* **RELEASE**: production environment</p>
217-
* <p>* **PRE**: pre-release environment</p>
217+
* <p>* **PRE**: staging environment</p>
218218
* <p>* **TEST**: test environment</p>
219219
*/
220220
@NameInMap("StageName")
@@ -900,7 +900,7 @@ public String getPublicKeyId() {
900900

901901
public static class DescribeApiHistoryResponseBodyRequestConfig extends TeaModel {
902902
/**
903-
* <p>The format in which data was transmitted to the server for POST and PUT requests. Valid values: FORM and STREAM. FORM indicates that data was transmitted as forms that consist of key-value pairs. STREAM indicates that data was transmitted as byte streams. This parameter takes effect when the RequestMode parameter is set to MAPPING.</p>
903+
* <p>The format in which data was transmitted to the server for a POST or PUT request. Valid values: FORM and STREAM. FORM indicates that data was transmitted as forms that consist of key-value pairs. STREAM indicates that data was transmitted as byte streams. This parameter takes effect when the RequestMode parameter is set to MAPPING.</p>
904904
*/
905905
@NameInMap("BodyFormat")
906906
public String bodyFormat;
@@ -940,7 +940,7 @@ public static class DescribeApiHistoryResponseBodyRequestConfig extends TeaModel
940940
public String requestPath;
941941

942942
/**
943-
* <p>The type of the protocol that is supported by the API. Valid values: HTTP, HTTPS, and WebSocket. Separate values with commas (,). Example: "HTTP,HTTPS".</p>
943+
* <p>The type of the protocol that is supported by the API. Valid values: HTTP, HTTPS, and WebSocket. Separate multiple values with commas (,). Example: "HTTP,HTTPS".</p>
944944
*/
945945
@NameInMap("RequestProtocol")
946946
public String requestProtocol;
@@ -1022,7 +1022,7 @@ public static class DescribeApiHistoryResponseBodyRequestParametersRequestParame
10221022
public String arrayItemsType;
10231023

10241024
/**
1025-
* <p>The default value.</p>
1025+
* <p>The default value of the parameter.</p>
10261026
*/
10271027
@NameInMap("DefaultValue")
10281028
public String defaultValue;
@@ -1052,7 +1052,7 @@ public static class DescribeApiHistoryResponseBodyRequestParametersRequestParame
10521052
public String docShow;
10531053

10541054
/**
1055-
* <p>The hash values that are specified if the **ParameterType** parameter is set to Int, Long, Float, Double, or String. Separate hash values with commas (,). Examples: 1,2,3,4,9 and A,B,C,E,F.</p>
1055+
* <p>The hash values can be specified if the **ParameterType** parameter is set to Int, Long, Float, Double, or String. Separate multiple hash values with commas (,). Examples: 1,2,3,4,9 and A,B,C,E,F.</p>
10561056
*/
10571057
@NameInMap("EnumValue")
10581058
public String enumValue;
@@ -1281,7 +1281,7 @@ public static class DescribeApiHistoryResponseBodyResultDescriptionsResultDescri
12811281
public String description;
12821282

12831283
/**
1284-
* <p>Indicates whether a child node exists.</p>
1284+
* <p>Indicates whether a subnode exists.</p>
12851285
*/
12861286
@NameInMap("HasChild")
12871287
public Boolean hasChild;
@@ -2176,7 +2176,7 @@ public java.util.List<DescribeApiHistoryResponseBodyServiceParametersServicePara
21762176

21772177
public static class DescribeApiHistoryResponseBodyServiceParametersMapServiceParameterMap extends TeaModel {
21782178
/**
2179-
* <p>The name of the frontend parameter. The name must be included in RequestParametersObject and matches ApiParameterName in RequestParameters.</p>
2179+
* <p>The name of the frontend parameter. The name must be included in RequestParametersObject and match ApiParameterName in RequestParameters.</p>
21802180
*/
21812181
@NameInMap("RequestParameterName")
21822182
public String requestParameterName;

0 commit comments

Comments
 (0)