Module Smaws_Client_ACMPCA.UpdateCertificateAuthority

and Deserialization

Updates the status or configuration of a private certificate authority (CA). Your private CA must be in the ACTIVE or DISABLED state before you can update it. You can disable a private CA that is in the ACTIVE state or make a CA that is in the DISABLED state active again.

Both Amazon Web Services Private CA and the IAM principal must have permission to write to the S3 bucket that you specify. If the IAM principal making the call does not have permission to write to the bucket, then an exception is thrown. For more information, see Access policies for CRLs in Amazon S3.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `InvalidArgsException of Types.invalid_args_exception | `InvalidArnException of Types.invalid_arn_exception | `InvalidPolicyException of Types.invalid_policy_exception | `InvalidStateException of Types.invalid_state_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_certificate_authority_request -> (Smaws_Lib.Smithy_api.Types.unit_, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `InvalidArgsException of Types.invalid_args_exception | `InvalidArnException of Types.invalid_arn_exception | `InvalidPolicyException of Types.invalid_policy_exception | `InvalidStateException of Types.invalid_state_exception | `ResourceNotFoundException of Types.resource_not_found_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.update_certificate_authority_request -> (Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `InvalidArgsException of Types.invalid_args_exception | `InvalidArnException of Types.invalid_arn_exception | `InvalidPolicyException of Types.invalid_policy_exception | `InvalidStateException of Types.invalid_state_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] * Smaws_Lib.Response.metadata) Stdlib.result