Smaws_Client_WorkSpaces.CreateConnectClientAddInCreates 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 ] ->
stringval 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.resultval 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