{ "version": "2.0", "metadata": { "apiVersion": "2015-12-08", "endpointPrefix": "acm", "jsonVersion": "1.1", "protocol": "json", "serviceAbbreviation": "ACM", "serviceFullName": "AWS Certificate Manager", "serviceId": "ACM", "signatureVersion": "v4", "targetPrefix": "CertificateManager", "uid": "acm-2015-12-08" }, "operations": { "AddTagsToCertificate": { "name": "AddTagsToCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "AddTagsToCertificateRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InvalidArnException" }, { "shape": "InvalidTagException" }, { "shape": "TooManyTagsException" }, { "shape": "TagPolicyException" }, { "shape": "InvalidParameterException" }, { "shape": "ThrottlingException" } ], "documentation": "

Adds 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.

You can apply a tag to just one certificate if you want to identify a specific characteristic of that certificate, or you can apply the same tag to multiple certificates if you want to filter for a common relationship among those certificates. Similarly, you can apply the same tag to multiple resources if you want to specify a relationship among those resources. For example, you can add the same tag to an ACM certificate and an Elastic Load Balancing load balancer to indicate that they are both used by the same website. For more information, see Tagging ACM certificates.

To remove one or more tags, use the RemoveTagsFromCertificate action. To view all of the tags that have been applied to the certificate, use the ListTagsForCertificate action.

" }, "DeleteCertificate": { "name": "DeleteCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteCertificateRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ResourceInUseException" }, { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" }, { "shape": "ConflictException" }, { "shape": "InvalidArnException" } ], "documentation": "

Deletes a certificate and its associated private key. If this action succeeds, 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. The certificate will not be available for use by Amazon Web Services services integrated with ACM.

You cannot delete an ACM certificate that is being used by another Amazon Web Services service. To delete a certificate that is in use, the certificate association must first be removed.

" }, "DescribeCertificate": { "name": "DescribeCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeCertificateRequest" }, "output": { "shape": "DescribeCertificateResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InvalidArnException" } ], "documentation": "

Returns detailed metadata about the specified ACM certificate.

If you have just created a certificate using the RequestCertificate action, there is a delay of several seconds before you can retrieve information about it.

" }, "ExportCertificate": { "name": "ExportCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ExportCertificateRequest" }, "output": { "shape": "ExportCertificateResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "RequestInProgressException" }, { "shape": "InvalidArnException" } ], "documentation": "

Exports a private certificate issued by a private certificate authority (CA) for use anywhere. The exported file contains the certificate, the certificate chain, and the encrypted private 2048-bit RSA 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.

For information about exporting and formatting a certificate using the ACM console or CLI, see Export a Private Certificate.

" }, "GetAccountConfiguration": { "name": "GetAccountConfiguration", "http": { "method": "POST", "requestUri": "/" }, "output": { "shape": "GetAccountConfigurationResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "ThrottlingException" } ], "documentation": "

Returns the account configuration options associated with an Amazon Web Services account.

" }, "GetCertificate": { "name": "GetCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetCertificateRequest" }, "output": { "shape": "GetCertificateResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "RequestInProgressException" }, { "shape": "InvalidArnException" } ], "documentation": "

Retrieves an Amazon-issued certificate and its certificate chain. 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.

" }, "ImportCertificate": { "name": "ImportCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ImportCertificateRequest" }, "output": { "shape": "ImportCertificateResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "LimitExceededException" }, { "shape": "InvalidTagException" }, { "shape": "TooManyTagsException" }, { "shape": "TagPolicyException" }, { "shape": "InvalidParameterException" }, { "shape": "InvalidArnException" } ], "documentation": "

Imports 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.

ACM does not provide managed renewal for certificates that you import.

Note the following guidelines when importing third party certificates:

This operation returns the Amazon Resource Name (ARN) of the imported certificate.

" }, "ListCertificates": { "name": "ListCertificates", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListCertificatesRequest" }, "output": { "shape": "ListCertificatesResponse" }, "errors": [ { "shape": "InvalidArgsException" }, { "shape": "ValidationException" } ], "documentation": "

Retrieves 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.

" }, "ListTagsForCertificate": { "name": "ListTagsForCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTagsForCertificateRequest" }, "output": { "shape": "ListTagsForCertificateResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InvalidArnException" } ], "documentation": "

Lists 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.

" }, "PutAccountConfiguration": { "name": "PutAccountConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutAccountConfigurationRequest" }, "errors": [ { "shape": "ValidationException" }, { "shape": "ThrottlingException" }, { "shape": "AccessDeniedException" }, { "shape": "ConflictException" } ], "documentation": "

Adds or modifies account-level configurations in ACM.

The supported configuration option is DaysBeforeExpiry. This option specifies the number of days prior to certificate expiration when ACM starts generating EventBridge events. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.

" }, "RemoveTagsFromCertificate": { "name": "RemoveTagsFromCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RemoveTagsFromCertificateRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InvalidArnException" }, { "shape": "InvalidTagException" }, { "shape": "TagPolicyException" }, { "shape": "InvalidParameterException" }, { "shape": "ThrottlingException" } ], "documentation": "

Remove 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.

To add tags to a certificate, use the AddTagsToCertificate action. To view all of the tags that have been applied to a specific ACM certificate, use the ListTagsForCertificate action.

" }, "RenewCertificate": { "name": "RenewCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RenewCertificateRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InvalidArnException" } ], "documentation": "

Renews an eligible ACM certificate. At this time, only exported private certificates can be renewed with this operation. 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.

" }, "RequestCertificate": { "name": "RequestCertificate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RequestCertificateRequest" }, "output": { "shape": "RequestCertificateResponse" }, "errors": [ { "shape": "LimitExceededException" }, { "shape": "InvalidDomainValidationOptionsException" }, { "shape": "InvalidArnException" }, { "shape": "InvalidTagException" }, { "shape": "TooManyTagsException" }, { "shape": "TagPolicyException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Requests 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.

If you are requesting a private certificate, domain validation is not required. If you are requesting a public certificate, each domain name that you specify must be validated to verify that you own or control the domain. You can use DNS validation or email validation. We recommend that you use DNS validation. ACM issues public certificates after receiving approval from the domain owner.

ACM behavior differs from the RFC 6125 specification of the certificate validation process. ACM first checks for a Subject Alternative Name, and, if it finds one, ignores the common name (CN).

After successful completion of the RequestCertificate action, there is a delay of several seconds before you can retrieve information about the new certificate.

" }, "ResendValidationEmail": { "name": "ResendValidationEmail", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ResendValidationEmailRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InvalidStateException" }, { "shape": "InvalidArnException" }, { "shape": "InvalidDomainValidationOptionsException" } ], "documentation": "

Resends 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.

" }, "UpdateCertificateOptions": { "name": "UpdateCertificateOptions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateCertificateOptionsRequest" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "LimitExceededException" }, { "shape": "InvalidStateException" }, { "shape": "InvalidArnException" } ], "documentation": "

Updates a certificate. Currently, you can use this function to specify whether to opt in to or out of recording your certificate in a certificate transparency log. For more information, see Opting Out of Certificate Transparency Logging.

" } }, "shapes": { "AddTagsToCertificateRequest": { "type": "structure", "required": [ "CertificateArn", "Tags" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

" }, "Tags": { "shape": "TagList", "documentation": "

The key-value pair that defines the tag. The tag value is optional.

" } } }, "Arn": { "type": "string", "max": 2048, "min": 20, "pattern": "arn:[\\w+=/,.@-]+:acm:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=,.@-]+)*" }, "CertificateBody": { "type": "string", "max": 32768, "min": 1, "pattern": "-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?" }, "CertificateBodyBlob": { "type": "blob", "max": 32768, "min": 1 }, "CertificateChain": { "type": "string", "max": 2097152, "min": 1, "pattern": "(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?" }, "CertificateChainBlob": { "type": "blob", "max": 2097152, "min": 1 }, "CertificateDetail": { "type": "structure", "members": { "CertificateArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

" }, "DomainName": { "shape": "DomainNameString", "documentation": "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

" }, "SubjectAlternativeNames": { "shape": "DomainList", "documentation": "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

" }, "DomainValidationOptions": { "shape": "DomainValidationList", "documentation": "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

" }, "Serial": { "shape": "String", "documentation": "

The serial number of the certificate.

" }, "Subject": { "shape": "String", "documentation": "

The name of the entity that is associated with the public key contained in the certificate.

" }, "Issuer": { "shape": "String", "documentation": "

The name of the certificate authority that issued and signed the certificate.

" }, "CreatedAt": { "shape": "TStamp", "documentation": "

The time at which the certificate was requested.

" }, "IssuedAt": { "shape": "TStamp", "documentation": "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

" }, "ImportedAt": { "shape": "TStamp", "documentation": "

The date and time when the certificate was imported. This value exists only when the certificate type is IMPORTED.

" }, "Status": { "shape": "CertificateStatus", "documentation": "

The status of the certificate.

A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.

" }, "RevokedAt": { "shape": "TStamp", "documentation": "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

" }, "RevocationReason": { "shape": "RevocationReason", "documentation": "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

" }, "NotBefore": { "shape": "TStamp", "documentation": "

The time before which the certificate is not valid.

" }, "NotAfter": { "shape": "TStamp", "documentation": "

The time after which the certificate is not valid.

" }, "KeyAlgorithm": { "shape": "KeyAlgorithm", "documentation": "

The algorithm that was used to generate the public-private key pair.

" }, "SignatureAlgorithm": { "shape": "String", "documentation": "

The algorithm that was used to sign the certificate.

" }, "InUseBy": { "shape": "InUseList", "documentation": "

A list of ARNs for the Amazon Web Services resources that are using the certificate. A certificate can be used by multiple Amazon Web Services resources.

" }, "FailureReason": { "shape": "FailureReason", "documentation": "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the Certificate Manager User Guide.

" }, "Type": { "shape": "CertificateType", "documentation": "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.

" }, "RenewalSummary": { "shape": "RenewalSummary", "documentation": "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

" }, "KeyUsages": { "shape": "KeyUsageList", "documentation": "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

" }, "ExtendedKeyUsages": { "shape": "ExtendedKeyUsageList", "documentation": "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

" }, "CertificateAuthorityArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

" }, "RenewalEligibility": { "shape": "RenewalEligibility", "documentation": "

Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.

" }, "Options": { "shape": "CertificateOptions", "documentation": "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

" } }, "documentation": "

Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.

" }, "CertificateOptions": { "type": "structure", "members": { "CertificateTransparencyLoggingPreference": { "shape": "CertificateTransparencyLoggingPreference", "documentation": "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

" } }, "documentation": "

Structure that contains options for your certificate. Currently, you can use this only to specify whether to opt in to or out of certificate transparency logging. Some browsers require that public certificates issued for your domain be recorded in a log. Certificates that are not logged typically generate a browser error. Transparency makes it possible for you to detect SSL/TLS certificates that have been mistakenly or maliciously issued for your domain. For general information, see Certificate Transparency Logging.

" }, "CertificateStatus": { "type": "string", "enum": [ "PENDING_VALIDATION", "ISSUED", "INACTIVE", "EXPIRED", "VALIDATION_TIMED_OUT", "REVOKED", "FAILED" ] }, "CertificateStatuses": { "type": "list", "member": { "shape": "CertificateStatus" } }, "CertificateSummary": { "type": "structure", "members": { "CertificateArn": { "shape": "Arn", "documentation": "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

" }, "DomainName": { "shape": "DomainNameString", "documentation": "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

" }, "SubjectAlternativeNameSummaries": { "shape": "DomainList", "documentation": "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.

" }, "HasAdditionalSubjectAlternativeNames": { "shape": "NullableBoolean", "documentation": "

When called by ListCertificates, indicates whether the full list of subject alternative names has been included in the response. If false, the response includes all of the subject alternative names included in the certificate. If true, the response only includes the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.

", "box": true }, "Status": { "shape": "CertificateStatus", "documentation": "

The status of the certificate.

A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.

" }, "Type": { "shape": "CertificateType", "documentation": "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.

" }, "KeyAlgorithm": { "shape": "KeyAlgorithm", "documentation": "

The algorithm that was used to generate the public-private key pair.

" }, "KeyUsages": { "shape": "KeyUsageNames", "documentation": "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

" }, "ExtendedKeyUsages": { "shape": "ExtendedKeyUsageNames", "documentation": "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

" }, "InUse": { "shape": "NullableBoolean", "documentation": "

Indicates whether the certificate is currently in use by any Amazon Web Services resources.

", "box": true }, "Exported": { "shape": "NullableBoolean", "documentation": "

Indicates whether the certificate has been exported. This value exists only when the certificate type is PRIVATE.

", "box": true }, "RenewalEligibility": { "shape": "RenewalEligibility", "documentation": "

Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.

" }, "NotBefore": { "shape": "TStamp", "documentation": "

The time before which the certificate is not valid.

" }, "NotAfter": { "shape": "TStamp", "documentation": "

The time after which the certificate is not valid.

" }, "CreatedAt": { "shape": "TStamp", "documentation": "

The time at which the certificate was requested.

" }, "IssuedAt": { "shape": "TStamp", "documentation": "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

" }, "ImportedAt": { "shape": "TStamp", "documentation": "

The date and time when the certificate was imported. This value exists only when the certificate type is IMPORTED.

" }, "RevokedAt": { "shape": "TStamp", "documentation": "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

" } }, "documentation": "

This structure is returned in the response object of ListCertificates action.

" }, "CertificateSummaryList": { "type": "list", "member": { "shape": "CertificateSummary" } }, "CertificateTransparencyLoggingPreference": { "type": "string", "enum": [ "ENABLED", "DISABLED" ] }, "CertificateType": { "type": "string", "enum": [ "IMPORTED", "AMAZON_ISSUED", "PRIVATE" ] }, "DeleteCertificateRequest": { "type": "structure", "required": [ "CertificateArn" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

" } } }, "DescribeCertificateRequest": { "type": "structure", "required": [ "CertificateArn" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

" } } }, "DescribeCertificateResponse": { "type": "structure", "members": { "Certificate": { "shape": "CertificateDetail", "documentation": "

Metadata about an ACM certificate.

" } } }, "DomainList": { "type": "list", "member": { "shape": "DomainNameString" }, "max": 100, "min": 1 }, "DomainNameString": { "type": "string", "max": 253, "min": 1, "pattern": "^(\\*\\.)?(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$" }, "DomainStatus": { "type": "string", "enum": [ "PENDING_VALIDATION", "SUCCESS", "FAILED" ] }, "DomainValidation": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainNameString", "documentation": "

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

" }, "ValidationEmails": { "shape": "ValidationEmailList", "documentation": "

A list of email addresses that ACM used to send domain validation emails.

" }, "ValidationDomain": { "shape": "DomainNameString", "documentation": "

The domain name that ACM used to send domain validation emails.

" }, "ValidationStatus": { "shape": "DomainStatus", "documentation": "

The validation status of the domain name. This can be one of the following values:

" }, "ResourceRecord": { "shape": "ResourceRecord", "documentation": "

Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

Note: The CNAME information that you need does not include the name of your domain. If you include
 your domain name in the DNS database CNAME record, validation fails.
 For example, if the name is \"_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com\", only \"_a79865eb4cd1a6ab990a45779b4e0b96\" must be used.

" }, "ValidationMethod": { "shape": "ValidationMethod", "documentation": "

Specifies the domain validation method.

" } }, "documentation": "

Contains information about the validation of each domain name in the certificate.

" }, "DomainValidationList": { "type": "list", "member": { "shape": "DomainValidation" }, "max": 1000, "min": 1 }, "DomainValidationOption": { "type": "structure", "required": [ "DomainName", "ValidationDomain" ], "members": { "DomainName": { "shape": "DomainNameString", "documentation": "

A fully qualified domain name (FQDN) in the certificate request.

" }, "ValidationDomain": { "shape": "DomainNameString", "documentation": "

The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

" } }, "documentation": "

Contains information about the domain names that you want ACM to use to send you emails that enable you to validate domain ownership.

" }, "DomainValidationOptionList": { "type": "list", "member": { "shape": "DomainValidationOption" }, "max": 100, "min": 1 }, "ExpiryEventsConfiguration": { "type": "structure", "members": { "DaysBeforeExpiry": { "shape": "PositiveInteger", "documentation": "

Specifies the number of days prior to certificate expiration when ACM starts generating EventBridge events. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.

" } }, "documentation": "

Object containing expiration events options associated with an Amazon Web Services account.

" }, "ExportCertificateRequest": { "type": "structure", "required": [ "CertificateArn", "Passphrase" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

" }, "Passphrase": { "shape": "PassphraseBlob", "documentation": "

Passphrase to associate with the encrypted exported private key.

When creating your passphrase, you can use any ASCII character except #, $, or %.

If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key. After entering the command, you are prompted for the passphrase.

openssl rsa -in encrypted_key.pem -out decrypted_key.pem

" } } }, "ExportCertificateResponse": { "type": "structure", "members": { "Certificate": { "shape": "CertificateBody", "documentation": "

The base64 PEM-encoded certificate.

" }, "CertificateChain": { "shape": "CertificateChain", "documentation": "

The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

" }, "PrivateKey": { "shape": "PrivateKey", "documentation": "

The encrypted private key associated with the public key in the certificate. The key is output in PKCS #8 format and is base64 PEM-encoded.

" } } }, "ExtendedKeyUsage": { "type": "structure", "members": { "Name": { "shape": "ExtendedKeyUsageName", "documentation": "

The name of an Extended Key Usage value.

" }, "OID": { "shape": "String", "documentation": "

An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

" } }, "documentation": "

The Extended Key Usage X.509 v3 extension defines one or more purposes for which the public key can be used. This is in addition to or in place of the basic purposes specified by the Key Usage extension.

" }, "ExtendedKeyUsageFilterList": { "type": "list", "member": { "shape": "ExtendedKeyUsageName" } }, "ExtendedKeyUsageList": { "type": "list", "member": { "shape": "ExtendedKeyUsage" } }, "ExtendedKeyUsageName": { "type": "string", "enum": [ "TLS_WEB_SERVER_AUTHENTICATION", "TLS_WEB_CLIENT_AUTHENTICATION", "CODE_SIGNING", "EMAIL_PROTECTION", "TIME_STAMPING", "OCSP_SIGNING", "IPSEC_END_SYSTEM", "IPSEC_TUNNEL", "IPSEC_USER", "ANY", "NONE", "CUSTOM" ] }, "ExtendedKeyUsageNames": { "type": "list", "member": { "shape": "ExtendedKeyUsageName" } }, "FailureReason": { "type": "string", "enum": [ "NO_AVAILABLE_CONTACTS", "ADDITIONAL_VERIFICATION_REQUIRED", "DOMAIN_NOT_ALLOWED", "INVALID_PUBLIC_DOMAIN", "DOMAIN_VALIDATION_DENIED", "CAA_ERROR", "PCA_LIMIT_EXCEEDED", "PCA_INVALID_ARN", "PCA_INVALID_STATE", "PCA_REQUEST_FAILED", "PCA_NAME_CONSTRAINTS_VALIDATION", "PCA_RESOURCE_NOT_FOUND", "PCA_INVALID_ARGS", "PCA_INVALID_DURATION", "PCA_ACCESS_DENIED", "SLR_NOT_FOUND", "OTHER" ] }, "Filters": { "type": "structure", "members": { "extendedKeyUsage": { "shape": "ExtendedKeyUsageFilterList", "documentation": "

Specify one or more ExtendedKeyUsage extension values.

" }, "keyUsage": { "shape": "KeyUsageFilterList", "documentation": "

Specify one or more KeyUsage extension values.

" }, "keyTypes": { "shape": "KeyAlgorithmList", "documentation": "

Specify one or more algorithms that can be used to generate key pairs.

Default filtering returns only RSA_1024 and RSA_2048 certificates that have at least one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For example, \"keyTypes\": [\"RSA_2048\",\"RSA_4096\"] returns both RSA_2048 and RSA_4096 certificates.

" } }, "documentation": "

This structure can be used in the ListCertificates action to filter the output of the certificate list.

" }, "GetAccountConfigurationResponse": { "type": "structure", "members": { "ExpiryEvents": { "shape": "ExpiryEventsConfiguration", "documentation": "

Expiration events configuration options associated with the Amazon Web Services account.

" } } }, "GetCertificateRequest": { "type": "structure", "required": [ "CertificateArn" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

String that contains a certificate ARN in the following format:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

" } } }, "GetCertificateResponse": { "type": "structure", "members": { "Certificate": { "shape": "CertificateBody", "documentation": "

The ACM-issued certificate corresponding to the ARN specified as input.

" }, "CertificateChain": { "shape": "CertificateChain", "documentation": "

Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.

" } } }, "IdempotencyToken": { "type": "string", "max": 32, "min": 1, "pattern": "\\w+" }, "ImportCertificateRequest": { "type": "structure", "required": [ "Certificate", "PrivateKey" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

" }, "Certificate": { "shape": "CertificateBodyBlob", "documentation": "

The certificate to import.

" }, "PrivateKey": { "shape": "PrivateKeyBlob", "documentation": "

The private key that matches the public key in the certificate.

" }, "CertificateChain": { "shape": "CertificateChainBlob", "documentation": "

The PEM encoded certificate chain.

" }, "Tags": { "shape": "TagList", "documentation": "

One or more resource tags to associate with the imported certificate.

Note: You cannot apply tags when reimporting a certificate.

" } } }, "ImportCertificateResponse": { "type": "structure", "members": { "CertificateArn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the imported certificate.

" } } }, "InUseList": { "type": "list", "member": { "shape": "String" } }, "KeyAlgorithm": { "type": "string", "enum": [ "RSA_1024", "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1" ] }, "KeyAlgorithmList": { "type": "list", "member": { "shape": "KeyAlgorithm" } }, "KeyUsage": { "type": "structure", "members": { "Name": { "shape": "KeyUsageName", "documentation": "

A string value that contains a Key Usage extension name.

" } }, "documentation": "

The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.

" }, "KeyUsageFilterList": { "type": "list", "member": { "shape": "KeyUsageName" } }, "KeyUsageList": { "type": "list", "member": { "shape": "KeyUsage" } }, "KeyUsageName": { "type": "string", "enum": [ "DIGITAL_SIGNATURE", "NON_REPUDIATION", "KEY_ENCIPHERMENT", "DATA_ENCIPHERMENT", "KEY_AGREEMENT", "CERTIFICATE_SIGNING", "CRL_SIGNING", "ENCIPHER_ONLY", "DECIPHER_ONLY", "ANY", "CUSTOM" ] }, "KeyUsageNames": { "type": "list", "member": { "shape": "KeyUsageName" } }, "ListCertificatesRequest": { "type": "structure", "members": { "CertificateStatuses": { "shape": "CertificateStatuses", "documentation": "

Filter the certificate list by status value.

" }, "Includes": { "shape": "Filters", "documentation": "

Filter the certificate list. For more information, see the Filters structure.

" }, "NextToken": { "shape": "NextToken", "documentation": "

Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

" }, "MaxItems": { "shape": "MaxItems", "documentation": "

Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

" }, "SortBy": { "shape": "SortBy", "documentation": "

Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.

" }, "SortOrder": { "shape": "SortOrder", "documentation": "

Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.

" } } }, "ListCertificatesResponse": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "

When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

" }, "CertificateSummaryList": { "shape": "CertificateSummaryList", "documentation": "

A list of ACM certificates.

" } } }, "ListTagsForCertificateRequest": { "type": "structure", "required": [ "CertificateArn" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

" } } }, "ListTagsForCertificateResponse": { "type": "structure", "members": { "Tags": { "shape": "TagList", "documentation": "

The key-value pairs that define the applied tags.

" } } }, "MaxItems": { "type": "integer", "max": 1000, "min": 1 }, "NextToken": { "type": "string", "max": 10000, "min": 1, "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*" }, "NullableBoolean": { "type": "boolean" }, "PassphraseBlob": { "type": "blob", "max": 128, "min": 4, "sensitive": true }, "PcaArn": { "type": "string", "max": 2048, "min": 20, "pattern": "arn:[\\w+=/,.@-]+:acm-pca:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=,.@-]+)*" }, "PositiveInteger": { "type": "integer", "min": 1 }, "PrivateKey": { "type": "string", "max": 524288, "min": 1, "pattern": "-{5}BEGIN PRIVATE KEY-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END PRIVATE KEY-{5}(\\u000D?\\u000A)?", "sensitive": true }, "PrivateKeyBlob": { "type": "blob", "max": 5120, "min": 1, "sensitive": true }, "PutAccountConfigurationRequest": { "type": "structure", "required": [ "IdempotencyToken" ], "members": { "ExpiryEvents": { "shape": "ExpiryEventsConfiguration", "documentation": "

Specifies expiration events associated with an account.

" }, "IdempotencyToken": { "shape": "IdempotencyToken", "documentation": "

Customer-chosen string used to distinguish between calls to PutAccountConfiguration. Idempotency tokens time out after one hour. If you call PutAccountConfiguration multiple times with the same unexpired idempotency token, ACM treats it as the same request and returns the original result. If you change the idempotency token for each call, ACM treats each call as a new request.

" } } }, "RecordType": { "type": "string", "enum": [ "CNAME" ] }, "RemoveTagsFromCertificateRequest": { "type": "structure", "required": [ "CertificateArn", "Tags" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

" }, "Tags": { "shape": "TagList", "documentation": "

The key-value pair that defines the tag to remove.

" } } }, "RenewCertificateRequest": { "type": "structure", "required": [ "CertificateArn" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

String that contains the ARN of the ACM certificate to be renewed. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

" } } }, "RenewalEligibility": { "type": "string", "enum": [ "ELIGIBLE", "INELIGIBLE" ] }, "RenewalStatus": { "type": "string", "enum": [ "PENDING_AUTO_RENEWAL", "PENDING_VALIDATION", "SUCCESS", "FAILED" ] }, "RenewalSummary": { "type": "structure", "required": [ "RenewalStatus", "DomainValidationOptions", "UpdatedAt" ], "members": { "RenewalStatus": { "shape": "RenewalStatus", "documentation": "

The status of ACM's managed renewal of the certificate.

" }, "DomainValidationOptions": { "shape": "DomainValidationList", "documentation": "

Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

" }, "RenewalStatusReason": { "shape": "FailureReason", "documentation": "

The reason that a renewal request was unsuccessful.

" }, "UpdatedAt": { "shape": "TStamp", "documentation": "

The time at which the renewal summary was last updated.

" } }, "documentation": "

Contains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is AMAZON_ISSUED.

" }, "RequestCertificateRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainNameString", "documentation": "

Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

In compliance with RFC 5280, the length of the domain name (technically, the Common Name) that you provide cannot exceed 64 octets (characters), including periods. To add a longer domain name, specify it in the Subject Alternative Name field, which supports names up to 253 octets in length.

" }, "ValidationMethod": { "shape": "ValidationMethod", "documentation": "

The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

" }, "SubjectAlternativeNames": { "shape": "DomainList", "documentation": "

Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial quota is 10 domain names. If you need more than 10 names, you must request a quota increase. For more information, see Quotas.

The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

" }, "IdempotencyToken": { "shape": "IdempotencyToken", "documentation": "

Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

" }, "DomainValidationOptions": { "shape": "DomainValidationOptionList", "documentation": "

The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

" }, "Options": { "shape": "CertificateOptions", "documentation": "

Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

" }, "CertificateAuthorityArn": { "shape": "PcaArn", "documentation": "

The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the Amazon Web Services Private Certificate Authority user guide. The ARN must have the following form:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

" }, "Tags": { "shape": "TagList", "documentation": "

One or more resource tags to associate with the certificate.

" }, "KeyAlgorithm": { "shape": "KeyAlgorithm", "documentation": "

Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate.

Default: RSA_2048

" } } }, "RequestCertificateResponse": { "type": "structure", "members": { "CertificateArn": { "shape": "Arn", "documentation": "

String that contains the ARN of the issued certificate. This must be of the form:

arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

" } } }, "ResendValidationEmailRequest": { "type": "structure", "required": [ "CertificateArn", "Domain", "ValidationDomain" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

" }, "Domain": { "shape": "DomainNameString", "documentation": "

The fully qualified domain name (FQDN) of the certificate that needs to be validated.

" }, "ValidationDomain": { "shape": "DomainNameString", "documentation": "

The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

" } } }, "ResourceRecord": { "type": "structure", "required": [ "Name", "Type", "Value" ], "members": { "Name": { "shape": "String", "documentation": "

The name of the DNS record to create in your domain. This is supplied by ACM.

" }, "Type": { "shape": "RecordType", "documentation": "

The type of DNS record. Currently this can be CNAME.

" }, "Value": { "shape": "String", "documentation": "

The value of the CNAME record to add to your DNS database. This is supplied by ACM.

" } }, "documentation": "

Contains a DNS record value that you can use to validate ownership or control of a domain. This is used by the DescribeCertificate action.

" }, "RevocationReason": { "type": "string", "enum": [ "UNSPECIFIED", "KEY_COMPROMISE", "CA_COMPROMISE", "AFFILIATION_CHANGED", "SUPERCEDED", "CESSATION_OF_OPERATION", "CERTIFICATE_HOLD", "REMOVE_FROM_CRL", "PRIVILEGE_WITHDRAWN", "A_A_COMPROMISE" ] }, "SortBy": { "type": "string", "enum": [ "CREATED_AT" ] }, "SortOrder": { "type": "string", "enum": [ "ASCENDING", "DESCENDING" ] }, "String": { "type": "string" }, "TStamp": { "type": "timestamp" }, "Tag": { "type": "structure", "required": [ "Key" ], "members": { "Key": { "shape": "TagKey", "documentation": "

The key of the tag.

" }, "Value": { "shape": "TagValue", "documentation": "

The value of the tag.

" } }, "documentation": "

A key-value pair that identifies or specifies metadata about an ACM resource.

" }, "TagKey": { "type": "string", "max": 128, "min": 1, "pattern": "[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*" }, "TagList": { "type": "list", "member": { "shape": "Tag" }, "max": 50, "min": 1 }, "TagValue": { "type": "string", "max": 256, "min": 0, "pattern": "[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*" }, "UpdateCertificateOptionsRequest": { "type": "structure", "required": [ "CertificateArn", "Options" ], "members": { "CertificateArn": { "shape": "Arn", "documentation": "

ARN of the requested certificate to update. This must be of the form:

arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

" }, "Options": { "shape": "CertificateOptions", "documentation": "

Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

" } } }, "ValidationEmailList": { "type": "list", "member": { "shape": "String" } }, "ValidationMethod": { "type": "string", "enum": [ "EMAIL", "DNS" ] } }, "documentation": "Certificate Manager

You can use Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites and applications. For more information about using ACM, see the Certificate Manager User Guide.

" }