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 #3348

Closed
Show file tree
Hide file tree
Changes from all commits
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 @@ -806,6 +806,14 @@ CreatePromptResult createPrompt(CreatePromptRequest createPromptRequest)
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param createQueueRequest
Expand Down Expand Up @@ -4061,10 +4069,6 @@ SearchPromptsResult searchPrompts(SearchPromptsRequest searchPromptsRequest)
throws AmazonClientException, AmazonServiceException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches queues in an Amazon Connect instance, with optional filtering.
* </p>
Expand Down Expand Up @@ -4142,10 +4146,6 @@ SearchResourceTagsResult searchResourceTags(SearchResourceTagsRequest searchReso
throws AmazonClientException, AmazonServiceException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches routing profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -4173,10 +4173,6 @@ SearchRoutingProfilesResult searchRoutingProfiles(
throws AmazonClientException, AmazonServiceException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches security profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -5480,6 +5476,14 @@ void updateQueueName(UpdateQueueNameRequest updateQueueNameRequest)
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param updateQueueOutboundCallerConfigRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,14 @@ Future<CreatePromptResult> createPromptAsync(CreatePromptRequest createPromptReq
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param createQueueRequest
Expand Down Expand Up @@ -1628,6 +1636,14 @@ Future<CreateQueueResult> createQueueAsync(CreateQueueRequest createQueueRequest
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param createQueueRequest
Expand Down Expand Up @@ -8844,10 +8860,6 @@ Future<SearchPromptsResult> searchPromptsAsync(SearchPromptsRequest searchPrompt
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches queues in an Amazon Connect instance, with optional filtering.
* </p>
Expand All @@ -8872,10 +8884,6 @@ Future<SearchQueuesResult> searchQueuesAsync(SearchQueuesRequest searchQueuesReq
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches queues in an Amazon Connect instance, with optional filtering.
* </p>
Expand Down Expand Up @@ -9023,10 +9031,6 @@ Future<SearchResourceTagsResult> searchResourceTagsAsync(
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches routing profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -9054,10 +9058,6 @@ Future<SearchRoutingProfilesResult> searchRoutingProfilesAsync(
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches routing profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -9090,10 +9090,6 @@ Future<SearchRoutingProfilesResult> searchRoutingProfilesAsync(
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches security profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -9121,10 +9117,6 @@ Future<SearchSecurityProfilesResult> searchSecurityProfilesAsync(
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches security profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -11927,6 +11919,14 @@ Future<Void> updateQueueNameAsync(UpdateQueueNameRequest updateQueueNameRequest,
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param updateQueueOutboundCallerConfigRequest
Expand Down Expand Up @@ -11974,6 +11974,14 @@ Future<Void> updateQueueOutboundCallerConfigAsync(
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param updateQueueOutboundCallerConfigRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,14 @@ public CreatePromptResult call() throws Exception {
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param createQueueRequest
Expand Down Expand Up @@ -2207,6 +2215,14 @@ public CreateQueueResult call() throws Exception {
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param createQueueRequest
Expand Down Expand Up @@ -11282,10 +11298,6 @@ public SearchPromptsResult call() throws Exception {
}

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches queues in an Amazon Connect instance, with optional filtering.
* </p>
Expand Down Expand Up @@ -11317,10 +11329,6 @@ public SearchQueuesResult call() throws Exception {
}

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches queues in an Amazon Connect instance, with optional filtering.
* </p>
Expand Down Expand Up @@ -11511,10 +11519,6 @@ public SearchResourceTagsResult call() throws Exception {
}

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches routing profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -11548,10 +11552,6 @@ public SearchRoutingProfilesResult call() throws Exception {
}

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches routing profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -11594,10 +11594,6 @@ public SearchRoutingProfilesResult call() throws Exception {
}

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches security profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -11631,10 +11627,6 @@ public SearchSecurityProfilesResult call() throws Exception {
}

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches security profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -15039,6 +15031,14 @@ public Void call() throws Exception {
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param updateQueueOutboundCallerConfigRequest
Expand Down Expand Up @@ -15093,6 +15093,14 @@ public Void call() throws Exception {
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param updateQueueOutboundCallerConfigRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,14 @@ public CreatePromptResult createPrompt(CreatePromptRequest createPromptRequest)
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param createQueueRequest
Expand Down Expand Up @@ -7794,10 +7802,6 @@ public SearchPromptsResult searchPrompts(SearchPromptsRequest searchPromptsReque
}

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches queues in an Amazon Connect instance, with optional filtering.
* </p>
Expand Down Expand Up @@ -7956,10 +7960,6 @@ public SearchResourceTagsResult searchResourceTags(
}

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches routing profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -8014,10 +8014,6 @@ public SearchRoutingProfilesResult searchRoutingProfiles(
}

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
* change.
* </p>
* <p>
* Searches security profiles in an Amazon Connect instance, with optional
* filtering.
Expand Down Expand Up @@ -10268,6 +10264,14 @@ public void updateQueueName(UpdateQueueNameRequest updateQueueNameRequest)
* ARN. If a UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This
* is the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*
* @param updateQueueOutboundCallerConfigRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
* UUID is provided in this scenario, you will receive a
* <code>ResourceNotFoundException</code>.
* </p>
* <p>
* Only use the phone number ARN format that doesn't contain
* <code>instance</code> in the path, for example,
* <code>arn:aws:connect:us-east-1:1234567890:phone-number/uuid</code>. This is
* the same ARN format that is returned when you call the <a href=
* "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html"
* >ListPhoneNumbersV2</a> API.
* </p>
* </important>
*/
public class CreateQueueRequest extends AmazonWebServiceRequest implements Serializable {
Expand Down
Loading