Skip to content

Commit 120ca2b

Browse files
authored
feat(aws-android-sdk-connect): update models to latest (#3280)
1 parent 3983d99 commit 120ca2b

12 files changed

+79
-99
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,8 @@ CreateContactFlowModuleResult createContactFlowModule(
584584
* <p>
585585
* Creates an evaluation form in the specified Amazon Connect instance. The
586586
* form can be used to define questions related to agent performance, and
587-
* create sections to organize such questions. An evaluation form must have
588-
* a unique title within an instance. Question and section identifiers
589-
* cannot be duplicated within the same evaluation form.
587+
* create sections to organize such questions. Question and section
588+
* identifiers cannot be duplicated within the same evaluation form.
590589
* </p>
591590
*
592591
* @param createEvaluationFormRequest
@@ -720,7 +719,6 @@ CreateIntegrationAssociationResult createIntegrationAssociation(
720719
* @return createParticipantResult The response from the CreateParticipant
721720
* service method, as returned by Amazon Connect.
722721
* @throws InvalidRequestException
723-
* @throws InvalidParameterException
724722
* @throws ResourceNotFoundException
725723
* @throws InternalServiceException
726724
* @throws ServiceQuotaExceededException
@@ -4900,9 +4898,8 @@ UpdateContactScheduleResult updateContactSchedule(
49004898
/**
49014899
* <p>
49024900
* Updates details about a specific evaluation form version in the specified
4903-
* Amazon Connect instance. An evaluation form must have a unique title
4904-
* within an instance. Question and section identifiers cannot be duplicated
4905-
* within the same evaluation form.
4901+
* Amazon Connect instance. Question and section identifiers cannot be
4902+
* duplicated within the same evaluation form.
49064903
* </p>
49074904
* <p>
49084905
* This operation does not support partial updates. Instead it does a full

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

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,9 +1125,8 @@ Future<CreateContactFlowModuleResult> createContactFlowModuleAsync(
11251125
* <p>
11261126
* Creates an evaluation form in the specified Amazon Connect instance. The
11271127
* form can be used to define questions related to agent performance, and
1128-
* create sections to organize such questions. An evaluation form must have
1129-
* a unique title within an instance. Question and section identifiers
1130-
* cannot be duplicated within the same evaluation form.
1128+
* create sections to organize such questions. Question and section
1129+
* identifiers cannot be duplicated within the same evaluation form.
11311130
* </p>
11321131
*
11331132
* @param createEvaluationFormRequest
@@ -1156,9 +1155,8 @@ Future<CreateEvaluationFormResult> createEvaluationFormAsync(
11561155
* <p>
11571156
* Creates an evaluation form in the specified Amazon Connect instance. The
11581157
* form can be used to define questions related to agent performance, and
1159-
* create sections to organize such questions. An evaluation form must have
1160-
* a unique title within an instance. Question and section identifiers
1161-
* cannot be duplicated within the same evaluation form.
1158+
* create sections to organize such questions. Question and section
1159+
* identifiers cannot be duplicated within the same evaluation form.
11621160
* </p>
11631161
*
11641162
* @param createEvaluationFormRequest
@@ -1409,7 +1407,6 @@ Future<CreateIntegrationAssociationResult> createIntegrationAssociationAsync(
14091407
* @return A Java Future object containing the response from the
14101408
* CreateParticipant service method, as returned by Amazon Connect.
14111409
* @throws InvalidRequestException
1412-
* @throws InvalidParameterException
14131410
* @throws ResourceNotFoundException
14141411
* @throws InternalServiceException
14151412
* @throws ServiceQuotaExceededException
@@ -1442,7 +1439,6 @@ Future<CreateParticipantResult> createParticipantAsync(
14421439
* @return A Java Future object containing the response from the
14431440
* CreateParticipant service method, as returned by Amazon Connect.
14441441
* @throws InvalidRequestException
1445-
* @throws InvalidParameterException
14461442
* @throws ResourceNotFoundException
14471443
* @throws InternalServiceException
14481444
* @throws ServiceQuotaExceededException
@@ -10650,9 +10646,8 @@ Future<UpdateContactScheduleResult> updateContactScheduleAsync(
1065010646
/**
1065110647
* <p>
1065210648
* Updates details about a specific evaluation form version in the specified
10653-
* Amazon Connect instance. An evaluation form must have a unique title
10654-
* within an instance. Question and section identifiers cannot be duplicated
10655-
* within the same evaluation form.
10649+
* Amazon Connect instance. Question and section identifiers cannot be
10650+
* duplicated within the same evaluation form.
1065610651
* </p>
1065710652
* <p>
1065810653
* This operation does not support partial updates. Instead it does a full
@@ -10684,9 +10679,8 @@ Future<UpdateEvaluationFormResult> updateEvaluationFormAsync(
1068410679
/**
1068510680
* <p>
1068610681
* Updates details about a specific evaluation form version in the specified
10687-
* Amazon Connect instance. An evaluation form must have a unique title
10688-
* within an instance. Question and section identifiers cannot be duplicated
10689-
* within the same evaluation form.
10682+
* Amazon Connect instance. Question and section identifiers cannot be
10683+
* duplicated within the same evaluation form.
1069010684
* </p>
1069110685
* <p>
1069210686
* This operation does not support partial updates. Instead it does a full

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

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,9 +1598,8 @@ public CreateContactFlowModuleResult call() throws Exception {
15981598
* <p>
15991599
* Creates an evaluation form in the specified Amazon Connect instance. The
16001600
* form can be used to define questions related to agent performance, and
1601-
* create sections to organize such questions. An evaluation form must have
1602-
* a unique title within an instance. Question and section identifiers
1603-
* cannot be duplicated within the same evaluation form.
1601+
* create sections to organize such questions. Question and section
1602+
* identifiers cannot be duplicated within the same evaluation form.
16041603
* </p>
16051604
*
16061605
* @param createEvaluationFormRequest
@@ -1635,9 +1634,8 @@ public CreateEvaluationFormResult call() throws Exception {
16351634
* <p>
16361635
* Creates an evaluation form in the specified Amazon Connect instance. The
16371636
* form can be used to define questions related to agent performance, and
1638-
* create sections to organize such questions. An evaluation form must have
1639-
* a unique title within an instance. Question and section identifiers
1640-
* cannot be duplicated within the same evaluation form.
1637+
* create sections to organize such questions. Question and section
1638+
* identifiers cannot be duplicated within the same evaluation form.
16411639
* </p>
16421640
*
16431641
* @param createEvaluationFormRequest
@@ -1948,7 +1946,6 @@ public CreateIntegrationAssociationResult call() throws Exception {
19481946
* @return A Java Future object containing the response from the
19491947
* CreateParticipant service method, as returned by Amazon Connect.
19501948
* @throws InvalidRequestException
1951-
* @throws InvalidParameterException
19521949
* @throws ResourceNotFoundException
19531950
* @throws InternalServiceException
19541951
* @throws ServiceQuotaExceededException
@@ -1983,7 +1980,6 @@ public CreateParticipantResult call() throws Exception {
19831980
* @return A Java Future object containing the response from the
19841981
* CreateParticipant service method, as returned by Amazon Connect.
19851982
* @throws InvalidRequestException
1986-
* @throws InvalidParameterException
19871983
* @throws ResourceNotFoundException
19881984
* @throws InternalServiceException
19891985
* @throws ServiceQuotaExceededException
@@ -13457,9 +13453,8 @@ public UpdateContactScheduleResult call() throws Exception {
1345713453
/**
1345813454
* <p>
1345913455
* Updates details about a specific evaluation form version in the specified
13460-
* Amazon Connect instance. An evaluation form must have a unique title
13461-
* within an instance. Question and section identifiers cannot be duplicated
13462-
* within the same evaluation form.
13456+
* Amazon Connect instance. Question and section identifiers cannot be
13457+
* duplicated within the same evaluation form.
1346313458
* </p>
1346413459
* <p>
1346513460
* This operation does not support partial updates. Instead it does a full
@@ -13497,9 +13492,8 @@ public UpdateEvaluationFormResult call() throws Exception {
1349713492
/**
1349813493
* <p>
1349913494
* Updates details about a specific evaluation form version in the specified
13500-
* Amazon Connect instance. An evaluation form must have a unique title
13501-
* within an instance. Question and section identifiers cannot be duplicated
13502-
* within the same evaluation form.
13495+
* Amazon Connect instance. Question and section identifiers cannot be
13496+
* duplicated within the same evaluation form.
1350313497
* </p>
1350413498
* <p>
1350513499
* This operation does not support partial updates. Instead it does a full

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,9 +1234,8 @@ public CreateContactFlowModuleResult createContactFlowModule(
12341234
* <p>
12351235
* Creates an evaluation form in the specified Amazon Connect instance. The
12361236
* form can be used to define questions related to agent performance, and
1237-
* create sections to organize such questions. An evaluation form must have
1238-
* a unique title within an instance. Question and section identifiers
1239-
* cannot be duplicated within the same evaluation form.
1237+
* create sections to organize such questions. Question and section
1238+
* identifiers cannot be duplicated within the same evaluation form.
12401239
* </p>
12411240
*
12421241
* @param createEvaluationFormRequest
@@ -1477,7 +1476,6 @@ public CreateIntegrationAssociationResult createIntegrationAssociation(
14771476
* @return createParticipantResult The response from the CreateParticipant
14781477
* service method, as returned by Amazon Connect.
14791478
* @throws InvalidRequestException
1480-
* @throws InvalidParameterException
14811479
* @throws ResourceNotFoundException
14821480
* @throws InternalServiceException
14831481
* @throws ServiceQuotaExceededException
@@ -9240,9 +9238,8 @@ public UpdateContactScheduleResult updateContactSchedule(
92409238
/**
92419239
* <p>
92429240
* Updates details about a specific evaluation form version in the specified
9243-
* Amazon Connect instance. An evaluation form must have a unique title
9244-
* within an instance. Question and section identifiers cannot be duplicated
9245-
* within the same evaluation form.
9241+
* Amazon Connect instance. Question and section identifiers cannot be
9242+
* duplicated within the same evaluation form.
92469243
* </p>
92479244
* <p>
92489245
* This operation does not support partial updates. Instead it does a full

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
* <p>
2424
* Creates an evaluation form in the specified Amazon Connect instance. The form
2525
* can be used to define questions related to agent performance, and create
26-
* sections to organize such questions. An evaluation form must have a unique
27-
* title within an instance. Question and section identifiers cannot be
28-
* duplicated within the same evaluation form.
26+
* sections to organize such questions. Question and section identifiers cannot
27+
* be duplicated within the same evaluation form.
2928
* </p>
3029
*/
3130
public class CreateEvaluationFormRequest extends AmazonWebServiceRequest implements Serializable {
@@ -44,7 +43,7 @@ public class CreateEvaluationFormRequest extends AmazonWebServiceRequest impleme
4443

4544
/**
4645
* <p>
47-
* A unique title of the evaluation form.
46+
* A title of the evaluation form.
4847
* </p>
4948
* <p>
5049
* <b>Constraints:</b><br/>
@@ -169,14 +168,14 @@ public CreateEvaluationFormRequest withInstanceId(String instanceId) {
169168

170169
/**
171170
* <p>
172-
* A unique title of the evaluation form.
171+
* A title of the evaluation form.
173172
* </p>
174173
* <p>
175174
* <b>Constraints:</b><br/>
176175
* <b>Length: </b>0 - 128<br/>
177176
*
178177
* @return <p>
179-
* A unique title of the evaluation form.
178+
* A title of the evaluation form.
180179
* </p>
181180
*/
182181
public String getTitle() {
@@ -185,14 +184,14 @@ public String getTitle() {
185184

186185
/**
187186
* <p>
188-
* A unique title of the evaluation form.
187+
* A title of the evaluation form.
189188
* </p>
190189
* <p>
191190
* <b>Constraints:</b><br/>
192191
* <b>Length: </b>0 - 128<br/>
193192
*
194193
* @param title <p>
195-
* A unique title of the evaluation form.
194+
* A title of the evaluation form.
196195
* </p>
197196
*/
198197
public void setTitle(String title) {
@@ -201,7 +200,7 @@ public void setTitle(String title) {
201200

202201
/**
203202
* <p>
204-
* A unique title of the evaluation form.
203+
* A title of the evaluation form.
205204
* </p>
206205
* <p>
207206
* Returns a reference to this object so that method calls can be chained
@@ -211,7 +210,7 @@ public void setTitle(String title) {
211210
* <b>Length: </b>0 - 128<br/>
212211
*
213212
* @param title <p>
214-
* A unique title of the evaluation form.
213+
* A title of the evaluation form.
215214
* </p>
216215
* @return A reference to this updated object so that method calls can be
217216
* chained together.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class EvaluationForm implements Serializable {
5959

6060
/**
6161
* <p>
62-
* A unique title of the evaluation form.
62+
* A title of the evaluation form.
6363
* </p>
6464
* <p>
6565
* <b>Constraints:</b><br/>
@@ -360,14 +360,14 @@ public EvaluationForm withEvaluationFormArn(String evaluationFormArn) {
360360

361361
/**
362362
* <p>
363-
* A unique title of the evaluation form.
363+
* A title of the evaluation form.
364364
* </p>
365365
* <p>
366366
* <b>Constraints:</b><br/>
367367
* <b>Length: </b>0 - 128<br/>
368368
*
369369
* @return <p>
370-
* A unique title of the evaluation form.
370+
* A title of the evaluation form.
371371
* </p>
372372
*/
373373
public String getTitle() {
@@ -376,14 +376,14 @@ public String getTitle() {
376376

377377
/**
378378
* <p>
379-
* A unique title of the evaluation form.
379+
* A title of the evaluation form.
380380
* </p>
381381
* <p>
382382
* <b>Constraints:</b><br/>
383383
* <b>Length: </b>0 - 128<br/>
384384
*
385385
* @param title <p>
386-
* A unique title of the evaluation form.
386+
* A title of the evaluation form.
387387
* </p>
388388
*/
389389
public void setTitle(String title) {
@@ -392,7 +392,7 @@ public void setTitle(String title) {
392392

393393
/**
394394
* <p>
395-
* A unique title of the evaluation form.
395+
* A title of the evaluation form.
396396
* </p>
397397
* <p>
398398
* Returns a reference to this object so that method calls can be chained
@@ -402,7 +402,7 @@ public void setTitle(String title) {
402402
* <b>Length: </b>0 - 128<br/>
403403
*
404404
* @param title <p>
405-
* A unique title of the evaluation form.
405+
* A title of the evaluation form.
406406
* </p>
407407
* @return A reference to this updated object so that method calls can be
408408
* chained together.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class EvaluationFormContent implements Serializable {
5252

5353
/**
5454
* <p>
55-
* A unique title of the evaluation form.
55+
* A title of the evaluation form.
5656
* </p>
5757
* <p>
5858
* <b>Constraints:</b><br/>
@@ -243,14 +243,14 @@ public EvaluationFormContent withEvaluationFormArn(String evaluationFormArn) {
243243

244244
/**
245245
* <p>
246-
* A unique title of the evaluation form.
246+
* A title of the evaluation form.
247247
* </p>
248248
* <p>
249249
* <b>Constraints:</b><br/>
250250
* <b>Length: </b>0 - 128<br/>
251251
*
252252
* @return <p>
253-
* A unique title of the evaluation form.
253+
* A title of the evaluation form.
254254
* </p>
255255
*/
256256
public String getTitle() {
@@ -259,14 +259,14 @@ public String getTitle() {
259259

260260
/**
261261
* <p>
262-
* A unique title of the evaluation form.
262+
* A title of the evaluation form.
263263
* </p>
264264
* <p>
265265
* <b>Constraints:</b><br/>
266266
* <b>Length: </b>0 - 128<br/>
267267
*
268268
* @param title <p>
269-
* A unique title of the evaluation form.
269+
* A title of the evaluation form.
270270
* </p>
271271
*/
272272
public void setTitle(String title) {
@@ -275,7 +275,7 @@ public void setTitle(String title) {
275275

276276
/**
277277
* <p>
278-
* A unique title of the evaluation form.
278+
* A title of the evaluation form.
279279
* </p>
280280
* <p>
281281
* Returns a reference to this object so that method calls can be chained
@@ -285,7 +285,7 @@ public void setTitle(String title) {
285285
* <b>Length: </b>0 - 128<br/>
286286
*
287287
* @param title <p>
288-
* A unique title of the evaluation form.
288+
* A title of the evaluation form.
289289
* </p>
290290
* @return A reference to this updated object so that method calls can be
291291
* chained together.

0 commit comments

Comments
 (0)