Skip to content

Commit ba52427

Browse files
authored
feat(aws-android-sdk-connect): update models to latest (#3205)
1 parent ba894f8 commit ba52427

File tree

161 files changed

+4792
-2203
lines changed

Some content is hidden

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

161 files changed

+4792
-2203
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,10 +1802,11 @@ DescribeTrafficDistributionGroupResult describeTrafficDistributionGroup(
18021802

18031803
/**
18041804
* <p>
1805-
* Describes the specified user account. You can find the instance ID in the
1806-
* console (it’s the final part of the ARN). The console does not display
1807-
* the user IDs. Instead, list the users and note the IDs provided in the
1808-
* output.
1805+
* Describes the specified user account. You can <a href=
1806+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
1807+
* >find the instance ID in the Amazon Connect console</a> (it’s the final
1808+
* part of the ARN). The console does not display the user IDs. Instead,
1809+
* list the users and note the IDs provided in the output.
18091810
* </p>
18101811
*
18111812
* @param describeUserRequest

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3838,10 +3838,11 @@ Future<DescribeTrafficDistributionGroupResult> describeTrafficDistributionGroupA
38383838

38393839
/**
38403840
* <p>
3841-
* Describes the specified user account. You can find the instance ID in the
3842-
* console (it’s the final part of the ARN). The console does not display
3843-
* the user IDs. Instead, list the users and note the IDs provided in the
3844-
* output.
3841+
* Describes the specified user account. You can <a href=
3842+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
3843+
* >find the instance ID in the Amazon Connect console</a> (it’s the final
3844+
* part of the ARN). The console does not display the user IDs. Instead,
3845+
* list the users and note the IDs provided in the output.
38453846
* </p>
38463847
*
38473848
* @param describeUserRequest
@@ -3865,10 +3866,11 @@ Future<DescribeUserResult> describeUserAsync(DescribeUserRequest describeUserReq
38653866

38663867
/**
38673868
* <p>
3868-
* Describes the specified user account. You can find the instance ID in the
3869-
* console (it’s the final part of the ARN). The console does not display
3870-
* the user IDs. Instead, list the users and note the IDs provided in the
3871-
* output.
3869+
* Describes the specified user account. You can <a href=
3870+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
3871+
* >find the instance ID in the Amazon Connect console</a> (it’s the final
3872+
* part of the ARN). The console does not display the user IDs. Instead,
3873+
* list the users and note the IDs provided in the output.
38723874
* </p>
38733875
*
38743876
* @param describeUserRequest

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5003,10 +5003,11 @@ public DescribeTrafficDistributionGroupResult call() throws Exception {
50035003

50045004
/**
50055005
* <p>
5006-
* Describes the specified user account. You can find the instance ID in the
5007-
* console (it’s the final part of the ARN). The console does not display
5008-
* the user IDs. Instead, list the users and note the IDs provided in the
5009-
* output.
5006+
* Describes the specified user account. You can <a href=
5007+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
5008+
* >find the instance ID in the Amazon Connect console</a> (it’s the final
5009+
* part of the ARN). The console does not display the user IDs. Instead,
5010+
* list the users and note the IDs provided in the output.
50105011
* </p>
50115012
*
50125013
* @param describeUserRequest
@@ -5037,10 +5038,11 @@ public DescribeUserResult call() throws Exception {
50375038

50385039
/**
50395040
* <p>
5040-
* Describes the specified user account. You can find the instance ID in the
5041-
* console (it’s the final part of the ARN). The console does not display
5042-
* the user IDs. Instead, list the users and note the IDs provided in the
5043-
* output.
5041+
* Describes the specified user account. You can <a href=
5042+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
5043+
* >find the instance ID in the Amazon Connect console</a> (it’s the final
5044+
* part of the ARN). The console does not display the user IDs. Instead,
5045+
* list the users and note the IDs provided in the output.
50445046
* </p>
50455047
*
50465048
* @param describeUserRequest

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,10 +3531,11 @@ public DescribeTrafficDistributionGroupResult describeTrafficDistributionGroup(
35313531

35323532
/**
35333533
* <p>
3534-
* Describes the specified user account. You can find the instance ID in the
3535-
* console (it’s the final part of the ARN). The console does not display
3536-
* the user IDs. Instead, list the users and note the IDs provided in the
3537-
* output.
3534+
* Describes the specified user account. You can <a href=
3535+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
3536+
* >find the instance ID in the Amazon Connect console</a> (it’s the final
3537+
* part of the ARN). The console does not display the user IDs. Instead,
3538+
* list the users and note the IDs provided in the output.
35383539
* </p>
35393540
*
35403541
* @param describeUserRequest

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

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
public class AssociateApprovedOriginRequest extends AmazonWebServiceRequest implements Serializable {
3131
/**
3232
* <p>
33-
* The identifier of the Amazon Connect instance. You can find the
34-
* instanceId in the ARN of the instance.
33+
* The identifier of the Amazon Connect instance. You can <a href=
34+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
35+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
36+
* instance.
3537
* </p>
3638
* <p>
3739
* <b>Constraints:</b><br/>
@@ -51,16 +53,20 @@ public class AssociateApprovedOriginRequest extends AmazonWebServiceRequest impl
5153

5254
/**
5355
* <p>
54-
* The identifier of the Amazon Connect instance. You can find the
55-
* instanceId in the ARN of the instance.
56+
* The identifier of the Amazon Connect instance. You can <a href=
57+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
58+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
59+
* instance.
5660
* </p>
5761
* <p>
5862
* <b>Constraints:</b><br/>
5963
* <b>Length: </b>1 - 100<br/>
6064
*
6165
* @return <p>
62-
* The identifier of the Amazon Connect instance. You can find the
63-
* instanceId in the ARN of the instance.
66+
* The identifier of the Amazon Connect instance. You can <a href=
67+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
68+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
69+
* the instance.
6470
* </p>
6571
*/
6672
public String getInstanceId() {
@@ -69,16 +75,21 @@ public String getInstanceId() {
6975

7076
/**
7177
* <p>
72-
* The identifier of the Amazon Connect instance. You can find the
73-
* instanceId in the ARN of the instance.
78+
* The identifier of the Amazon Connect instance. You can <a href=
79+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
80+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
81+
* instance.
7482
* </p>
7583
* <p>
7684
* <b>Constraints:</b><br/>
7785
* <b>Length: </b>1 - 100<br/>
7886
*
7987
* @param instanceId <p>
80-
* The identifier of the Amazon Connect instance. You can find
81-
* the instanceId in the ARN of the instance.
88+
* The identifier of the Amazon Connect instance. You can <a
89+
* href=
90+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
91+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
92+
* the instance.
8293
* </p>
8394
*/
8495
public void setInstanceId(String instanceId) {
@@ -87,8 +98,10 @@ public void setInstanceId(String instanceId) {
8798

8899
/**
89100
* <p>
90-
* The identifier of the Amazon Connect instance. You can find the
91-
* instanceId in the ARN of the instance.
101+
* The identifier of the Amazon Connect instance. You can <a href=
102+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
103+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
104+
* instance.
92105
* </p>
93106
* <p>
94107
* Returns a reference to this object so that method calls can be chained
@@ -98,8 +111,11 @@ public void setInstanceId(String instanceId) {
98111
* <b>Length: </b>1 - 100<br/>
99112
*
100113
* @param instanceId <p>
101-
* The identifier of the Amazon Connect instance. You can find
102-
* the instanceId in the ARN of the instance.
114+
* The identifier of the Amazon Connect instance. You can <a
115+
* href=
116+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
117+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
118+
* the instance.
103119
* </p>
104120
* @return A reference to this updated object so that method calls can be
105121
* chained together.

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

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
public class AssociateBotRequest extends AmazonWebServiceRequest implements Serializable {
3232
/**
3333
* <p>
34-
* The identifier of the Amazon Connect instance. You can find the
35-
* instanceId in the ARN of the instance.
34+
* The identifier of the Amazon Connect instance. You can <a href=
35+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
36+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
37+
* instance.
3638
* </p>
3739
* <p>
3840
* <b>Constraints:</b><br/>
@@ -56,16 +58,20 @@ public class AssociateBotRequest extends AmazonWebServiceRequest implements Seri
5658

5759
/**
5860
* <p>
59-
* The identifier of the Amazon Connect instance. You can find the
60-
* instanceId in the ARN of the instance.
61+
* The identifier of the Amazon Connect instance. You can <a href=
62+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
63+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
64+
* instance.
6165
* </p>
6266
* <p>
6367
* <b>Constraints:</b><br/>
6468
* <b>Length: </b>1 - 100<br/>
6569
*
6670
* @return <p>
67-
* The identifier of the Amazon Connect instance. You can find the
68-
* instanceId in the ARN of the instance.
71+
* The identifier of the Amazon Connect instance. You can <a href=
72+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
73+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
74+
* the instance.
6975
* </p>
7076
*/
7177
public String getInstanceId() {
@@ -74,16 +80,21 @@ public String getInstanceId() {
7480

7581
/**
7682
* <p>
77-
* The identifier of the Amazon Connect instance. You can find the
78-
* instanceId in the ARN of the instance.
83+
* The identifier of the Amazon Connect instance. You can <a href=
84+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
85+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
86+
* instance.
7987
* </p>
8088
* <p>
8189
* <b>Constraints:</b><br/>
8290
* <b>Length: </b>1 - 100<br/>
8391
*
8492
* @param instanceId <p>
85-
* The identifier of the Amazon Connect instance. You can find
86-
* the instanceId in the ARN of the instance.
93+
* The identifier of the Amazon Connect instance. You can <a
94+
* href=
95+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
96+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
97+
* the instance.
8798
* </p>
8899
*/
89100
public void setInstanceId(String instanceId) {
@@ -92,8 +103,10 @@ public void setInstanceId(String instanceId) {
92103

93104
/**
94105
* <p>
95-
* The identifier of the Amazon Connect instance. You can find the
96-
* instanceId in the ARN of the instance.
106+
* The identifier of the Amazon Connect instance. You can <a href=
107+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
108+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
109+
* instance.
97110
* </p>
98111
* <p>
99112
* Returns a reference to this object so that method calls can be chained
@@ -103,8 +116,11 @@ public void setInstanceId(String instanceId) {
103116
* <b>Length: </b>1 - 100<br/>
104117
*
105118
* @param instanceId <p>
106-
* The identifier of the Amazon Connect instance. You can find
107-
* the instanceId in the ARN of the instance.
119+
* The identifier of the Amazon Connect instance. You can <a
120+
* href=
121+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
122+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
123+
* the instance.
108124
* </p>
109125
* @return A reference to this updated object so that method calls can be
110126
* chained together.

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

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ public class AssociateDefaultVocabularyRequest extends AmazonWebServiceRequest i
3030
Serializable {
3131
/**
3232
* <p>
33-
* The identifier of the Amazon Connect instance. You can find the
34-
* instanceId in the ARN of the instance.
33+
* The identifier of the Amazon Connect instance. You can <a href=
34+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
35+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
36+
* instance.
3537
* </p>
3638
* <p>
3739
* <b>Constraints:</b><br/>
@@ -67,16 +69,20 @@ public class AssociateDefaultVocabularyRequest extends AmazonWebServiceRequest i
6769

6870
/**
6971
* <p>
70-
* The identifier of the Amazon Connect instance. You can find the
71-
* instanceId in the ARN of the instance.
72+
* The identifier of the Amazon Connect instance. You can <a href=
73+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
74+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
75+
* instance.
7276
* </p>
7377
* <p>
7478
* <b>Constraints:</b><br/>
7579
* <b>Length: </b>1 - 100<br/>
7680
*
7781
* @return <p>
78-
* The identifier of the Amazon Connect instance. You can find the
79-
* instanceId in the ARN of the instance.
82+
* The identifier of the Amazon Connect instance. You can <a href=
83+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
84+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
85+
* the instance.
8086
* </p>
8187
*/
8288
public String getInstanceId() {
@@ -85,16 +91,21 @@ public String getInstanceId() {
8591

8692
/**
8793
* <p>
88-
* The identifier of the Amazon Connect instance. You can find the
89-
* instanceId in the ARN of the instance.
94+
* The identifier of the Amazon Connect instance. You can <a href=
95+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
96+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
97+
* instance.
9098
* </p>
9199
* <p>
92100
* <b>Constraints:</b><br/>
93101
* <b>Length: </b>1 - 100<br/>
94102
*
95103
* @param instanceId <p>
96-
* The identifier of the Amazon Connect instance. You can find
97-
* the instanceId in the ARN of the instance.
104+
* The identifier of the Amazon Connect instance. You can <a
105+
* href=
106+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
107+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
108+
* the instance.
98109
* </p>
99110
*/
100111
public void setInstanceId(String instanceId) {
@@ -103,8 +114,10 @@ public void setInstanceId(String instanceId) {
103114

104115
/**
105116
* <p>
106-
* The identifier of the Amazon Connect instance. You can find the
107-
* instanceId in the ARN of the instance.
117+
* The identifier of the Amazon Connect instance. You can <a href=
118+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
119+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
120+
* instance.
108121
* </p>
109122
* <p>
110123
* Returns a reference to this object so that method calls can be chained
@@ -114,8 +127,11 @@ public void setInstanceId(String instanceId) {
114127
* <b>Length: </b>1 - 100<br/>
115128
*
116129
* @param instanceId <p>
117-
* The identifier of the Amazon Connect instance. You can find
118-
* the instanceId in the ARN of the instance.
130+
* The identifier of the Amazon Connect instance. You can <a
131+
* href=
132+
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
133+
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
134+
* the instance.
119135
* </p>
120136
* @return A reference to this updated object so that method calls can be
121137
* chained together.

0 commit comments

Comments
 (0)