@@ -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