Skip to content

Commit ace655c

Browse files
authored
feat(aws-android-sdk-connect): update models to latest (#2830)
1 parent 2b4947e commit ace655c

File tree

9 files changed

+418
-22
lines changed

9 files changed

+418
-22
lines changed

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnect.java

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,7 +2826,23 @@ StartChatContactResult startChatContact(StartChatContactRequest startChatContact
28262826

28272827
/**
28282828
* <p>
2829-
* Starts recording the contact when the agent joins the call.
2829+
* Starts recording the contact:
2830+
* </p>
2831+
* <ul>
2832+
* <li>
2833+
* <p>
2834+
* If the API is called <i>before</i> the agent joins the call, recording
2835+
* starts when the agent joins the call.
2836+
* </p>
2837+
* </li>
2838+
* <li>
2839+
* <p>
2840+
* If the API is called <i>after</i> the agent joins the call, recording
2841+
* starts at the time of the API call.
2842+
* </p>
2843+
* </li>
2844+
* </ul>
2845+
* <p>
28302846
* StartContactRecording is a one-time action. For example, if you use
28312847
* StopContactRecording to stop recording an ongoing call, you can't use
28322848
* StartContactRecording to restart it. For scenarios where the recording
@@ -2982,8 +2998,31 @@ StartTaskContactResult startTaskContact(StartTaskContactRequest startTaskContact
29822998

29832999
/**
29843000
* <p>
2985-
* Ends the specified contact.
3001+
* Ends the specified contact. This call does not work for the following
3002+
* initiation methods:
3003+
* </p>
3004+
* <ul>
3005+
* <li>
3006+
* <p>
3007+
* CALLBACK
3008+
* </p>
3009+
* </li>
3010+
* <li>
3011+
* <p>
3012+
* DISCONNECT
29863013
* </p>
3014+
* </li>
3015+
* <li>
3016+
* <p>
3017+
* TRANSFER
3018+
* </p>
3019+
* </li>
3020+
* <li>
3021+
* <p>
3022+
* QUEUE_TRANSFER
3023+
* </p>
3024+
* </li>
3025+
* </ul>
29873026
*
29883027
* @param stopContactRequest
29893028
* @return stopContactResult The response from the StopContact service

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsync.java

Lines changed: 82 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6109,7 +6109,23 @@ Future<StartChatContactResult> startChatContactAsync(
61096109

61106110
/**
61116111
* <p>
6112-
* Starts recording the contact when the agent joins the call.
6112+
* Starts recording the contact:
6113+
* </p>
6114+
* <ul>
6115+
* <li>
6116+
* <p>
6117+
* If the API is called <i>before</i> the agent joins the call, recording
6118+
* starts when the agent joins the call.
6119+
* </p>
6120+
* </li>
6121+
* <li>
6122+
* <p>
6123+
* If the API is called <i>after</i> the agent joins the call, recording
6124+
* starts at the time of the API call.
6125+
* </p>
6126+
* </li>
6127+
* </ul>
6128+
* <p>
61136129
* StartContactRecording is a one-time action. For example, if you use
61146130
* StopContactRecording to stop recording an ongoing call, you can't use
61156131
* StartContactRecording to restart it. For scenarios where the recording
@@ -6149,7 +6165,23 @@ Future<StartContactRecordingResult> startContactRecordingAsync(
61496165

61506166
/**
61516167
* <p>
6152-
* Starts recording the contact when the agent joins the call.
6168+
* Starts recording the contact:
6169+
* </p>
6170+
* <ul>
6171+
* <li>
6172+
* <p>
6173+
* If the API is called <i>before</i> the agent joins the call, recording
6174+
* starts when the agent joins the call.
6175+
* </p>
6176+
* </li>
6177+
* <li>
6178+
* <p>
6179+
* If the API is called <i>after</i> the agent joins the call, recording
6180+
* starts at the time of the API call.
6181+
* </p>
6182+
* </li>
6183+
* </ul>
6184+
* <p>
61536185
* StartContactRecording is a one-time action. For example, if you use
61546186
* StopContactRecording to stop recording an ongoing call, you can't use
61556187
* StartContactRecording to restart it. For scenarios where the recording
@@ -6443,8 +6475,31 @@ Future<StartTaskContactResult> startTaskContactAsync(
64436475

64446476
/**
64456477
* <p>
6446-
* Ends the specified contact.
6478+
* Ends the specified contact. This call does not work for the following
6479+
* initiation methods:
6480+
* </p>
6481+
* <ul>
6482+
* <li>
6483+
* <p>
6484+
* CALLBACK
6485+
* </p>
6486+
* </li>
6487+
* <li>
6488+
* <p>
6489+
* DISCONNECT
6490+
* </p>
6491+
* </li>
6492+
* <li>
6493+
* <p>
6494+
* TRANSFER
64476495
* </p>
6496+
* </li>
6497+
* <li>
6498+
* <p>
6499+
* QUEUE_TRANSFER
6500+
* </p>
6501+
* </li>
6502+
* </ul>
64486503
*
64496504
* @param stopContactRequest
64506505
* @return A Java Future object containing the response from the StopContact
@@ -6467,8 +6522,31 @@ Future<StopContactResult> stopContactAsync(StopContactRequest stopContactRequest
64676522

64686523
/**
64696524
* <p>
6470-
* Ends the specified contact.
6525+
* Ends the specified contact. This call does not work for the following
6526+
* initiation methods:
6527+
* </p>
6528+
* <ul>
6529+
* <li>
6530+
* <p>
6531+
* CALLBACK
6532+
* </p>
6533+
* </li>
6534+
* <li>
6535+
* <p>
6536+
* DISCONNECT
64716537
* </p>
6538+
* </li>
6539+
* <li>
6540+
* <p>
6541+
* TRANSFER
6542+
* </p>
6543+
* </li>
6544+
* <li>
6545+
* <p>
6546+
* QUEUE_TRANSFER
6547+
* </p>
6548+
* </li>
6549+
* </ul>
64726550
*
64736551
* @param stopContactRequest
64746552
* @param asyncHandler Asynchronous callback handler for events in the

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectAsyncClient.java

Lines changed: 82 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7867,7 +7867,23 @@ public StartChatContactResult call() throws Exception {
78677867

78687868
/**
78697869
* <p>
7870-
* Starts recording the contact when the agent joins the call.
7870+
* Starts recording the contact:
7871+
* </p>
7872+
* <ul>
7873+
* <li>
7874+
* <p>
7875+
* If the API is called <i>before</i> the agent joins the call, recording
7876+
* starts when the agent joins the call.
7877+
* </p>
7878+
* </li>
7879+
* <li>
7880+
* <p>
7881+
* If the API is called <i>after</i> the agent joins the call, recording
7882+
* starts at the time of the API call.
7883+
* </p>
7884+
* </li>
7885+
* </ul>
7886+
* <p>
78717887
* StartContactRecording is a one-time action. For example, if you use
78727888
* StopContactRecording to stop recording an ongoing call, you can't use
78737889
* StartContactRecording to restart it. For scenarios where the recording
@@ -7913,7 +7929,23 @@ public StartContactRecordingResult call() throws Exception {
79137929

79147930
/**
79157931
* <p>
7916-
* Starts recording the contact when the agent joins the call.
7932+
* Starts recording the contact:
7933+
* </p>
7934+
* <ul>
7935+
* <li>
7936+
* <p>
7937+
* If the API is called <i>before</i> the agent joins the call, recording
7938+
* starts when the agent joins the call.
7939+
* </p>
7940+
* </li>
7941+
* <li>
7942+
* <p>
7943+
* If the API is called <i>after</i> the agent joins the call, recording
7944+
* starts at the time of the API call.
7945+
* </p>
7946+
* </li>
7947+
* </ul>
7948+
* <p>
79177949
* StartContactRecording is a one-time action. For example, if you use
79187950
* StopContactRecording to stop recording an ongoing call, you can't use
79197951
* StartContactRecording to restart it. For scenarios where the recording
@@ -8265,8 +8297,31 @@ public StartTaskContactResult call() throws Exception {
82658297

82668298
/**
82678299
* <p>
8268-
* Ends the specified contact.
8300+
* Ends the specified contact. This call does not work for the following
8301+
* initiation methods:
8302+
* </p>
8303+
* <ul>
8304+
* <li>
8305+
* <p>
8306+
* CALLBACK
8307+
* </p>
8308+
* </li>
8309+
* <li>
8310+
* <p>
8311+
* DISCONNECT
8312+
* </p>
8313+
* </li>
8314+
* <li>
8315+
* <p>
8316+
* TRANSFER
82698317
* </p>
8318+
* </li>
8319+
* <li>
8320+
* <p>
8321+
* QUEUE_TRANSFER
8322+
* </p>
8323+
* </li>
8324+
* </ul>
82708325
*
82718326
* @param stopContactRequest
82728327
* @return A Java Future object containing the response from the StopContact
@@ -8295,8 +8350,31 @@ public StopContactResult call() throws Exception {
82958350

82968351
/**
82978352
* <p>
8298-
* Ends the specified contact.
8353+
* Ends the specified contact. This call does not work for the following
8354+
* initiation methods:
8355+
* </p>
8356+
* <ul>
8357+
* <li>
8358+
* <p>
8359+
* CALLBACK
8360+
* </p>
8361+
* </li>
8362+
* <li>
8363+
* <p>
8364+
* DISCONNECT
82998365
* </p>
8366+
* </li>
8367+
* <li>
8368+
* <p>
8369+
* TRANSFER
8370+
* </p>
8371+
* </li>
8372+
* <li>
8373+
* <p>
8374+
* QUEUE_TRANSFER
8375+
* </p>
8376+
* </li>
8377+
* </ul>
83008378
*
83018379
* @param stopContactRequest
83028380
* @return A Java Future object containing the response from the StopContact

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/AmazonConnectClient.java

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5483,7 +5483,23 @@ public StartChatContactResult startChatContact(StartChatContactRequest startChat
54835483

54845484
/**
54855485
* <p>
5486-
* Starts recording the contact when the agent joins the call.
5486+
* Starts recording the contact:
5487+
* </p>
5488+
* <ul>
5489+
* <li>
5490+
* <p>
5491+
* If the API is called <i>before</i> the agent joins the call, recording
5492+
* starts when the agent joins the call.
5493+
* </p>
5494+
* </li>
5495+
* <li>
5496+
* <p>
5497+
* If the API is called <i>after</i> the agent joins the call, recording
5498+
* starts at the time of the API call.
5499+
* </p>
5500+
* </li>
5501+
* </ul>
5502+
* <p>
54875503
* StartContactRecording is a one-time action. For example, if you use
54885504
* StopContactRecording to stop recording an ongoing call, you can't use
54895505
* StartContactRecording to restart it. For scenarios where the recording
@@ -5746,8 +5762,31 @@ public StartTaskContactResult startTaskContact(StartTaskContactRequest startTask
57465762

57475763
/**
57485764
* <p>
5749-
* Ends the specified contact.
5765+
* Ends the specified contact. This call does not work for the following
5766+
* initiation methods:
5767+
* </p>
5768+
* <ul>
5769+
* <li>
5770+
* <p>
5771+
* CALLBACK
5772+
* </p>
5773+
* </li>
5774+
* <li>
5775+
* <p>
5776+
* DISCONNECT
57505777
* </p>
5778+
* </li>
5779+
* <li>
5780+
* <p>
5781+
* TRANSFER
5782+
* </p>
5783+
* </li>
5784+
* <li>
5785+
* <p>
5786+
* QUEUE_TRANSFER
5787+
* </p>
5788+
* </li>
5789+
* </ul>
57515790
*
57525791
* @param stopContactRequest
57535792
* @return stopContactResult The response from the StopContact service

0 commit comments

Comments
 (0)