Values_5.DisassociateEnclaveCertificateIamRoleRequestSourceDisassociates an IAM role from an Certificate Manager (ACM) certificate. Disassociating an IAM role from an ACM certificate removes the Amazon S3 object that contains the certificate, certificate chain, and encrypted private key from the Amazon S3 bucket. It also revokes the IAM role's permission to use the KMS key used to encrypt the private key. This effectively revokes the role's permission to use the certificate.
type nonrec t = {certificateArn : Values_3.CertificateId.t;The ARN of the ACM certificate from which to disassociate the IAM role.
*)roleArn : Values_3.RoleId.t;The ARN of the IAM role to disassociate.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val make :
?dryRun:??? ->
certificateArn:Values_3.CertificateId.t ->
roleArn:Values_3.RoleId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_3.CertificateId.t ])
list ]