Smaws_Client_Redshift.CreateEndpointAccessCreates a Redshift-managed VPC endpoint.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AccessToClusterDeniedFault of Types.access_to_cluster_denied_fault
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `ClusterSubnetGroupNotFoundFault of
Types.cluster_subnet_group_not_found_fault
| `EndpointAlreadyExistsFault of Types.endpoint_already_exists_fault
| `EndpointsPerAuthorizationLimitExceededFault of
Types.endpoints_per_authorization_limit_exceeded_fault
| `EndpointsPerClusterLimitExceededFault of
Types.endpoints_per_cluster_limit_exceeded_fault
| `InvalidClusterSecurityGroupStateFault of
Types.invalid_cluster_security_group_state_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `UnauthorizedOperation of Types.unauthorized_operation
| `UnsupportedOperationFault of Types.unsupported_operation_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_endpoint_access_message ->
(Types.endpoint_access,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessToClusterDeniedFault of Types.access_to_cluster_denied_fault
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `ClusterSubnetGroupNotFoundFault of
Types.cluster_subnet_group_not_found_fault
| `EndpointAlreadyExistsFault of Types.endpoint_already_exists_fault
| `EndpointsPerAuthorizationLimitExceededFault of
Types.endpoints_per_authorization_limit_exceeded_fault
| `EndpointsPerClusterLimitExceededFault of
Types.endpoints_per_cluster_limit_exceeded_fault
| `InvalidClusterSecurityGroupStateFault of
Types.invalid_cluster_security_group_state_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `UnauthorizedOperation of Types.unauthorized_operation
| `UnsupportedOperationFault of Types.unsupported_operation_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_endpoint_access_message ->
(Types.endpoint_access Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessToClusterDeniedFault of Types.access_to_cluster_denied_fault
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `ClusterSubnetGroupNotFoundFault of
Types.cluster_subnet_group_not_found_fault
| `EndpointAlreadyExistsFault of Types.endpoint_already_exists_fault
| `EndpointsPerAuthorizationLimitExceededFault of
Types.endpoints_per_authorization_limit_exceeded_fault
| `EndpointsPerClusterLimitExceededFault of
Types.endpoints_per_cluster_limit_exceeded_fault
| `InvalidClusterSecurityGroupStateFault of
Types.invalid_cluster_security_group_state_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `UnauthorizedOperation of Types.unauthorized_operation
| `UnsupportedOperationFault of Types.unsupported_operation_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result