Versions in this module Expand all Collapse all v1 v1.1.9 Mar 8, 2016 Changes in this version + const CertificateStatusExpired + const CertificateStatusFailed + const CertificateStatusInactive + const CertificateStatusIssued + const CertificateStatusPendingValidation + const CertificateStatusRevoked + const CertificateStatusValidationTimedOut + const KeyAlgorithmEcPrime256v1 + const KeyAlgorithmRsa2048 + const RevocationReasonAACompromise + const RevocationReasonAffiliationChanged + const RevocationReasonCaCompromise + const RevocationReasonCertificateHold + const RevocationReasonCessationOfOperation + const RevocationReasonKeyCompromise + const RevocationReasonPrivilegeWithdrawn + const RevocationReasonRemoveFromCrl + const RevocationReasonSuperceded + const RevocationReasonUnspecified + const ServiceName + type ACM struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *ACM + func (c *ACM) DeleteCertificate(input *DeleteCertificateInput) (*DeleteCertificateOutput, error) + func (c *ACM) DeleteCertificateRequest(input *DeleteCertificateInput) (req *request.Request, output *DeleteCertificateOutput) + func (c *ACM) DescribeCertificate(input *DescribeCertificateInput) (*DescribeCertificateOutput, error) + func (c *ACM) DescribeCertificateRequest(input *DescribeCertificateInput) (req *request.Request, output *DescribeCertificateOutput) + func (c *ACM) GetCertificate(input *GetCertificateInput) (*GetCertificateOutput, error) + func (c *ACM) GetCertificateRequest(input *GetCertificateInput) (req *request.Request, output *GetCertificateOutput) + func (c *ACM) ListCertificates(input *ListCertificatesInput) (*ListCertificatesOutput, error) + func (c *ACM) ListCertificatesPages(input *ListCertificatesInput, ...) error + func (c *ACM) ListCertificatesRequest(input *ListCertificatesInput) (req *request.Request, output *ListCertificatesOutput) + func (c *ACM) RequestCertificate(input *RequestCertificateInput) (*RequestCertificateOutput, error) + func (c *ACM) RequestCertificateRequest(input *RequestCertificateInput) (req *request.Request, output *RequestCertificateOutput) + func (c *ACM) ResendValidationEmail(input *ResendValidationEmailInput) (*ResendValidationEmailOutput, error) + func (c *ACM) ResendValidationEmailRequest(input *ResendValidationEmailInput) (req *request.Request, output *ResendValidationEmailOutput) + type CertificateDetail struct + CertificateArn *string + CreatedAt *time.Time + DomainName *string + DomainValidationOptions []*DomainValidation + InUseBy []*string + IssuedAt *time.Time + Issuer *string + KeyAlgorithm *string + NotAfter *time.Time + NotBefore *time.Time + RevocationReason *string + RevokedAt *time.Time + Serial *string + SignatureAlgorithm *string + Status *string + Subject *string + SubjectAlternativeNames []*string + func (s CertificateDetail) GoString() string + func (s CertificateDetail) String() string + type CertificateSummary struct + CertificateArn *string + DomainName *string + func (s CertificateSummary) GoString() string + func (s CertificateSummary) String() string + type DeleteCertificateInput struct + CertificateArn *string + func (s DeleteCertificateInput) GoString() string + func (s DeleteCertificateInput) String() string + type DeleteCertificateOutput struct + func (s DeleteCertificateOutput) GoString() string + func (s DeleteCertificateOutput) String() string + type DescribeCertificateInput struct + CertificateArn *string + func (s DescribeCertificateInput) GoString() string + func (s DescribeCertificateInput) String() string + type DescribeCertificateOutput struct + Certificate *CertificateDetail + func (s DescribeCertificateOutput) GoString() string + func (s DescribeCertificateOutput) String() string + type DomainValidation struct + DomainName *string + ValidationDomain *string + ValidationEmails []*string + func (s DomainValidation) GoString() string + func (s DomainValidation) String() string + type DomainValidationOption struct + DomainName *string + ValidationDomain *string + func (s DomainValidationOption) GoString() string + func (s DomainValidationOption) String() string + type GetCertificateInput struct + CertificateArn *string + func (s GetCertificateInput) GoString() string + func (s GetCertificateInput) String() string + type GetCertificateOutput struct + Certificate *string + CertificateChain *string + func (s GetCertificateOutput) GoString() string + func (s GetCertificateOutput) String() string + type ListCertificatesInput struct + CertificateStatuses []*string + MaxItems *int64 + NextToken *string + func (s ListCertificatesInput) GoString() string + func (s ListCertificatesInput) String() string + type ListCertificatesOutput struct + CertificateSummaryList []*CertificateSummary + NextToken *string + func (s ListCertificatesOutput) GoString() string + func (s ListCertificatesOutput) String() string + type RequestCertificateInput struct + DomainName *string + DomainValidationOptions []*DomainValidationOption + IdempotencyToken *string + SubjectAlternativeNames []*string + func (s RequestCertificateInput) GoString() string + func (s RequestCertificateInput) String() string + type RequestCertificateOutput struct + CertificateArn *string + func (s RequestCertificateOutput) GoString() string + func (s RequestCertificateOutput) String() string + type ResendValidationEmailInput struct + CertificateArn *string + Domain *string + ValidationDomain *string + func (s ResendValidationEmailInput) GoString() string + func (s ResendValidationEmailInput) String() string + type ResendValidationEmailOutput struct + func (s ResendValidationEmailOutput) GoString() string + func (s ResendValidationEmailOutput) String() string