Skip to content

Commit ae2c3c4

Browse files
committed
Generated java-async 2021-04-06 for FC-Open.
1 parent c26d164 commit ae2c3c4

15 files changed

+101
-99
lines changed

fc-open-20210406/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-03-28 Version: 2.0.13
2+
- Generated java-async 2021-04-06 for FC-Open.
3+
14
2024-02-19 Version: 2.0.12
25
- Generated java-async 2021-04-06 for FC-Open.
36

fc-open-20210406/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-fc_open20210406</artifactId>
6-
<version>2.0.12</version>
6+
<version>2.0.13</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-fc_open20210406</name>
99
<description>Alibaba Cloud FC-Open (20210406) 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.13-beta</service.version>
44+
<service.version>0.2.7-beta</service.version>
4545
</properties>
4646
<dependencies>
4747
<dependency>

fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/AsyncClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static AsyncClient create() {
151151
CompletableFuture<PublishServiceVersionResponse> publishServiceVersion(PublishServiceVersionRequest request);
152152

153153
/**
154-
* The maximum validity period of messages.
154+
* StatefulAsyncInvocation specifies the configurations of an asynchronous task. Asynchronous tasks (StatefulAsyncInvocation) allow you to manage the states of asynchronous invocations. The asynchronous task feature is more suitable for task scenarios.
155155
*
156156
*/
157157
CompletableFuture<PutFunctionAsyncInvokeConfigResponse> putFunctionAsyncInvokeConfig(PutFunctionAsyncInvokeConfigRequest request);

fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/DefaultAsyncClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ public CompletableFuture<PublishServiceVersionResponse> publishServiceVersion(Pu
815815
}
816816

817817
/**
818-
* The maximum validity period of messages.
818+
* StatefulAsyncInvocation specifies the configurations of an asynchronous task. Asynchronous tasks (StatefulAsyncInvocation) allow you to manage the states of asynchronous invocations. The asynchronous task feature is more suitable for task scenarios.
819819
*
820820
*/
821821
@Override

fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/CreateTriggerRequest.java

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public Builder description(String description) {
267267
}
268268

269269
/**
270-
* The role that is used by the event source such as Object Storage Service (OSS) to invoke the function. For more information, see [Overview](~~53102~~).
270+
* The RAM role that is used by the event source such as Object Storage Service (OSS) to invoke the function. For more information, see [Overview](~~53102~~).
271271
*/
272272
public Builder invocationRole(String invocationRole) {
273273
this.putBodyParameter("invocationRole", invocationRole);
@@ -285,7 +285,7 @@ public Builder qualifier(String qualifier) {
285285
}
286286

287287
/**
288-
* The Alibaba Cloud Resource Name (ARN) of the event source for the trigger.
288+
* The Alibaba Cloud Resource Name (ARN) of the trigger event source. This parameter is optional for time triggers, HTTP triggers, and EventBridge-based triggers. This parameter is required for other types of triggers.
289289
*/
290290
public Builder sourceArn(String sourceArn) {
291291
this.putBodyParameter("sourceArn", sourceArn);
@@ -297,14 +297,14 @@ public Builder sourceArn(String sourceArn) {
297297
* The configurations of the trigger. The configurations vary based on the trigger type. For more information about the format, see the following topics:
298298
* <p>
299299
*
300-
* * Object Storage Service (OSS) trigger: [OSSTriggerConfig](~~415697~~).
301-
* * Simple Log Service trigger: [LogTriggerConfig](~~415694~~).
302-
* * Time trigger: [TimeTriggerConfig](~~415712~~).
303-
* * HTTP trigger: [HTTPTriggerConfig](~~415685~~).
304-
* * Tablestore trigger: Specify the **SourceArn** parameter and leave this parameter empty.
305-
* * Alibaba Cloud CDN event trigger: [CDNEventsTriggerConfig](~~415674~~).
306-
* * Message Service (MNS) topic trigger: [MnsTopicTriggerConfig](~~415695~~).
307-
* * EventBridge triggers: [EventBridgeTriggerConfig](~~2508622~~).
300+
* * OSS triggers: [OSSTriggerConfig](~~415697~~).
301+
* * Simple Log Service triggers: [LogTriggerConfig](~~415694~~).
302+
* * Time triggers: [TimeTriggerConfig](~~415712~~).
303+
* * HTTP triggers: [HTTPTriggerConfig](~~415685~~)
304+
* * Tablestore triggers: Specify the **SourceArnm** parameter and leave this parameter empty.
305+
* * Alibaba Cloud CDN (CDN) event triggers: [CDNEventsTriggerConfig](~~415674~~).
306+
* * Message Service (MNS) topic triggers: [MnsTopicTriggerConfig](~~415695~~).
307+
* * EventBridge-based triggers: [EventBridgeTriggerConfig](~~2508622~~).
308308
*/
309309
public Builder triggerConfig(String triggerConfig) {
310310
this.putBodyParameter("triggerConfig", triggerConfig);
@@ -313,7 +313,7 @@ public Builder triggerConfig(String triggerConfig) {
313313
}
314314

315315
/**
316-
* The name of the trigger. The name contains only letters, digits, hyphens (-), and underscores (\_). The name must be 1 to 128 characters in length and cannot start with a digit or hyphen (-).
316+
* The name of the trigger. The name contains only letters, digits, hyphens (-), and underscores (\_). The name must be 1 to 128 characters in length and cannot start with a digit or a hyphen (-).
317317
*/
318318
public Builder triggerName(String triggerName) {
319319
this.putBodyParameter("triggerName", triggerName);
@@ -325,14 +325,14 @@ public Builder triggerName(String triggerName) {
325325
* The type of the trigger. Valid values:
326326
* <p>
327327
*
328-
* * **oss**: OSS event trigger. For more information, see [Overview](~~62922~~).
329-
* * **log**: Simple Log Service trigger. For more information, see [Overview](~~84386~~).
330-
* * **timer**: time trigger. For more information, see [Overview](~~68172~~).
331-
* * **http**: HTTP trigger. For more information, see [Overview](~~71229~~).
332-
* * **tablestore**: Tablestore trigger. For more information, see [Overview](~~100092~~).
333-
* * **cdn_events**: CDN event trigger. For more information, see [Overview](~~73333~~).
334-
* * **mns_topic**: MNS topic trigger. For more information, see [Overview](~~97032~~).
335-
* * **eventbridge**: EventBridge triggers.
328+
* * **oss**: OSS event triggers. For more information, see [Overview of OSS event triggers](~~62922~~).
329+
* * **log**: Simple Log Service triggers. For more information, see [Configure a Simple Log Service trigger](~~84386~~).
330+
* * **timer**: time triggers. For more information, see [Configure a time trigger](~~68172~~).
331+
* * **http**: HTTP triggers. For more information, see [Overview](~~71229~~).
332+
* * **tablestore**: Tablestore triggers. For more information, see [Configure a Tablestore trigger](~~100092~~).
333+
* * **cdn_events**: CDN event triggers. For more information, see [Overview](~~73333~~).
334+
* * **mns_topic**: MNS topic triggers. For more information, see [MNS topic triggers](~~97032~~).
335+
* * **eventbridge**: EventBridge-based triggers.
336336
*/
337337
public Builder triggerType(String triggerType) {
338338
this.putBodyParameter("triggerType", triggerType);

fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/DeleteFunctionRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private Builder(DeleteFunctionRequest request) {
126126
}
127127

128128
/**
129-
* The name of the service.
129+
* The service name.
130130
*/
131131
public Builder serviceName(String serviceName) {
132132
this.putPathParameter("serviceName", serviceName);
@@ -135,7 +135,7 @@ public Builder serviceName(String serviceName) {
135135
}
136136

137137
/**
138-
* The name of the function.
138+
* The function name.
139139
*/
140140
public Builder functionName(String functionName) {
141141
this.putPathParameter("functionName", functionName);
@@ -144,7 +144,7 @@ public Builder functionName(String functionName) {
144144
}
145145

146146
/**
147-
* The ETag value of the resource. This value is used to ensure that the modified resource is consistent with the resource to be modified. The ETag value is returned in the responses of the CREATE, GET, and UPDATE operations.
147+
* The header that is used to ensure that the changed resources are consistent with resources to be changed. The value comes from the response of the Create, Get, and Update API operations.
148148
*/
149149
public Builder ifMatch(String ifMatch) {
150150
this.putHeaderParameter("If-Match", ifMatch);
@@ -162,7 +162,7 @@ public Builder xFcAccountId(String xFcAccountId) {
162162
}
163163

164164
/**
165-
* The time when Function Compute API is called. Specify the time in the **EEE,d MMM yyyy HH:mm:ss GMT** format.
165+
* The time when the function is invoked. The value is in the **EEE,d MMM yyyy HH:mm:ss GMT** format.
166166
*/
167167
public Builder xFcDate(String xFcDate) {
168168
this.putHeaderParameter("X-Fc-Date", xFcDate);

fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/GetFunctionAsyncInvokeConfigRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public Builder xFcTraceId(String xFcTraceId) {
171171
}
172172

173173
/**
174-
* The version or alias of the function.
174+
* The version or alias of the service.
175175
*/
176176
public Builder qualifier(String qualifier) {
177177
this.putQueryParameter("qualifier", qualifier);

fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/GetFunctionAsyncInvokeConfigResponseBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public Builder maxAsyncRetryAttempts(Long maxAsyncRetryAttempts) {
182182
}
183183

184184
/**
185-
* The version or alias of the service to which the function belongs.
185+
* The version or alias of the service.
186186
*/
187187
public Builder qualifier(String qualifier) {
188188
this.qualifier = qualifier;

fc-open-20210406/src/main/java/com/aliyun/sdk/service/fc_open20210406/models/InvokeFunctionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public Builder xFcLogType(String xFcLogType) {
266266
* * **true**
267267
* * **false**
268268
*
269-
* > This parameter takes effect only for asynchronous invocations. It does not take effect for synchronous invocations.
269+
* > This parameter takes effect only for asynchronous invocations. It does not take effect for synchronous invocations.
270270
*/
271271
public Builder xFcStatefulAsyncInvocationEnable(String xFcStatefulAsyncInvocationEnable) {
272272
this.putHeaderParameter("X-Fc-Stateful-Async-Invocation-Enable", xFcStatefulAsyncInvocationEnable);

0 commit comments

Comments
 (0)