Skip to content

Commit 1fa50b0

Browse files
committed
DescribeApis add tag parameter.
1 parent 30dc6d2 commit 1fa50b0

File tree

2,422 files changed

+1288
-3210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,422 files changed

+1288
-3210
lines changed

cloudapi-20160714/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-03-23 Version: 2.2.15
2+
- DescribeApis add tag parameter.
3+
- CreateApp hidden parameter.
4+
15
2023-02-01 Version: 2.2.14
26
- Modify DescribeApis.
37

cloudapi-20160714/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0modelVersion>
44
<groupId>com.aliyungroupId>
55
<artifactId>alibabacloud-cloudapi20160714artifactId>
6-
<version>2.2.14version>
6+
<version>2.2.15version>
77
<packaging>jarpackaging>
88
<name>alibabacloud-cloudapi20160714name>
99
<description>Alibaba Cloud CloudAPI (20160714) Async SDK for Java
@@ -41,7 +41,7 @@
4141
<java.version>1.8java.version>
4242
<maven.compiler.source>8maven.compiler.source>
4343
<maven.compiler.target>8maven.compiler.target>
44-
<service.version>0.1.9-betaservice.version>
44+
<service.version>0.1.13-betaservice.version>
4545
properties>
4646
<dependencies>
4747
<dependency>

cloudapi-20160714/src/main/java/com/aliyun/sdk/service/cloudapi20160714/AsyncClient.java

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,9 @@ static AsyncClient create() {
306306
CompletableFuture<DescribeApiHistoriesResponse> describeApiHistories(DescribeApiHistoriesRequest request);
307307

308308
/**
309-
* * This API is intended for API providers.
310-
* * API Gateway records the time and definition of an API every time the API is published. You can use the version number obtained from other operations to query definition details at a certain publication.
309+
* You can call this operation to query the definition of a specified published version of an API.
310+
* * This operation is intended for API providers.
311+
* * Each time an API is published, API Gateway records the publishing details, such as the time and the API definition. You can use the version number obtained from other API operations to query the details of an API definition that is published on a specific occasion.
311312
*
312313
*/
313314
CompletableFuture<DescribeApiHistoryResponse> describeApiHistory(DescribeApiHistoryRequest request);
@@ -484,9 +485,9 @@ static AsyncClient create() {
484485

485486
/**
486487
* * This operation is intended for API providers.
487-
* * This operation is used to query the ACLs in a Region. Region is a system parameter.
488+
* * This operation is used to query the ACLs in a region. Region is a system parameter.
488489
* * You can filter the query results by ACL ID, name, or type.
489-
* * This operation cannot be used to query specific policies. If you want to query specific policies, use the [DescribeIpControlPolicyItems](https://help.aliyun.com/document_detail/65532.html?spm=a2c4g.11186623.2.14.615b13acrFZFaH) operation.
490+
* * This operation cannot be used to query specific policies. If you want to query specific policies, call the [DescribeIpControlPolicyItems](~~65532~~) operation.
490491
*
491492
*/
492493
CompletableFuture<DescribeIpControlsResponse> describeIpControls(DescribeIpControlsRequest request);
@@ -517,7 +518,7 @@ static AsyncClient create() {
517518
CompletableFuture<DescribePluginsResponse> describePlugins(DescribePluginsRequest request);
518519

519520
/**
520-
* * This API is intended for API providers.
521+
* * This operation is intended for API callers.
521522
* * This operation supports pagination.
522523
*
523524
*/
@@ -750,6 +751,10 @@ static AsyncClient create() {
750751

751752
CompletableFuture<RemoveVpcAccessAndAbolishApisResponse> removeVpcAccessAndAbolishApis(RemoveVpcAccessAndAbolishApisRequest request);
752753

754+
/**
755+
* The new AppCode takes effect about 2 seconds after you call this operation.
756+
*
757+
*/
753758
CompletableFuture<ResetAppCodeResponse> resetAppCode(ResetAppCodeRequest request);
754759

755760
/**

cloudapi-20160714/src/main/java/com/aliyun/sdk/service/cloudapi20160714/DefaultAsyncClient.java

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,8 +1024,9 @@ public CompletableFuture describeApiHistories(Desc
10241024
}
10251025

10261026
/**
1027-
* * This API is intended for API providers.
1028-
* * API Gateway records the time and definition of an API every time the API is published. You can use the version number obtained from other operations to query definition details at a certain publication.
1027+
* You can call this operation to query the definition of a specified published version of an API.
1028+
* * This operation is intended for API providers.
1029+
* * Each time an API is published, API Gateway records the publishing details, such as the time and the API definition. You can use the version number obtained from other API operations to query the details of an API definition that is published on a specific occasion.
10291030
*
10301031
*/
10311032
@Override
@@ -1718,9 +1719,9 @@ public CompletableFuture describeIpControl
17181719

17191720
/**
17201721
* * This operation is intended for API providers.
1721-
* * This operation is used to query the ACLs in a Region. Region is a system parameter.
1722+
* * This operation is used to query the ACLs in a region. Region is a system parameter.
17221723
* * You can filter the query results by ACL ID, name, or type.
1723-
* * This operation cannot be used to query specific policies. If you want to query specific policies, use the [DescribeIpControlPolicyItems](https://help.aliyun.com/document_detail/65532.html?spm=a2c4g.11186623.2.14.615b13acrFZFaH) operation.
1724+
* * This operation cannot be used to query specific policies. If you want to query specific policies, call the [DescribeIpControlPolicyItems](~~65532~~) operation.
17241725
*
17251726
*/
17261727
@Override
@@ -1847,7 +1848,7 @@ public CompletableFuture describePlugins(DescribePlugin
18471848
}
18481849

18491850
/**
1850-
* * This API is intended for API providers.
1851+
* * This operation is intended for API callers.
18511852
* * This operation supports pagination.
18521853
*
18531854
*/
@@ -2692,6 +2693,10 @@ public CompletableFuture removeVpcAccessA
26922693
}
26932694
}
26942695

2696+
/**
2697+
* The new AppCode takes effect about 2 seconds after you call this operation.
2698+
*
2699+
*/
26952700
@Override
26962701
public CompletableFuture<ResetAppCodeResponse> resetAppCode(ResetAppCodeRequest request) {
26972702
try {

cloudapi-20160714/src/main/java/com/aliyun/sdk/service/cloudapi20160714/models/CreateApiRequest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,6 @@ public Builder visibility(String visibility) {
705705
* * **REGISTER**: registered APIs
706706
* * **UNREGISTER**: unregistered APIs
707707
* * **NOTIFY**: downstream notification APIs
708-
*
709-
* For more information, see [Two-way communication](~~66031~~).
710708
*/
711709
public Builder webSocketApiType(String webSocketApiType) {
712710
this.putQueryParameter("WebSocketApiType", webSocketApiType);

cloudapi-20160714/src/main/java/com/aliyun/sdk/service/cloudapi20160714/models/CreateAppRequest.java

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ public class CreateAppRequest extends Request {
3737
@NameInMap("SecurityToken")
3838
private String securityToken;
3939

40-
@Query
41-
@NameInMap("Source")
42-
private String source;
43-
4440
@Query
4541
@NameInMap("Tag")
4642
private java.util.List < Tag> tag;
@@ -53,7 +49,6 @@ private CreateAppRequest(Builder builder) {
5349
this.appSecret = builder.appSecret;
5450
this.description = builder.description;
5551
this.securityToken = builder.securityToken;
56-
this.source = builder.source;
5752
this.tag = builder.tag;
5853
}
5954

@@ -112,13 +107,6 @@ public String getSecurityToken() {
112107
return this.securityToken;
113108
}
114109

115-
/**
116-
* @return source
117-
*/
118-
public String getSource() {
119-
return this.source;
120-
}
121-
122110
/**
123111
* @return tag
124112
*/
@@ -133,7 +121,6 @@ public static final class Builder extends Request.Builder
133121
private String appSecret;
134122
private String description;
135123
private String securityToken;
136-
private String source;
137124
private java.util.List < Tag> tag;
138125

139126
private Builder() {
@@ -148,7 +135,6 @@ private Builder(CreateAppRequest request) {
148135
this.appSecret = request.appSecret;
149136
this.description = request.description;
150137
this.securityToken = request.securityToken;
151-
this.source = request.source;
152138
this.tag = request.tag;
153139
}
154140

@@ -206,15 +192,6 @@ public Builder securityToken(String securityToken) {
206192
return this;
207193
}
208194

209-
/**
210-
* The creation mode. An app can be created by using the console or calling the API operation.
211-
*/
212-
public Builder source(String source) {
213-
this.putQueryParameter("Source", source);
214-
this.source = source;
215-
return this;
216-
}
217-
218195
/**
219196
* The tag of objects that match the rule. You can specify multiple tags.
220197
*/

0 commit comments

Comments
 (0)