Skip to content

Commit f74befe

Browse files
authored
feat(aws-android-sdk-connect): update models to latest (#3319)
1 parent e846372 commit f74befe

File tree

40 files changed

+5984
-82
lines changed

40 files changed

+5984
-82
lines changed

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

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,57 @@ SearchAvailablePhoneNumbersResult searchAvailablePhoneNumbers(
39663966
SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest)
39673967
throws AmazonClientException, AmazonServiceException;
39683968

3969+
/**
3970+
* <p>
3971+
* Searches the hours of operation in an Amazon Connect instance, with
3972+
* optional filtering.
3973+
* </p>
3974+
*
3975+
* @param searchHoursOfOperationsRequest
3976+
* @return searchHoursOfOperationsResult The response from the
3977+
* SearchHoursOfOperations service method, as returned by Amazon
3978+
* Connect.
3979+
* @throws InvalidRequestException
3980+
* @throws InvalidParameterException
3981+
* @throws ResourceNotFoundException
3982+
* @throws ThrottlingException
3983+
* @throws InternalServiceException
3984+
* @throws AmazonClientException If any internal errors are encountered
3985+
* inside the client while attempting to make the request or
3986+
* handle the response. For example if a network connection is
3987+
* not available.
3988+
* @throws AmazonServiceException If an error response is returned by Amazon
3989+
* Connect indicating either a problem with the data in the
3990+
* request, or a server side issue.
3991+
*/
3992+
SearchHoursOfOperationsResult searchHoursOfOperations(
3993+
SearchHoursOfOperationsRequest searchHoursOfOperationsRequest)
3994+
throws AmazonClientException, AmazonServiceException;
3995+
3996+
/**
3997+
* <p>
3998+
* Searches prompts in an Amazon Connect instance, with optional filtering.
3999+
* </p>
4000+
*
4001+
* @param searchPromptsRequest
4002+
* @return searchPromptsResult The response from the SearchPrompts service
4003+
* method, as returned by Amazon Connect.
4004+
* @throws InvalidRequestException
4005+
* @throws InvalidParameterException
4006+
* @throws ResourceNotFoundException
4007+
* @throws ThrottlingException
4008+
* @throws InternalServiceException
4009+
* @throws AmazonClientException If any internal errors are encountered
4010+
* inside the client while attempting to make the request or
4011+
* handle the response. For example if a network connection is
4012+
* not available.
4013+
* @throws AmazonServiceException If an error response is returned by Amazon
4014+
* Connect indicating either a problem with the data in the
4015+
* request, or a server side issue.
4016+
*/
4017+
SearchPromptsResult searchPrompts(SearchPromptsRequest searchPromptsRequest)
4018+
throws AmazonClientException, AmazonServiceException;
4019+
39694020
/**
39704021
* <p>
39714022
* This API is in preview release for Amazon Connect and is subject to
@@ -3994,6 +4045,33 @@ SearchAvailablePhoneNumbersResult searchAvailablePhoneNumbers(
39944045
SearchQueuesResult searchQueues(SearchQueuesRequest searchQueuesRequest)
39954046
throws AmazonClientException, AmazonServiceException;
39964047

4048+
/**
4049+
* <p>
4050+
* Searches quick connects in an Amazon Connect instance, with optional
4051+
* filtering.
4052+
* </p>
4053+
*
4054+
* @param searchQuickConnectsRequest
4055+
* @return searchQuickConnectsResult The response from the
4056+
* SearchQuickConnects service method, as returned by Amazon
4057+
* Connect.
4058+
* @throws InvalidRequestException
4059+
* @throws InvalidParameterException
4060+
* @throws ResourceNotFoundException
4061+
* @throws ThrottlingException
4062+
* @throws InternalServiceException
4063+
* @throws AmazonClientException If any internal errors are encountered
4064+
* inside the client while attempting to make the request or
4065+
* handle the response. For example if a network connection is
4066+
* not available.
4067+
* @throws AmazonServiceException If an error response is returned by Amazon
4068+
* Connect indicating either a problem with the data in the
4069+
* request, or a server side issue.
4070+
*/
4071+
SearchQuickConnectsResult searchQuickConnects(
4072+
SearchQuickConnectsRequest searchQuickConnectsRequest) throws AmazonClientException,
4073+
AmazonServiceException;
4074+
39974075
/**
39984076
* <p>
39994077
* This API is in preview release for Amazon Connect and is subject to

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

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8645,6 +8645,118 @@ Future<SearchAvailablePhoneNumbersResult> searchAvailablePhoneNumbersAsync(
86458645
AsyncHandler<SearchAvailablePhoneNumbersRequest, SearchAvailablePhoneNumbersResult> asyncHandler)
86468646
throws AmazonServiceException, AmazonClientException;
86478647

8648+
/**
8649+
* <p>
8650+
* Searches the hours of operation in an Amazon Connect instance, with
8651+
* optional filtering.
8652+
* </p>
8653+
*
8654+
* @param searchHoursOfOperationsRequest
8655+
* @return A Java Future object containing the response from the
8656+
* SearchHoursOfOperations service method, as returned by Amazon
8657+
* Connect.
8658+
* @throws InvalidRequestException
8659+
* @throws InvalidParameterException
8660+
* @throws ResourceNotFoundException
8661+
* @throws ThrottlingException
8662+
* @throws InternalServiceException
8663+
* @throws AmazonClientException If any internal errors are encountered
8664+
* inside the client while attempting to make the request or
8665+
* handle the response. For example if a network connection is
8666+
* not available.
8667+
* @throws AmazonServiceException If an error response is returned by Amazon
8668+
* Connect indicating either a problem with the data in the
8669+
* request, or a server side issue.
8670+
*/
8671+
Future<SearchHoursOfOperationsResult> searchHoursOfOperationsAsync(
8672+
SearchHoursOfOperationsRequest searchHoursOfOperationsRequest)
8673+
throws AmazonServiceException, AmazonClientException;
8674+
8675+
/**
8676+
* <p>
8677+
* Searches the hours of operation in an Amazon Connect instance, with
8678+
* optional filtering.
8679+
* </p>
8680+
*
8681+
* @param searchHoursOfOperationsRequest
8682+
* @param asyncHandler Asynchronous callback handler for events in the
8683+
* life-cycle of the request. Users could provide the
8684+
* implementation of the four callback methods in this interface
8685+
* to process the operation result or handle the exception.
8686+
* @return A Java Future object containing the response from the
8687+
* SearchHoursOfOperations service method, as returned by Amazon
8688+
* Connect.
8689+
* @throws InvalidRequestException
8690+
* @throws InvalidParameterException
8691+
* @throws ResourceNotFoundException
8692+
* @throws ThrottlingException
8693+
* @throws InternalServiceException
8694+
* @throws AmazonClientException If any internal errors are encountered
8695+
* inside the client while attempting to make the request or
8696+
* handle the response. For example if a network connection is
8697+
* not available.
8698+
* @throws AmazonServiceException If an error response is returned by Amazon
8699+
* Connect indicating either a problem with the data in the
8700+
* request, or a server side issue.
8701+
*/
8702+
Future<SearchHoursOfOperationsResult> searchHoursOfOperationsAsync(
8703+
SearchHoursOfOperationsRequest searchHoursOfOperationsRequest,
8704+
AsyncHandler<SearchHoursOfOperationsRequest, SearchHoursOfOperationsResult> asyncHandler)
8705+
throws AmazonServiceException, AmazonClientException;
8706+
8707+
/**
8708+
* <p>
8709+
* Searches prompts in an Amazon Connect instance, with optional filtering.
8710+
* </p>
8711+
*
8712+
* @param searchPromptsRequest
8713+
* @return A Java Future object containing the response from the
8714+
* SearchPrompts service method, as returned by Amazon Connect.
8715+
* @throws InvalidRequestException
8716+
* @throws InvalidParameterException
8717+
* @throws ResourceNotFoundException
8718+
* @throws ThrottlingException
8719+
* @throws InternalServiceException
8720+
* @throws AmazonClientException If any internal errors are encountered
8721+
* inside the client while attempting to make the request or
8722+
* handle the response. For example if a network connection is
8723+
* not available.
8724+
* @throws AmazonServiceException If an error response is returned by Amazon
8725+
* Connect indicating either a problem with the data in the
8726+
* request, or a server side issue.
8727+
*/
8728+
Future<SearchPromptsResult> searchPromptsAsync(SearchPromptsRequest searchPromptsRequest)
8729+
throws AmazonServiceException, AmazonClientException;
8730+
8731+
/**
8732+
* <p>
8733+
* Searches prompts in an Amazon Connect instance, with optional filtering.
8734+
* </p>
8735+
*
8736+
* @param searchPromptsRequest
8737+
* @param asyncHandler Asynchronous callback handler for events in the
8738+
* life-cycle of the request. Users could provide the
8739+
* implementation of the four callback methods in this interface
8740+
* to process the operation result or handle the exception.
8741+
* @return A Java Future object containing the response from the
8742+
* SearchPrompts service method, as returned by Amazon Connect.
8743+
* @throws InvalidRequestException
8744+
* @throws InvalidParameterException
8745+
* @throws ResourceNotFoundException
8746+
* @throws ThrottlingException
8747+
* @throws InternalServiceException
8748+
* @throws AmazonClientException If any internal errors are encountered
8749+
* inside the client while attempting to make the request or
8750+
* handle the response. For example if a network connection is
8751+
* not available.
8752+
* @throws AmazonServiceException If an error response is returned by Amazon
8753+
* Connect indicating either a problem with the data in the
8754+
* request, or a server side issue.
8755+
*/
8756+
Future<SearchPromptsResult> searchPromptsAsync(SearchPromptsRequest searchPromptsRequest,
8757+
AsyncHandler<SearchPromptsRequest, SearchPromptsResult> asyncHandler)
8758+
throws AmazonServiceException, AmazonClientException;
8759+
86488760
/**
86498761
* <p>
86508762
* This API is in preview release for Amazon Connect and is subject to
@@ -8706,6 +8818,65 @@ Future<SearchQueuesResult> searchQueuesAsync(SearchQueuesRequest searchQueuesReq
87068818
AsyncHandler<SearchQueuesRequest, SearchQueuesResult> asyncHandler)
87078819
throws AmazonServiceException, AmazonClientException;
87088820

8821+
/**
8822+
* <p>
8823+
* Searches quick connects in an Amazon Connect instance, with optional
8824+
* filtering.
8825+
* </p>
8826+
*
8827+
* @param searchQuickConnectsRequest
8828+
* @return A Java Future object containing the response from the
8829+
* SearchQuickConnects service method, as returned by Amazon
8830+
* Connect.
8831+
* @throws InvalidRequestException
8832+
* @throws InvalidParameterException
8833+
* @throws ResourceNotFoundException
8834+
* @throws ThrottlingException
8835+
* @throws InternalServiceException
8836+
* @throws AmazonClientException If any internal errors are encountered
8837+
* inside the client while attempting to make the request or
8838+
* handle the response. For example if a network connection is
8839+
* not available.
8840+
* @throws AmazonServiceException If an error response is returned by Amazon
8841+
* Connect indicating either a problem with the data in the
8842+
* request, or a server side issue.
8843+
*/
8844+
Future<SearchQuickConnectsResult> searchQuickConnectsAsync(
8845+
SearchQuickConnectsRequest searchQuickConnectsRequest) throws AmazonServiceException,
8846+
AmazonClientException;
8847+
8848+
/**
8849+
* <p>
8850+
* Searches quick connects in an Amazon Connect instance, with optional
8851+
* filtering.
8852+
* </p>
8853+
*
8854+
* @param searchQuickConnectsRequest
8855+
* @param asyncHandler Asynchronous callback handler for events in the
8856+
* life-cycle of the request. Users could provide the
8857+
* implementation of the four callback methods in this interface
8858+
* to process the operation result or handle the exception.
8859+
* @return A Java Future object containing the response from the
8860+
* SearchQuickConnects service method, as returned by Amazon
8861+
* Connect.
8862+
* @throws InvalidRequestException
8863+
* @throws InvalidParameterException
8864+
* @throws ResourceNotFoundException
8865+
* @throws ThrottlingException
8866+
* @throws InternalServiceException
8867+
* @throws AmazonClientException If any internal errors are encountered
8868+
* inside the client while attempting to make the request or
8869+
* handle the response. For example if a network connection is
8870+
* not available.
8871+
* @throws AmazonServiceException If an error response is returned by Amazon
8872+
* Connect indicating either a problem with the data in the
8873+
* request, or a server side issue.
8874+
*/
8875+
Future<SearchQuickConnectsResult> searchQuickConnectsAsync(
8876+
SearchQuickConnectsRequest searchQuickConnectsRequest,
8877+
AsyncHandler<SearchQuickConnectsRequest, SearchQuickConnectsResult> asyncHandler)
8878+
throws AmazonServiceException, AmazonClientException;
8879+
87098880
/**
87108881
* <p>
87118882
* This API is in preview release for Amazon Connect and is subject to

0 commit comments

Comments
 (0)