Smaws_Client_ACMACM client library built on EIO.
module Types : sig ... endval make_custom_attribute :
?value:Types.string_ ->
?object_identifier:Types.string_ ->
unit ->
Types.custom_attributeval make_distinguished_name :
?title:Types.string_ ->
?surname:Types.string_ ->
?state:Types.string_ ->
?serial_number:Types.string_ ->
?pseudonym:Types.string_ ->
?organizational_unit:Types.string_ ->
?organization:Types.string_ ->
?locality:Types.string_ ->
?initials:Types.string_ ->
?given_name:Types.string_ ->
?generation_qualifier:Types.string_ ->
?distinguished_name_qualifier:Types.string_ ->
?custom_attributes:Types.custom_attribute_list ->
?country:Types.string_ ->
?domain_components:Types.domain_component_list ->
?common_name:Types.string_ ->
unit ->
Types.distinguished_nameval make_other_name :
?value:Types.string_ ->
?object_identifier:Types.string_ ->
unit ->
Types.other_nameval make_x509_attributes :
?not_before:Types.t_stamp ->
?not_after:Types.t_stamp ->
?serial_number:Types.serial_number ->
?key_usages:Types.key_usage_names ->
?key_algorithm:Types.key_algorithm ->
?extended_key_usages:Types.extended_key_usage_names ->
?subject_alternative_names:Types.general_name_list ->
?subject:Types.distinguished_name ->
?issuer:Types.distinguished_name ->
unit ->
Types.x509_attributesval make_common_name_filter :
comparison_operator:Types.comparison_operator ->
value:Types.filter_string ->
unit ->
Types.common_name_filterval make_dns_name_filter :
comparison_operator:Types.comparison_operator ->
value:Types.filter_string ->
unit ->
Types.dns_name_filterval make_timestamp_range :
?end_:Types.t_stamp ->
?start:Types.t_stamp ->
unit ->
Types.timestamp_rangeval make_certificate_options :
?export_:Types.certificate_export ->
?certificate_transparency_logging_preference:
Types.certificate_transparency_logging_preference ->
unit ->
Types.certificate_optionsval make_update_certificate_options_request :
options:Types.certificate_options ->
certificate_arn:Types.arn ->
unit ->
Types.update_certificate_options_requestval make_public_certificate_authority :
?allowed_key_algorithms:Types.public_key_algorithm_list ->
unit ->
Types.public_certificate_authorityval make_update_acme_endpoint_request :
?certificate_authority:Types.certificate_authority ->
?contact:Types.acme_contact ->
?authorization_behavior:Types.acme_authorization_behavior ->
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.update_acme_endpoint_requestval make_throttling_reason :
?resource:Types.coral_availability_throttled_resource ->
?reason:Types.coral_availability_throttling_reason ->
unit ->
Types.throttling_reasonval make_domain_scope :
?wildcards:Types.domain_scope_option ->
?subdomains:Types.domain_scope_option ->
?exact_domain:Types.domain_scope_option ->
unit ->
Types.domain_scopeval make_dns_prevalidation_options :
?hosted_zone_id:Types.hosted_zone_id ->
?domain_scope:Types.domain_scope ->
unit ->
Types.dns_prevalidation_optionsval make_update_acme_domain_validation_request :
?prevalidation_options:Types.prevalidation_options ->
acme_domain_validation_arn:Types.acme_domain_validation_arn ->
unit ->
Types.update_acme_domain_validation_requestval make_untag_resource_request :
tag_keys:Types.tag_key_list ->
resource_arn:Types.arn ->
unit ->
Types.untag_resource_requestval make_tag : ?value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tagval make_tag_resource_request :
tags:Types.tag_list ->
resource_arn:Types.arn ->
unit ->
Types.tag_resource_requestval make_acm_certificate_metadata :
?acme_account_id:Types.acme_account_id ->
?acme_endpoint_arn:Types.arn ->
?certificate_key_pair_origin:Types.certificate_key_pair_origin ->
?validation_method:Types.validation_method ->
?managed_by:Types.certificate_managed_by ->
?export_option:Types.certificate_export ->
?type_:Types.certificate_type ->
?renewal_status:Types.renewal_status ->
?status:Types.certificate_status ->
?revoked_at:Types.t_stamp ->
?renewal_eligibility:Types.renewal_eligibility ->
?issued_at:Types.t_stamp ->
?in_use:Types.nullable_boolean ->
?imported_at:Types.t_stamp ->
?exported:Types.nullable_boolean ->
?created_at:Types.t_stamp ->
unit ->
Types.acm_certificate_metadataval make_search_certificates_response :
?next_token:Types.next_token ->
?results:Types.certificate_search_result_list ->
unit ->
Types.search_certificates_responseval make_search_certificates_request :
?sort_order:Types.search_certificates_sort_order ->
?sort_by:Types.search_certificates_sort_by ->
?next_token:Types.next_token ->
?max_results:Types.search_max_results ->
?filter_statement:Types.certificate_filter_statement ->
unit ->
Types.search_certificates_requestval make_revoke_certificate_response :
?certificate_arn:Types.arn ->
unit ->
Types.revoke_certificate_responseval make_revoke_certificate_request :
revocation_reason:Types.revocation_reason ->
certificate_arn:Types.arn ->
unit ->
Types.revoke_certificate_requestval make_revoke_acme_external_account_binding_request :
acme_external_account_binding_arn:Types.acme_external_account_binding_arn ->
unit ->
Types.revoke_acme_external_account_binding_requestval make_revoke_acme_account_request :
account_url:Smaws_Lib.Smithy_api.Types.string_ ->
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.revoke_acme_account_requestval make_resource_record :
value:Types.string_ ->
type_:Types.record_type ->
name:Types.string_ ->
unit ->
Types.resource_recordval make_resend_validation_email_request :
validation_domain:Types.domain_name_string ->
domain:Types.domain_name_string ->
certificate_arn:Types.arn ->
unit ->
Types.resend_validation_email_requestval make_request_certificate_response :
?certificate_arn:Types.arn ->
unit ->
Types.request_certificate_responseval make_domain_validation_option :
validation_domain:Types.domain_name_string ->
domain_name:Types.domain_name_string ->
unit ->
Types.domain_validation_optionval make_request_certificate_request :
?managed_by:Types.certificate_managed_by ->
?key_algorithm:Types.key_algorithm ->
?tags:Types.tag_list ->
?certificate_authority_arn:Types.pca_arn ->
?options:Types.certificate_options ->
?domain_validation_options:Types.domain_validation_option_list ->
?idempotency_token:Types.idempotency_token ->
?subject_alternative_names:Types.domain_list ->
?validation_method:Types.validation_method ->
domain_name:Types.domain_name_string ->
unit ->
Types.request_certificate_requestval make_http_redirect :
?redirect_to:Types.string_ ->
?redirect_from:Types.string_ ->
unit ->
Types.http_redirectval make_domain_validation :
?validation_method:Types.validation_method ->
?http_redirect:Types.http_redirect ->
?resource_record:Types.resource_record ->
?validation_status:Types.domain_status ->
?validation_domain:Types.domain_name_string ->
?validation_emails:Types.validation_email_list ->
domain_name:Types.domain_name_string ->
unit ->
Types.domain_validationval make_renewal_summary :
?renewal_status_reason:Types.failure_reason ->
updated_at:Types.t_stamp ->
domain_validation_options:Types.domain_validation_list ->
renewal_status:Types.renewal_status ->
unit ->
Types.renewal_summaryval make_renew_certificate_request :
certificate_arn:Types.arn ->
unit ->
Types.renew_certificate_requestval make_remove_tags_from_certificate_request :
tags:Types.tag_list ->
certificate_arn:Types.arn ->
unit ->
Types.remove_tags_from_certificate_requestval make_expiry_events_configuration :
?days_before_expiry:Types.positive_integer ->
unit ->
Types.expiry_events_configurationval make_put_account_configuration_request :
?expiry_events:Types.expiry_events_configuration ->
idempotency_token:Types.idempotency_token ->
unit ->
Types.put_account_configuration_requestval make_dns_prevalidation_details :
?resource_record:Types.resource_record ->
?hosted_zone_id:Types.hosted_zone_id ->
?domain_scope:Types.domain_scope ->
unit ->
Types.dns_prevalidation_detailsval make_list_tags_for_resource_response :
?tags:Types.tag_list ->
unit ->
Types.list_tags_for_resource_responseval make_list_tags_for_resource_request :
resource_arn:Types.arn ->
unit ->
Types.list_tags_for_resource_requestval make_list_tags_for_certificate_response :
?tags:Types.tag_list ->
unit ->
Types.list_tags_for_certificate_responseval make_list_tags_for_certificate_request :
certificate_arn:Types.arn ->
unit ->
Types.list_tags_for_certificate_requestval make_certificate_summary :
?certificate_key_pair_origin:Types.certificate_key_pair_origin ->
?managed_by:Types.certificate_managed_by ->
?revoked_at:Types.t_stamp ->
?imported_at:Types.t_stamp ->
?issued_at:Types.t_stamp ->
?created_at:Types.t_stamp ->
?not_after:Types.t_stamp ->
?not_before:Types.t_stamp ->
?renewal_eligibility:Types.renewal_eligibility ->
?exported:Types.nullable_boolean ->
?in_use:Types.nullable_boolean ->
?export_option:Types.certificate_export ->
?extended_key_usages:Types.extended_key_usage_names ->
?key_usages:Types.key_usage_names ->
?key_algorithm:Types.key_algorithm ->
?type_:Types.certificate_type ->
?status:Types.certificate_status ->
?has_additional_subject_alternative_names:Types.nullable_boolean ->
?subject_alternative_name_summaries:Types.domain_list ->
?domain_name:Types.domain_name_string ->
?certificate_arn:Types.arn ->
unit ->
Types.certificate_summaryval make_list_certificates_response :
?certificate_summary_list:Types.certificate_summary_list ->
?next_token:Types.next_token ->
unit ->
Types.list_certificates_responseval make_filters :
?managed_by:Types.certificate_managed_by ->
?export_option:Types.certificate_export ->
?key_types:Types.key_algorithm_list ->
?key_usage:Types.key_usage_filter_list ->
?extended_key_usage:Types.extended_key_usage_filter_list ->
unit ->
Types.filtersval make_list_certificates_request :
?sort_order:Types.sort_order ->
?sort_by:Types.sort_by ->
?max_items:Types.max_items ->
?next_token:Types.next_token ->
?includes:Types.filters ->
?certificate_key_pair_origins:Types.certificate_key_pair_origins ->
?certificate_statuses:Types.certificate_statuses ->
unit ->
Types.list_certificates_requestval make_acme_external_account_binding_summary :
?updated_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?last_used_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?revoked_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?expires_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?role_arn:Types.role_arn ->
?acme_endpoint_arn:Types.acme_endpoint_arn ->
?acme_external_account_binding_arn:Types.acme_external_account_binding_arn ->
unit ->
Types.acme_external_account_binding_summaryval make_list_acme_external_account_bindings_response :
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
?external_account_bindings:Types.acme_external_account_binding_list ->
unit ->
Types.list_acme_external_account_bindings_responseval make_list_acme_external_account_bindings_request :
?max_results:Smaws_Lib.Smithy_api.Types.integer ->
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.list_acme_external_account_bindings_requestval make_acme_endpoint_summary :
?updated_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?certificate_tags:Types.tag_list ->
?certificate_authority:Types.certificate_authority ->
?contact:Types.acme_contact ->
?authorization_behavior:Types.acme_authorization_behavior ->
?failure_reason:Smaws_Lib.Smithy_api.Types.string_ ->
?status:Types.acme_endpoint_status ->
?endpoint_url:Smaws_Lib.Smithy_api.Types.string_ ->
?acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.acme_endpoint_summaryval make_list_acme_endpoints_response :
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
?acme_endpoints:Types.acme_endpoint_list ->
unit ->
Types.list_acme_endpoints_responseval make_list_acme_endpoints_request :
?max_results:Smaws_Lib.Smithy_api.Types.integer ->
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.list_acme_endpoints_requestval make_failure_details :
?message:Smaws_Lib.Smithy_api.Types.string_ ->
?reason:Types.acme_domain_validation_failure_reason ->
unit ->
Types.failure_detailsval make_acme_domain_validation_summary :
?updated_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?failure_details:Types.failure_details ->
?status:Types.acme_domain_validation_status ->
?prevalidation_details:Types.prevalidation_details ->
?prevalidation_type:Types.prevalidation_type ->
?domain_name:Types.domain_name ->
?acme_endpoint_arn:Types.acme_endpoint_arn ->
?acme_domain_validation_arn:Types.acme_domain_validation_arn ->
unit ->
Types.acme_domain_validation_summaryval make_list_acme_domain_validations_response :
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
?acme_domain_validations:Types.acme_domain_validation_list ->
unit ->
Types.list_acme_domain_validations_responseval make_list_acme_domain_validations_request :
?max_results:Smaws_Lib.Smithy_api.Types.integer ->
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.list_acme_domain_validations_requestval make_acme_account_summary :
?contacts:Types.contact_list ->
?acme_external_account_binding_arn:Types.acme_external_account_binding_arn ->
?created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?status:Types.acme_account_status ->
?public_key_thumbprint:Smaws_Lib.Smithy_api.Types.string_ ->
?account_url:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.acme_account_summaryval make_list_acme_accounts_response :
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
?acme_accounts:Types.acme_account_list ->
unit ->
Types.list_acme_accounts_responseval make_list_acme_accounts_request :
?max_results:Smaws_Lib.Smithy_api.Types.integer ->
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.list_acme_accounts_requestval make_key_usage : ?name:Types.key_usage_name -> unit -> Types.key_usageval make_import_certificate_response :
?certificate_arn:Types.arn ->
unit ->
Types.import_certificate_responseval make_import_certificate_request :
?tags:Types.tag_list ->
?certificate_chain:Types.certificate_chain_blob ->
?certificate_arn:Types.arn ->
private_key:Types.private_key_blob ->
certificate:Types.certificate_body_blob ->
unit ->
Types.import_certificate_requestval make_get_certificate_response :
?certificate_chain:Types.certificate_chain ->
?certificate:Types.certificate_body ->
unit ->
Types.get_certificate_responseval make_get_certificate_request :
certificate_arn:Types.arn ->
unit ->
Types.get_certificate_requestval make_get_acme_external_account_binding_credentials_response :
?mac_key:Types.mac_key ->
?key_id:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.get_acme_external_account_binding_credentials_responseval make_get_acme_external_account_binding_credentials_request :
acme_external_account_binding_arn:Types.acme_external_account_binding_arn ->
unit ->
Types.get_acme_external_account_binding_credentials_requestval make_get_account_configuration_response :
?expiry_events:Types.expiry_events_configuration ->
unit ->
Types.get_account_configuration_responseval make_extended_key_usage :
?oi_d:Types.string_ ->
?name:Types.extended_key_usage_name ->
unit ->
Types.extended_key_usageval make_export_certificate_response :
?private_key:Types.private_key ->
?certificate_chain:Types.certificate_chain ->
?certificate:Types.certificate_body ->
unit ->
Types.export_certificate_responseval make_export_certificate_request :
passphrase:Types.passphrase_blob ->
certificate_arn:Types.arn ->
unit ->
Types.export_certificate_requestval make_expiration :
type_:Types.time_type ->
value:Smaws_Lib.Smithy_api.Types.long ->
unit ->
Types.expirationval make_certificate_detail :
?acme_account_id:Types.acme_account_id ->
?acme_endpoint_arn:Types.arn ->
?certificate_key_pair_origin:Types.certificate_key_pair_origin ->
?options:Types.certificate_options ->
?renewal_eligibility:Types.renewal_eligibility ->
?certificate_authority_arn:Types.arn ->
?extended_key_usages:Types.extended_key_usage_list ->
?key_usages:Types.key_usage_list ->
?renewal_summary:Types.renewal_summary ->
?type_:Types.certificate_type ->
?failure_reason:Types.failure_reason ->
?in_use_by:Types.in_use_list ->
?signature_algorithm:Types.string_ ->
?key_algorithm:Types.key_algorithm ->
?not_after:Types.t_stamp ->
?not_before:Types.t_stamp ->
?revocation_reason:Types.revocation_reason ->
?revoked_at:Types.t_stamp ->
?status:Types.certificate_status ->
?imported_at:Types.t_stamp ->
?issued_at:Types.t_stamp ->
?created_at:Types.t_stamp ->
?issuer:Types.string_ ->
?subject:Types.string_ ->
?serial:Types.string_ ->
?domain_validation_options:Types.domain_validation_list ->
?managed_by:Types.certificate_managed_by ->
?subject_alternative_names:Types.domain_list ->
?domain_name:Types.domain_name_string ->
?certificate_arn:Types.arn ->
unit ->
Types.certificate_detailval make_describe_certificate_response :
?certificate:Types.certificate_detail ->
unit ->
Types.describe_certificate_responseval make_describe_certificate_request :
certificate_arn:Types.arn ->
unit ->
Types.describe_certificate_requestval make_acme_external_account_binding :
?updated_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?last_used_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?revoked_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?expires_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?role_arn:Types.role_arn ->
?acme_endpoint_arn:Types.acme_endpoint_arn ->
?acme_external_account_binding_arn:Types.acme_external_account_binding_arn ->
unit ->
Types.acme_external_account_bindingval make_describe_acme_external_account_binding_response :
?external_account_binding:Types.acme_external_account_binding ->
unit ->
Types.describe_acme_external_account_binding_responseval make_describe_acme_external_account_binding_request :
acme_external_account_binding_arn:Types.acme_external_account_binding_arn ->
unit ->
Types.describe_acme_external_account_binding_requestval make_acme_endpoint :
?updated_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?certificate_tags:Types.tag_list ->
?certificate_authority:Types.certificate_authority ->
?contact:Types.acme_contact ->
?authorization_behavior:Types.acme_authorization_behavior ->
?failure_reason:Smaws_Lib.Smithy_api.Types.string_ ->
?status:Types.acme_endpoint_status ->
?endpoint_url:Smaws_Lib.Smithy_api.Types.string_ ->
?acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.acme_endpointval make_describe_acme_endpoint_response :
?acme_endpoint:Types.acme_endpoint ->
unit ->
Types.describe_acme_endpoint_responseval make_describe_acme_endpoint_request :
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.describe_acme_endpoint_requestval make_acme_domain_validation :
?updated_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?failure_details:Types.failure_details ->
?status:Types.acme_domain_validation_status ->
?prevalidation_details:Types.prevalidation_details ->
?prevalidation_type:Types.prevalidation_type ->
?domain_name:Types.domain_name ->
?acme_endpoint_arn:Types.acme_endpoint_arn ->
?acme_domain_validation_arn:Types.acme_domain_validation_arn ->
unit ->
Types.acme_domain_validationval make_describe_acme_domain_validation_response :
?acme_domain_validation:Types.acme_domain_validation ->
unit ->
Types.describe_acme_domain_validation_responseval make_describe_acme_domain_validation_request :
acme_domain_validation_arn:Types.acme_domain_validation_arn ->
unit ->
Types.describe_acme_domain_validation_requestval make_acme_account :
?contacts:Types.contact_list ->
?acme_external_account_binding_arn:Types.acme_external_account_binding_arn ->
?created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?status:Types.acme_account_status ->
?public_key_thumbprint:Smaws_Lib.Smithy_api.Types.string_ ->
?account_url:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.acme_accountval make_describe_acme_account_response :
?acme_account:Types.acme_account ->
unit ->
Types.describe_acme_account_responseval make_describe_acme_account_request :
account_url:Smaws_Lib.Smithy_api.Types.string_ ->
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.describe_acme_account_requestval make_delete_certificate_request :
certificate_arn:Types.arn ->
unit ->
Types.delete_certificate_requestval make_delete_acme_external_account_binding_request :
acme_external_account_binding_arn:Types.acme_external_account_binding_arn ->
unit ->
Types.delete_acme_external_account_binding_requestval make_delete_acme_endpoint_request :
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.delete_acme_endpoint_requestval make_delete_acme_domain_validation_request :
acme_domain_validation_arn:Types.acme_domain_validation_arn ->
unit ->
Types.delete_acme_domain_validation_requestval make_create_acme_external_account_binding_response :
?external_account_binding:Types.acme_external_account_binding ->
unit ->
Types.create_acme_external_account_binding_responseval make_create_acme_external_account_binding_request :
?tags:Types.tag_list ->
?expiration:Types.expiration ->
?idempotency_token:Smaws_Lib.Smithy_api.Types.string_ ->
role_arn:Types.role_arn ->
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.create_acme_external_account_binding_requestval make_create_acme_endpoint_response :
?acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.create_acme_endpoint_responseval make_create_acme_endpoint_request :
?certificate_tags:Types.tag_list ->
?tags:Types.tag_list ->
?contact:Types.acme_contact ->
?idempotency_token:Smaws_Lib.Smithy_api.Types.string_ ->
certificate_authority:Types.certificate_authority ->
authorization_behavior:Types.acme_authorization_behavior ->
unit ->
Types.create_acme_endpoint_requestval make_create_acme_domain_validation_response :
acme_domain_validation_arn:Types.acme_domain_validation_arn ->
unit ->
Types.create_acme_domain_validation_responseval make_create_acme_domain_validation_request :
?tags:Types.tag_list ->
?idempotency_token:Smaws_Lib.Smithy_api.Types.string_ ->
prevalidation_options:Types.prevalidation_options ->
domain_name:Types.domain_name ->
acme_endpoint_arn:Types.acme_endpoint_arn ->
unit ->
Types.create_acme_domain_validation_requestval make_add_tags_to_certificate_request :
tags:Types.tag_list ->
certificate_arn:Types.arn ->
unit ->
Types.add_tags_to_certificate_requestOperations
module AddTagsToCertificate : sig ... endAdds one or more tags to an ACM certificate. Tags are labels that you can use to identify and organize your Amazon Web Services resources. Each tag consists of a key and an optional value. You specify the certificate on input by its Amazon Resource Name (ARN). You specify the tag by using a key-value pair.
module CreateAcmeDomainValidation : sig ... endCreates a domain validation for an ACME endpoint. Domain validations authorize the endpoint to issue certificates for specified domain names. You configure prevalidation to prove domain ownership.
module CreateAcmeEndpoint : sig ... endCreates an ACME endpoint, which is a managed ACME server with a unique endpoint URL. After creation, ACME clients can use the endpoint URL to automate certificate issuance using the ACME protocol.
module CreateAcmeExternalAccountBinding : sig ... endCreates an external account binding (EAB) for an ACME endpoint. An EAB provides credentials that authorize an ACME client to register an account with the endpoint. Each EAB is associated with an IAM role that controls what certificate operations the ACME client can perform.
module DeleteAcmeDomainValidation : sig ... endDeletes a domain validation. After deletion, the ACME endpoint can no longer issue certificates for the associated domain.
module DeleteAcmeEndpoint : sig ... endDeletes an ACME endpoint. After deletion, the endpoint URL is no longer accessible and ACME clients cannot issue certificates through it. Any existing external account bindings and domain validations associated with the endpoint are also deleted.
module DeleteAcmeExternalAccountBinding : sig ... endDeletes an external account binding. Previously fetched credentials for this binding will no longer be usable for account registration. A deleted binding cannot be recovered.
module DeleteCertificate : sig ... endDeletes a certificate and its associated private key. If this action succeeds, the certificate is not available for use by Amazon Web Services services integrated with ACM. Deleting a certificate is eventually consistent. The may be a short delay before the certificate no longer appears in the list that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action.
module DescribeAcmeAccount : sig ... endReturns detailed metadata about the specified ACME account, including its status, public key thumbprint, and associated external account binding.
module DescribeAcmeDomainValidation : sig ... endReturns detailed metadata about the specified domain validation, including its status, domain scope, and DNS resource records required for validation.
module DescribeAcmeEndpoint : sig ... endReturns detailed metadata about the specified ACME endpoint, including its status, URL, authorization behavior, and certificate authority configuration.
module DescribeAcmeExternalAccountBinding : sig ... endReturns detailed metadata about the specified external account binding, including the associated IAM role, expiration time, and usage history.
module DescribeCertificate : sig ... endReturns detailed metadata about the specified ACM certificate.
module ExportCertificate : sig ... endExports a private certificate issued by a private certificate authority (CA) or a public certificate for use anywhere. The exported file contains the certificate, the certificate chain, and the encrypted private key associated with the public key that is embedded in the certificate. For security, you must assign a passphrase for the private key when exporting it.
module GetAccountConfiguration : sig ... endReturns the account configuration options associated with an Amazon Web Services account.
module GetAcmeExternalAccountBindingCredentials : sig ... endRetrieves the key ID and MAC key credentials for an external account binding. These credentials are used by ACME clients during account registration to bind to the endpoint.
module GetCertificate : sig ... endRetrieves a certificate and its certificate chain. The certificate may be either a public or private certificate issued using the ACM RequestCertificate action, or a certificate imported into ACM using the ImportCertificate action. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields.
module ImportCertificate : sig ... endImports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide.
module ListAcmeAccounts : sig ... endRetrieves a list of ACME accounts registered with the specified ACME endpoint. ACME accounts are created when clients use external account binding credentials to register.
module ListAcmeDomainValidations : sig ... endRetrieves a list of domain validations for the specified ACME endpoint.
module ListAcmeEndpoints : sig ... endRetrieves a list of ACME endpoints in your account. Use this operation to view all configured ACME endpoints and their current status.
module ListAcmeExternalAccountBindings : sig ... endRetrieves a list of external account bindings for the specified ACME endpoint.
module ListCertificates : sig ... endRetrieves a list of certificate ARNs and domain names. You can request that only certificates that match a specific status be listed. You can also filter by specific attributes of the certificate. Default filtering returns only RSA_2048 certificates. For more information, see Filters.
module ListTagsForCertificate : sig ... endLists the tags that have been applied to the ACM certificate. Use the certificate's Amazon Resource Name (ARN) to specify the certificate. To add a tag to an ACM certificate, use the AddTagsToCertificate action. To delete a tag, use the RemoveTagsFromCertificate action.
module ListTagsForResource : sig ... endLists the tags associated with an ACM resource.
module PutAccountConfiguration : sig ... endAdds or modifies account-level configurations in ACM.
module RemoveTagsFromCertificate : sig ... endRemove one or more tags from an ACM certificate. A tag consists of a key-value pair. If you do not specify the value portion of the tag when calling this function, the tag will be removed regardless of value. If you specify a value, the tag is removed only if it is associated with the specified value.
module RenewCertificate : sig ... endRenews an eligible ACM certificate. In order to renew your Amazon Web Services Private CA certificates with ACM, you must first grant the ACM service principal permission to do so. For more information, see Testing Managed Renewal in the ACM User Guide.
module RequestCertificate : sig ... endRequests an ACM certificate for use with other Amazon Web Services services. To request an ACM certificate, you must specify a fully qualified domain name (FQDN) in the DomainName parameter. You can also specify additional FQDNs in the SubjectAlternativeNames parameter.
module ResendValidationEmail : sig ... endResends the email that requests domain ownership validation. The domain owner or an authorized representative must approve the ACM certificate before it can be issued. The certificate can be approved by clicking a link in the mail to navigate to the Amazon certificate approval website and then clicking I Approve. However, the validation email can be blocked by spam filters. Therefore, if you do not receive the original mail, you can request that the mail be resent within 72 hours of requesting the ACM certificate. If more than 72 hours have elapsed since your original request or since your last attempt to resend validation mail, you must request a new certificate. For more information about setting up your contact email addresses, see Configure Email for your Domain.
module RevokeAcmeAccount : sig ... endRevokes an ACME account, preventing it from requesting or revoking certificates. This operation is irreversible.
module RevokeAcmeExternalAccountBinding : sig ... endRevokes an external account binding, preventing new ACME accounts from being registered using this binding. Existing ACME accounts that were previously registered using the binding are not affected and must be revoked separately.
module RevokeCertificate : sig ... endRevokes a public ACM certificate. You can only revoke certificates that have been previously exported.
module SearchCertificates : sig ... endRetrieves a list of certificates matching search criteria. You can filter certificates by X.509 attributes and ACM specific properties like certificate status, type and renewal eligibility. This operation provides more flexible filtering than ListCertificates by supporting complex filter statements.
module TagResource : sig ... endAdds one or more tags to an ACM resource. Tags are labels that you can use to identify and organize your Amazon Web Services resources. Each tag consists of a key and an optional value.
module UntagResource : sig ... endRemoves one or more tags from an ACM resource.
module UpdateAcmeDomainValidation : sig ... endUpdates the prevalidation configuration of an existing domain validation.
module UpdateAcmeEndpoint : sig ... endUpdates the configuration of an existing ACME endpoint. You can change the authorization behavior, contact requirement, or certificate authority settings.
module UpdateCertificateOptions : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end