Module Smaws_Client_WorkSpaces.CreateConnectClientAddIn

Creates a client-add-in for Connect Customer within a directory. You can create only one Connect Customer client add-in within a directory.

This client add-in allows WorkSpaces users to seamlessly connect to Connect Customer.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `InvalidParameterValuesException of Types.invalid_parameter_values_exception | `ResourceAlreadyExistsException of Types.resource_already_exists_exception | `ResourceCreationFailedException of Types.resource_creation_failed_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_connect_client_add_in_request -> (Types.create_connect_client_add_in_result, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `InvalidParameterValuesException of Types.invalid_parameter_values_exception | `ResourceAlreadyExistsException of Types.resource_already_exists_exception | `ResourceCreationFailedException of Types.resource_creation_failed_exception | `ResourceNotFoundException of Types.resource_not_found_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_connect_client_add_in_request -> (Types.create_connect_client_add_in_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `InvalidParameterValuesException of Types.invalid_parameter_values_exception | `ResourceAlreadyExistsException of Types.resource_already_exists_exception | `ResourceCreationFailedException of Types.resource_creation_failed_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] * Smaws_Lib.Response.metadata) Stdlib.result