Skip to content

Commit 3fe5c70

Browse files
committed
Improve API parameters.
1 parent cde803f commit 3fe5c70

File tree

2,687 files changed

+2540
-4101
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,687 files changed

+2540
-4101
lines changed

elasticsearch-20170613/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-03-06 Version: 1.1.5
2+
- Improve API parameters.
3+
14
2022-12-28 Version: 1.1.4
25
- Improve API parameters for API`DeleteDeprecatedTemplate` `CreateIndexTemplate` `CreateCollector`.
36

elasticsearch-20170613/pom.xml

Lines changed: 2 additions & 2 deletions
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>alibabacloud-elasticsearch20170613</artifactId>
6-
<version>1.1.4</version>
6+
<version>1.1.5</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-elasticsearch20170613</name>
99
<description>Alibaba Cloud elasticsearch (20170613) Async SDK for Java
@@ -41,7 +41,7 @@
4141
<java.version>1.8</java.version>
4242
<maven.compiler.source>8</maven.compiler.source>
4343
<maven.compiler.target>8</maven.compiler.target>
44-
<service.version>0.1.8-beta</service.version>
44+
<service.version>0.1.9-beta</service.version>
4545
</properties>
4646
<dependencies>
4747
<dependency>

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/AsyncClient.java

Lines changed: 213 additions & 0 deletions
Large diffs are not rendered by default.

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/DefaultAsyncClient.java

Lines changed: 226 additions & 1 deletion
Large diffs are not rendered by default.

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/models/AddConnectableClusterRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private Builder(AddConnectableClusterRequest request) {
8383
}
8484

8585
/**
86-
* InstanceId.
86+
* es-cn-n6w1o1x0w001c\*\*\*\*
8787
*/
8888
public Builder instanceId(String instanceId) {
8989
this.putPathParameter("InstanceId", instanceId);
@@ -101,7 +101,7 @@ public Builder body(String body) {
101101
}
102102

103103
/**
104-
* clientToken.
104+
* 5A2CFF0E-5718-45B5-9D4D-70B3FF\*\*\*\*
105105
*/
106106
public Builder clientToken(String clientToken) {
107107
this.putQueryParameter("clientToken", clientToken);

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/models/AddConnectableClusterResponseBody.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,19 @@ public static final class Builder {
5050
private Boolean result;
5151

5252
/**
53-
* RequestId.
53+
* The ID of the request.
5454
*/
5555
public Builder requestId(String requestId) {
5656
this.requestId = requestId;
5757
return this;
5858
}
5959

6060
/**
61-
* Result.
61+
* The following information is returned:
62+
* <p>
63+
*
64+
* * true: The configuration is successful.
65+
* * false: The configuration failed.
6266
*/
6367
public Builder result(Boolean result) {
6468
this.result = result;

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/models/AddSnapshotRepoRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private Builder(AddSnapshotRepoRequest request) {
6969
}
7070

7171
/**
72-
* InstanceId.
72+
* The ID of the instance for which you want to access OSS repositories across clusters.
7373
*/
7474
public Builder instanceId(String instanceId) {
7575
this.putPathParameter("InstanceId", instanceId);

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/models/AddSnapshotRepoResponseBody.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,19 @@ public static final class Builder {
5050
private Boolean result;
5151

5252
/**
53-
* RequestId.
53+
* The ID of the request.
5454
*/
5555
public Builder requestId(String requestId) {
5656
this.requestId = requestId;
5757
return this;
5858
}
5959

6060
/**
61-
* Result.
61+
* Return results:
62+
* <p>
63+
*
64+
* * true: Reference warehouse created successfully
65+
* * false: Reference warehouse created failed
6266
*/
6367
public Builder result(Boolean result) {
6468
this.result = result;

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/models/CancelTaskRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private Builder(CancelTaskRequest request) {
8484
}
8585

8686
/**
87-
* InstanceId.
87+
* The ID of the instance.
8888
*/
8989
public Builder instanceId(String instanceId) {
9090
this.putPathParameter("InstanceId", instanceId);
@@ -93,7 +93,7 @@ public Builder instanceId(String instanceId) {
9393
}
9494

9595
/**
96-
* clientToken.
96+
* A unique token generated by the client to guarantee the idempotency of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length.
9797
*/
9898
public Builder clientToken(String clientToken) {
9999
this.putQueryParameter("clientToken", clientToken);
@@ -102,7 +102,7 @@ public Builder clientToken(String clientToken) {
102102
}
103103

104104
/**
105-
* taskType.
105+
* The type of the data migration task. Set the value to MigrateData.
106106
*/
107107
public Builder taskType(String taskType) {
108108
this.putQueryParameter("taskType", taskType);

elasticsearch-20170613/src/main/java/com/aliyun/sdk/service/elasticsearch20170613/models/CancelTaskResponseBody.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,19 @@ public static final class Builder {
5050
private Boolean result;
5151

5252
/**
53-
* RequestId.
53+
* The ID of the request.
5454
*/
5555
public Builder requestId(String requestId) {
5656
this.requestId = requestId;
5757
return this;
5858
}
5959

6060
/**
61-
* Result.
61+
* Return results:
62+
* <p>
63+
*
64+
* * true: the task was cancelled successfully
65+
* * false: the task was cancelled successfully failed
6266
*/
6367
public Builder result(Boolean result) {
6468
this.result = result;

0 commit comments

Comments
 (0)