Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -56,27 +56,27 @@ certificates:
description: The ACM Certificate body
returned: when certificate creation is complete
sample: '-----BEGIN CERTIFICATE-----\\nMII.....-----END CERTIFICATE-----\\n'
type: string
type: str
certificate_arn:
description: Certificate ARN
returned: always
sample: arn:aws:acm:ap-southeast-2:123456789012:certificate/abcd1234-abcd-1234-abcd-123456789abc
type: string
type: str
certificate_chain:
description: Full certificate chain for the certificate
returned: when certificate creation is complete
sample: '-----BEGIN CERTIFICATE-----\\nMII...\\n-----END CERTIFICATE-----\\n-----BEGIN CERTIFICATE-----\\n...'
type: string
type: str
created_at:
description: Date certificate was created
returned: always
sample: '2017-08-15T10:31:19+10:00'
type: string
type: str
domain_name:
description: Domain name for the certificate
returned: always
sample: '*.example.com'
type: string
type: str
domain_validation_options:
description: Options used by ACM to validate the certificate
returned: when certificate type is AMAZON_ISSUED
@ -86,12 +86,12 @@ certificates:
description: Fully qualified domain name of the certificate
returned: always
sample: example.com
type: string
type: str
validation_domain:
description: The domain name ACM used to send validation emails
returned: always
sample: example.com
type: string
type: str
validation_emails:
description: A list of email addresses that ACM used to send domain validation emails
returned: always
@ -103,11 +103,11 @@ certificates:
description: Validation status of the domain
returned: always
sample: SUCCESS
type: string
type: str
failure_reason:
description: Reason certificate request failed
returned: only when certificate issuing failed
type: string
type: str
sample: NO_AVAILABLE_CONTACTS
in_use_by:
description: A list of ARNs for the AWS resources that are using the certificate.
@ -118,27 +118,27 @@ certificates:
description: Date certificate was issued
returned: always
sample: '2017-01-01T00:00:00+10:00'
type: string
type: str
issuer:
description: Issuer of the certificate
returned: always
sample: Amazon
type: string
type: str
key_algorithm:
description: Algorithm used to generate the certificate
returned: always
sample: RSA-2048
type: string
type: str
not_after:
description: Date after which the certificate is not valid
returned: always
sample: '2019-01-01T00:00:00+10:00'
type: string
type: str
not_before:
description: Date before which the certificate is not valid
returned: always
sample: '2017-01-01T00:00:00+10:00'
type: string
type: str
renewal_summary:
description: Information about managed renewal process
returned: when certificate is issued by Amazon and a renewal has been started
@ -153,12 +153,12 @@ certificates:
description: Fully qualified domain name of the certificate
returned: always
sample: example.com
type: string
type: str
validation_domain:
description: The domain name ACM used to send validation emails
returned: always
sample: example.com
type: string
type: str
validation_emails:
description: A list of email addresses that ACM used to send domain validation emails
returned: always
@ -170,42 +170,42 @@ certificates:
description: Validation status of the domain
returned: always
sample: SUCCESS
type: string
type: str
renewal_status:
description: Status of the domain renewal
returned: always
sample: PENDING_AUTO_RENEWAL
type: string
type: str
revocation_reason:
description: Reason for certificate revocation
returned: when the certificate has been revoked
sample: SUPERCEDED
type: string
type: str
revoked_at:
description: Date certificate was revoked
returned: when the certificate has been revoked
sample: '2017-09-01T10:00:00+10:00'
type: string
type: str
serial:
description: The serial number of the certificate
returned: always
sample: 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e:0f
type: string
type: str
signature_algorithm:
description: Algorithm used to sign the certificate
returned: always
sample: SHA256WITHRSA
type: string
type: str
status:
description: Status of the certificate in ACM
returned: always
sample: ISSUED
type: string
type: str
subject:
description: The name of the entity that is associated with the public key contained in the certificate
returned: always
sample: CN=*.example.com
type: string
type: str
subject_alternative_names:
description: Subject Alternative Names for the certificate
returned: always
@ -223,7 +223,7 @@ certificates:
description: The source of the certificate
returned: always
sample: AMAZON_ISSUED
type: string
type: str
'''
import traceback