Module Smaws_Client_ACMPCA.ListPermissions

List all permissions on a private CA, if any, granted to the Certificate Manager (ACM) service principal (acm.amazonaws.com).

These permissions allow ACM to issue and renew ACM certificates that reside in the same Amazon Web Services account as the CA.

Permissions can be granted with the CreatePermission action and revoked with the DeletePermission action.

About Permissions

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidArnException of Types.invalid_arn_exception | `InvalidNextTokenException of Types.invalid_next_token_exception | `InvalidStateException of Types.invalid_state_exception | `RequestFailedException of Types.request_failed_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_permissions_request -> (Types.list_permissions_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidArnException of Types.invalid_arn_exception | `InvalidNextTokenException of Types.invalid_next_token_exception | `InvalidStateException of Types.invalid_state_exception | `RequestFailedException of Types.request_failed_exception | `ResourceNotFoundException of Types.resource_not_found_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.list_permissions_request -> (Types.list_permissions_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidArnException of Types.invalid_arn_exception | `InvalidNextTokenException of Types.invalid_next_token_exception | `InvalidStateException of Types.invalid_state_exception | `RequestFailedException of Types.request_failed_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] * Smaws_Lib.Response.metadata) Stdlib.result