Skip to content

Commit 41b7b9c

Browse files
committed
Generated java-async 2020-06-06 for cams.
1 parent c1ebb8f commit 41b7b9c

File tree

86 files changed

+13656
-2416
lines changed

Some content is hidden

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

86 files changed

+13656
-2416
lines changed

cams-20200606/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-07-11 Version: 3.0.0
2+
- Generated java-async 2020-06-06 for cams.
3+
14
2025-06-24 Version: 2.0.2
25
- Generated java-async 2020-06-06 for cams.
36

cams-20200606/pom.xml

Lines changed: 17 additions & 17 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-cams20200606</artifactId>
6-
<version>2.0.2</version>
6+
<version>3.0.0</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-cams20200606</name>
99
<description>Alibaba Cloud cams (20200606) Async SDK for Java
@@ -25,17 +25,17 @@
2525
<distributionManagement>
2626
<snapshotRepository>
2727
<id>sonatype-nexus-snapshots</id>
28-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
28+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
2929
</snapshotRepository>
3030
<repository>
3131
<id>sonatype-nexus-staging</id>
32-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
32+
<url>https://central.sonatype.com</url>
3333
</repository>
3434
</distributionManagement>
3535
<scm>
36-
<connection/>
37-
<developerConnection/>
38-
<url/>
36+
<connection>scm:git:git://github.com/aliyun/alibabacloud-java-async-sdk.git</connection>
37+
<developerConnection>scm:git:[email protected]:aliyun/alibabacloud-java-async-sdk.git</developerConnection>
38+
<url>https://github.com/aliyun/alibabacloud-java-async-sdk</url>
3939
</scm>
4040
<properties>
4141
<java.version>1.8</java.version>
@@ -87,17 +87,6 @@
8787
</execution>
8888
</executions>
8989
</plugin>
90-
<plugin>
91-
<groupId>org.sonatype.plugins</groupId>
92-
<artifactId>nexus-staging-maven-plugin</artifactId>
93-
<version>1.6.3</version>
94-
<extensions>true</extensions>
95-
<configuration>
96-
<serverId>sonatype-nexus-staging</serverId>
97-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
98-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
99-
</configuration>
100-
</plugin>
10190
<plugin>
10291
<groupId>org.apache.maven.plugins</groupId>
10392
<artifactId>maven-javadoc-plugin</artifactId>
@@ -112,6 +101,17 @@
112101
<artifactId>maven-surefire-plugin</artifactId>
113102
<version>2.22.1</version>
114103
</plugin>
104+
<plugin>
105+
<groupId>org.sonatype.central</groupId>
106+
<artifactId>central-publishing-maven-plugin</artifactId>
107+
<version>0.8.0</version>
108+
<extensions>true</extensions>
109+
<configuration>
110+
<publishingServerId>central</publishingServerId>
111+
<autoPublish>true</autoPublish>
112+
<waitUntil>published</waitUntil>
113+
</configuration>
114+
</plugin>
115115
</plugins>
116116
</build>
117117
</project>

cams-20200606/src/main/java/com/aliyun/sdk/service/cams20200606/AsyncClient.java

Lines changed: 138 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,6 @@ static AsyncClient create() {
3737
*/
3838
CompletableFuture<AddChatappPhoneNumberResponse> addChatappPhoneNumber(AddChatappPhoneNumberRequest request);
3939

40-
/**
41-
* <b>description</b> :
42-
* <p>You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.</p>
43-
*
44-
* @param request the request parameters of BeeBotAssociate BeeBotAssociateRequest
45-
* @return BeeBotAssociateResponse
46-
*/
47-
CompletableFuture<BeeBotAssociateResponse> beeBotAssociate(BeeBotAssociateRequest request);
48-
49-
/**
50-
* <b>description</b> :
51-
* <p>The ID of the session.</p>
52-
*
53-
* @param request the request parameters of BeeBotChat BeeBotChatRequest
54-
* @return BeeBotChatResponse
55-
*/
56-
CompletableFuture<BeeBotChatResponse> beeBotChat(BeeBotChatRequest request);
57-
5840
/**
5941
* <b>description</b> :
6042
* <p>You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.</p>
@@ -127,6 +109,24 @@ static AsyncClient create() {
127109
*/
128110
CompletableFuture<ChatappVerifyAndRegisterResponse> chatappVerifyAndRegister(ChatappVerifyAndRegisterRequest request);
129111

112+
/**
113+
* @param request the request parameters of CreateChatFlow CreateChatFlowRequest
114+
* @return CreateChatFlowResponse
115+
*/
116+
CompletableFuture<CreateChatFlowResponse> createChatFlow(CreateChatFlowRequest request);
117+
118+
/**
119+
* @param request the request parameters of CreateChatFlowByImport CreateChatFlowByImportRequest
120+
* @return CreateChatFlowByImportResponse
121+
*/
122+
CompletableFuture<CreateChatFlowByImportResponse> createChatFlowByImport(CreateChatFlowByImportRequest request);
123+
124+
/**
125+
* @param request the request parameters of CreateChatFlowLogSetting CreateChatFlowLogSettingRequest
126+
* @return CreateChatFlowLogSettingResponse
127+
*/
128+
CompletableFuture<CreateChatFlowLogSettingResponse> createChatFlowLogSetting(CreateChatFlowLogSettingRequest request);
129+
130130
/**
131131
* <b>description</b> :
132132
* <p>The status of the phone number.</p>
@@ -155,12 +155,24 @@ static AsyncClient create() {
155155
*/
156156
CompletableFuture<CreateFlowResponse> createFlow(CreateFlowRequest request);
157157

158+
/**
159+
* @param request the request parameters of CreateFlowVersion CreateFlowVersionRequest
160+
* @return CreateFlowVersionResponse
161+
*/
162+
CompletableFuture<CreateFlowVersionResponse> createFlowVersion(CreateFlowVersionRequest request);
163+
158164
/**
159165
* @param request the request parameters of CreatePhoneMessageQrdl CreatePhoneMessageQrdlRequest
160166
* @return CreatePhoneMessageQrdlResponse
161167
*/
162168
CompletableFuture<CreatePhoneMessageQrdlResponse> createPhoneMessageQrdl(CreatePhoneMessageQrdlRequest request);
163169

170+
/**
171+
* @param request the request parameters of DeleteChatFlow DeleteChatFlowRequest
172+
* @return DeleteChatFlowResponse
173+
*/
174+
CompletableFuture<DeleteChatFlowResponse> deleteChatFlow(DeleteChatFlowRequest request);
175+
164176
/**
165177
* @param request the request parameters of DeleteChatGroup DeleteChatGroupRequest
166178
* @return DeleteChatGroupResponse
@@ -198,6 +210,12 @@ static AsyncClient create() {
198210
*/
199211
CompletableFuture<DeleteFlowResponse> deleteFlow(DeleteFlowRequest request);
200212

213+
/**
214+
* @param request the request parameters of DeleteFlowVersion DeleteFlowVersionRequest
215+
* @return DeleteFlowVersionResponse
216+
*/
217+
CompletableFuture<DeleteFlowVersionResponse> deleteFlowVersion(DeleteFlowVersionRequest request);
218+
201219
/**
202220
* @param request the request parameters of DeletePhoneMessageQrdl DeletePhoneMessageQrdlRequest
203221
* @return DeletePhoneMessageQrdlResponse
@@ -219,6 +237,36 @@ static AsyncClient create() {
219237
*/
220238
CompletableFuture<EnableWhatsappROIMetricResponse> enableWhatsappROIMetric(EnableWhatsappROIMetricRequest request);
221239

240+
/**
241+
* @param request the request parameters of FlowBindPhone FlowBindPhoneRequest
242+
* @return FlowBindPhoneResponse
243+
*/
244+
CompletableFuture<FlowBindPhoneResponse> flowBindPhone(FlowBindPhoneRequest request);
245+
246+
/**
247+
* @param request the request parameters of FlowRebindPhone FlowRebindPhoneRequest
248+
* @return FlowRebindPhoneResponse
249+
*/
250+
CompletableFuture<FlowRebindPhoneResponse> flowRebindPhone(FlowRebindPhoneRequest request);
251+
252+
/**
253+
* @param request the request parameters of FlowUnbindPhone FlowUnbindPhoneRequest
254+
* @return FlowUnbindPhoneResponse
255+
*/
256+
CompletableFuture<FlowUnbindPhoneResponse> flowUnbindPhone(FlowUnbindPhoneRequest request);
257+
258+
/**
259+
* @param request the request parameters of GetChatFlowMetric GetChatFlowMetricRequest
260+
* @return GetChatFlowMetricResponse
261+
*/
262+
CompletableFuture<GetChatFlowMetricResponse> getChatFlowMetric(GetChatFlowMetricRequest request);
263+
264+
/**
265+
* @param request the request parameters of GetChatFlowTemplate GetChatFlowTemplateRequest
266+
* @return GetChatFlowTemplateResponse
267+
*/
268+
CompletableFuture<GetChatFlowTemplateResponse> getChatFlowTemplate(GetChatFlowTemplateRequest request);
269+
222270
/**
223271
* <b>description</b> :
224272
* <p>You can call this operation up to 50 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.</p>
@@ -377,6 +425,24 @@ static AsyncClient create() {
377425
*/
378426
CompletableFuture<IsvGetAppIdResponse> isvGetAppId(IsvGetAppIdRequest request);
379427

428+
/**
429+
* @param request the request parameters of ListBindingRelationsForFlowVersion ListBindingRelationsForFlowVersionRequest
430+
* @return ListBindingRelationsForFlowVersionResponse
431+
*/
432+
CompletableFuture<ListBindingRelationsForFlowVersionResponse> listBindingRelationsForFlowVersion(ListBindingRelationsForFlowVersionRequest request);
433+
434+
/**
435+
* @param request the request parameters of ListChatFlow ListChatFlowRequest
436+
* @return ListChatFlowResponse
437+
*/
438+
CompletableFuture<ListChatFlowResponse> listChatFlow(ListChatFlowRequest request);
439+
440+
/**
441+
* @param request the request parameters of ListChatFlowTemplate ListChatFlowTemplateRequest
442+
* @return ListChatFlowTemplateResponse
443+
*/
444+
CompletableFuture<ListChatFlowTemplateResponse> listChatFlowTemplate(ListChatFlowTemplateRequest request);
445+
380446
/**
381447
* @param request the request parameters of ListChatGroup ListChatGroupRequest
382448
* @return ListChatGroupResponse
@@ -408,6 +474,12 @@ static AsyncClient create() {
408474
*/
409475
CompletableFuture<ListFlowResponse> listFlow(ListFlowRequest request);
410476

477+
/**
478+
* @param request the request parameters of ListFlowVersion ListFlowVersionRequest
479+
* @return ListFlowVersionResponse
480+
*/
481+
CompletableFuture<ListFlowVersionResponse> listFlowVersion(ListFlowVersionRequest request);
482+
411483
/**
412484
* @param request the request parameters of ListPhoneMessageQrdl ListPhoneMessageQrdlRequest
413485
* @return ListPhoneMessageQrdlResponse
@@ -465,6 +537,18 @@ static AsyncClient create() {
465537
*/
466538
CompletableFuture<ModifyPhoneBusinessProfileResponse> modifyPhoneBusinessProfile(ModifyPhoneBusinessProfileRequest request);
467539

540+
/**
541+
* @param request the request parameters of OfflineFlowVersion OfflineFlowVersionRequest
542+
* @return OfflineFlowVersionResponse
543+
*/
544+
CompletableFuture<OfflineFlowVersionResponse> offlineFlowVersion(OfflineFlowVersionRequest request);
545+
546+
/**
547+
* @param request the request parameters of OnlineFlowVersion OnlineFlowVersionRequest
548+
* @return OnlineFlowVersionResponse
549+
*/
550+
CompletableFuture<OnlineFlowVersionResponse> onlineFlowVersion(OnlineFlowVersionRequest request);
551+
468552
/**
469553
* <b>description</b> :
470554
* <p>You can call this operation up to five times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.</p>
@@ -510,6 +594,24 @@ static AsyncClient create() {
510594
*/
511595
CompletableFuture<QueryWabaBusinessInfoResponse> queryWabaBusinessInfo(QueryWabaBusinessInfoRequest request);
512596

597+
/**
598+
* @param request the request parameters of ReadChatFlow ReadChatFlowRequest
599+
* @return ReadChatFlowResponse
600+
*/
601+
CompletableFuture<ReadChatFlowResponse> readChatFlow(ReadChatFlowRequest request);
602+
603+
/**
604+
* @param request the request parameters of ReadChatFlowLogSetting ReadChatFlowLogSettingRequest
605+
* @return ReadChatFlowLogSettingResponse
606+
*/
607+
CompletableFuture<ReadChatFlowLogSettingResponse> readChatFlowLogSetting(ReadChatFlowLogSettingRequest request);
608+
609+
/**
610+
* @param request the request parameters of ReadFlowVersion ReadFlowVersionRequest
611+
* @return ReadFlowVersionResponse
612+
*/
613+
CompletableFuture<ReadFlowVersionResponse> readFlowVersion(ReadFlowVersionRequest request);
614+
513615
/**
514616
* <b>description</b> :
515617
* <p>You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@@ -559,6 +661,18 @@ static AsyncClient create() {
559661
*/
560662
CompletableFuture<UpdateAccountWebhookResponse> updateAccountWebhook(UpdateAccountWebhookRequest request);
561663

664+
/**
665+
* @param request the request parameters of UpdateChatFlow UpdateChatFlowRequest
666+
* @return UpdateChatFlowResponse
667+
*/
668+
CompletableFuture<UpdateChatFlowResponse> updateChatFlow(UpdateChatFlowRequest request);
669+
670+
/**
671+
* @param request the request parameters of UpdateChatFlowLogSetting UpdateChatFlowLogSettingRequest
672+
* @return UpdateChatFlowLogSettingResponse
673+
*/
674+
CompletableFuture<UpdateChatFlowLogSettingResponse> updateChatFlowLogSetting(UpdateChatFlowLogSettingRequest request);
675+
562676
/**
563677
* @param request the request parameters of UpdateChatGroup UpdateChatGroupRequest
564678
* @return UpdateChatGroupResponse
@@ -591,6 +705,12 @@ static AsyncClient create() {
591705
*/
592706
CompletableFuture<UpdateFlowJSONAssetResponse> updateFlowJSONAsset(UpdateFlowJSONAssetRequest request);
593707

708+
/**
709+
* @param request the request parameters of UpdateFlowVersion UpdateFlowVersionRequest
710+
* @return UpdateFlowVersionResponse
711+
*/
712+
CompletableFuture<UpdateFlowVersionResponse> updateFlowVersion(UpdateFlowVersionRequest request);
713+
594714
/**
595715
* @param request the request parameters of UpdatePhoneEncryptionPublicKey UpdatePhoneEncryptionPublicKeyRequest
596716
* @return UpdatePhoneEncryptionPublicKeyResponse

0 commit comments

Comments
 (0)