Skip to content

Commit

Permalink
feat(aws-android-sdk-connect): update models to latest (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
awsmobilesdk authored Jun 15, 2023
1 parent e846372 commit f74befe
Show file tree
Hide file tree
Showing 40 changed files with 5,984 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,57 @@ SearchAvailablePhoneNumbersResult searchAvailablePhoneNumbers(
SearchAvailablePhoneNumbersRequest searchAvailablePhoneNumbersRequest)
throws AmazonClientException, AmazonServiceException;

/**
* <p>
* Searches the hours of operation in an Amazon Connect instance, with
* optional filtering.
* </p>
*
* @param searchHoursOfOperationsRequest
* @return searchHoursOfOperationsResult The response from the
* SearchHoursOfOperations service method, as returned by Amazon
* Connect.
* @throws InvalidRequestException
* @throws InvalidParameterException
* @throws ResourceNotFoundException
* @throws ThrottlingException
* @throws InternalServiceException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
* not available.
* @throws AmazonServiceException If an error response is returned by Amazon
* Connect indicating either a problem with the data in the
* request, or a server side issue.
*/
SearchHoursOfOperationsResult searchHoursOfOperations(
SearchHoursOfOperationsRequest searchHoursOfOperationsRequest)
throws AmazonClientException, AmazonServiceException;

/**
* <p>
* Searches prompts in an Amazon Connect instance, with optional filtering.
* </p>
*
* @param searchPromptsRequest
* @return searchPromptsResult The response from the SearchPrompts service
* method, as returned by Amazon Connect.
* @throws InvalidRequestException
* @throws InvalidParameterException
* @throws ResourceNotFoundException
* @throws ThrottlingException
* @throws InternalServiceException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
* not available.
* @throws AmazonServiceException If an error response is returned by Amazon
* Connect indicating either a problem with the data in the
* request, or a server side issue.
*/
SearchPromptsResult searchPrompts(SearchPromptsRequest searchPromptsRequest)
throws AmazonClientException, AmazonServiceException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
Expand Down Expand Up @@ -3994,6 +4045,33 @@ SearchAvailablePhoneNumbersResult searchAvailablePhoneNumbers(
SearchQueuesResult searchQueues(SearchQueuesRequest searchQueuesRequest)
throws AmazonClientException, AmazonServiceException;

/**
* <p>
* Searches quick connects in an Amazon Connect instance, with optional
* filtering.
* </p>
*
* @param searchQuickConnectsRequest
* @return searchQuickConnectsResult The response from the
* SearchQuickConnects service method, as returned by Amazon
* Connect.
* @throws InvalidRequestException
* @throws InvalidParameterException
* @throws ResourceNotFoundException
* @throws ThrottlingException
* @throws InternalServiceException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
* not available.
* @throws AmazonServiceException If an error response is returned by Amazon
* Connect indicating either a problem with the data in the
* request, or a server side issue.
*/
SearchQuickConnectsResult searchQuickConnects(
SearchQuickConnectsRequest searchQuickConnectsRequest) throws AmazonClientException,
AmazonServiceException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8645,6 +8645,118 @@ Future<SearchAvailablePhoneNumbersResult> searchAvailablePhoneNumbersAsync(
AsyncHandler<SearchAvailablePhoneNumbersRequest, SearchAvailablePhoneNumbersResult> asyncHandler)
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* Searches the hours of operation in an Amazon Connect instance, with
* optional filtering.
* </p>
*
* @param searchHoursOfOperationsRequest
* @return A Java Future object containing the response from the
* SearchHoursOfOperations service method, as returned by Amazon
* Connect.
* @throws InvalidRequestException
* @throws InvalidParameterException
* @throws ResourceNotFoundException
* @throws ThrottlingException
* @throws InternalServiceException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
* not available.
* @throws AmazonServiceException If an error response is returned by Amazon
* Connect indicating either a problem with the data in the
* request, or a server side issue.
*/
Future<SearchHoursOfOperationsResult> searchHoursOfOperationsAsync(
SearchHoursOfOperationsRequest searchHoursOfOperationsRequest)
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* Searches the hours of operation in an Amazon Connect instance, with
* optional filtering.
* </p>
*
* @param searchHoursOfOperationsRequest
* @param asyncHandler Asynchronous callback handler for events in the
* life-cycle of the request. Users could provide the
* implementation of the four callback methods in this interface
* to process the operation result or handle the exception.
* @return A Java Future object containing the response from the
* SearchHoursOfOperations service method, as returned by Amazon
* Connect.
* @throws InvalidRequestException
* @throws InvalidParameterException
* @throws ResourceNotFoundException
* @throws ThrottlingException
* @throws InternalServiceException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
* not available.
* @throws AmazonServiceException If an error response is returned by Amazon
* Connect indicating either a problem with the data in the
* request, or a server side issue.
*/
Future<SearchHoursOfOperationsResult> searchHoursOfOperationsAsync(
SearchHoursOfOperationsRequest searchHoursOfOperationsRequest,
AsyncHandler<SearchHoursOfOperationsRequest, SearchHoursOfOperationsResult> asyncHandler)
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* Searches prompts in an Amazon Connect instance, with optional filtering.
* </p>
*
* @param searchPromptsRequest
* @return A Java Future object containing the response from the
* SearchPrompts service method, as returned by Amazon Connect.
* @throws InvalidRequestException
* @throws InvalidParameterException
* @throws ResourceNotFoundException
* @throws ThrottlingException
* @throws InternalServiceException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
* not available.
* @throws AmazonServiceException If an error response is returned by Amazon
* Connect indicating either a problem with the data in the
* request, or a server side issue.
*/
Future<SearchPromptsResult> searchPromptsAsync(SearchPromptsRequest searchPromptsRequest)
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* Searches prompts in an Amazon Connect instance, with optional filtering.
* </p>
*
* @param searchPromptsRequest
* @param asyncHandler Asynchronous callback handler for events in the
* life-cycle of the request. Users could provide the
* implementation of the four callback methods in this interface
* to process the operation result or handle the exception.
* @return A Java Future object containing the response from the
* SearchPrompts service method, as returned by Amazon Connect.
* @throws InvalidRequestException
* @throws InvalidParameterException
* @throws ResourceNotFoundException
* @throws ThrottlingException
* @throws InternalServiceException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
* not available.
* @throws AmazonServiceException If an error response is returned by Amazon
* Connect indicating either a problem with the data in the
* request, or a server side issue.
*/
Future<SearchPromptsResult> searchPromptsAsync(SearchPromptsRequest searchPromptsRequest,
AsyncHandler<SearchPromptsRequest, SearchPromptsResult> asyncHandler)
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
Expand Down Expand Up @@ -8706,6 +8818,65 @@ Future<SearchQueuesResult> searchQueuesAsync(SearchQueuesRequest searchQueuesReq
AsyncHandler<SearchQueuesRequest, SearchQueuesResult> asyncHandler)
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* Searches quick connects in an Amazon Connect instance, with optional
* filtering.
* </p>
*
* @param searchQuickConnectsRequest
* @return A Java Future object containing the response from the
* SearchQuickConnects service method, as returned by Amazon
* Connect.
* @throws InvalidRequestException
* @throws InvalidParameterException
* @throws ResourceNotFoundException
* @throws ThrottlingException
* @throws InternalServiceException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
* not available.
* @throws AmazonServiceException If an error response is returned by Amazon
* Connect indicating either a problem with the data in the
* request, or a server side issue.
*/
Future<SearchQuickConnectsResult> searchQuickConnectsAsync(
SearchQuickConnectsRequest searchQuickConnectsRequest) throws AmazonServiceException,
AmazonClientException;

/**
* <p>
* Searches quick connects in an Amazon Connect instance, with optional
* filtering.
* </p>
*
* @param searchQuickConnectsRequest
* @param asyncHandler Asynchronous callback handler for events in the
* life-cycle of the request. Users could provide the
* implementation of the four callback methods in this interface
* to process the operation result or handle the exception.
* @return A Java Future object containing the response from the
* SearchQuickConnects service method, as returned by Amazon
* Connect.
* @throws InvalidRequestException
* @throws InvalidParameterException
* @throws ResourceNotFoundException
* @throws ThrottlingException
* @throws InternalServiceException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
* not available.
* @throws AmazonServiceException If an error response is returned by Amazon
* Connect indicating either a problem with the data in the
* request, or a server side issue.
*/
Future<SearchQuickConnectsResult> searchQuickConnectsAsync(
SearchQuickConnectsRequest searchQuickConnectsRequest,
AsyncHandler<SearchQuickConnectsRequest, SearchQuickConnectsResult> asyncHandler)
throws AmazonServiceException, AmazonClientException;

/**
* <p>
* This API is in preview release for Amazon Connect and is subject to
Expand Down
Loading

0 comments on commit f74befe

Please sign in to comment.