Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect Update models to latest #3205

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1802,10 +1802,11 @@ DescribeTrafficDistributionGroupResult describeTrafficDistributionGroup(

/**
* <p>
* Describes the specified user account. You can find the instance ID in the
* console (it’s the final part of the ARN). The console does not display
* the user IDs. Instead, list the users and note the IDs provided in the
* output.
* Describes the specified user account. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID in the Amazon Connect console</a> (it’s the final
* part of the ARN). The console does not display the user IDs. Instead,
* list the users and note the IDs provided in the output.
* </p>
*
* @param describeUserRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3838,10 +3838,11 @@ Future<DescribeTrafficDistributionGroupResult> describeTrafficDistributionGroupA

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

/**
* <p>
* Describes the specified user account. You can find the instance ID in the
* console (it’s the final part of the ARN). The console does not display
* the user IDs. Instead, list the users and note the IDs provided in the
* output.
* Describes the specified user account. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID in the Amazon Connect console</a> (it’s the final
* part of the ARN). The console does not display the user IDs. Instead,
* list the users and note the IDs provided in the output.
* </p>
*
* @param describeUserRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5003,10 +5003,11 @@ public DescribeTrafficDistributionGroupResult call() throws Exception {

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

/**
* <p>
* Describes the specified user account. You can find the instance ID in the
* console (it’s the final part of the ARN). The console does not display
* the user IDs. Instead, list the users and note the IDs provided in the
* output.
* Describes the specified user account. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID in the Amazon Connect console</a> (it’s the final
* part of the ARN). The console does not display the user IDs. Instead,
* list the users and note the IDs provided in the output.
* </p>
*
* @param describeUserRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3531,10 +3531,11 @@ public DescribeTrafficDistributionGroupResult describeTrafficDistributionGroup(

/**
* <p>
* Describes the specified user account. You can find the instance ID in the
* console (it’s the final part of the ARN). The console does not display
* the user IDs. Instead, list the users and note the IDs provided in the
* output.
* Describes the specified user account. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID in the Amazon Connect console</a> (it’s the final
* part of the ARN). The console does not display the user IDs. Instead,
* list the users and note the IDs provided in the output.
* </p>
*
* @param describeUserRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
public class AssociateApprovedOriginRequest extends AmazonWebServiceRequest implements Serializable {
/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* <b>Constraints:</b><br/>
Expand All @@ -51,16 +53,20 @@ public class AssociateApprovedOriginRequest extends AmazonWebServiceRequest impl

/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 100<br/>
*
* @return <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
* the instance.
* </p>
*/
public String getInstanceId() {
Expand All @@ -69,16 +75,21 @@ public String getInstanceId() {

/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 100<br/>
*
* @param instanceId <p>
* The identifier of the Amazon Connect instance. You can find
* the instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a
* href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
* the instance.
* </p>
*/
public void setInstanceId(String instanceId) {
Expand All @@ -87,8 +98,10 @@ public void setInstanceId(String instanceId) {

/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* Returns a reference to this object so that method calls can be chained
Expand All @@ -98,8 +111,11 @@ public void setInstanceId(String instanceId) {
* <b>Length: </b>1 - 100<br/>
*
* @param instanceId <p>
* The identifier of the Amazon Connect instance. You can find
* the instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a
* href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
* the instance.
* </p>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
public class AssociateBotRequest extends AmazonWebServiceRequest implements Serializable {
/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* <b>Constraints:</b><br/>
Expand All @@ -56,16 +58,20 @@ public class AssociateBotRequest extends AmazonWebServiceRequest implements Seri

/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 100<br/>
*
* @return <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
* the instance.
* </p>
*/
public String getInstanceId() {
Expand All @@ -74,16 +80,21 @@ public String getInstanceId() {

/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 100<br/>
*
* @param instanceId <p>
* The identifier of the Amazon Connect instance. You can find
* the instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a
* href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
* the instance.
* </p>
*/
public void setInstanceId(String instanceId) {
Expand All @@ -92,8 +103,10 @@ public void setInstanceId(String instanceId) {

/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* Returns a reference to this object so that method calls can be chained
Expand All @@ -103,8 +116,11 @@ public void setInstanceId(String instanceId) {
* <b>Length: </b>1 - 100<br/>
*
* @param instanceId <p>
* The identifier of the Amazon Connect instance. You can find
* the instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a
* href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
* the instance.
* </p>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ public class AssociateDefaultVocabularyRequest extends AmazonWebServiceRequest i
Serializable {
/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* <b>Constraints:</b><br/>
Expand Down Expand Up @@ -67,16 +69,20 @@ public class AssociateDefaultVocabularyRequest extends AmazonWebServiceRequest i

/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 100<br/>
*
* @return <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
* the instance.
* </p>
*/
public String getInstanceId() {
Expand All @@ -85,16 +91,21 @@ public String getInstanceId() {

/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 100<br/>
*
* @param instanceId <p>
* The identifier of the Amazon Connect instance. You can find
* the instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a
* href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
* the instance.
* </p>
*/
public void setInstanceId(String instanceId) {
Expand All @@ -103,8 +114,10 @@ public void setInstanceId(String instanceId) {

/**
* <p>
* The identifier of the Amazon Connect instance. You can find the
* instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of the
* instance.
* </p>
* <p>
* Returns a reference to this object so that method calls can be chained
Expand All @@ -114,8 +127,11 @@ public void setInstanceId(String instanceId) {
* <b>Length: </b>1 - 100<br/>
*
* @param instanceId <p>
* The identifier of the Amazon Connect instance. You can find
* the instanceId in the ARN of the instance.
* The identifier of the Amazon Connect instance. You can <a
* href=
* "https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html"
* >find the instance ID</a> in the Amazon Resource Name (ARN) of
* the instance.
* </p>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand Down
Loading