Smaws_Client_CognitoIdentityProvider.CreateUserPoolClientCreates an app client in a user pool. This operation sets basic and advanced configuration options.
Unlike app clients created in the console, Amazon Cognito doesn't automatically assign a branding style to app clients that you configure with this API operation. Managed login and classic hosted UI pages aren't available for your client until after you apply a branding style.
If you don't provide a value for an attribute, Amazon Cognito sets it to its default value.
Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For this operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM permission in a policy.
Learn more
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `FeatureUnavailableInTierException of
Types.feature_unavailable_in_tier_exception
| `InternalErrorException of Types.internal_error_exception
| `InvalidOAuthFlowException of Types.invalid_o_auth_flow_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotAuthorizedException of Types.not_authorized_exception
| `OperationNotEnabledException of Types.operation_not_enabled_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ScopeDoesNotExistException of Types.scope_does_not_exist_exception
| `TooManyRequestsException of Types.too_many_requests_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_user_pool_client_request ->
(Types.create_user_pool_client_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `FeatureUnavailableInTierException of
Types.feature_unavailable_in_tier_exception
| `InternalErrorException of Types.internal_error_exception
| `InvalidOAuthFlowException of Types.invalid_o_auth_flow_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotAuthorizedException of Types.not_authorized_exception
| `OperationNotEnabledException of Types.operation_not_enabled_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ScopeDoesNotExistException of Types.scope_does_not_exist_exception
| `TooManyRequestsException of Types.too_many_requests_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_user_pool_client_request ->
(Types.create_user_pool_client_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `FeatureUnavailableInTierException of
Types.feature_unavailable_in_tier_exception
| `InternalErrorException of Types.internal_error_exception
| `InvalidOAuthFlowException of Types.invalid_o_auth_flow_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotAuthorizedException of Types.not_authorized_exception
| `OperationNotEnabledException of Types.operation_not_enabled_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ScopeDoesNotExistException of Types.scope_does_not_exist_exception
| `TooManyRequestsException of Types.too_many_requests_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result