cloudfront

package
v1.33.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2020 License: Apache-2.0 Imports: 10 Imported by: 412

Documentation

Overview

Package cloudfront provides the client and types for making API requests to Amazon CloudFront.

This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide.

See https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31 for more information on this service.

See cloudfront package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/cloudfront/

Using the Client

To contact Amazon CloudFront with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon CloudFront client CloudFront for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/cloudfront/#New

Index

Examples

Constants

View Source
const (
	// CachePolicyCookieBehaviorNone is a CachePolicyCookieBehavior enum value
	CachePolicyCookieBehaviorNone = "none"

	// CachePolicyCookieBehaviorWhitelist is a CachePolicyCookieBehavior enum value
	CachePolicyCookieBehaviorWhitelist = "whitelist"

	// CachePolicyCookieBehaviorAllExcept is a CachePolicyCookieBehavior enum value
	CachePolicyCookieBehaviorAllExcept = "allExcept"

	// CachePolicyCookieBehaviorAll is a CachePolicyCookieBehavior enum value
	CachePolicyCookieBehaviorAll = "all"
)
View Source
const (
	// CachePolicyHeaderBehaviorNone is a CachePolicyHeaderBehavior enum value
	CachePolicyHeaderBehaviorNone = "none"

	// CachePolicyHeaderBehaviorWhitelist is a CachePolicyHeaderBehavior enum value
	CachePolicyHeaderBehaviorWhitelist = "whitelist"
)
View Source
const (
	// CachePolicyQueryStringBehaviorNone is a CachePolicyQueryStringBehavior enum value
	CachePolicyQueryStringBehaviorNone = "none"

	// CachePolicyQueryStringBehaviorWhitelist is a CachePolicyQueryStringBehavior enum value
	CachePolicyQueryStringBehaviorWhitelist = "whitelist"

	// CachePolicyQueryStringBehaviorAllExcept is a CachePolicyQueryStringBehavior enum value
	CachePolicyQueryStringBehaviorAllExcept = "allExcept"

	// CachePolicyQueryStringBehaviorAll is a CachePolicyQueryStringBehavior enum value
	CachePolicyQueryStringBehaviorAll = "all"
)
View Source
const (
	// CachePolicyTypeManaged is a CachePolicyType enum value
	CachePolicyTypeManaged = "managed"

	// CachePolicyTypeCustom is a CachePolicyType enum value
	CachePolicyTypeCustom = "custom"
)
View Source
const (
	// CertificateSourceCloudfront is a CertificateSource enum value
	CertificateSourceCloudfront = "cloudfront"

	// CertificateSourceIam is a CertificateSource enum value
	CertificateSourceIam = "iam"

	// CertificateSourceAcm is a CertificateSource enum value
	CertificateSourceAcm = "acm"
)
View Source
const (
	// EventTypeViewerRequest is a EventType enum value
	EventTypeViewerRequest = "viewer-request"

	// EventTypeViewerResponse is a EventType enum value
	EventTypeViewerResponse = "viewer-response"

	// EventTypeOriginRequest is a EventType enum value
	EventTypeOriginRequest = "origin-request"

	// EventTypeOriginResponse is a EventType enum value
	EventTypeOriginResponse = "origin-response"
)
View Source
const (
	// GeoRestrictionTypeBlacklist is a GeoRestrictionType enum value
	GeoRestrictionTypeBlacklist = "blacklist"

	// GeoRestrictionTypeWhitelist is a GeoRestrictionType enum value
	GeoRestrictionTypeWhitelist = "whitelist"

	// GeoRestrictionTypeNone is a GeoRestrictionType enum value
	GeoRestrictionTypeNone = "none"
)
View Source
const (
	// HttpVersionHttp11 is a HttpVersion enum value
	HttpVersionHttp11 = "http1.1"

	// HttpVersionHttp2 is a HttpVersion enum value
	HttpVersionHttp2 = "http2"
)
View Source
const (
	// ICPRecordalStatusApproved is a ICPRecordalStatus enum value
	ICPRecordalStatusApproved = "APPROVED"

	// ICPRecordalStatusSuspended is a ICPRecordalStatus enum value
	ICPRecordalStatusSuspended = "SUSPENDED"

	// ICPRecordalStatusPending is a ICPRecordalStatus enum value
	ICPRecordalStatusPending = "PENDING"
)
View Source
const (
	// ItemSelectionNone is a ItemSelection enum value
	ItemSelectionNone = "none"

	// ItemSelectionWhitelist is a ItemSelection enum value
	ItemSelectionWhitelist = "whitelist"

	// ItemSelectionAll is a ItemSelection enum value
	ItemSelectionAll = "all"
)
View Source
const (
	// MethodGet is a Method enum value
	MethodGet = "GET"

	// MethodHead is a Method enum value
	MethodHead = "HEAD"

	// MethodPost is a Method enum value
	MethodPost = "POST"

	// MethodPut is a Method enum value
	MethodPut = "PUT"

	// MethodPatch is a Method enum value
	MethodPatch = "PATCH"

	// MethodOptions is a Method enum value
	MethodOptions = "OPTIONS"

	// MethodDelete is a Method enum value
	MethodDelete = "DELETE"
)
View Source
const (
	// MinimumProtocolVersionSslv3 is a MinimumProtocolVersion enum value
	MinimumProtocolVersionSslv3 = "SSLv3"

	// MinimumProtocolVersionTlsv1 is a MinimumProtocolVersion enum value
	MinimumProtocolVersionTlsv1 = "TLSv1"

	// MinimumProtocolVersionTlsv12016 is a MinimumProtocolVersion enum value
	MinimumProtocolVersionTlsv12016 = "TLSv1_2016"

	// MinimumProtocolVersionTlsv112016 is a MinimumProtocolVersion enum value
	MinimumProtocolVersionTlsv112016 = "TLSv1.1_2016"

	// MinimumProtocolVersionTlsv122018 is a MinimumProtocolVersion enum value
	MinimumProtocolVersionTlsv122018 = "TLSv1.2_2018"

	// MinimumProtocolVersionTlsv122019 is a MinimumProtocolVersion enum value
	MinimumProtocolVersionTlsv122019 = "TLSv1.2_2019"
)
View Source
const (
	// OriginProtocolPolicyHttpOnly is a OriginProtocolPolicy enum value
	OriginProtocolPolicyHttpOnly = "http-only"

	// OriginProtocolPolicyMatchViewer is a OriginProtocolPolicy enum value
	OriginProtocolPolicyMatchViewer = "match-viewer"

	// OriginProtocolPolicyHttpsOnly is a OriginProtocolPolicy enum value
	OriginProtocolPolicyHttpsOnly = "https-only"
)
View Source
const (
	// OriginRequestPolicyCookieBehaviorNone is a OriginRequestPolicyCookieBehavior enum value
	OriginRequestPolicyCookieBehaviorNone = "none"

	// OriginRequestPolicyCookieBehaviorWhitelist is a OriginRequestPolicyCookieBehavior enum value
	OriginRequestPolicyCookieBehaviorWhitelist = "whitelist"

	// OriginRequestPolicyCookieBehaviorAll is a OriginRequestPolicyCookieBehavior enum value
	OriginRequestPolicyCookieBehaviorAll = "all"
)
View Source
const (
	// OriginRequestPolicyHeaderBehaviorNone is a OriginRequestPolicyHeaderBehavior enum value
	OriginRequestPolicyHeaderBehaviorNone = "none"

	// OriginRequestPolicyHeaderBehaviorWhitelist is a OriginRequestPolicyHeaderBehavior enum value
	OriginRequestPolicyHeaderBehaviorWhitelist = "whitelist"

	// OriginRequestPolicyHeaderBehaviorAllViewer is a OriginRequestPolicyHeaderBehavior enum value
	OriginRequestPolicyHeaderBehaviorAllViewer = "allViewer"

	// OriginRequestPolicyHeaderBehaviorAllViewerAndWhitelistCloudFront is a OriginRequestPolicyHeaderBehavior enum value
	OriginRequestPolicyHeaderBehaviorAllViewerAndWhitelistCloudFront = "allViewerAndWhitelistCloudFront"
)
View Source
const (
	// OriginRequestPolicyQueryStringBehaviorNone is a OriginRequestPolicyQueryStringBehavior enum value
	OriginRequestPolicyQueryStringBehaviorNone = "none"

	// OriginRequestPolicyQueryStringBehaviorWhitelist is a OriginRequestPolicyQueryStringBehavior enum value
	OriginRequestPolicyQueryStringBehaviorWhitelist = "whitelist"

	// OriginRequestPolicyQueryStringBehaviorAll is a OriginRequestPolicyQueryStringBehavior enum value
	OriginRequestPolicyQueryStringBehaviorAll = "all"
)
View Source
const (
	// OriginRequestPolicyTypeManaged is a OriginRequestPolicyType enum value
	OriginRequestPolicyTypeManaged = "managed"

	// OriginRequestPolicyTypeCustom is a OriginRequestPolicyType enum value
	OriginRequestPolicyTypeCustom = "custom"
)
View Source
const (
	// PriceClassPriceClass100 is a PriceClass enum value
	PriceClassPriceClass100 = "PriceClass_100"

	// PriceClassPriceClass200 is a PriceClass enum value
	PriceClassPriceClass200 = "PriceClass_200"

	// PriceClassPriceClassAll is a PriceClass enum value
	PriceClassPriceClassAll = "PriceClass_All"
)
View Source
const (
	// SSLSupportMethodSniOnly is a SSLSupportMethod enum value
	SSLSupportMethodSniOnly = "sni-only"

	// SSLSupportMethodVip is a SSLSupportMethod enum value
	SSLSupportMethodVip = "vip"
)
View Source
const (
	// SslProtocolSslv3 is a SslProtocol enum value
	SslProtocolSslv3 = "SSLv3"

	// SslProtocolTlsv1 is a SslProtocol enum value
	SslProtocolTlsv1 = "TLSv1"

	// SslProtocolTlsv11 is a SslProtocol enum value
	SslProtocolTlsv11 = "TLSv1.1"

	// SslProtocolTlsv12 is a SslProtocol enum value
	SslProtocolTlsv12 = "TLSv1.2"
)
View Source
const (
	// ViewerProtocolPolicyAllowAll is a ViewerProtocolPolicy enum value
	ViewerProtocolPolicyAllowAll = "allow-all"

	// ViewerProtocolPolicyHttpsOnly is a ViewerProtocolPolicy enum value
	ViewerProtocolPolicyHttpsOnly = "https-only"

	// ViewerProtocolPolicyRedirectToHttps is a ViewerProtocolPolicy enum value
	ViewerProtocolPolicyRedirectToHttps = "redirect-to-https"
)
View Source
const (

	// ErrCodeAccessDenied for service response error code
	// "AccessDenied".
	//
	// Access denied.
	ErrCodeAccessDenied = "AccessDenied"

	// ErrCodeBatchTooLarge for service response error code
	// "BatchTooLarge".
	//
	// Invalidation batch specified is too large.
	ErrCodeBatchTooLarge = "BatchTooLarge"

	// ErrCodeCNAMEAlreadyExists for service response error code
	// "CNAMEAlreadyExists".
	//
	// The CNAME specified is already defined for CloudFront.
	ErrCodeCNAMEAlreadyExists = "CNAMEAlreadyExists"

	// ErrCodeCachePolicyAlreadyExists for service response error code
	// "CachePolicyAlreadyExists".
	//
	// A cache policy with this name already exists. You must provide a unique name.
	// To modify an existing cache policy, use UpdateCachePolicy.
	ErrCodeCachePolicyAlreadyExists = "CachePolicyAlreadyExists"

	// ErrCodeCachePolicyInUse for service response error code
	// "CachePolicyInUse".
	//
	// Cannot delete the cache policy because it is attached to one or more cache
	// behaviors.
	ErrCodeCachePolicyInUse = "CachePolicyInUse"

	// ErrCodeCannotChangeImmutablePublicKeyFields for service response error code
	// "CannotChangeImmutablePublicKeyFields".
	//
	// You can't change the value of a public key.
	ErrCodeCannotChangeImmutablePublicKeyFields = "CannotChangeImmutablePublicKeyFields"

	// ErrCodeDistributionAlreadyExists for service response error code
	// "DistributionAlreadyExists".
	//
	// The caller reference you attempted to create the distribution with is associated
	// with another distribution.
	ErrCodeDistributionAlreadyExists = "DistributionAlreadyExists"

	// ErrCodeDistributionNotDisabled for service response error code
	// "DistributionNotDisabled".
	//
	// The specified CloudFront distribution is not disabled. You must disable the
	// distribution before you can delete it.
	ErrCodeDistributionNotDisabled = "DistributionNotDisabled"

	// ErrCodeFieldLevelEncryptionConfigAlreadyExists for service response error code
	// "FieldLevelEncryptionConfigAlreadyExists".
	//
	// The specified configuration for field-level encryption already exists.
	ErrCodeFieldLevelEncryptionConfigAlreadyExists = "FieldLevelEncryptionConfigAlreadyExists"

	// ErrCodeFieldLevelEncryptionConfigInUse for service response error code
	// "FieldLevelEncryptionConfigInUse".
	//
	// The specified configuration for field-level encryption is in use.
	ErrCodeFieldLevelEncryptionConfigInUse = "FieldLevelEncryptionConfigInUse"

	// ErrCodeFieldLevelEncryptionProfileAlreadyExists for service response error code
	// "FieldLevelEncryptionProfileAlreadyExists".
	//
	// The specified profile for field-level encryption already exists.
	ErrCodeFieldLevelEncryptionProfileAlreadyExists = "FieldLevelEncryptionProfileAlreadyExists"

	// ErrCodeFieldLevelEncryptionProfileInUse for service response error code
	// "FieldLevelEncryptionProfileInUse".
	//
	// The specified profile for field-level encryption is in use.
	ErrCodeFieldLevelEncryptionProfileInUse = "FieldLevelEncryptionProfileInUse"

	// ErrCodeFieldLevelEncryptionProfileSizeExceeded for service response error code
	// "FieldLevelEncryptionProfileSizeExceeded".
	//
	// The maximum size of a profile for field-level encryption was exceeded.
	ErrCodeFieldLevelEncryptionProfileSizeExceeded = "FieldLevelEncryptionProfileSizeExceeded"

	// ErrCodeIllegalDelete for service response error code
	// "IllegalDelete".
	//
	// You cannot delete a managed policy.
	ErrCodeIllegalDelete = "IllegalDelete"

	// ErrCodeIllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior for service response error code
	// "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior".
	//
	// The specified configuration for field-level encryption can't be associated
	// with the specified cache behavior.
	ErrCodeIllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior = "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"

	// ErrCodeIllegalUpdate for service response error code
	// "IllegalUpdate".
	//
	// The update contains modifications that are not allowed.
	ErrCodeIllegalUpdate = "IllegalUpdate"

	// ErrCodeInconsistentQuantities for service response error code
	// "InconsistentQuantities".
	//
	// The value of Quantity and the size of Items don't match.
	ErrCodeInconsistentQuantities = "InconsistentQuantities"

	// ErrCodeInvalidArgument for service response error code
	// "InvalidArgument".
	//
	// An argument is invalid.
	ErrCodeInvalidArgument = "InvalidArgument"

	// ErrCodeInvalidDefaultRootObject for service response error code
	// "InvalidDefaultRootObject".
	//
	// The default root object file name is too big or contains an invalid character.
	ErrCodeInvalidDefaultRootObject = "InvalidDefaultRootObject"

	// ErrCodeInvalidErrorCode for service response error code
	// "InvalidErrorCode".
	//
	// An invalid error code was specified.
	ErrCodeInvalidErrorCode = "InvalidErrorCode"

	// ErrCodeInvalidForwardCookies for service response error code
	// "InvalidForwardCookies".
	//
	// Your request contains forward cookies option which doesn't match with the
	// expectation for the whitelisted list of cookie names. Either list of cookie
	// names has been specified when not allowed or list of cookie names is missing
	// when expected.
	ErrCodeInvalidForwardCookies = "InvalidForwardCookies"

	// ErrCodeInvalidGeoRestrictionParameter for service response error code
	// "InvalidGeoRestrictionParameter".
	//
	// The specified geo restriction parameter is not valid.
	ErrCodeInvalidGeoRestrictionParameter = "InvalidGeoRestrictionParameter"

	// ErrCodeInvalidHeadersForS3Origin for service response error code
	// "InvalidHeadersForS3Origin".
	//
	// The headers specified are not valid for an Amazon S3 origin.
	ErrCodeInvalidHeadersForS3Origin = "InvalidHeadersForS3Origin"

	// ErrCodeInvalidIfMatchVersion for service response error code
	// "InvalidIfMatchVersion".
	//
	// The If-Match version is missing or not valid.
	ErrCodeInvalidIfMatchVersion = "InvalidIfMatchVersion"

	// ErrCodeInvalidLambdaFunctionAssociation for service response error code
	// "InvalidLambdaFunctionAssociation".
	//
	// The specified Lambda function association is invalid.
	ErrCodeInvalidLambdaFunctionAssociation = "InvalidLambdaFunctionAssociation"

	// ErrCodeInvalidLocationCode for service response error code
	// "InvalidLocationCode".
	//
	// The location code specified is not valid.
	ErrCodeInvalidLocationCode = "InvalidLocationCode"

	// ErrCodeInvalidMinimumProtocolVersion for service response error code
	// "InvalidMinimumProtocolVersion".
	//
	// The minimum protocol version specified is not valid.
	ErrCodeInvalidMinimumProtocolVersion = "InvalidMinimumProtocolVersion"

	// ErrCodeInvalidOrigin for service response error code
	// "InvalidOrigin".
	//
	// The Amazon S3 origin server specified does not refer to a valid Amazon S3
	// bucket.
	ErrCodeInvalidOrigin = "InvalidOrigin"

	// ErrCodeInvalidOriginAccessIdentity for service response error code
	// "InvalidOriginAccessIdentity".
	//
	// The origin access identity is not valid or doesn't exist.
	ErrCodeInvalidOriginAccessIdentity = "InvalidOriginAccessIdentity"

	// ErrCodeInvalidOriginKeepaliveTimeout for service response error code
	// "InvalidOriginKeepaliveTimeout".
	//
	// The keep alive timeout specified for the origin is not valid.
	ErrCodeInvalidOriginKeepaliveTimeout = "InvalidOriginKeepaliveTimeout"

	// ErrCodeInvalidOriginReadTimeout for service response error code
	// "InvalidOriginReadTimeout".
	//
	// The read timeout specified for the origin is not valid.
	ErrCodeInvalidOriginReadTimeout = "InvalidOriginReadTimeout"

	// ErrCodeInvalidProtocolSettings for service response error code
	// "InvalidProtocolSettings".
	//
	// You cannot specify SSLv3 as the minimum protocol version if you only want
	// to support only clients that support Server Name Indication (SNI).
	ErrCodeInvalidProtocolSettings = "InvalidProtocolSettings"

	// ErrCodeInvalidQueryStringParameters for service response error code
	// "InvalidQueryStringParameters".
	//
	// The query string parameters specified are not valid.
	ErrCodeInvalidQueryStringParameters = "InvalidQueryStringParameters"

	// ErrCodeInvalidRelativePath for service response error code
	// "InvalidRelativePath".
	//
	// The relative path is too big, is not URL-encoded, or does not begin with
	// a slash (/).
	ErrCodeInvalidRelativePath = "InvalidRelativePath"

	// ErrCodeInvalidRequiredProtocol for service response error code
	// "InvalidRequiredProtocol".
	//
	// This operation requires the HTTPS protocol. Ensure that you specify the HTTPS
	// protocol in your request, or omit the RequiredProtocols element from your
	// distribution configuration.
	ErrCodeInvalidRequiredProtocol = "InvalidRequiredProtocol"

	// ErrCodeInvalidResponseCode for service response error code
	// "InvalidResponseCode".
	//
	// A response code is not valid.
	ErrCodeInvalidResponseCode = "InvalidResponseCode"

	// ErrCodeInvalidTTLOrder for service response error code
	// "InvalidTTLOrder".
	//
	// The TTL order specified is not valid.
	ErrCodeInvalidTTLOrder = "InvalidTTLOrder"

	// ErrCodeInvalidTagging for service response error code
	// "InvalidTagging".
	//
	// The tagging specified is not valid.
	ErrCodeInvalidTagging = "InvalidTagging"

	// ErrCodeInvalidViewerCertificate for service response error code
	// "InvalidViewerCertificate".
	//
	// A viewer certificate specified is not valid.
	ErrCodeInvalidViewerCertificate = "InvalidViewerCertificate"

	// ErrCodeInvalidWebACLId for service response error code
	// "InvalidWebACLId".
	//
	// A web ACL ID specified is not valid. To specify a web ACL created using the
	// latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a.
	// To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example
	// 473e64fd-f30b-4765-81a0-62ad96dd167a.
	ErrCodeInvalidWebACLId = "InvalidWebACLId"

	// ErrCodeMissingBody for service response error code
	// "MissingBody".
	//
	// This operation requires a body. Ensure that the body is present and the Content-Type
	// header is set.
	ErrCodeMissingBody = "MissingBody"

	// ErrCodeNoSuchCachePolicy for service response error code
	// "NoSuchCachePolicy".
	//
	// The cache policy does not exist.
	ErrCodeNoSuchCachePolicy = "NoSuchCachePolicy"

	// ErrCodeNoSuchCloudFrontOriginAccessIdentity for service response error code
	// "NoSuchCloudFrontOriginAccessIdentity".
	//
	// The specified origin access identity does not exist.
	ErrCodeNoSuchCloudFrontOriginAccessIdentity = "NoSuchCloudFrontOriginAccessIdentity"

	// ErrCodeNoSuchDistribution for service response error code
	// "NoSuchDistribution".
	//
	// The specified distribution does not exist.
	ErrCodeNoSuchDistribution = "NoSuchDistribution"

	// ErrCodeNoSuchFieldLevelEncryptionConfig for service response error code
	// "NoSuchFieldLevelEncryptionConfig".
	//
	// The specified configuration for field-level encryption doesn't exist.
	ErrCodeNoSuchFieldLevelEncryptionConfig = "NoSuchFieldLevelEncryptionConfig"

	// ErrCodeNoSuchFieldLevelEncryptionProfile for service response error code
	// "NoSuchFieldLevelEncryptionProfile".
	//
	// The specified profile for field-level encryption doesn't exist.
	ErrCodeNoSuchFieldLevelEncryptionProfile = "NoSuchFieldLevelEncryptionProfile"

	// ErrCodeNoSuchInvalidation for service response error code
	// "NoSuchInvalidation".
	//
	// The specified invalidation does not exist.
	ErrCodeNoSuchInvalidation = "NoSuchInvalidation"

	// ErrCodeNoSuchOrigin for service response error code
	// "NoSuchOrigin".
	//
	// No origin exists with the specified Origin Id.
	ErrCodeNoSuchOrigin = "NoSuchOrigin"

	// ErrCodeNoSuchOriginRequestPolicy for service response error code
	// "NoSuchOriginRequestPolicy".
	//
	// The origin request policy does not exist.
	ErrCodeNoSuchOriginRequestPolicy = "NoSuchOriginRequestPolicy"

	// ErrCodeNoSuchPublicKey for service response error code
	// "NoSuchPublicKey".
	//
	// The specified public key doesn't exist.
	ErrCodeNoSuchPublicKey = "NoSuchPublicKey"

	// ErrCodeNoSuchResource for service response error code
	// "NoSuchResource".
	//
	// A resource that was specified is not valid.
	ErrCodeNoSuchResource = "NoSuchResource"

	// ErrCodeNoSuchStreamingDistribution for service response error code
	// "NoSuchStreamingDistribution".
	//
	// The specified streaming distribution does not exist.
	ErrCodeNoSuchStreamingDistribution = "NoSuchStreamingDistribution"

	// ErrCodeOriginAccessIdentityAlreadyExists for service response error code
	// "CloudFrontOriginAccessIdentityAlreadyExists".
	//
	// If the CallerReference is a value you already sent in a previous request
	// to create an identity but the content of the CloudFrontOriginAccessIdentityConfig
	// is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists
	// error.
	ErrCodeOriginAccessIdentityAlreadyExists = "CloudFrontOriginAccessIdentityAlreadyExists"

	// ErrCodeOriginAccessIdentityInUse for service response error code
	// "CloudFrontOriginAccessIdentityInUse".
	//
	// The Origin Access Identity specified is already in use.
	ErrCodeOriginAccessIdentityInUse = "CloudFrontOriginAccessIdentityInUse"

	// ErrCodeOriginRequestPolicyAlreadyExists for service response error code
	// "OriginRequestPolicyAlreadyExists".
	//
	// An origin request policy with this name already exists. You must provide
	// a unique name. To modify an existing origin request policy, use UpdateOriginRequestPolicy.
	ErrCodeOriginRequestPolicyAlreadyExists = "OriginRequestPolicyAlreadyExists"

	// ErrCodeOriginRequestPolicyInUse for service response error code
	// "OriginRequestPolicyInUse".
	//
	// Cannot delete the origin request policy because it is attached to one or
	// more cache behaviors.
	ErrCodeOriginRequestPolicyInUse = "OriginRequestPolicyInUse"

	// ErrCodePreconditionFailed for service response error code
	// "PreconditionFailed".
	//
	// The precondition given in one or more of the request header fields evaluated
	// to false.
	ErrCodePreconditionFailed = "PreconditionFailed"

	// ErrCodePublicKeyAlreadyExists for service response error code
	// "PublicKeyAlreadyExists".
	//
	// The specified public key already exists.
	ErrCodePublicKeyAlreadyExists = "PublicKeyAlreadyExists"

	// ErrCodePublicKeyInUse for service response error code
	// "PublicKeyInUse".
	//
	// The specified public key is in use.
	ErrCodePublicKeyInUse = "PublicKeyInUse"

	// ErrCodeQueryArgProfileEmpty for service response error code
	// "QueryArgProfileEmpty".
	//
	// No profile specified for the field-level encryption query argument.
	ErrCodeQueryArgProfileEmpty = "QueryArgProfileEmpty"

	// ErrCodeStreamingDistributionAlreadyExists for service response error code
	// "StreamingDistributionAlreadyExists".
	//
	// The caller reference you attempted to create the streaming distribution with
	// is associated with another distribution
	ErrCodeStreamingDistributionAlreadyExists = "StreamingDistributionAlreadyExists"

	// ErrCodeStreamingDistributionNotDisabled for service response error code
	// "StreamingDistributionNotDisabled".
	//
	// The specified CloudFront distribution is not disabled. You must disable the
	// distribution before you can delete it.
	ErrCodeStreamingDistributionNotDisabled = "StreamingDistributionNotDisabled"

	// ErrCodeTooManyCacheBehaviors for service response error code
	// "TooManyCacheBehaviors".
	//
	// You cannot create more cache behaviors for the distribution.
	ErrCodeTooManyCacheBehaviors = "TooManyCacheBehaviors"

	// ErrCodeTooManyCachePolicies for service response error code
	// "TooManyCachePolicies".
	//
	// You have reached the maximum number of cache policies for this AWS account.
	// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyCachePolicies = "TooManyCachePolicies"

	// ErrCodeTooManyCertificates for service response error code
	// "TooManyCertificates".
	//
	// You cannot create anymore custom SSL/TLS certificates.
	ErrCodeTooManyCertificates = "TooManyCertificates"

	// ErrCodeTooManyCloudFrontOriginAccessIdentities for service response error code
	// "TooManyCloudFrontOriginAccessIdentities".
	//
	// Processing your request would cause you to exceed the maximum number of origin
	// access identities allowed.
	ErrCodeTooManyCloudFrontOriginAccessIdentities = "TooManyCloudFrontOriginAccessIdentities"

	// ErrCodeTooManyCookieNamesInWhiteList for service response error code
	// "TooManyCookieNamesInWhiteList".
	//
	// Your request contains more cookie names in the whitelist than are allowed
	// per cache behavior.
	ErrCodeTooManyCookieNamesInWhiteList = "TooManyCookieNamesInWhiteList"

	// ErrCodeTooManyCookiesInCachePolicy for service response error code
	// "TooManyCookiesInCachePolicy".
	//
	// The number of cookies in the cache policy exceeds the maximum. For more information,
	// see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyCookiesInCachePolicy = "TooManyCookiesInCachePolicy"

	// ErrCodeTooManyCookiesInOriginRequestPolicy for service response error code
	// "TooManyCookiesInOriginRequestPolicy".
	//
	// The number of cookies in the origin request policy exceeds the maximum. For
	// more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyCookiesInOriginRequestPolicy = "TooManyCookiesInOriginRequestPolicy"

	// ErrCodeTooManyDistributionCNAMEs for service response error code
	// "TooManyDistributionCNAMEs".
	//
	// Your request contains more CNAMEs than are allowed per distribution.
	ErrCodeTooManyDistributionCNAMEs = "TooManyDistributionCNAMEs"

	// ErrCodeTooManyDistributions for service response error code
	// "TooManyDistributions".
	//
	// Processing your request would cause you to exceed the maximum number of distributions
	// allowed.
	ErrCodeTooManyDistributions = "TooManyDistributions"

	// ErrCodeTooManyDistributionsAssociatedToCachePolicy for service response error code
	// "TooManyDistributionsAssociatedToCachePolicy".
	//
	// The maximum number of distributions have been associated with the specified
	// cache policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyDistributionsAssociatedToCachePolicy = "TooManyDistributionsAssociatedToCachePolicy"

	// ErrCodeTooManyDistributionsAssociatedToFieldLevelEncryptionConfig for service response error code
	// "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig".
	//
	// The maximum number of distributions have been associated with the specified
	// configuration for field-level encryption.
	ErrCodeTooManyDistributionsAssociatedToFieldLevelEncryptionConfig = "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"

	// ErrCodeTooManyDistributionsAssociatedToOriginRequestPolicy for service response error code
	// "TooManyDistributionsAssociatedToOriginRequestPolicy".
	//
	// The maximum number of distributions have been associated with the specified
	// origin request policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyDistributionsAssociatedToOriginRequestPolicy = "TooManyDistributionsAssociatedToOriginRequestPolicy"

	// ErrCodeTooManyDistributionsWithLambdaAssociations for service response error code
	// "TooManyDistributionsWithLambdaAssociations".
	//
	// Processing your request would cause the maximum number of distributions with
	// Lambda function associations per owner to be exceeded.
	ErrCodeTooManyDistributionsWithLambdaAssociations = "TooManyDistributionsWithLambdaAssociations"

	// ErrCodeTooManyDistributionsWithSingleFunctionARN for service response error code
	// "TooManyDistributionsWithSingleFunctionARN".
	//
	// The maximum number of distributions have been associated with the specified
	// Lambda function.
	ErrCodeTooManyDistributionsWithSingleFunctionARN = "TooManyDistributionsWithSingleFunctionARN"

	// ErrCodeTooManyFieldLevelEncryptionConfigs for service response error code
	// "TooManyFieldLevelEncryptionConfigs".
	//
	// The maximum number of configurations for field-level encryption have been
	// created.
	ErrCodeTooManyFieldLevelEncryptionConfigs = "TooManyFieldLevelEncryptionConfigs"

	// ErrCodeTooManyFieldLevelEncryptionContentTypeProfiles for service response error code
	// "TooManyFieldLevelEncryptionContentTypeProfiles".
	//
	// The maximum number of content type profiles for field-level encryption have
	// been created.
	ErrCodeTooManyFieldLevelEncryptionContentTypeProfiles = "TooManyFieldLevelEncryptionContentTypeProfiles"

	// ErrCodeTooManyFieldLevelEncryptionEncryptionEntities for service response error code
	// "TooManyFieldLevelEncryptionEncryptionEntities".
	//
	// The maximum number of encryption entities for field-level encryption have
	// been created.
	ErrCodeTooManyFieldLevelEncryptionEncryptionEntities = "TooManyFieldLevelEncryptionEncryptionEntities"

	// ErrCodeTooManyFieldLevelEncryptionFieldPatterns for service response error code
	// "TooManyFieldLevelEncryptionFieldPatterns".
	//
	// The maximum number of field patterns for field-level encryption have been
	// created.
	ErrCodeTooManyFieldLevelEncryptionFieldPatterns = "TooManyFieldLevelEncryptionFieldPatterns"

	// ErrCodeTooManyFieldLevelEncryptionProfiles for service response error code
	// "TooManyFieldLevelEncryptionProfiles".
	//
	// The maximum number of profiles for field-level encryption have been created.
	ErrCodeTooManyFieldLevelEncryptionProfiles = "TooManyFieldLevelEncryptionProfiles"

	// ErrCodeTooManyFieldLevelEncryptionQueryArgProfiles for service response error code
	// "TooManyFieldLevelEncryptionQueryArgProfiles".
	//
	// The maximum number of query arg profiles for field-level encryption have
	// been created.
	ErrCodeTooManyFieldLevelEncryptionQueryArgProfiles = "TooManyFieldLevelEncryptionQueryArgProfiles"

	// ErrCodeTooManyHeadersInCachePolicy for service response error code
	// "TooManyHeadersInCachePolicy".
	//
	// The number of headers in the cache policy exceeds the maximum. For more information,
	// see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyHeadersInCachePolicy = "TooManyHeadersInCachePolicy"

	// ErrCodeTooManyHeadersInForwardedValues for service response error code
	// "TooManyHeadersInForwardedValues".
	//
	// Your request contains too many headers in forwarded values.
	ErrCodeTooManyHeadersInForwardedValues = "TooManyHeadersInForwardedValues"

	// ErrCodeTooManyHeadersInOriginRequestPolicy for service response error code
	// "TooManyHeadersInOriginRequestPolicy".
	//
	// The number of headers in the origin request policy exceeds the maximum. For
	// more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyHeadersInOriginRequestPolicy = "TooManyHeadersInOriginRequestPolicy"

	// ErrCodeTooManyInvalidationsInProgress for service response error code
	// "TooManyInvalidationsInProgress".
	//
	// You have exceeded the maximum number of allowable InProgress invalidation
	// batch requests, or invalidation objects.
	ErrCodeTooManyInvalidationsInProgress = "TooManyInvalidationsInProgress"

	// ErrCodeTooManyLambdaFunctionAssociations for service response error code
	// "TooManyLambdaFunctionAssociations".
	//
	// Your request contains more Lambda function associations than are allowed
	// per distribution.
	ErrCodeTooManyLambdaFunctionAssociations = "TooManyLambdaFunctionAssociations"

	// ErrCodeTooManyOriginCustomHeaders for service response error code
	// "TooManyOriginCustomHeaders".
	//
	// Your request contains too many origin custom headers.
	ErrCodeTooManyOriginCustomHeaders = "TooManyOriginCustomHeaders"

	// ErrCodeTooManyOriginGroupsPerDistribution for service response error code
	// "TooManyOriginGroupsPerDistribution".
	//
	// Processing your request would cause you to exceed the maximum number of origin
	// groups allowed.
	ErrCodeTooManyOriginGroupsPerDistribution = "TooManyOriginGroupsPerDistribution"

	// ErrCodeTooManyOriginRequestPolicies for service response error code
	// "TooManyOriginRequestPolicies".
	//
	// You have reached the maximum number of origin request policies for this AWS
	// account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyOriginRequestPolicies = "TooManyOriginRequestPolicies"

	// ErrCodeTooManyOrigins for service response error code
	// "TooManyOrigins".
	//
	// You cannot create more origins for the distribution.
	ErrCodeTooManyOrigins = "TooManyOrigins"

	// ErrCodeTooManyPublicKeys for service response error code
	// "TooManyPublicKeys".
	//
	// The maximum number of public keys for field-level encryption have been created.
	// To create a new public key, delete one of the existing keys.
	ErrCodeTooManyPublicKeys = "TooManyPublicKeys"

	// ErrCodeTooManyQueryStringParameters for service response error code
	// "TooManyQueryStringParameters".
	//
	// Your request contains too many query string parameters.
	ErrCodeTooManyQueryStringParameters = "TooManyQueryStringParameters"

	// ErrCodeTooManyQueryStringsInCachePolicy for service response error code
	// "TooManyQueryStringsInCachePolicy".
	//
	// The number of query strings in the cache policy exceeds the maximum. For
	// more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyQueryStringsInCachePolicy = "TooManyQueryStringsInCachePolicy"

	// ErrCodeTooManyQueryStringsInOriginRequestPolicy for service response error code
	// "TooManyQueryStringsInOriginRequestPolicy".
	//
	// The number of query strings in the origin request policy exceeds the maximum.
	// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
	// (formerly known as limits) in the Amazon CloudFront Developer Guide.
	ErrCodeTooManyQueryStringsInOriginRequestPolicy = "TooManyQueryStringsInOriginRequestPolicy"

	// ErrCodeTooManyStreamingDistributionCNAMEs for service response error code
	// "TooManyStreamingDistributionCNAMEs".
	//
	// Your request contains more CNAMEs than are allowed per distribution.
	ErrCodeTooManyStreamingDistributionCNAMEs = "TooManyStreamingDistributionCNAMEs"

	// ErrCodeTooManyStreamingDistributions for service response error code
	// "TooManyStreamingDistributions".
	//
	// Processing your request would cause you to exceed the maximum number of streaming
	// distributions allowed.
	ErrCodeTooManyStreamingDistributions = "TooManyStreamingDistributions"

	// ErrCodeTooManyTrustedSigners for service response error code
	// "TooManyTrustedSigners".
	//
	// Your request contains more trusted signers than are allowed per distribution.
	ErrCodeTooManyTrustedSigners = "TooManyTrustedSigners"

	// ErrCodeTrustedSignerDoesNotExist for service response error code
	// "TrustedSignerDoesNotExist".
	//
	// One or more of your trusted signers don't exist.
	ErrCodeTrustedSignerDoesNotExist = "TrustedSignerDoesNotExist"
)
View Source
const (
	ServiceName = "cloudfront" // Name of service.
	EndpointsID = ServiceName  // ID to lookup a service endpoint with.
	ServiceID   = "CloudFront" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// FormatUrlencoded is a Format enum value
	FormatUrlencoded = "URLEncoded"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveTrustedSigners

type ActiveTrustedSigners struct {

	// Enabled is true if any of the AWS accounts listed in the TrustedSigners complex
	// type for this distribution have active CloudFront key pairs. If not, Enabled
	// is false.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// A complex type that contains one Signer complex type for each trusted signer
	// that is specified in the TrustedSigners complex type.
	Items []*Signer `locationNameList:"Signer" type:"list"`

	// The number of trusted signers specified in the TrustedSigners complex type.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

The Signer complex type lists the AWS account number of the trusted signer or self if the signer is the AWS account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

For more information, see Serving Private Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the Amazon CloudFront Developer Guide.

func (ActiveTrustedSigners) GoString added in v0.6.5

func (s ActiveTrustedSigners) GoString() string

GoString returns the string representation

func (*ActiveTrustedSigners) SetEnabled added in v1.5.0

SetEnabled sets the Enabled field's value.

func (*ActiveTrustedSigners) SetItems added in v1.5.0

SetItems sets the Items field's value.

func (*ActiveTrustedSigners) SetQuantity added in v1.5.0

func (s *ActiveTrustedSigners) SetQuantity(v int64) *ActiveTrustedSigners

SetQuantity sets the Quantity field's value.

func (ActiveTrustedSigners) String added in v0.6.5

func (s ActiveTrustedSigners) String() string

String returns the string representation

type AliasICPRecordal added in v1.20.1

type AliasICPRecordal struct {

	// A domain name associated with a distribution.
	CNAME *string `type:"string"`

	// The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus
	// is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
	//
	// The status values returned are the following:
	//
	//    * APPROVED indicates that the associated CNAME has a valid ICP recordal
	//    number. Multiple CNAMEs can be associated with a distribution, and CNAMEs
	//    can correspond to different ICP recordals. To be marked as APPROVED, that
	//    is, valid to use with China region, a CNAME must have one ICP recordal
	//    number associated with it.
	//
	//    * SUSPENDED indicates that the associated CNAME does not have a valid
	//    ICP recordal number.
	//
	//    * PENDING indicates that CloudFront can't determine the ICP recordal status
	//    of the CNAME associated with the distribution because there was an error
	//    in trying to determine the status. You can try again to see if the error
	//    is resolved in which case CloudFront returns an APPROVED or SUSPENDED
	//    status.
	ICPRecordalStatus *string `type:"string" enum:"ICPRecordalStatus"`
	// contains filtered or unexported fields
}

AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions. The status is returned in the CloudFront response; you can't configure it yourself.

For more information about ICP recordals, see Signup, Accounts, and Credentials (https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html) in Getting Started with AWS services in China.

func (AliasICPRecordal) GoString added in v1.20.1

func (s AliasICPRecordal) GoString() string

GoString returns the string representation

func (*AliasICPRecordal) SetCNAME added in v1.20.1

func (s *AliasICPRecordal) SetCNAME(v string) *AliasICPRecordal

SetCNAME sets the CNAME field's value.

func (*AliasICPRecordal) SetICPRecordalStatus added in v1.20.1

func (s *AliasICPRecordal) SetICPRecordalStatus(v string) *AliasICPRecordal

SetICPRecordalStatus sets the ICPRecordalStatus field's value.

func (AliasICPRecordal) String added in v1.20.1

func (s AliasICPRecordal) String() string

String returns the string representation

type Aliases

type Aliases struct {

	// A complex type that contains the CNAME aliases, if any, that you want to
	// associate with this distribution.
	Items []*string `locationNameList:"CNAME" type:"list"`

	// The number of CNAME aliases, if any, that you want to associate with this
	// distribution.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

func (Aliases) GoString added in v0.6.5

func (s Aliases) GoString() string

GoString returns the string representation

func (*Aliases) SetItems added in v1.5.0

func (s *Aliases) SetItems(v []*string) *Aliases

SetItems sets the Items field's value.

func (*Aliases) SetQuantity added in v1.5.0

func (s *Aliases) SetQuantity(v int64) *Aliases

SetQuantity sets the Quantity field's value.

func (Aliases) String added in v0.6.5

func (s Aliases) String() string

String returns the string representation

func (*Aliases) Validate added in v1.1.21

func (s *Aliases) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AllowedMethods

type AllowedMethods struct {

	// A complex type that controls whether CloudFront caches the response to requests
	// using the specified HTTP methods. There are two choices:
	//
	//    * CloudFront caches responses to GET and HEAD requests.
	//
	//    * CloudFront caches responses to GET, HEAD, and OPTIONS requests.
	//
	// If you pick the second choice for your Amazon S3 Origin, you may need to
	// forward Access-Control-Request-Method, Access-Control-Request-Headers, and
	// Origin headers for the responses to be cached correctly.
	CachedMethods *CachedMethods `type:"structure"`

	// A complex type that contains the HTTP methods that you want CloudFront to
	// process and forward to your origin.
	//
	// Items is a required field
	Items []*string `locationNameList:"Method" type:"list" required:"true"`

	// The number of HTTP methods that you want CloudFront to forward to your origin.
	// Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD, and OPTIONS
	// requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin. There are three choices:

  • CloudFront forwards only GET and HEAD requests.

  • CloudFront forwards only GET, HEAD, and OPTIONS requests.

  • CloudFront forwards GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests.

If you pick the third choice, you may need to restrict access to your Amazon S3 bucket or to your custom origin so users can't perform operations that you don't want them to. For example, you might not want users to have permissions to delete objects from your origin.

func (AllowedMethods) GoString added in v0.6.5

func (s AllowedMethods) GoString() string

GoString returns the string representation

func (*AllowedMethods) SetCachedMethods added in v1.5.0

func (s *AllowedMethods) SetCachedMethods(v *CachedMethods) *AllowedMethods

SetCachedMethods sets the CachedMethods field's value.

func (*AllowedMethods) SetItems added in v1.5.0

func (s *AllowedMethods) SetItems(v []*string) *AllowedMethods

SetItems sets the Items field's value.

func (*AllowedMethods) SetQuantity added in v1.5.0

func (s *AllowedMethods) SetQuantity(v int64) *AllowedMethods

SetQuantity sets the Quantity field's value.

func (AllowedMethods) String added in v0.6.5

func (s AllowedMethods) String() string

String returns the string representation

func (*AllowedMethods) Validate added in v1.1.21

func (s *AllowedMethods) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CacheBehavior

type CacheBehavior struct {

	// A complex type that controls which HTTP methods CloudFront processes and
	// forwards to your Amazon S3 bucket or your custom origin. There are three
	// choices:
	//
	//    * CloudFront forwards only GET and HEAD requests.
	//
	//    * CloudFront forwards only GET, HEAD, and OPTIONS requests.
	//
	//    * CloudFront forwards GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE
	//    requests.
	//
	// If you pick the third choice, you may need to restrict access to your Amazon
	// S3 bucket or to your custom origin so users can't perform operations that
	// you don't want them to. For example, you might not want users to have permissions
	// to delete objects from your origin.
	AllowedMethods *AllowedMethods `type:"structure"`

	// The unique identifier of the cache policy that is attached to this cache
	// behavior. For more information, see CreateCachePolicy.
	CachePolicyId *string `type:"string"`

	// Whether you want CloudFront to automatically compress certain files for this
	// cache behavior. If so, specify true; if not, specify false. For more information,
	// see Serving Compressed Files (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html)
	// in the Amazon CloudFront Developer Guide.
	Compress *bool `type:"boolean"`

	// This field is deprecated. We recommend that you use the DefaultTTL field
	// in CachePolicyConfig instead of this field.
	//
	// The default amount of time that you want objects to stay in CloudFront caches
	// before CloudFront forwards another request to your origin to determine whether
	// the object has been updated. The value that you specify applies only when
	// your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control
	// s-maxage, and Expires to objects. For more information, see Managing How
	// Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// Deprecated: DefaultTTL has been deprecated
	DefaultTTL *int64 `deprecated:"true" type:"long"`

	// The value of ID for the field-level encryption configuration that you want
	// CloudFront to use for encrypting specific fields of data for this cache behavior.
	FieldLevelEncryptionId *string `type:"string"`

	// This field is deprecated. We recommend that you use a cache policy or an
	// origin request policy instead of this field.
	//
	// If you want to include values in the cache key, use a CachePolicy. See CreateCachePolicy.
	//
	// If you want to send values to the origin but not include them in the cache
	// key, use an OriginRequestPolicy. See CreateOriginRequestPolicy.
	//
	// A complex type that specifies how CloudFront handles query strings, cookies,
	// and HTTP headers.
	//
	// Deprecated: ForwardedValues has been deprecated
	ForwardedValues *ForwardedValues `deprecated:"true" type:"structure"`

	// A complex type that contains zero or more Lambda function associations for
	// a cache behavior.
	LambdaFunctionAssociations *LambdaFunctionAssociations `type:"structure"`

	// This field is deprecated. We recommend that you use the MaxTTL field in CachePolicyConfig
	// instead of this field.
	//
	// The maximum amount of time that you want objects to stay in CloudFront caches
	// before CloudFront forwards another request to your origin to determine whether
	// the object has been updated. The value that you specify applies only when
	// your origin adds HTTP headers such as Cache-Control max-age, Cache-Control
	// s-maxage, and Expires to objects. For more information, see Managing How
	// Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// Deprecated: MaxTTL has been deprecated
	MaxTTL *int64 `deprecated:"true" type:"long"`

	// This field is deprecated. We recommend that you use the MinTTL field in CachePolicyConfig
	// instead of this field.
	//
	// The minimum amount of time that you want objects to stay in CloudFront caches
	// before CloudFront forwards another request to your origin to determine whether
	// the object has been updated. For more information, see Managing How Long
	// Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// You must specify 0 for MinTTL if you configure CloudFront to forward all
	// headers to your origin (under Headers, if you specify 1 for Quantity and
	// * for Name).
	//
	// Deprecated: MinTTL has been deprecated
	MinTTL *int64 `deprecated:"true" type:"long"`

	// The unique identifier of the origin request policy that is attached to this
	// cache behavior. For more information, see CreateOriginRequestPolicy.
	OriginRequestPolicyId *string `type:"string"`

	// The pattern (for example, images/*.jpg) that specifies which requests to
	// apply the behavior to. When CloudFront receives a viewer request, the requested
	// path is compared with path patterns in the order in which cache behaviors
	// are listed in the distribution.
	//
	// You can optionally include a slash (/) at the beginning of the path pattern.
	// For example, /images/*.jpg. CloudFront behavior is the same with or without
	// the leading /.
	//
	// The path pattern for the default cache behavior is * and cannot be changed.
	// If the request for an object does not match the path pattern for any cache
	// behaviors, CloudFront applies the behavior in the default cache behavior.
	//
	// For more information, see Path Pattern (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesPathPattern)
	// in the Amazon CloudFront Developer Guide.
	//
	// PathPattern is a required field
	PathPattern *string `type:"string" required:"true"`

	// Indicates whether you want to distribute media files in the Microsoft Smooth
	// Streaming format using the origin that is associated with this cache behavior.
	// If so, specify true; if not, specify false. If you specify true for SmoothStreaming,
	// you can still distribute other content using this cache behavior if the content
	// matches the value of PathPattern.
	SmoothStreaming *bool `type:"boolean"`

	// The value of ID for the origin that you want CloudFront to route requests
	// to when they match this cache behavior.
	//
	// TargetOriginId is a required field
	TargetOriginId *string `type:"string" required:"true"`

	// A complex type that specifies the AWS accounts, if any, that you want to
	// allow to create signed URLs for private content.
	//
	// If you want to require signed URLs in requests for objects in the target
	// origin that match the PathPattern for this cache behavior, specify true for
	// Enabled, and specify the applicable values for Quantity and Items. For more
	// information, see Serving Private Content with Signed URLs and Signed Cookies
	// (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// If you don’t want to require signed URLs in requests for objects that match
	// PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.
	//
	// To add, change, or remove one or more trusted signers, change Enabled to
	// true (if it’s currently false), change Quantity as applicable, and specify
	// all of the trusted signers that you want to include in the updated distribution.
	//
	// TrustedSigners is a required field
	TrustedSigners *TrustedSigners `type:"structure" required:"true"`

	// The protocol that viewers can use to access the files in the origin specified
	// by TargetOriginId when a request matches the path pattern in PathPattern.
	// You can specify the following options:
	//
	//    * allow-all: Viewers can use HTTP or HTTPS.
	//
	//    * redirect-to-https: If a viewer submits an HTTP request, CloudFront returns
	//    an HTTP status code of 301 (Moved Permanently) to the viewer along with
	//    the HTTPS URL. The viewer then resubmits the request using the new URL.
	//
	//    * https-only: If a viewer sends an HTTP request, CloudFront returns an
	//    HTTP status code of 403 (Forbidden).
	//
	// For more information about requiring the HTTPS protocol, see Requiring HTTPS
	// Between Viewers and CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// The only way to guarantee that viewers retrieve an object that was fetched
	// from the origin using HTTPS is never to use any other protocol to fetch the
	// object. If you have recently changed from HTTP to HTTPS, we recommend that
	// you clear your objects’ cache because cached objects are protocol agnostic.
	// That means that an edge location will return an object from the cache regardless
	// of whether the current request protocol matches the protocol used previously.
	// For more information, see Managing Cache Expiration (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// ViewerProtocolPolicy is a required field
	ViewerProtocolPolicy *string `type:"string" required:"true" enum:"ViewerProtocolPolicy"`
	// contains filtered or unexported fields
}

A complex type that describes how CloudFront processes requests.

You must create at least as many cache behaviors (including the default cache behavior) as you have origins if you want CloudFront to serve objects from all of the origins. Each cache behavior specifies the one origin from which you want CloudFront to get objects. If you have two origins and only the default cache behavior, the default cache behavior will cause CloudFront to get objects from one of the origins, but the other origin is never used.

For the current quota (formerly known as limit) on the number of cache behaviors that you can add to a distribution, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) in the Amazon CloudFront Developer Guide.

If you don’t want to specify any cache behaviors, include only an empty CacheBehaviors element. Don’t include an empty CacheBehavior element because this is invalid.

To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty CacheBehaviors element.

To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.

For more information about cache behaviors, see Cache Behavior Settings (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior) in the Amazon CloudFront Developer Guide.

func (CacheBehavior) GoString added in v0.6.5

func (s CacheBehavior) GoString() string

GoString returns the string representation

func (*CacheBehavior) SetAllowedMethods added in v1.5.0

func (s *CacheBehavior) SetAllowedMethods(v *AllowedMethods) *CacheBehavior

SetAllowedMethods sets the AllowedMethods field's value.

func (*CacheBehavior) SetCachePolicyId added in v1.33.8

func (s *CacheBehavior) SetCachePolicyId(v string) *CacheBehavior

SetCachePolicyId sets the CachePolicyId field's value.

func (*CacheBehavior) SetCompress added in v1.5.0

func (s *CacheBehavior) SetCompress(v bool) *CacheBehavior

SetCompress sets the Compress field's value.

func (*CacheBehavior) SetDefaultTTL added in v1.5.0

func (s *CacheBehavior) SetDefaultTTL(v int64) *CacheBehavior

SetDefaultTTL sets the DefaultTTL field's value.

func (*CacheBehavior) SetFieldLevelEncryptionId added in v1.13.26

func (s *CacheBehavior) SetFieldLevelEncryptionId(v string) *CacheBehavior

SetFieldLevelEncryptionId sets the FieldLevelEncryptionId field's value.

func (*CacheBehavior) SetForwardedValues added in v1.5.0

func (s *CacheBehavior) SetForwardedValues(v *ForwardedValues) *CacheBehavior

SetForwardedValues sets the ForwardedValues field's value.

func (*CacheBehavior) SetLambdaFunctionAssociations added in v1.6.2

func (s *CacheBehavior) SetLambdaFunctionAssociations(v *LambdaFunctionAssociations) *CacheBehavior

SetLambdaFunctionAssociations sets the LambdaFunctionAssociations field's value.

func (*CacheBehavior) SetMaxTTL added in v1.5.0

func (s *CacheBehavior) SetMaxTTL(v int64) *CacheBehavior

SetMaxTTL sets the MaxTTL field's value.

func (*CacheBehavior) SetMinTTL added in v1.5.0

func (s *CacheBehavior) SetMinTTL(v int64) *CacheBehavior

SetMinTTL sets the MinTTL field's value.

func (*CacheBehavior) SetOriginRequestPolicyId added in v1.33.8

func (s *CacheBehavior) SetOriginRequestPolicyId(v string) *CacheBehavior

SetOriginRequestPolicyId sets the OriginRequestPolicyId field's value.

func (*CacheBehavior) SetPathPattern added in v1.5.0

func (s *CacheBehavior) SetPathPattern(v string) *CacheBehavior

SetPathPattern sets the PathPattern field's value.

func (*CacheBehavior) SetSmoothStreaming added in v1.5.0

func (s *CacheBehavior) SetSmoothStreaming(v bool) *CacheBehavior

SetSmoothStreaming sets the SmoothStreaming field's value.

func (*CacheBehavior) SetTargetOriginId added in v1.5.0

func (s *CacheBehavior) SetTargetOriginId(v string) *CacheBehavior

SetTargetOriginId sets the TargetOriginId field's value.

func (*CacheBehavior) SetTrustedSigners added in v1.5.0

func (s *CacheBehavior) SetTrustedSigners(v *TrustedSigners) *CacheBehavior

SetTrustedSigners sets the TrustedSigners field's value.

func (*CacheBehavior) SetViewerProtocolPolicy added in v1.5.0

func (s *CacheBehavior) SetViewerProtocolPolicy(v string) *CacheBehavior

SetViewerProtocolPolicy sets the ViewerProtocolPolicy field's value.

func (CacheBehavior) String added in v0.6.5

func (s CacheBehavior) String() string

String returns the string representation

func (*CacheBehavior) Validate added in v1.1.21

func (s *CacheBehavior) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CacheBehaviors

type CacheBehaviors struct {

	// Optional: A complex type that contains cache behaviors for this distribution.
	// If Quantity is 0, you can omit Items.
	Items []*CacheBehavior `locationNameList:"CacheBehavior" type:"list"`

	// The number of cache behaviors for this distribution.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains zero or more CacheBehavior elements.

func (CacheBehaviors) GoString added in v0.6.5

func (s CacheBehaviors) GoString() string

GoString returns the string representation

func (*CacheBehaviors) SetItems added in v1.5.0

func (s *CacheBehaviors) SetItems(v []*CacheBehavior) *CacheBehaviors

SetItems sets the Items field's value.

func (*CacheBehaviors) SetQuantity added in v1.5.0

func (s *CacheBehaviors) SetQuantity(v int64) *CacheBehaviors

SetQuantity sets the Quantity field's value.

func (CacheBehaviors) String added in v0.6.5

func (s CacheBehaviors) String() string

String returns the string representation

func (*CacheBehaviors) Validate added in v1.1.21

func (s *CacheBehaviors) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CachePolicy added in v1.33.8

type CachePolicy struct {

	// The cache policy configuration.
	//
	// CachePolicyConfig is a required field
	CachePolicyConfig *CachePolicyConfig `type:"structure" required:"true"`

	// The unique identifier for the cache policy.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The date and time when the cache policy was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A cache policy.

When it’s attached to a cache behavior, the cache policy determines the following:

  • The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.

  • The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.

The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find a valid object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy.

func (CachePolicy) GoString added in v1.33.8

func (s CachePolicy) GoString() string

GoString returns the string representation

func (*CachePolicy) SetCachePolicyConfig added in v1.33.8

func (s *CachePolicy) SetCachePolicyConfig(v *CachePolicyConfig) *CachePolicy

SetCachePolicyConfig sets the CachePolicyConfig field's value.

func (*CachePolicy) SetId added in v1.33.8

func (s *CachePolicy) SetId(v string) *CachePolicy

SetId sets the Id field's value.

func (*CachePolicy) SetLastModifiedTime added in v1.33.8

func (s *CachePolicy) SetLastModifiedTime(v time.Time) *CachePolicy

SetLastModifiedTime sets the LastModifiedTime field's value.

func (CachePolicy) String added in v1.33.8

func (s CachePolicy) String() string

String returns the string representation

type CachePolicyConfig added in v1.33.8

type CachePolicyConfig struct {

	// A comment to describe the cache policy.
	Comment *string `type:"string"`

	// The default amount of time, in seconds, that you want objects to stay in
	// the CloudFront cache before CloudFront sends another request to the origin
	// to see if the object has been updated. CloudFront uses this value as the
	// object’s time to live (TTL) only when the origin does not send Cache-Control
	// or Expires headers with the object. For more information, see Managing How
	// Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// The default value for this field is 86400 seconds (one day). If the value
	// of MinTTL is more than 86400 seconds, then the default value for this field
	// is the same as the value of MinTTL.
	DefaultTTL *int64 `type:"long"`

	// The maximum amount of time, in seconds, that you want objects to stay in
	// the CloudFront cache before CloudFront sends another request to the origin
	// to see if the object has been updated. CloudFront uses this value only when
	// the origin sends Cache-Control or Expires headers with the object. For more
	// information, see Managing How Long Content Stays in an Edge Cache (Expiration)
	// (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// The default value for this field is 31536000 seconds (one year). If the value
	// of MinTTL or DefaultTTL is more than 31536000 seconds, then the default value
	// for this field is the same as the value of DefaultTTL.
	MaxTTL *int64 `type:"long"`

	// The minimum amount of time, in seconds, that you want objects to stay in
	// the CloudFront cache before CloudFront sends another request to the origin
	// to see if the object has been updated. For more information, see Managing
	// How Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// MinTTL is a required field
	MinTTL *int64 `type:"long" required:"true"`

	// A unique name to identify the cache policy.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The HTTP headers, cookies, and URL query strings to include in the cache
	// key. The values included in the cache key are automatically included in requests
	// that CloudFront sends to the origin.
	ParametersInCacheKeyAndForwardedToOrigin *ParametersInCacheKeyAndForwardedToOrigin `type:"structure"`
	// contains filtered or unexported fields
}

A cache policy configuration.

This configuration determines the following:

  • The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.

  • The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.

The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find a valid object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy.

func (CachePolicyConfig) GoString added in v1.33.8

func (s CachePolicyConfig) GoString() string

GoString returns the string representation

func (*CachePolicyConfig) SetComment added in v1.33.8

func (s *CachePolicyConfig) SetComment(v string) *CachePolicyConfig

SetComment sets the Comment field's value.

func (*CachePolicyConfig) SetDefaultTTL added in v1.33.8

func (s *CachePolicyConfig) SetDefaultTTL(v int64) *CachePolicyConfig

SetDefaultTTL sets the DefaultTTL field's value.

func (*CachePolicyConfig) SetMaxTTL added in v1.33.8

func (s *CachePolicyConfig) SetMaxTTL(v int64) *CachePolicyConfig

SetMaxTTL sets the MaxTTL field's value.

func (*CachePolicyConfig) SetMinTTL added in v1.33.8

func (s *CachePolicyConfig) SetMinTTL(v int64) *CachePolicyConfig

SetMinTTL sets the MinTTL field's value.

func (*CachePolicyConfig) SetName added in v1.33.8

SetName sets the Name field's value.

func (*CachePolicyConfig) SetParametersInCacheKeyAndForwardedToOrigin added in v1.33.8

func (s *CachePolicyConfig) SetParametersInCacheKeyAndForwardedToOrigin(v *ParametersInCacheKeyAndForwardedToOrigin) *CachePolicyConfig

SetParametersInCacheKeyAndForwardedToOrigin sets the ParametersInCacheKeyAndForwardedToOrigin field's value.

func (CachePolicyConfig) String added in v1.33.8

func (s CachePolicyConfig) String() string

String returns the string representation

func (*CachePolicyConfig) Validate added in v1.33.8

func (s *CachePolicyConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CachePolicyCookiesConfig added in v1.33.8

type CachePolicyCookiesConfig struct {

	// Determines whether any cookies in viewer requests are included in the cache
	// key and automatically included in requests that CloudFront sends to the origin.
	// Valid values are:
	//
	//    * none – Cookies in viewer requests are not included in the cache key
	//    and are not automatically included in requests that CloudFront sends to
	//    the origin. Even when this field is set to none, any cookies that are
	//    listed in an OriginRequestPolicy are included in origin requests.
	//
	//    * whitelist – The cookies in viewer requests that are listed in the
	//    CookieNames type are included in the cache key and automatically included
	//    in requests that CloudFront sends to the origin.
	//
	//    * allExcept – All cookies in viewer requests that are not listed in
	//    the CookieNames type are included in the cache key and automatically included
	//    in requests that CloudFront sends to the origin.
	//
	//    * all – All cookies in viewer requests are included in the cache key
	//    and are automatically included in requests that CloudFront sends to the
	//    origin.
	//
	// CookieBehavior is a required field
	CookieBehavior *string `type:"string" required:"true" enum:"CachePolicyCookieBehavior"`

	// Contains a list of cookie names.
	Cookies *CookieNames `type:"structure"`
	// contains filtered or unexported fields
}

An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin.

func (CachePolicyCookiesConfig) GoString added in v1.33.8

func (s CachePolicyCookiesConfig) GoString() string

GoString returns the string representation

func (*CachePolicyCookiesConfig) SetCookieBehavior added in v1.33.8

func (s *CachePolicyCookiesConfig) SetCookieBehavior(v string) *CachePolicyCookiesConfig

SetCookieBehavior sets the CookieBehavior field's value.

func (*CachePolicyCookiesConfig) SetCookies added in v1.33.8

SetCookies sets the Cookies field's value.

func (CachePolicyCookiesConfig) String added in v1.33.8

func (s CachePolicyCookiesConfig) String() string

String returns the string representation

func (*CachePolicyCookiesConfig) Validate added in v1.33.8

func (s *CachePolicyCookiesConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CachePolicyHeadersConfig added in v1.33.8

type CachePolicyHeadersConfig struct {

	// Determines whether any HTTP headers are included in the cache key and automatically
	// included in requests that CloudFront sends to the origin. Valid values are:
	//
	//    * none – HTTP headers are not included in the cache key and are not
	//    automatically included in requests that CloudFront sends to the origin.
	//    Even when this field is set to none, any headers that are listed in an
	//    OriginRequestPolicy are included in origin requests.
	//
	//    * whitelist – The HTTP headers that are listed in the Headers type are
	//    included in the cache key and are automatically included in requests that
	//    CloudFront sends to the origin.
	//
	// HeaderBehavior is a required field
	HeaderBehavior *string `type:"string" required:"true" enum:"CachePolicyHeaderBehavior"`

	// Contains a list of HTTP header names.
	Headers *Headers `type:"structure"`
	// contains filtered or unexported fields
}

An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and automatically included in requests that CloudFront sends to the origin.

func (CachePolicyHeadersConfig) GoString added in v1.33.8

func (s CachePolicyHeadersConfig) GoString() string

GoString returns the string representation

func (*CachePolicyHeadersConfig) SetHeaderBehavior added in v1.33.8

func (s *CachePolicyHeadersConfig) SetHeaderBehavior(v string) *CachePolicyHeadersConfig

SetHeaderBehavior sets the HeaderBehavior field's value.

func (*CachePolicyHeadersConfig) SetHeaders added in v1.33.8

SetHeaders sets the Headers field's value.

func (CachePolicyHeadersConfig) String added in v1.33.8

func (s CachePolicyHeadersConfig) String() string

String returns the string representation

func (*CachePolicyHeadersConfig) Validate added in v1.33.8

func (s *CachePolicyHeadersConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CachePolicyList added in v1.33.8

type CachePolicyList struct {

	// Contains the cache policies in the list.
	Items []*CachePolicySummary `locationNameList:"CachePolicySummary" type:"list"`

	// The maximum number of cache policies requested.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// If there are more items in the list than are in this response, this element
	// is present. It contains the value that you should use in the Marker field
	// of a subsequent request to continue listing cache policies where you left
	// off.
	NextMarker *string `type:"string"`

	// The total number of cache policies returned in the response.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A list of cache policies.

func (CachePolicyList) GoString added in v1.33.8

func (s CachePolicyList) GoString() string

GoString returns the string representation

func (*CachePolicyList) SetItems added in v1.33.8

SetItems sets the Items field's value.

func (*CachePolicyList) SetMaxItems added in v1.33.8

func (s *CachePolicyList) SetMaxItems(v int64) *CachePolicyList

SetMaxItems sets the MaxItems field's value.

func (*CachePolicyList) SetNextMarker added in v1.33.8

func (s *CachePolicyList) SetNextMarker(v string) *CachePolicyList

SetNextMarker sets the NextMarker field's value.

func (*CachePolicyList) SetQuantity added in v1.33.8

func (s *CachePolicyList) SetQuantity(v int64) *CachePolicyList

SetQuantity sets the Quantity field's value.

func (CachePolicyList) String added in v1.33.8

func (s CachePolicyList) String() string

String returns the string representation

type CachePolicyQueryStringsConfig added in v1.33.8

type CachePolicyQueryStringsConfig struct {

	// Determines whether any URL query strings in viewer requests are included
	// in the cache key and automatically included in requests that CloudFront sends
	// to the origin. Valid values are:
	//
	//    * none – Query strings in viewer requests are not included in the cache
	//    key and are not automatically included in requests that CloudFront sends
	//    to the origin. Even when this field is set to none, any query strings
	//    that are listed in an OriginRequestPolicy are included in origin requests.
	//
	//    * whitelist – The query strings in viewer requests that are listed in
	//    the QueryStringNames type are included in the cache key and automatically
	//    included in requests that CloudFront sends to the origin.
	//
	//    * allExcept – All query strings in viewer requests that are not listed
	//    in the QueryStringNames type are included in the cache key and automatically
	//    included in requests that CloudFront sends to the origin.
	//
	//    * all – All query strings in viewer requests are included in the cache
	//    key and are automatically included in requests that CloudFront sends to
	//    the origin.
	//
	// QueryStringBehavior is a required field
	QueryStringBehavior *string `type:"string" required:"true" enum:"CachePolicyQueryStringBehavior"`

	// Contains the specific query strings in viewer requests that either are or
	// are not included in the cache key and automatically included in requests
	// that CloudFront sends to the origin. The behavior depends on whether the
	// QueryStringBehavior field in the CachePolicyQueryStringsConfig type is set
	// to whitelist (the listed query strings are included) or allExcept (the listed
	// query strings are not included, but all other query strings are).
	QueryStrings *QueryStringNames `type:"structure"`
	// contains filtered or unexported fields
}

An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin.

func (CachePolicyQueryStringsConfig) GoString added in v1.33.8

GoString returns the string representation

func (*CachePolicyQueryStringsConfig) SetQueryStringBehavior added in v1.33.8

SetQueryStringBehavior sets the QueryStringBehavior field's value.

func (*CachePolicyQueryStringsConfig) SetQueryStrings added in v1.33.8

SetQueryStrings sets the QueryStrings field's value.

func (CachePolicyQueryStringsConfig) String added in v1.33.8

String returns the string representation

func (*CachePolicyQueryStringsConfig) Validate added in v1.33.8

func (s *CachePolicyQueryStringsConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CachePolicySummary added in v1.33.8

type CachePolicySummary struct {

	// The cache policy.
	//
	// CachePolicy is a required field
	CachePolicy *CachePolicy `type:"structure" required:"true"`

	// The type of cache policy, either managed (created by AWS) or custom (created
	// in this AWS account).
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"CachePolicyType"`
	// contains filtered or unexported fields
}

Contains a cache policy.

func (CachePolicySummary) GoString added in v1.33.8

func (s CachePolicySummary) GoString() string

GoString returns the string representation

func (*CachePolicySummary) SetCachePolicy added in v1.33.8

func (s *CachePolicySummary) SetCachePolicy(v *CachePolicy) *CachePolicySummary

SetCachePolicy sets the CachePolicy field's value.

func (*CachePolicySummary) SetType added in v1.33.8

SetType sets the Type field's value.

func (CachePolicySummary) String added in v1.33.8

func (s CachePolicySummary) String() string

String returns the string representation

type CachedMethods

type CachedMethods struct {

	// A complex type that contains the HTTP methods that you want CloudFront to
	// cache responses to.
	//
	// Items is a required field
	Items []*string `locationNameList:"Method" type:"list" required:"true"`

	// The number of HTTP methods for which you want CloudFront to cache responses.
	// Valid values are 2 (for caching responses to GET and HEAD requests) and 3
	// (for caching responses to GET, HEAD, and OPTIONS requests).
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices:

  • CloudFront caches responses to GET and HEAD requests.

  • CloudFront caches responses to GET, HEAD, and OPTIONS requests.

If you pick the second choice for your Amazon S3 Origin, you may need to forward Access-Control-Request-Method, Access-Control-Request-Headers, and Origin headers for the responses to be cached correctly.

func (CachedMethods) GoString added in v0.6.5

func (s CachedMethods) GoString() string

GoString returns the string representation

func (*CachedMethods) SetItems added in v1.5.0

func (s *CachedMethods) SetItems(v []*string) *CachedMethods

SetItems sets the Items field's value.

func (*CachedMethods) SetQuantity added in v1.5.0

func (s *CachedMethods) SetQuantity(v int64) *CachedMethods

SetQuantity sets the Quantity field's value.

func (CachedMethods) String added in v0.6.5

func (s CachedMethods) String() string

String returns the string representation

func (*CachedMethods) Validate added in v1.1.21

func (s *CachedMethods) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CloudFront

type CloudFront struct {
	*client.Client
}

CloudFront provides the API operation methods for making requests to Amazon CloudFront. See this package's package overview docs for details on the service.

CloudFront methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudFront

New creates a new instance of the CloudFront client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a CloudFront client from just a session.
svc := cloudfront.New(mySession)

// Create a CloudFront client with additional configuration
svc := cloudfront.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*CloudFront) CreateCachePolicy added in v1.33.8

func (c *CloudFront) CreateCachePolicy(input *CreateCachePolicyInput) (*CreateCachePolicyOutput, error)

CreateCachePolicy API operation for Amazon CloudFront.

Creates a cache policy.

After you create a cache policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the cache policy determines the following:

  • The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.

  • The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.

The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find an object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use CreateOriginRequestPolicy.

For more information about cache policies, see Controlling the cache key (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html) in the Amazon CloudFront Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateCachePolicy for usage and error information.

Returned Error Codes:

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateCachePolicy

func (*CloudFront) CreateCachePolicyRequest added in v1.33.8

func (c *CloudFront) CreateCachePolicyRequest(input *CreateCachePolicyInput) (req *request.Request, output *CreateCachePolicyOutput)

CreateCachePolicyRequest generates a "aws/request.Request" representing the client's request for the CreateCachePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateCachePolicy for more information on using the CreateCachePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateCachePolicyRequest method.
req, resp := client.CreateCachePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateCachePolicy

func (*CloudFront) CreateCachePolicyWithContext added in v1.33.8

func (c *CloudFront) CreateCachePolicyWithContext(ctx aws.Context, input *CreateCachePolicyInput, opts ...request.Option) (*CreateCachePolicyOutput, error)

CreateCachePolicyWithContext is the same as CreateCachePolicy with the addition of the ability to pass a context and additional request options.

See CreateCachePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreateCloudFrontOriginAccessIdentity

CreateCloudFrontOriginAccessIdentity API operation for Amazon CloudFront.

Creates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the Amazon CloudFront Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateCloudFrontOriginAccessIdentity for usage and error information.

Returned Error Codes:

  • ErrCodeOriginAccessIdentityAlreadyExists "CloudFrontOriginAccessIdentityAlreadyExists" If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeTooManyCloudFrontOriginAccessIdentities "TooManyCloudFrontOriginAccessIdentities" Processing your request would cause you to exceed the maximum number of origin access identities allowed.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateCloudFrontOriginAccessIdentity

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.CreateCloudFrontOriginAccessIdentityInput{}

	result, err := svc.CreateCloudFrontOriginAccessIdentity(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeOriginAccessIdentityAlreadyExists:
				fmt.Println(cloudfront.ErrCodeOriginAccessIdentityAlreadyExists, aerr.Error())
			case cloudfront.ErrCodeMissingBody:
				fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
			case cloudfront.ErrCodeTooManyCloudFrontOriginAccessIdentities:
				fmt.Println(cloudfront.ErrCodeTooManyCloudFrontOriginAccessIdentities, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInconsistentQuantities:
				fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) CreateCloudFrontOriginAccessIdentityRequest

func (c *CloudFront) CreateCloudFrontOriginAccessIdentityRequest(input *CreateCloudFrontOriginAccessIdentityInput) (req *request.Request, output *CreateCloudFrontOriginAccessIdentityOutput)

CreateCloudFrontOriginAccessIdentityRequest generates a "aws/request.Request" representing the client's request for the CreateCloudFrontOriginAccessIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateCloudFrontOriginAccessIdentity for more information on using the CreateCloudFrontOriginAccessIdentity API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateCloudFrontOriginAccessIdentityRequest method.
req, resp := client.CreateCloudFrontOriginAccessIdentityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateCloudFrontOriginAccessIdentity

func (*CloudFront) CreateCloudFrontOriginAccessIdentityWithContext added in v1.8.0

func (c *CloudFront) CreateCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *CreateCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*CreateCloudFrontOriginAccessIdentityOutput, error)

CreateCloudFrontOriginAccessIdentityWithContext is the same as CreateCloudFrontOriginAccessIdentity with the addition of the ability to pass a context and additional request options.

See CreateCloudFrontOriginAccessIdentity for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreateDistribution

func (c *CloudFront) CreateDistribution(input *CreateDistributionInput) (*CreateDistributionOutput, error)

CreateDistribution API operation for Amazon CloudFront.

Creates a new web distribution. You create a CloudFront distribution to tell CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery. Send a POST request to the /CloudFront API version/distribution/distribution ID resource.

When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using UpdateDistribution (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html), follow the steps included in the documentation to get the current configuration and then make your updates. This helps to make sure that you include all of the required fields. To view a summary, see Required Fields for Create Distribution and Update Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html) in the Amazon CloudFront Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeCNAMEAlreadyExists "CNAMEAlreadyExists" The CNAME specified is already defined for CloudFront.

  • ErrCodeDistributionAlreadyExists "DistributionAlreadyExists" The caller reference you attempted to create the distribution with is associated with another distribution.

  • ErrCodeInvalidOrigin "InvalidOrigin" The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

  • ErrCodeInvalidOriginAccessIdentity "InvalidOriginAccessIdentity" The origin access identity is not valid or doesn't exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeTooManyTrustedSigners "TooManyTrustedSigners" Your request contains more trusted signers than are allowed per distribution.

  • ErrCodeTrustedSignerDoesNotExist "TrustedSignerDoesNotExist" One or more of your trusted signers don't exist.

  • ErrCodeInvalidViewerCertificate "InvalidViewerCertificate" A viewer certificate specified is not valid.

  • ErrCodeInvalidMinimumProtocolVersion "InvalidMinimumProtocolVersion" The minimum protocol version specified is not valid.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeTooManyDistributionCNAMEs "TooManyDistributionCNAMEs" Your request contains more CNAMEs than are allowed per distribution.

  • ErrCodeTooManyDistributions "TooManyDistributions" Processing your request would cause you to exceed the maximum number of distributions allowed.

  • ErrCodeInvalidDefaultRootObject "InvalidDefaultRootObject" The default root object file name is too big or contains an invalid character.

  • ErrCodeInvalidRelativePath "InvalidRelativePath" The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

  • ErrCodeInvalidErrorCode "InvalidErrorCode" An invalid error code was specified.

  • ErrCodeInvalidResponseCode "InvalidResponseCode" A response code is not valid.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidRequiredProtocol "InvalidRequiredProtocol" This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

  • ErrCodeNoSuchOrigin "NoSuchOrigin" No origin exists with the specified Origin Id.

  • ErrCodeTooManyOrigins "TooManyOrigins" You cannot create more origins for the distribution.

  • ErrCodeTooManyOriginGroupsPerDistribution "TooManyOriginGroupsPerDistribution" Processing your request would cause you to exceed the maximum number of origin groups allowed.

  • ErrCodeTooManyCacheBehaviors "TooManyCacheBehaviors" You cannot create more cache behaviors for the distribution.

  • ErrCodeTooManyCookieNamesInWhiteList "TooManyCookieNamesInWhiteList" Your request contains more cookie names in the whitelist than are allowed per cache behavior.

  • ErrCodeInvalidForwardCookies "InvalidForwardCookies" Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

  • ErrCodeTooManyHeadersInForwardedValues "TooManyHeadersInForwardedValues" Your request contains too many headers in forwarded values.

  • ErrCodeInvalidHeadersForS3Origin "InvalidHeadersForS3Origin" The headers specified are not valid for an Amazon S3 origin.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeTooManyCertificates "TooManyCertificates" You cannot create anymore custom SSL/TLS certificates.

  • ErrCodeInvalidLocationCode "InvalidLocationCode" The location code specified is not valid.

  • ErrCodeInvalidGeoRestrictionParameter "InvalidGeoRestrictionParameter" The specified geo restriction parameter is not valid.

  • ErrCodeInvalidProtocolSettings "InvalidProtocolSettings" You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).

  • ErrCodeInvalidTTLOrder "InvalidTTLOrder" The TTL order specified is not valid.

  • ErrCodeInvalidWebACLId "InvalidWebACLId" A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

  • ErrCodeTooManyOriginCustomHeaders "TooManyOriginCustomHeaders" Your request contains too many origin custom headers.

  • ErrCodeTooManyQueryStringParameters "TooManyQueryStringParameters" Your request contains too many query string parameters.

  • ErrCodeInvalidQueryStringParameters "InvalidQueryStringParameters" The query string parameters specified are not valid.

  • ErrCodeTooManyDistributionsWithLambdaAssociations "TooManyDistributionsWithLambdaAssociations" Processing your request would cause the maximum number of distributions with Lambda function associations per owner to be exceeded.

  • ErrCodeTooManyDistributionsWithSingleFunctionARN "TooManyDistributionsWithSingleFunctionARN" The maximum number of distributions have been associated with the specified Lambda function.

  • ErrCodeTooManyLambdaFunctionAssociations "TooManyLambdaFunctionAssociations" Your request contains more Lambda function associations than are allowed per distribution.

  • ErrCodeInvalidLambdaFunctionAssociation "InvalidLambdaFunctionAssociation" The specified Lambda function association is invalid.

  • ErrCodeInvalidOriginReadTimeout "InvalidOriginReadTimeout" The read timeout specified for the origin is not valid.

  • ErrCodeInvalidOriginKeepaliveTimeout "InvalidOriginKeepaliveTimeout" The keep alive timeout specified for the origin is not valid.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

  • ErrCodeIllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior" The specified configuration for field-level encryption can't be associated with the specified cache behavior.

  • ErrCodeTooManyDistributionsAssociatedToFieldLevelEncryptionConfig "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig" The maximum number of distributions have been associated with the specified configuration for field-level encryption.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToCachePolicy "TooManyDistributionsAssociatedToCachePolicy" The maximum number of distributions have been associated with the specified cache policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToOriginRequestPolicy "TooManyDistributionsAssociatedToOriginRequestPolicy" The maximum number of distributions have been associated with the specified origin request policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateDistribution

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.CreateDistributionInput{}

	result, err := svc.CreateDistribution(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeCNAMEAlreadyExists:
				fmt.Println(cloudfront.ErrCodeCNAMEAlreadyExists, aerr.Error())
			case cloudfront.ErrCodeDistributionAlreadyExists:
				fmt.Println(cloudfront.ErrCodeDistributionAlreadyExists, aerr.Error())
			case cloudfront.ErrCodeInvalidOrigin:
				fmt.Println(cloudfront.ErrCodeInvalidOrigin, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginAccessIdentity:
				fmt.Println(cloudfront.ErrCodeInvalidOriginAccessIdentity, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeTooManyTrustedSigners:
				fmt.Println(cloudfront.ErrCodeTooManyTrustedSigners, aerr.Error())
			case cloudfront.ErrCodeTrustedSignerDoesNotExist:
				fmt.Println(cloudfront.ErrCodeTrustedSignerDoesNotExist, aerr.Error())
			case cloudfront.ErrCodeInvalidViewerCertificate:
				fmt.Println(cloudfront.ErrCodeInvalidViewerCertificate, aerr.Error())
			case cloudfront.ErrCodeInvalidMinimumProtocolVersion:
				fmt.Println(cloudfront.ErrCodeInvalidMinimumProtocolVersion, aerr.Error())
			case cloudfront.ErrCodeMissingBody:
				fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
			case cloudfront.ErrCodeTooManyDistributionCNAMEs:
				fmt.Println(cloudfront.ErrCodeTooManyDistributionCNAMEs, aerr.Error())
			case cloudfront.ErrCodeTooManyDistributions:
				fmt.Println(cloudfront.ErrCodeTooManyDistributions, aerr.Error())
			case cloudfront.ErrCodeInvalidDefaultRootObject:
				fmt.Println(cloudfront.ErrCodeInvalidDefaultRootObject, aerr.Error())
			case cloudfront.ErrCodeInvalidRelativePath:
				fmt.Println(cloudfront.ErrCodeInvalidRelativePath, aerr.Error())
			case cloudfront.ErrCodeInvalidErrorCode:
				fmt.Println(cloudfront.ErrCodeInvalidErrorCode, aerr.Error())
			case cloudfront.ErrCodeInvalidResponseCode:
				fmt.Println(cloudfront.ErrCodeInvalidResponseCode, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInvalidRequiredProtocol:
				fmt.Println(cloudfront.ErrCodeInvalidRequiredProtocol, aerr.Error())
			case cloudfront.ErrCodeNoSuchOrigin:
				fmt.Println(cloudfront.ErrCodeNoSuchOrigin, aerr.Error())
			case cloudfront.ErrCodeTooManyOrigins:
				fmt.Println(cloudfront.ErrCodeTooManyOrigins, aerr.Error())
			case cloudfront.ErrCodeTooManyCacheBehaviors:
				fmt.Println(cloudfront.ErrCodeTooManyCacheBehaviors, aerr.Error())
			case cloudfront.ErrCodeTooManyCookieNamesInWhiteList:
				fmt.Println(cloudfront.ErrCodeTooManyCookieNamesInWhiteList, aerr.Error())
			case cloudfront.ErrCodeInvalidForwardCookies:
				fmt.Println(cloudfront.ErrCodeInvalidForwardCookies, aerr.Error())
			case cloudfront.ErrCodeTooManyHeadersInForwardedValues:
				fmt.Println(cloudfront.ErrCodeTooManyHeadersInForwardedValues, aerr.Error())
			case cloudfront.ErrCodeInvalidHeadersForS3Origin:
				fmt.Println(cloudfront.ErrCodeInvalidHeadersForS3Origin, aerr.Error())
			case cloudfront.ErrCodeInconsistentQuantities:
				fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
			case cloudfront.ErrCodeTooManyCertificates:
				fmt.Println(cloudfront.ErrCodeTooManyCertificates, aerr.Error())
			case cloudfront.ErrCodeInvalidLocationCode:
				fmt.Println(cloudfront.ErrCodeInvalidLocationCode, aerr.Error())
			case cloudfront.ErrCodeInvalidGeoRestrictionParameter:
				fmt.Println(cloudfront.ErrCodeInvalidGeoRestrictionParameter, aerr.Error())
			case cloudfront.ErrCodeInvalidProtocolSettings:
				fmt.Println(cloudfront.ErrCodeInvalidProtocolSettings, aerr.Error())
			case cloudfront.ErrCodeInvalidTTLOrder:
				fmt.Println(cloudfront.ErrCodeInvalidTTLOrder, aerr.Error())
			case cloudfront.ErrCodeInvalidWebACLId:
				fmt.Println(cloudfront.ErrCodeInvalidWebACLId, aerr.Error())
			case cloudfront.ErrCodeTooManyOriginCustomHeaders:
				fmt.Println(cloudfront.ErrCodeTooManyOriginCustomHeaders, aerr.Error())
			case cloudfront.ErrCodeTooManyQueryStringParameters:
				fmt.Println(cloudfront.ErrCodeTooManyQueryStringParameters, aerr.Error())
			case cloudfront.ErrCodeInvalidQueryStringParameters:
				fmt.Println(cloudfront.ErrCodeInvalidQueryStringParameters, aerr.Error())
			case cloudfront.ErrCodeTooManyDistributionsWithLambdaAssociations:
				fmt.Println(cloudfront.ErrCodeTooManyDistributionsWithLambdaAssociations, aerr.Error())
			case cloudfront.ErrCodeTooManyLambdaFunctionAssociations:
				fmt.Println(cloudfront.ErrCodeTooManyLambdaFunctionAssociations, aerr.Error())
			case cloudfront.ErrCodeInvalidLambdaFunctionAssociation:
				fmt.Println(cloudfront.ErrCodeInvalidLambdaFunctionAssociation, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginReadTimeout:
				fmt.Println(cloudfront.ErrCodeInvalidOriginReadTimeout, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginKeepaliveTimeout:
				fmt.Println(cloudfront.ErrCodeInvalidOriginKeepaliveTimeout, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) CreateDistributionRequest

func (c *CloudFront) CreateDistributionRequest(input *CreateDistributionInput) (req *request.Request, output *CreateDistributionOutput)

CreateDistributionRequest generates a "aws/request.Request" representing the client's request for the CreateDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDistribution for more information on using the CreateDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDistributionRequest method.
req, resp := client.CreateDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateDistribution

func (*CloudFront) CreateDistributionWithContext added in v1.8.0

func (c *CloudFront) CreateDistributionWithContext(ctx aws.Context, input *CreateDistributionInput, opts ...request.Option) (*CreateDistributionOutput, error)

CreateDistributionWithContext is the same as CreateDistribution with the addition of the ability to pass a context and additional request options.

See CreateDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreateDistributionWithTags added in v1.4.0

func (c *CloudFront) CreateDistributionWithTags(input *CreateDistributionWithTagsInput) (*CreateDistributionWithTagsOutput, error)

CreateDistributionWithTags API operation for Amazon CloudFront.

Create a new distribution with tags.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateDistributionWithTags for usage and error information.

Returned Error Codes:

  • ErrCodeCNAMEAlreadyExists "CNAMEAlreadyExists" The CNAME specified is already defined for CloudFront.

  • ErrCodeDistributionAlreadyExists "DistributionAlreadyExists" The caller reference you attempted to create the distribution with is associated with another distribution.

  • ErrCodeInvalidOrigin "InvalidOrigin" The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

  • ErrCodeInvalidOriginAccessIdentity "InvalidOriginAccessIdentity" The origin access identity is not valid or doesn't exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeTooManyTrustedSigners "TooManyTrustedSigners" Your request contains more trusted signers than are allowed per distribution.

  • ErrCodeTrustedSignerDoesNotExist "TrustedSignerDoesNotExist" One or more of your trusted signers don't exist.

  • ErrCodeInvalidViewerCertificate "InvalidViewerCertificate" A viewer certificate specified is not valid.

  • ErrCodeInvalidMinimumProtocolVersion "InvalidMinimumProtocolVersion" The minimum protocol version specified is not valid.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeTooManyDistributionCNAMEs "TooManyDistributionCNAMEs" Your request contains more CNAMEs than are allowed per distribution.

  • ErrCodeTooManyDistributions "TooManyDistributions" Processing your request would cause you to exceed the maximum number of distributions allowed.

  • ErrCodeInvalidDefaultRootObject "InvalidDefaultRootObject" The default root object file name is too big or contains an invalid character.

  • ErrCodeInvalidRelativePath "InvalidRelativePath" The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

  • ErrCodeInvalidErrorCode "InvalidErrorCode" An invalid error code was specified.

  • ErrCodeInvalidResponseCode "InvalidResponseCode" A response code is not valid.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidRequiredProtocol "InvalidRequiredProtocol" This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

  • ErrCodeNoSuchOrigin "NoSuchOrigin" No origin exists with the specified Origin Id.

  • ErrCodeTooManyOrigins "TooManyOrigins" You cannot create more origins for the distribution.

  • ErrCodeTooManyOriginGroupsPerDistribution "TooManyOriginGroupsPerDistribution" Processing your request would cause you to exceed the maximum number of origin groups allowed.

  • ErrCodeTooManyCacheBehaviors "TooManyCacheBehaviors" You cannot create more cache behaviors for the distribution.

  • ErrCodeTooManyCookieNamesInWhiteList "TooManyCookieNamesInWhiteList" Your request contains more cookie names in the whitelist than are allowed per cache behavior.

  • ErrCodeInvalidForwardCookies "InvalidForwardCookies" Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

  • ErrCodeTooManyHeadersInForwardedValues "TooManyHeadersInForwardedValues" Your request contains too many headers in forwarded values.

  • ErrCodeInvalidHeadersForS3Origin "InvalidHeadersForS3Origin" The headers specified are not valid for an Amazon S3 origin.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeTooManyCertificates "TooManyCertificates" You cannot create anymore custom SSL/TLS certificates.

  • ErrCodeInvalidLocationCode "InvalidLocationCode" The location code specified is not valid.

  • ErrCodeInvalidGeoRestrictionParameter "InvalidGeoRestrictionParameter" The specified geo restriction parameter is not valid.

  • ErrCodeInvalidProtocolSettings "InvalidProtocolSettings" You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).

  • ErrCodeInvalidTTLOrder "InvalidTTLOrder" The TTL order specified is not valid.

  • ErrCodeInvalidWebACLId "InvalidWebACLId" A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

  • ErrCodeTooManyOriginCustomHeaders "TooManyOriginCustomHeaders" Your request contains too many origin custom headers.

  • ErrCodeInvalidTagging "InvalidTagging" The tagging specified is not valid.

  • ErrCodeTooManyQueryStringParameters "TooManyQueryStringParameters" Your request contains too many query string parameters.

  • ErrCodeInvalidQueryStringParameters "InvalidQueryStringParameters" The query string parameters specified are not valid.

  • ErrCodeTooManyDistributionsWithLambdaAssociations "TooManyDistributionsWithLambdaAssociations" Processing your request would cause the maximum number of distributions with Lambda function associations per owner to be exceeded.

  • ErrCodeTooManyDistributionsWithSingleFunctionARN "TooManyDistributionsWithSingleFunctionARN" The maximum number of distributions have been associated with the specified Lambda function.

  • ErrCodeTooManyLambdaFunctionAssociations "TooManyLambdaFunctionAssociations" Your request contains more Lambda function associations than are allowed per distribution.

  • ErrCodeInvalidLambdaFunctionAssociation "InvalidLambdaFunctionAssociation" The specified Lambda function association is invalid.

  • ErrCodeInvalidOriginReadTimeout "InvalidOriginReadTimeout" The read timeout specified for the origin is not valid.

  • ErrCodeInvalidOriginKeepaliveTimeout "InvalidOriginKeepaliveTimeout" The keep alive timeout specified for the origin is not valid.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

  • ErrCodeIllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior" The specified configuration for field-level encryption can't be associated with the specified cache behavior.

  • ErrCodeTooManyDistributionsAssociatedToFieldLevelEncryptionConfig "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig" The maximum number of distributions have been associated with the specified configuration for field-level encryption.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToCachePolicy "TooManyDistributionsAssociatedToCachePolicy" The maximum number of distributions have been associated with the specified cache policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToOriginRequestPolicy "TooManyDistributionsAssociatedToOriginRequestPolicy" The maximum number of distributions have been associated with the specified origin request policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateDistributionWithTags

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.CreateDistributionWithTagsInput{}

	result, err := svc.CreateDistributionWithTags(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeCNAMEAlreadyExists:
				fmt.Println(cloudfront.ErrCodeCNAMEAlreadyExists, aerr.Error())
			case cloudfront.ErrCodeDistributionAlreadyExists:
				fmt.Println(cloudfront.ErrCodeDistributionAlreadyExists, aerr.Error())
			case cloudfront.ErrCodeInvalidOrigin:
				fmt.Println(cloudfront.ErrCodeInvalidOrigin, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginAccessIdentity:
				fmt.Println(cloudfront.ErrCodeInvalidOriginAccessIdentity, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeTooManyTrustedSigners:
				fmt.Println(cloudfront.ErrCodeTooManyTrustedSigners, aerr.Error())
			case cloudfront.ErrCodeTrustedSignerDoesNotExist:
				fmt.Println(cloudfront.ErrCodeTrustedSignerDoesNotExist, aerr.Error())
			case cloudfront.ErrCodeInvalidViewerCertificate:
				fmt.Println(cloudfront.ErrCodeInvalidViewerCertificate, aerr.Error())
			case cloudfront.ErrCodeInvalidMinimumProtocolVersion:
				fmt.Println(cloudfront.ErrCodeInvalidMinimumProtocolVersion, aerr.Error())
			case cloudfront.ErrCodeMissingBody:
				fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
			case cloudfront.ErrCodeTooManyDistributionCNAMEs:
				fmt.Println(cloudfront.ErrCodeTooManyDistributionCNAMEs, aerr.Error())
			case cloudfront.ErrCodeTooManyDistributions:
				fmt.Println(cloudfront.ErrCodeTooManyDistributions, aerr.Error())
			case cloudfront.ErrCodeInvalidDefaultRootObject:
				fmt.Println(cloudfront.ErrCodeInvalidDefaultRootObject, aerr.Error())
			case cloudfront.ErrCodeInvalidRelativePath:
				fmt.Println(cloudfront.ErrCodeInvalidRelativePath, aerr.Error())
			case cloudfront.ErrCodeInvalidErrorCode:
				fmt.Println(cloudfront.ErrCodeInvalidErrorCode, aerr.Error())
			case cloudfront.ErrCodeInvalidResponseCode:
				fmt.Println(cloudfront.ErrCodeInvalidResponseCode, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInvalidRequiredProtocol:
				fmt.Println(cloudfront.ErrCodeInvalidRequiredProtocol, aerr.Error())
			case cloudfront.ErrCodeNoSuchOrigin:
				fmt.Println(cloudfront.ErrCodeNoSuchOrigin, aerr.Error())
			case cloudfront.ErrCodeTooManyOrigins:
				fmt.Println(cloudfront.ErrCodeTooManyOrigins, aerr.Error())
			case cloudfront.ErrCodeTooManyCacheBehaviors:
				fmt.Println(cloudfront.ErrCodeTooManyCacheBehaviors, aerr.Error())
			case cloudfront.ErrCodeTooManyCookieNamesInWhiteList:
				fmt.Println(cloudfront.ErrCodeTooManyCookieNamesInWhiteList, aerr.Error())
			case cloudfront.ErrCodeInvalidForwardCookies:
				fmt.Println(cloudfront.ErrCodeInvalidForwardCookies, aerr.Error())
			case cloudfront.ErrCodeTooManyHeadersInForwardedValues:
				fmt.Println(cloudfront.ErrCodeTooManyHeadersInForwardedValues, aerr.Error())
			case cloudfront.ErrCodeInvalidHeadersForS3Origin:
				fmt.Println(cloudfront.ErrCodeInvalidHeadersForS3Origin, aerr.Error())
			case cloudfront.ErrCodeInconsistentQuantities:
				fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
			case cloudfront.ErrCodeTooManyCertificates:
				fmt.Println(cloudfront.ErrCodeTooManyCertificates, aerr.Error())
			case cloudfront.ErrCodeInvalidLocationCode:
				fmt.Println(cloudfront.ErrCodeInvalidLocationCode, aerr.Error())
			case cloudfront.ErrCodeInvalidGeoRestrictionParameter:
				fmt.Println(cloudfront.ErrCodeInvalidGeoRestrictionParameter, aerr.Error())
			case cloudfront.ErrCodeInvalidProtocolSettings:
				fmt.Println(cloudfront.ErrCodeInvalidProtocolSettings, aerr.Error())
			case cloudfront.ErrCodeInvalidTTLOrder:
				fmt.Println(cloudfront.ErrCodeInvalidTTLOrder, aerr.Error())
			case cloudfront.ErrCodeInvalidWebACLId:
				fmt.Println(cloudfront.ErrCodeInvalidWebACLId, aerr.Error())
			case cloudfront.ErrCodeTooManyOriginCustomHeaders:
				fmt.Println(cloudfront.ErrCodeTooManyOriginCustomHeaders, aerr.Error())
			case cloudfront.ErrCodeInvalidTagging:
				fmt.Println(cloudfront.ErrCodeInvalidTagging, aerr.Error())
			case cloudfront.ErrCodeTooManyQueryStringParameters:
				fmt.Println(cloudfront.ErrCodeTooManyQueryStringParameters, aerr.Error())
			case cloudfront.ErrCodeInvalidQueryStringParameters:
				fmt.Println(cloudfront.ErrCodeInvalidQueryStringParameters, aerr.Error())
			case cloudfront.ErrCodeTooManyDistributionsWithLambdaAssociations:
				fmt.Println(cloudfront.ErrCodeTooManyDistributionsWithLambdaAssociations, aerr.Error())
			case cloudfront.ErrCodeTooManyLambdaFunctionAssociations:
				fmt.Println(cloudfront.ErrCodeTooManyLambdaFunctionAssociations, aerr.Error())
			case cloudfront.ErrCodeInvalidLambdaFunctionAssociation:
				fmt.Println(cloudfront.ErrCodeInvalidLambdaFunctionAssociation, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginReadTimeout:
				fmt.Println(cloudfront.ErrCodeInvalidOriginReadTimeout, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginKeepaliveTimeout:
				fmt.Println(cloudfront.ErrCodeInvalidOriginKeepaliveTimeout, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) CreateDistributionWithTagsRequest added in v1.4.0

func (c *CloudFront) CreateDistributionWithTagsRequest(input *CreateDistributionWithTagsInput) (req *request.Request, output *CreateDistributionWithTagsOutput)

CreateDistributionWithTagsRequest generates a "aws/request.Request" representing the client's request for the CreateDistributionWithTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDistributionWithTags for more information on using the CreateDistributionWithTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDistributionWithTagsRequest method.
req, resp := client.CreateDistributionWithTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateDistributionWithTags

func (*CloudFront) CreateDistributionWithTagsWithContext added in v1.8.0

func (c *CloudFront) CreateDistributionWithTagsWithContext(ctx aws.Context, input *CreateDistributionWithTagsInput, opts ...request.Option) (*CreateDistributionWithTagsOutput, error)

CreateDistributionWithTagsWithContext is the same as CreateDistributionWithTags with the addition of the ability to pass a context and additional request options.

See CreateDistributionWithTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreateFieldLevelEncryptionConfig added in v1.13.26

func (c *CloudFront) CreateFieldLevelEncryptionConfig(input *CreateFieldLevelEncryptionConfigInput) (*CreateFieldLevelEncryptionConfigOutput, error)

CreateFieldLevelEncryptionConfig API operation for Amazon CloudFront.

Create a new field-level encryption configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateFieldLevelEncryptionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

  • ErrCodeFieldLevelEncryptionConfigAlreadyExists "FieldLevelEncryptionConfigAlreadyExists" The specified configuration for field-level encryption already exists.

  • ErrCodeTooManyFieldLevelEncryptionConfigs "TooManyFieldLevelEncryptionConfigs" The maximum number of configurations for field-level encryption have been created.

  • ErrCodeTooManyFieldLevelEncryptionQueryArgProfiles "TooManyFieldLevelEncryptionQueryArgProfiles" The maximum number of query arg profiles for field-level encryption have been created.

  • ErrCodeTooManyFieldLevelEncryptionContentTypeProfiles "TooManyFieldLevelEncryptionContentTypeProfiles" The maximum number of content type profiles for field-level encryption have been created.

  • ErrCodeQueryArgProfileEmpty "QueryArgProfileEmpty" No profile specified for the field-level encryption query argument.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateFieldLevelEncryptionConfig

func (*CloudFront) CreateFieldLevelEncryptionConfigRequest added in v1.13.26

func (c *CloudFront) CreateFieldLevelEncryptionConfigRequest(input *CreateFieldLevelEncryptionConfigInput) (req *request.Request, output *CreateFieldLevelEncryptionConfigOutput)

CreateFieldLevelEncryptionConfigRequest generates a "aws/request.Request" representing the client's request for the CreateFieldLevelEncryptionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFieldLevelEncryptionConfig for more information on using the CreateFieldLevelEncryptionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFieldLevelEncryptionConfigRequest method.
req, resp := client.CreateFieldLevelEncryptionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateFieldLevelEncryptionConfig

func (*CloudFront) CreateFieldLevelEncryptionConfigWithContext added in v1.13.26

func (c *CloudFront) CreateFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *CreateFieldLevelEncryptionConfigInput, opts ...request.Option) (*CreateFieldLevelEncryptionConfigOutput, error)

CreateFieldLevelEncryptionConfigWithContext is the same as CreateFieldLevelEncryptionConfig with the addition of the ability to pass a context and additional request options.

See CreateFieldLevelEncryptionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreateFieldLevelEncryptionProfile added in v1.13.26

CreateFieldLevelEncryptionProfile API operation for Amazon CloudFront.

Create a field-level encryption profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateFieldLevelEncryptionProfile for usage and error information.

Returned Error Codes:

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

  • ErrCodeFieldLevelEncryptionProfileAlreadyExists "FieldLevelEncryptionProfileAlreadyExists" The specified profile for field-level encryption already exists.

  • ErrCodeFieldLevelEncryptionProfileSizeExceeded "FieldLevelEncryptionProfileSizeExceeded" The maximum size of a profile for field-level encryption was exceeded.

  • ErrCodeTooManyFieldLevelEncryptionProfiles "TooManyFieldLevelEncryptionProfiles" The maximum number of profiles for field-level encryption have been created.

  • ErrCodeTooManyFieldLevelEncryptionEncryptionEntities "TooManyFieldLevelEncryptionEncryptionEntities" The maximum number of encryption entities for field-level encryption have been created.

  • ErrCodeTooManyFieldLevelEncryptionFieldPatterns "TooManyFieldLevelEncryptionFieldPatterns" The maximum number of field patterns for field-level encryption have been created.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateFieldLevelEncryptionProfile

func (*CloudFront) CreateFieldLevelEncryptionProfileRequest added in v1.13.26

func (c *CloudFront) CreateFieldLevelEncryptionProfileRequest(input *CreateFieldLevelEncryptionProfileInput) (req *request.Request, output *CreateFieldLevelEncryptionProfileOutput)

CreateFieldLevelEncryptionProfileRequest generates a "aws/request.Request" representing the client's request for the CreateFieldLevelEncryptionProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFieldLevelEncryptionProfile for more information on using the CreateFieldLevelEncryptionProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFieldLevelEncryptionProfileRequest method.
req, resp := client.CreateFieldLevelEncryptionProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateFieldLevelEncryptionProfile

func (*CloudFront) CreateFieldLevelEncryptionProfileWithContext added in v1.13.26

func (c *CloudFront) CreateFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *CreateFieldLevelEncryptionProfileInput, opts ...request.Option) (*CreateFieldLevelEncryptionProfileOutput, error)

CreateFieldLevelEncryptionProfileWithContext is the same as CreateFieldLevelEncryptionProfile with the addition of the ability to pass a context and additional request options.

See CreateFieldLevelEncryptionProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreateInvalidation

func (c *CloudFront) CreateInvalidation(input *CreateInvalidationInput) (*CreateInvalidationOutput, error)

CreateInvalidation API operation for Amazon CloudFront.

Create a new invalidation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateInvalidation for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeBatchTooLarge "BatchTooLarge" Invalidation batch specified is too large.

  • ErrCodeTooManyInvalidationsInProgress "TooManyInvalidationsInProgress" You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateInvalidation

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.CreateInvalidationInput{}

	result, err := svc.CreateInvalidation(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeMissingBody:
				fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeNoSuchDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
			case cloudfront.ErrCodeBatchTooLarge:
				fmt.Println(cloudfront.ErrCodeBatchTooLarge, aerr.Error())
			case cloudfront.ErrCodeTooManyInvalidationsInProgress:
				fmt.Println(cloudfront.ErrCodeTooManyInvalidationsInProgress, aerr.Error())
			case cloudfront.ErrCodeInconsistentQuantities:
				fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) CreateInvalidationRequest

func (c *CloudFront) CreateInvalidationRequest(input *CreateInvalidationInput) (req *request.Request, output *CreateInvalidationOutput)

CreateInvalidationRequest generates a "aws/request.Request" representing the client's request for the CreateInvalidation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateInvalidation for more information on using the CreateInvalidation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateInvalidationRequest method.
req, resp := client.CreateInvalidationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateInvalidation

func (*CloudFront) CreateInvalidationWithContext added in v1.8.0

func (c *CloudFront) CreateInvalidationWithContext(ctx aws.Context, input *CreateInvalidationInput, opts ...request.Option) (*CreateInvalidationOutput, error)

CreateInvalidationWithContext is the same as CreateInvalidation with the addition of the ability to pass a context and additional request options.

See CreateInvalidation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreateOriginRequestPolicy added in v1.33.8

func (c *CloudFront) CreateOriginRequestPolicy(input *CreateOriginRequestPolicyInput) (*CreateOriginRequestPolicyOutput, error)

CreateOriginRequestPolicy API operation for Amazon CloudFront.

Creates an origin request policy.

After you create an origin request policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:

  • The request body and the URL path (without the domain name) from the viewer request.

  • The headers that CloudFront automatically includes in every origin request, including Host, User-Agent, and X-Amz-Cf-Id.

  • All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.

CloudFront sends a request when it can’t find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CreateCachePolicy.

For more information about origin request policies, see Controlling origin requests (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html) in the Amazon CloudFront Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateOriginRequestPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeOriginRequestPolicyAlreadyExists "OriginRequestPolicyAlreadyExists" An origin request policy with this name already exists. You must provide a unique name. To modify an existing origin request policy, use UpdateOriginRequestPolicy.

  • ErrCodeTooManyOriginRequestPolicies "TooManyOriginRequestPolicies" You have reached the maximum number of origin request policies for this AWS account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyHeadersInOriginRequestPolicy "TooManyHeadersInOriginRequestPolicy" The number of headers in the origin request policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyCookiesInOriginRequestPolicy "TooManyCookiesInOriginRequestPolicy" The number of cookies in the origin request policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyQueryStringsInOriginRequestPolicy "TooManyQueryStringsInOriginRequestPolicy" The number of query strings in the origin request policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateOriginRequestPolicy

func (*CloudFront) CreateOriginRequestPolicyRequest added in v1.33.8

func (c *CloudFront) CreateOriginRequestPolicyRequest(input *CreateOriginRequestPolicyInput) (req *request.Request, output *CreateOriginRequestPolicyOutput)

CreateOriginRequestPolicyRequest generates a "aws/request.Request" representing the client's request for the CreateOriginRequestPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateOriginRequestPolicy for more information on using the CreateOriginRequestPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateOriginRequestPolicyRequest method.
req, resp := client.CreateOriginRequestPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateOriginRequestPolicy

func (*CloudFront) CreateOriginRequestPolicyWithContext added in v1.33.8

func (c *CloudFront) CreateOriginRequestPolicyWithContext(ctx aws.Context, input *CreateOriginRequestPolicyInput, opts ...request.Option) (*CreateOriginRequestPolicyOutput, error)

CreateOriginRequestPolicyWithContext is the same as CreateOriginRequestPolicy with the addition of the ability to pass a context and additional request options.

See CreateOriginRequestPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreatePublicKey added in v1.13.26

func (c *CloudFront) CreatePublicKey(input *CreatePublicKeyInput) (*CreatePublicKeyOutput, error)

CreatePublicKey API operation for Amazon CloudFront.

Add a new public key to CloudFront to use, for example, for field-level encryption. You can add a maximum of 10 public keys with one AWS account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreatePublicKey for usage and error information.

Returned Error Codes:

  • ErrCodePublicKeyAlreadyExists "PublicKeyAlreadyExists" The specified public key already exists.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeTooManyPublicKeys "TooManyPublicKeys" The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreatePublicKey

func (*CloudFront) CreatePublicKeyRequest added in v1.13.26

func (c *CloudFront) CreatePublicKeyRequest(input *CreatePublicKeyInput) (req *request.Request, output *CreatePublicKeyOutput)

CreatePublicKeyRequest generates a "aws/request.Request" representing the client's request for the CreatePublicKey operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePublicKey for more information on using the CreatePublicKey API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePublicKeyRequest method.
req, resp := client.CreatePublicKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreatePublicKey

func (*CloudFront) CreatePublicKeyWithContext added in v1.13.26

func (c *CloudFront) CreatePublicKeyWithContext(ctx aws.Context, input *CreatePublicKeyInput, opts ...request.Option) (*CreatePublicKeyOutput, error)

CreatePublicKeyWithContext is the same as CreatePublicKey with the addition of the ability to pass a context and additional request options.

See CreatePublicKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreateStreamingDistribution

func (c *CloudFront) CreateStreamingDistribution(input *CreateStreamingDistributionInput) (*CreateStreamingDistributionOutput, error)

CreateStreamingDistribution API operation for Amazon CloudFront.

Creates a new RTMP distribution. An RTMP distribution is similar to a web distribution, but an RTMP distribution streams media files using the Adobe Real-Time Messaging Protocol (RTMP) instead of serving files using HTTP.

To create a new distribution, submit a POST request to the CloudFront API version/distribution resource. The request body must include a document with a StreamingDistributionConfig element. The response echoes the StreamingDistributionConfig element and returns other information about the RTMP distribution.

To get the status of your request, use the GET StreamingDistribution API action. When the value of Enabled is true and the value of Status is Deployed, your distribution is ready. A distribution usually deploys in less than 15 minutes.

For more information about web distributions, see Working with RTMP Distributions (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-rtmp.html) in the Amazon CloudFront Developer Guide.

Beginning with the 2012-05-05 version of the CloudFront API, we made substantial changes to the format of the XML document that you include in the request body when you create or update a web distribution or an RTMP distribution, and when you invalidate objects. With previous versions of the API, we discovered that it was too easy to accidentally delete one or more values for an element that accepts multiple values, for example, CNAMEs and trusted signers. Our changes for the 2012-05-05 release are intended to prevent these accidental deletions and to notify you when there's a mismatch between the number of values you say you're specifying in the Quantity element and the number of values specified.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateStreamingDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeCNAMEAlreadyExists "CNAMEAlreadyExists" The CNAME specified is already defined for CloudFront.

  • ErrCodeStreamingDistributionAlreadyExists "StreamingDistributionAlreadyExists" The caller reference you attempted to create the streaming distribution with is associated with another distribution

  • ErrCodeInvalidOrigin "InvalidOrigin" The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

  • ErrCodeInvalidOriginAccessIdentity "InvalidOriginAccessIdentity" The origin access identity is not valid or doesn't exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeTooManyTrustedSigners "TooManyTrustedSigners" Your request contains more trusted signers than are allowed per distribution.

  • ErrCodeTrustedSignerDoesNotExist "TrustedSignerDoesNotExist" One or more of your trusted signers don't exist.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeTooManyStreamingDistributionCNAMEs "TooManyStreamingDistributionCNAMEs" Your request contains more CNAMEs than are allowed per distribution.

  • ErrCodeTooManyStreamingDistributions "TooManyStreamingDistributions" Processing your request would cause you to exceed the maximum number of streaming distributions allowed.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateStreamingDistribution

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.CreateStreamingDistributionInput{}

	result, err := svc.CreateStreamingDistribution(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeCNAMEAlreadyExists:
				fmt.Println(cloudfront.ErrCodeCNAMEAlreadyExists, aerr.Error())
			case cloudfront.ErrCodeStreamingDistributionAlreadyExists:
				fmt.Println(cloudfront.ErrCodeStreamingDistributionAlreadyExists, aerr.Error())
			case cloudfront.ErrCodeInvalidOrigin:
				fmt.Println(cloudfront.ErrCodeInvalidOrigin, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginAccessIdentity:
				fmt.Println(cloudfront.ErrCodeInvalidOriginAccessIdentity, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeTooManyTrustedSigners:
				fmt.Println(cloudfront.ErrCodeTooManyTrustedSigners, aerr.Error())
			case cloudfront.ErrCodeTrustedSignerDoesNotExist:
				fmt.Println(cloudfront.ErrCodeTrustedSignerDoesNotExist, aerr.Error())
			case cloudfront.ErrCodeMissingBody:
				fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
			case cloudfront.ErrCodeTooManyStreamingDistributionCNAMEs:
				fmt.Println(cloudfront.ErrCodeTooManyStreamingDistributionCNAMEs, aerr.Error())
			case cloudfront.ErrCodeTooManyStreamingDistributions:
				fmt.Println(cloudfront.ErrCodeTooManyStreamingDistributions, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInconsistentQuantities:
				fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) CreateStreamingDistributionRequest

func (c *CloudFront) CreateStreamingDistributionRequest(input *CreateStreamingDistributionInput) (req *request.Request, output *CreateStreamingDistributionOutput)

CreateStreamingDistributionRequest generates a "aws/request.Request" representing the client's request for the CreateStreamingDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateStreamingDistribution for more information on using the CreateStreamingDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateStreamingDistributionRequest method.
req, resp := client.CreateStreamingDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateStreamingDistribution

func (*CloudFront) CreateStreamingDistributionWithContext added in v1.8.0

func (c *CloudFront) CreateStreamingDistributionWithContext(ctx aws.Context, input *CreateStreamingDistributionInput, opts ...request.Option) (*CreateStreamingDistributionOutput, error)

CreateStreamingDistributionWithContext is the same as CreateStreamingDistribution with the addition of the ability to pass a context and additional request options.

See CreateStreamingDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) CreateStreamingDistributionWithTags added in v1.4.0

CreateStreamingDistributionWithTags API operation for Amazon CloudFront.

Create a new streaming distribution with tags.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation CreateStreamingDistributionWithTags for usage and error information.

Returned Error Codes:

  • ErrCodeCNAMEAlreadyExists "CNAMEAlreadyExists" The CNAME specified is already defined for CloudFront.

  • ErrCodeStreamingDistributionAlreadyExists "StreamingDistributionAlreadyExists" The caller reference you attempted to create the streaming distribution with is associated with another distribution

  • ErrCodeInvalidOrigin "InvalidOrigin" The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

  • ErrCodeInvalidOriginAccessIdentity "InvalidOriginAccessIdentity" The origin access identity is not valid or doesn't exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeTooManyTrustedSigners "TooManyTrustedSigners" Your request contains more trusted signers than are allowed per distribution.

  • ErrCodeTrustedSignerDoesNotExist "TrustedSignerDoesNotExist" One or more of your trusted signers don't exist.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeTooManyStreamingDistributionCNAMEs "TooManyStreamingDistributionCNAMEs" Your request contains more CNAMEs than are allowed per distribution.

  • ErrCodeTooManyStreamingDistributions "TooManyStreamingDistributions" Processing your request would cause you to exceed the maximum number of streaming distributions allowed.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidTagging "InvalidTagging" The tagging specified is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateStreamingDistributionWithTags

func (*CloudFront) CreateStreamingDistributionWithTagsRequest added in v1.4.0

func (c *CloudFront) CreateStreamingDistributionWithTagsRequest(input *CreateStreamingDistributionWithTagsInput) (req *request.Request, output *CreateStreamingDistributionWithTagsOutput)

CreateStreamingDistributionWithTagsRequest generates a "aws/request.Request" representing the client's request for the CreateStreamingDistributionWithTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateStreamingDistributionWithTags for more information on using the CreateStreamingDistributionWithTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateStreamingDistributionWithTagsRequest method.
req, resp := client.CreateStreamingDistributionWithTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateStreamingDistributionWithTags

func (*CloudFront) CreateStreamingDistributionWithTagsWithContext added in v1.8.0

func (c *CloudFront) CreateStreamingDistributionWithTagsWithContext(ctx aws.Context, input *CreateStreamingDistributionWithTagsInput, opts ...request.Option) (*CreateStreamingDistributionWithTagsOutput, error)

CreateStreamingDistributionWithTagsWithContext is the same as CreateStreamingDistributionWithTags with the addition of the ability to pass a context and additional request options.

See CreateStreamingDistributionWithTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteCachePolicy added in v1.33.8

func (c *CloudFront) DeleteCachePolicy(input *DeleteCachePolicyInput) (*DeleteCachePolicyOutput, error)

DeleteCachePolicy API operation for Amazon CloudFront.

Deletes a cache policy.

You cannot delete a cache policy if it’s attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy.

To delete a cache policy, you must provide the policy’s identifier and version. To get these values, you can use ListCachePolicies or GetCachePolicy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteCachePolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeIllegalDelete "IllegalDelete" You cannot delete a managed policy.

  • ErrCodeCachePolicyInUse "CachePolicyInUse" Cannot delete the cache policy because it is attached to one or more cache behaviors.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteCachePolicy

func (*CloudFront) DeleteCachePolicyRequest added in v1.33.8

func (c *CloudFront) DeleteCachePolicyRequest(input *DeleteCachePolicyInput) (req *request.Request, output *DeleteCachePolicyOutput)

DeleteCachePolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteCachePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteCachePolicy for more information on using the DeleteCachePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteCachePolicyRequest method.
req, resp := client.DeleteCachePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteCachePolicy

func (*CloudFront) DeleteCachePolicyWithContext added in v1.33.8

func (c *CloudFront) DeleteCachePolicyWithContext(ctx aws.Context, input *DeleteCachePolicyInput, opts ...request.Option) (*DeleteCachePolicyOutput, error)

DeleteCachePolicyWithContext is the same as DeleteCachePolicy with the addition of the ability to pass a context and additional request options.

See DeleteCachePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteCloudFrontOriginAccessIdentity

DeleteCloudFrontOriginAccessIdentity API operation for Amazon CloudFront.

Delete an origin access identity.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteCloudFrontOriginAccessIdentity for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchCloudFrontOriginAccessIdentity "NoSuchCloudFrontOriginAccessIdentity" The specified origin access identity does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeOriginAccessIdentityInUse "CloudFrontOriginAccessIdentityInUse" The Origin Access Identity specified is already in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteCloudFrontOriginAccessIdentity

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.DeleteCloudFrontOriginAccessIdentityInput{}

	result, err := svc.DeleteCloudFrontOriginAccessIdentity(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeInvalidIfMatchVersion:
				fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
			case cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity:
				fmt.Println(cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity, aerr.Error())
			case cloudfront.ErrCodePreconditionFailed:
				fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
			case cloudfront.ErrCodeOriginAccessIdentityInUse:
				fmt.Println(cloudfront.ErrCodeOriginAccessIdentityInUse, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) DeleteCloudFrontOriginAccessIdentityRequest

func (c *CloudFront) DeleteCloudFrontOriginAccessIdentityRequest(input *DeleteCloudFrontOriginAccessIdentityInput) (req *request.Request, output *DeleteCloudFrontOriginAccessIdentityOutput)

DeleteCloudFrontOriginAccessIdentityRequest generates a "aws/request.Request" representing the client's request for the DeleteCloudFrontOriginAccessIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteCloudFrontOriginAccessIdentity for more information on using the DeleteCloudFrontOriginAccessIdentity API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteCloudFrontOriginAccessIdentityRequest method.
req, resp := client.DeleteCloudFrontOriginAccessIdentityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteCloudFrontOriginAccessIdentity

func (*CloudFront) DeleteCloudFrontOriginAccessIdentityWithContext added in v1.8.0

func (c *CloudFront) DeleteCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *DeleteCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*DeleteCloudFrontOriginAccessIdentityOutput, error)

DeleteCloudFrontOriginAccessIdentityWithContext is the same as DeleteCloudFrontOriginAccessIdentity with the addition of the ability to pass a context and additional request options.

See DeleteCloudFrontOriginAccessIdentity for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteDistribution

func (c *CloudFront) DeleteDistribution(input *DeleteDistributionInput) (*DeleteDistributionOutput, error)

DeleteDistribution API operation for Amazon CloudFront.

Delete a distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeDistributionNotDisabled "DistributionNotDisabled" The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteDistribution

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.DeleteDistributionInput{}

	result, err := svc.DeleteDistribution(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeDistributionNotDisabled:
				fmt.Println(cloudfront.ErrCodeDistributionNotDisabled, aerr.Error())
			case cloudfront.ErrCodeInvalidIfMatchVersion:
				fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
			case cloudfront.ErrCodeNoSuchDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
			case cloudfront.ErrCodePreconditionFailed:
				fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) DeleteDistributionRequest

func (c *CloudFront) DeleteDistributionRequest(input *DeleteDistributionInput) (req *request.Request, output *DeleteDistributionOutput)

DeleteDistributionRequest generates a "aws/request.Request" representing the client's request for the DeleteDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDistribution for more information on using the DeleteDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDistributionRequest method.
req, resp := client.DeleteDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteDistribution

func (*CloudFront) DeleteDistributionWithContext added in v1.8.0

func (c *CloudFront) DeleteDistributionWithContext(ctx aws.Context, input *DeleteDistributionInput, opts ...request.Option) (*DeleteDistributionOutput, error)

DeleteDistributionWithContext is the same as DeleteDistribution with the addition of the ability to pass a context and additional request options.

See DeleteDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteFieldLevelEncryptionConfig added in v1.13.26

func (c *CloudFront) DeleteFieldLevelEncryptionConfig(input *DeleteFieldLevelEncryptionConfigInput) (*DeleteFieldLevelEncryptionConfigOutput, error)

DeleteFieldLevelEncryptionConfig API operation for Amazon CloudFront.

Remove a field-level encryption configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteFieldLevelEncryptionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeFieldLevelEncryptionConfigInUse "FieldLevelEncryptionConfigInUse" The specified configuration for field-level encryption is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionConfig

func (*CloudFront) DeleteFieldLevelEncryptionConfigRequest added in v1.13.26

func (c *CloudFront) DeleteFieldLevelEncryptionConfigRequest(input *DeleteFieldLevelEncryptionConfigInput) (req *request.Request, output *DeleteFieldLevelEncryptionConfigOutput)

DeleteFieldLevelEncryptionConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteFieldLevelEncryptionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFieldLevelEncryptionConfig for more information on using the DeleteFieldLevelEncryptionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFieldLevelEncryptionConfigRequest method.
req, resp := client.DeleteFieldLevelEncryptionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionConfig

func (*CloudFront) DeleteFieldLevelEncryptionConfigWithContext added in v1.13.26

func (c *CloudFront) DeleteFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *DeleteFieldLevelEncryptionConfigInput, opts ...request.Option) (*DeleteFieldLevelEncryptionConfigOutput, error)

DeleteFieldLevelEncryptionConfigWithContext is the same as DeleteFieldLevelEncryptionConfig with the addition of the ability to pass a context and additional request options.

See DeleteFieldLevelEncryptionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteFieldLevelEncryptionProfile added in v1.13.26

DeleteFieldLevelEncryptionProfile API operation for Amazon CloudFront.

Remove a field-level encryption profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteFieldLevelEncryptionProfile for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeFieldLevelEncryptionProfileInUse "FieldLevelEncryptionProfileInUse" The specified profile for field-level encryption is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionProfile

func (*CloudFront) DeleteFieldLevelEncryptionProfileRequest added in v1.13.26

func (c *CloudFront) DeleteFieldLevelEncryptionProfileRequest(input *DeleteFieldLevelEncryptionProfileInput) (req *request.Request, output *DeleteFieldLevelEncryptionProfileOutput)

DeleteFieldLevelEncryptionProfileRequest generates a "aws/request.Request" representing the client's request for the DeleteFieldLevelEncryptionProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFieldLevelEncryptionProfile for more information on using the DeleteFieldLevelEncryptionProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFieldLevelEncryptionProfileRequest method.
req, resp := client.DeleteFieldLevelEncryptionProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionProfile

func (*CloudFront) DeleteFieldLevelEncryptionProfileWithContext added in v1.13.26

func (c *CloudFront) DeleteFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *DeleteFieldLevelEncryptionProfileInput, opts ...request.Option) (*DeleteFieldLevelEncryptionProfileOutput, error)

DeleteFieldLevelEncryptionProfileWithContext is the same as DeleteFieldLevelEncryptionProfile with the addition of the ability to pass a context and additional request options.

See DeleteFieldLevelEncryptionProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteOriginRequestPolicy added in v1.33.8

func (c *CloudFront) DeleteOriginRequestPolicy(input *DeleteOriginRequestPolicyInput) (*DeleteOriginRequestPolicyOutput, error)

DeleteOriginRequestPolicy API operation for Amazon CloudFront.

Deletes an origin request policy.

You cannot delete an origin request policy if it’s attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.

To delete an origin request policy, you must provide the policy’s identifier and version. To get the identifier, you can use ListOriginRequestPolicies or GetOriginRequestPolicy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteOriginRequestPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeIllegalDelete "IllegalDelete" You cannot delete a managed policy.

  • ErrCodeOriginRequestPolicyInUse "OriginRequestPolicyInUse" Cannot delete the origin request policy because it is attached to one or more cache behaviors.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteOriginRequestPolicy

func (*CloudFront) DeleteOriginRequestPolicyRequest added in v1.33.8

func (c *CloudFront) DeleteOriginRequestPolicyRequest(input *DeleteOriginRequestPolicyInput) (req *request.Request, output *DeleteOriginRequestPolicyOutput)

DeleteOriginRequestPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteOriginRequestPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOriginRequestPolicy for more information on using the DeleteOriginRequestPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOriginRequestPolicyRequest method.
req, resp := client.DeleteOriginRequestPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteOriginRequestPolicy

func (*CloudFront) DeleteOriginRequestPolicyWithContext added in v1.33.8

func (c *CloudFront) DeleteOriginRequestPolicyWithContext(ctx aws.Context, input *DeleteOriginRequestPolicyInput, opts ...request.Option) (*DeleteOriginRequestPolicyOutput, error)

DeleteOriginRequestPolicyWithContext is the same as DeleteOriginRequestPolicy with the addition of the ability to pass a context and additional request options.

See DeleteOriginRequestPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeletePublicKey added in v1.13.26

func (c *CloudFront) DeletePublicKey(input *DeletePublicKeyInput) (*DeletePublicKeyOutput, error)

DeletePublicKey API operation for Amazon CloudFront.

Remove a public key you previously added to CloudFront.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeletePublicKey for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodePublicKeyInUse "PublicKeyInUse" The specified public key is in use.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeletePublicKey

func (*CloudFront) DeletePublicKeyRequest added in v1.13.26

func (c *CloudFront) DeletePublicKeyRequest(input *DeletePublicKeyInput) (req *request.Request, output *DeletePublicKeyOutput)

DeletePublicKeyRequest generates a "aws/request.Request" representing the client's request for the DeletePublicKey operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePublicKey for more information on using the DeletePublicKey API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePublicKeyRequest method.
req, resp := client.DeletePublicKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeletePublicKey

func (*CloudFront) DeletePublicKeyWithContext added in v1.13.26

func (c *CloudFront) DeletePublicKeyWithContext(ctx aws.Context, input *DeletePublicKeyInput, opts ...request.Option) (*DeletePublicKeyOutput, error)

DeletePublicKeyWithContext is the same as DeletePublicKey with the addition of the ability to pass a context and additional request options.

See DeletePublicKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteStreamingDistribution

func (c *CloudFront) DeleteStreamingDistribution(input *DeleteStreamingDistributionInput) (*DeleteStreamingDistributionOutput, error)

DeleteStreamingDistribution API operation for Amazon CloudFront.

Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.

To delete an RTMP distribution using the CloudFront API:

Disable the RTMP distribution.

Submit a GET Streaming Distribution Config request to get the current configuration and the Etag header for the distribution.

Update the XML document that was returned in the response to your GET Streaming Distribution Config request to change the value of Enabled to false.

Submit a PUT Streaming Distribution Config request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Streaming Distribution Config request in Step 2.

Review the response to the PUT Streaming Distribution Config request to confirm that the distribution was successfully disabled.

Submit a GET Streaming Distribution Config request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.

Submit a DELETE Streaming Distribution request. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Streaming Distribution Config request in Step 2.

Review the response to your DELETE Streaming Distribution request to confirm that the distribution was successfully deleted.

For information about deleting a distribution using the CloudFront console, see Deleting a Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html) in the Amazon CloudFront Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteStreamingDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeStreamingDistributionNotDisabled "StreamingDistributionNotDisabled" The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchStreamingDistribution "NoSuchStreamingDistribution" The specified streaming distribution does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteStreamingDistribution

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.DeleteStreamingDistributionInput{}

	result, err := svc.DeleteStreamingDistribution(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeStreamingDistributionNotDisabled:
				fmt.Println(cloudfront.ErrCodeStreamingDistributionNotDisabled, aerr.Error())
			case cloudfront.ErrCodeInvalidIfMatchVersion:
				fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
			case cloudfront.ErrCodeNoSuchStreamingDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchStreamingDistribution, aerr.Error())
			case cloudfront.ErrCodePreconditionFailed:
				fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) DeleteStreamingDistributionRequest

func (c *CloudFront) DeleteStreamingDistributionRequest(input *DeleteStreamingDistributionInput) (req *request.Request, output *DeleteStreamingDistributionOutput)

DeleteStreamingDistributionRequest generates a "aws/request.Request" representing the client's request for the DeleteStreamingDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteStreamingDistribution for more information on using the DeleteStreamingDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteStreamingDistributionRequest method.
req, resp := client.DeleteStreamingDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteStreamingDistribution

func (*CloudFront) DeleteStreamingDistributionWithContext added in v1.8.0

func (c *CloudFront) DeleteStreamingDistributionWithContext(ctx aws.Context, input *DeleteStreamingDistributionInput, opts ...request.Option) (*DeleteStreamingDistributionOutput, error)

DeleteStreamingDistributionWithContext is the same as DeleteStreamingDistribution with the addition of the ability to pass a context and additional request options.

See DeleteStreamingDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetCachePolicy added in v1.33.8

func (c *CloudFront) GetCachePolicy(input *GetCachePolicyInput) (*GetCachePolicyOutput, error)

GetCachePolicy API operation for Amazon CloudFront.

Gets a cache policy, including the following metadata:

  • The policy’s identifier.

  • The date and time when the policy was last modified.

To get a cache policy, you must provide the policy’s identifier. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetCachePolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicy

func (*CloudFront) GetCachePolicyConfig added in v1.33.8

func (c *CloudFront) GetCachePolicyConfig(input *GetCachePolicyConfigInput) (*GetCachePolicyConfigOutput, error)

GetCachePolicyConfig API operation for Amazon CloudFront.

Gets a cache policy configuration.

To get a cache policy configuration, you must provide the policy’s identifier. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetCachePolicyConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicyConfig

func (*CloudFront) GetCachePolicyConfigRequest added in v1.33.8

func (c *CloudFront) GetCachePolicyConfigRequest(input *GetCachePolicyConfigInput) (req *request.Request, output *GetCachePolicyConfigOutput)

GetCachePolicyConfigRequest generates a "aws/request.Request" representing the client's request for the GetCachePolicyConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCachePolicyConfig for more information on using the GetCachePolicyConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCachePolicyConfigRequest method.
req, resp := client.GetCachePolicyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicyConfig

func (*CloudFront) GetCachePolicyConfigWithContext added in v1.33.8

func (c *CloudFront) GetCachePolicyConfigWithContext(ctx aws.Context, input *GetCachePolicyConfigInput, opts ...request.Option) (*GetCachePolicyConfigOutput, error)

GetCachePolicyConfigWithContext is the same as GetCachePolicyConfig with the addition of the ability to pass a context and additional request options.

See GetCachePolicyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetCachePolicyRequest added in v1.33.8

func (c *CloudFront) GetCachePolicyRequest(input *GetCachePolicyInput) (req *request.Request, output *GetCachePolicyOutput)

GetCachePolicyRequest generates a "aws/request.Request" representing the client's request for the GetCachePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCachePolicy for more information on using the GetCachePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCachePolicyRequest method.
req, resp := client.GetCachePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicy

func (*CloudFront) GetCachePolicyWithContext added in v1.33.8

func (c *CloudFront) GetCachePolicyWithContext(ctx aws.Context, input *GetCachePolicyInput, opts ...request.Option) (*GetCachePolicyOutput, error)

GetCachePolicyWithContext is the same as GetCachePolicy with the addition of the ability to pass a context and additional request options.

See GetCachePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetCloudFrontOriginAccessIdentity

GetCloudFrontOriginAccessIdentity API operation for Amazon CloudFront.

Get the information about an origin access identity.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetCloudFrontOriginAccessIdentity for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchCloudFrontOriginAccessIdentity "NoSuchCloudFrontOriginAccessIdentity" The specified origin access identity does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentity

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.GetCloudFrontOriginAccessIdentityInput{}

	result, err := svc.GetCloudFrontOriginAccessIdentity(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity:
				fmt.Println(cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) GetCloudFrontOriginAccessIdentityConfig

GetCloudFrontOriginAccessIdentityConfig API operation for Amazon CloudFront.

Get the configuration information about an origin access identity.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetCloudFrontOriginAccessIdentityConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchCloudFrontOriginAccessIdentity "NoSuchCloudFrontOriginAccessIdentity" The specified origin access identity does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentityConfig

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.GetCloudFrontOriginAccessIdentityConfigInput{}

	result, err := svc.GetCloudFrontOriginAccessIdentityConfig(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity:
				fmt.Println(cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) GetCloudFrontOriginAccessIdentityConfigRequest

func (c *CloudFront) GetCloudFrontOriginAccessIdentityConfigRequest(input *GetCloudFrontOriginAccessIdentityConfigInput) (req *request.Request, output *GetCloudFrontOriginAccessIdentityConfigOutput)

GetCloudFrontOriginAccessIdentityConfigRequest generates a "aws/request.Request" representing the client's request for the GetCloudFrontOriginAccessIdentityConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCloudFrontOriginAccessIdentityConfig for more information on using the GetCloudFrontOriginAccessIdentityConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCloudFrontOriginAccessIdentityConfigRequest method.
req, resp := client.GetCloudFrontOriginAccessIdentityConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentityConfig

func (*CloudFront) GetCloudFrontOriginAccessIdentityConfigWithContext added in v1.8.0

func (c *CloudFront) GetCloudFrontOriginAccessIdentityConfigWithContext(ctx aws.Context, input *GetCloudFrontOriginAccessIdentityConfigInput, opts ...request.Option) (*GetCloudFrontOriginAccessIdentityConfigOutput, error)

GetCloudFrontOriginAccessIdentityConfigWithContext is the same as GetCloudFrontOriginAccessIdentityConfig with the addition of the ability to pass a context and additional request options.

See GetCloudFrontOriginAccessIdentityConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetCloudFrontOriginAccessIdentityRequest

func (c *CloudFront) GetCloudFrontOriginAccessIdentityRequest(input *GetCloudFrontOriginAccessIdentityInput) (req *request.Request, output *GetCloudFrontOriginAccessIdentityOutput)

GetCloudFrontOriginAccessIdentityRequest generates a "aws/request.Request" representing the client's request for the GetCloudFrontOriginAccessIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCloudFrontOriginAccessIdentity for more information on using the GetCloudFrontOriginAccessIdentity API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCloudFrontOriginAccessIdentityRequest method.
req, resp := client.GetCloudFrontOriginAccessIdentityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentity

func (*CloudFront) GetCloudFrontOriginAccessIdentityWithContext added in v1.8.0

func (c *CloudFront) GetCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *GetCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*GetCloudFrontOriginAccessIdentityOutput, error)

GetCloudFrontOriginAccessIdentityWithContext is the same as GetCloudFrontOriginAccessIdentity with the addition of the ability to pass a context and additional request options.

See GetCloudFrontOriginAccessIdentity for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetDistribution

func (c *CloudFront) GetDistribution(input *GetDistributionInput) (*GetDistributionOutput, error)

GetDistribution API operation for Amazon CloudFront.

Get the information about a distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistribution

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.GetDistributionInput{}

	result, err := svc.GetDistribution(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeNoSuchDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) GetDistributionConfig

func (c *CloudFront) GetDistributionConfig(input *GetDistributionConfigInput) (*GetDistributionConfigOutput, error)

GetDistributionConfig API operation for Amazon CloudFront.

Get the configuration information about a distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetDistributionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistributionConfig

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.GetDistributionConfigInput{}

	result, err := svc.GetDistributionConfig(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeNoSuchDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) GetDistributionConfigRequest

func (c *CloudFront) GetDistributionConfigRequest(input *GetDistributionConfigInput) (req *request.Request, output *GetDistributionConfigOutput)

GetDistributionConfigRequest generates a "aws/request.Request" representing the client's request for the GetDistributionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDistributionConfig for more information on using the GetDistributionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDistributionConfigRequest method.
req, resp := client.GetDistributionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistributionConfig

func (*CloudFront) GetDistributionConfigWithContext added in v1.8.0

func (c *CloudFront) GetDistributionConfigWithContext(ctx aws.Context, input *GetDistributionConfigInput, opts ...request.Option) (*GetDistributionConfigOutput, error)

GetDistributionConfigWithContext is the same as GetDistributionConfig with the addition of the ability to pass a context and additional request options.

See GetDistributionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetDistributionRequest

func (c *CloudFront) GetDistributionRequest(input *GetDistributionInput) (req *request.Request, output *GetDistributionOutput)

GetDistributionRequest generates a "aws/request.Request" representing the client's request for the GetDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDistribution for more information on using the GetDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDistributionRequest method.
req, resp := client.GetDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistribution

func (*CloudFront) GetDistributionWithContext added in v1.8.0

func (c *CloudFront) GetDistributionWithContext(ctx aws.Context, input *GetDistributionInput, opts ...request.Option) (*GetDistributionOutput, error)

GetDistributionWithContext is the same as GetDistribution with the addition of the ability to pass a context and additional request options.

See GetDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetFieldLevelEncryption added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryption(input *GetFieldLevelEncryptionInput) (*GetFieldLevelEncryptionOutput, error)

GetFieldLevelEncryption API operation for Amazon CloudFront.

Get the field-level encryption configuration information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetFieldLevelEncryption for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryption

func (*CloudFront) GetFieldLevelEncryptionConfig added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionConfig(input *GetFieldLevelEncryptionConfigInput) (*GetFieldLevelEncryptionConfigOutput, error)

GetFieldLevelEncryptionConfig API operation for Amazon CloudFront.

Get the field-level encryption configuration information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetFieldLevelEncryptionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionConfig

func (*CloudFront) GetFieldLevelEncryptionConfigRequest added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionConfigRequest(input *GetFieldLevelEncryptionConfigInput) (req *request.Request, output *GetFieldLevelEncryptionConfigOutput)

GetFieldLevelEncryptionConfigRequest generates a "aws/request.Request" representing the client's request for the GetFieldLevelEncryptionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFieldLevelEncryptionConfig for more information on using the GetFieldLevelEncryptionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFieldLevelEncryptionConfigRequest method.
req, resp := client.GetFieldLevelEncryptionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionConfig

func (*CloudFront) GetFieldLevelEncryptionConfigWithContext added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *GetFieldLevelEncryptionConfigInput, opts ...request.Option) (*GetFieldLevelEncryptionConfigOutput, error)

GetFieldLevelEncryptionConfigWithContext is the same as GetFieldLevelEncryptionConfig with the addition of the ability to pass a context and additional request options.

See GetFieldLevelEncryptionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetFieldLevelEncryptionProfile added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionProfile(input *GetFieldLevelEncryptionProfileInput) (*GetFieldLevelEncryptionProfileOutput, error)

GetFieldLevelEncryptionProfile API operation for Amazon CloudFront.

Get the field-level encryption profile information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetFieldLevelEncryptionProfile for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfile

func (*CloudFront) GetFieldLevelEncryptionProfileConfig added in v1.13.26

GetFieldLevelEncryptionProfileConfig API operation for Amazon CloudFront.

Get the field-level encryption profile configuration information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetFieldLevelEncryptionProfileConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfileConfig

func (*CloudFront) GetFieldLevelEncryptionProfileConfigRequest added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionProfileConfigRequest(input *GetFieldLevelEncryptionProfileConfigInput) (req *request.Request, output *GetFieldLevelEncryptionProfileConfigOutput)

GetFieldLevelEncryptionProfileConfigRequest generates a "aws/request.Request" representing the client's request for the GetFieldLevelEncryptionProfileConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFieldLevelEncryptionProfileConfig for more information on using the GetFieldLevelEncryptionProfileConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFieldLevelEncryptionProfileConfigRequest method.
req, resp := client.GetFieldLevelEncryptionProfileConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfileConfig

func (*CloudFront) GetFieldLevelEncryptionProfileConfigWithContext added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionProfileConfigWithContext(ctx aws.Context, input *GetFieldLevelEncryptionProfileConfigInput, opts ...request.Option) (*GetFieldLevelEncryptionProfileConfigOutput, error)

GetFieldLevelEncryptionProfileConfigWithContext is the same as GetFieldLevelEncryptionProfileConfig with the addition of the ability to pass a context and additional request options.

See GetFieldLevelEncryptionProfileConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetFieldLevelEncryptionProfileRequest added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionProfileRequest(input *GetFieldLevelEncryptionProfileInput) (req *request.Request, output *GetFieldLevelEncryptionProfileOutput)

GetFieldLevelEncryptionProfileRequest generates a "aws/request.Request" representing the client's request for the GetFieldLevelEncryptionProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFieldLevelEncryptionProfile for more information on using the GetFieldLevelEncryptionProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFieldLevelEncryptionProfileRequest method.
req, resp := client.GetFieldLevelEncryptionProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfile

func (*CloudFront) GetFieldLevelEncryptionProfileWithContext added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *GetFieldLevelEncryptionProfileInput, opts ...request.Option) (*GetFieldLevelEncryptionProfileOutput, error)

GetFieldLevelEncryptionProfileWithContext is the same as GetFieldLevelEncryptionProfile with the addition of the ability to pass a context and additional request options.

See GetFieldLevelEncryptionProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetFieldLevelEncryptionRequest added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionRequest(input *GetFieldLevelEncryptionInput) (req *request.Request, output *GetFieldLevelEncryptionOutput)

GetFieldLevelEncryptionRequest generates a "aws/request.Request" representing the client's request for the GetFieldLevelEncryption operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFieldLevelEncryption for more information on using the GetFieldLevelEncryption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFieldLevelEncryptionRequest method.
req, resp := client.GetFieldLevelEncryptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryption

func (*CloudFront) GetFieldLevelEncryptionWithContext added in v1.13.26

func (c *CloudFront) GetFieldLevelEncryptionWithContext(ctx aws.Context, input *GetFieldLevelEncryptionInput, opts ...request.Option) (*GetFieldLevelEncryptionOutput, error)

GetFieldLevelEncryptionWithContext is the same as GetFieldLevelEncryption with the addition of the ability to pass a context and additional request options.

See GetFieldLevelEncryption for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetInvalidation

func (c *CloudFront) GetInvalidation(input *GetInvalidationInput) (*GetInvalidationOutput, error)

GetInvalidation API operation for Amazon CloudFront.

Get the information about an invalidation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetInvalidation for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchInvalidation "NoSuchInvalidation" The specified invalidation does not exist.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetInvalidation

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.GetInvalidationInput{}

	result, err := svc.GetInvalidation(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeNoSuchInvalidation:
				fmt.Println(cloudfront.ErrCodeNoSuchInvalidation, aerr.Error())
			case cloudfront.ErrCodeNoSuchDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) GetInvalidationRequest

func (c *CloudFront) GetInvalidationRequest(input *GetInvalidationInput) (req *request.Request, output *GetInvalidationOutput)

GetInvalidationRequest generates a "aws/request.Request" representing the client's request for the GetInvalidation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetInvalidation for more information on using the GetInvalidation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetInvalidationRequest method.
req, resp := client.GetInvalidationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetInvalidation

func (*CloudFront) GetInvalidationWithContext added in v1.8.0

func (c *CloudFront) GetInvalidationWithContext(ctx aws.Context, input *GetInvalidationInput, opts ...request.Option) (*GetInvalidationOutput, error)

GetInvalidationWithContext is the same as GetInvalidation with the addition of the ability to pass a context and additional request options.

See GetInvalidation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetOriginRequestPolicy added in v1.33.8

func (c *CloudFront) GetOriginRequestPolicy(input *GetOriginRequestPolicyInput) (*GetOriginRequestPolicyOutput, error)

GetOriginRequestPolicy API operation for Amazon CloudFront.

Gets an origin request policy, including the following metadata:

  • The policy’s identifier.

  • The date and time when the policy was last modified.

To get an origin request policy, you must provide the policy’s identifier. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or GetDistribution. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetOriginRequestPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicy

func (*CloudFront) GetOriginRequestPolicyConfig added in v1.33.8

func (c *CloudFront) GetOriginRequestPolicyConfig(input *GetOriginRequestPolicyConfigInput) (*GetOriginRequestPolicyConfigOutput, error)

GetOriginRequestPolicyConfig API operation for Amazon CloudFront.

Gets an origin request policy configuration.

To get an origin request policy configuration, you must provide the policy’s identifier. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or GetDistribution. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetOriginRequestPolicyConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicyConfig

func (*CloudFront) GetOriginRequestPolicyConfigRequest added in v1.33.8

func (c *CloudFront) GetOriginRequestPolicyConfigRequest(input *GetOriginRequestPolicyConfigInput) (req *request.Request, output *GetOriginRequestPolicyConfigOutput)

GetOriginRequestPolicyConfigRequest generates a "aws/request.Request" representing the client's request for the GetOriginRequestPolicyConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOriginRequestPolicyConfig for more information on using the GetOriginRequestPolicyConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOriginRequestPolicyConfigRequest method.
req, resp := client.GetOriginRequestPolicyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicyConfig

func (*CloudFront) GetOriginRequestPolicyConfigWithContext added in v1.33.8

func (c *CloudFront) GetOriginRequestPolicyConfigWithContext(ctx aws.Context, input *GetOriginRequestPolicyConfigInput, opts ...request.Option) (*GetOriginRequestPolicyConfigOutput, error)

GetOriginRequestPolicyConfigWithContext is the same as GetOriginRequestPolicyConfig with the addition of the ability to pass a context and additional request options.

See GetOriginRequestPolicyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetOriginRequestPolicyRequest added in v1.33.8

func (c *CloudFront) GetOriginRequestPolicyRequest(input *GetOriginRequestPolicyInput) (req *request.Request, output *GetOriginRequestPolicyOutput)

GetOriginRequestPolicyRequest generates a "aws/request.Request" representing the client's request for the GetOriginRequestPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOriginRequestPolicy for more information on using the GetOriginRequestPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOriginRequestPolicyRequest method.
req, resp := client.GetOriginRequestPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicy

func (*CloudFront) GetOriginRequestPolicyWithContext added in v1.33.8

func (c *CloudFront) GetOriginRequestPolicyWithContext(ctx aws.Context, input *GetOriginRequestPolicyInput, opts ...request.Option) (*GetOriginRequestPolicyOutput, error)

GetOriginRequestPolicyWithContext is the same as GetOriginRequestPolicy with the addition of the ability to pass a context and additional request options.

See GetOriginRequestPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetPublicKey added in v1.13.26

func (c *CloudFront) GetPublicKey(input *GetPublicKeyInput) (*GetPublicKeyOutput, error)

GetPublicKey API operation for Amazon CloudFront.

Get the public key information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetPublicKey for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKey

func (*CloudFront) GetPublicKeyConfig added in v1.13.26

func (c *CloudFront) GetPublicKeyConfig(input *GetPublicKeyConfigInput) (*GetPublicKeyConfigOutput, error)

GetPublicKeyConfig API operation for Amazon CloudFront.

Return public key configuration informaation

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetPublicKeyConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKeyConfig

func (*CloudFront) GetPublicKeyConfigRequest added in v1.13.26

func (c *CloudFront) GetPublicKeyConfigRequest(input *GetPublicKeyConfigInput) (req *request.Request, output *GetPublicKeyConfigOutput)

GetPublicKeyConfigRequest generates a "aws/request.Request" representing the client's request for the GetPublicKeyConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPublicKeyConfig for more information on using the GetPublicKeyConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPublicKeyConfigRequest method.
req, resp := client.GetPublicKeyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKeyConfig

func (*CloudFront) GetPublicKeyConfigWithContext added in v1.13.26

func (c *CloudFront) GetPublicKeyConfigWithContext(ctx aws.Context, input *GetPublicKeyConfigInput, opts ...request.Option) (*GetPublicKeyConfigOutput, error)

GetPublicKeyConfigWithContext is the same as GetPublicKeyConfig with the addition of the ability to pass a context and additional request options.

See GetPublicKeyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetPublicKeyRequest added in v1.13.26

func (c *CloudFront) GetPublicKeyRequest(input *GetPublicKeyInput) (req *request.Request, output *GetPublicKeyOutput)

GetPublicKeyRequest generates a "aws/request.Request" representing the client's request for the GetPublicKey operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPublicKey for more information on using the GetPublicKey API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPublicKeyRequest method.
req, resp := client.GetPublicKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKey

func (*CloudFront) GetPublicKeyWithContext added in v1.13.26

func (c *CloudFront) GetPublicKeyWithContext(ctx aws.Context, input *GetPublicKeyInput, opts ...request.Option) (*GetPublicKeyOutput, error)

GetPublicKeyWithContext is the same as GetPublicKey with the addition of the ability to pass a context and additional request options.

See GetPublicKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetStreamingDistribution

func (c *CloudFront) GetStreamingDistribution(input *GetStreamingDistributionInput) (*GetStreamingDistributionOutput, error)

GetStreamingDistribution API operation for Amazon CloudFront.

Gets information about a specified RTMP distribution, including the distribution configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetStreamingDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchStreamingDistribution "NoSuchStreamingDistribution" The specified streaming distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistribution

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.GetStreamingDistributionInput{}

	result, err := svc.GetStreamingDistribution(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeNoSuchStreamingDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchStreamingDistribution, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) GetStreamingDistributionConfig

func (c *CloudFront) GetStreamingDistributionConfig(input *GetStreamingDistributionConfigInput) (*GetStreamingDistributionConfigOutput, error)

GetStreamingDistributionConfig API operation for Amazon CloudFront.

Get the configuration information about a streaming distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetStreamingDistributionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchStreamingDistribution "NoSuchStreamingDistribution" The specified streaming distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistributionConfig

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.GetStreamingDistributionConfigInput{}

	result, err := svc.GetStreamingDistributionConfig(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeNoSuchStreamingDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchStreamingDistribution, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) GetStreamingDistributionConfigRequest

func (c *CloudFront) GetStreamingDistributionConfigRequest(input *GetStreamingDistributionConfigInput) (req *request.Request, output *GetStreamingDistributionConfigOutput)

GetStreamingDistributionConfigRequest generates a "aws/request.Request" representing the client's request for the GetStreamingDistributionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetStreamingDistributionConfig for more information on using the GetStreamingDistributionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetStreamingDistributionConfigRequest method.
req, resp := client.GetStreamingDistributionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistributionConfig

func (*CloudFront) GetStreamingDistributionConfigWithContext added in v1.8.0

func (c *CloudFront) GetStreamingDistributionConfigWithContext(ctx aws.Context, input *GetStreamingDistributionConfigInput, opts ...request.Option) (*GetStreamingDistributionConfigOutput, error)

GetStreamingDistributionConfigWithContext is the same as GetStreamingDistributionConfig with the addition of the ability to pass a context and additional request options.

See GetStreamingDistributionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetStreamingDistributionRequest

func (c *CloudFront) GetStreamingDistributionRequest(input *GetStreamingDistributionInput) (req *request.Request, output *GetStreamingDistributionOutput)

GetStreamingDistributionRequest generates a "aws/request.Request" representing the client's request for the GetStreamingDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetStreamingDistribution for more information on using the GetStreamingDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetStreamingDistributionRequest method.
req, resp := client.GetStreamingDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistribution

func (*CloudFront) GetStreamingDistributionWithContext added in v1.8.0

func (c *CloudFront) GetStreamingDistributionWithContext(ctx aws.Context, input *GetStreamingDistributionInput, opts ...request.Option) (*GetStreamingDistributionOutput, error)

GetStreamingDistributionWithContext is the same as GetStreamingDistribution with the addition of the ability to pass a context and additional request options.

See GetStreamingDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListCachePolicies added in v1.33.8

func (c *CloudFront) ListCachePolicies(input *ListCachePoliciesInput) (*ListCachePoliciesOutput, error)

ListCachePolicies API operation for Amazon CloudFront.

Gets a list of cache policies.

You can optionally apply a filter to return only the managed policies created by AWS, or only the custom policies created in your AWS account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListCachePolicies for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCachePolicies

func (*CloudFront) ListCachePoliciesRequest added in v1.33.8

func (c *CloudFront) ListCachePoliciesRequest(input *ListCachePoliciesInput) (req *request.Request, output *ListCachePoliciesOutput)

ListCachePoliciesRequest generates a "aws/request.Request" representing the client's request for the ListCachePolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCachePolicies for more information on using the ListCachePolicies API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCachePoliciesRequest method.
req, resp := client.ListCachePoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCachePolicies

func (*CloudFront) ListCachePoliciesWithContext added in v1.33.8

func (c *CloudFront) ListCachePoliciesWithContext(ctx aws.Context, input *ListCachePoliciesInput, opts ...request.Option) (*ListCachePoliciesOutput, error)

ListCachePoliciesWithContext is the same as ListCachePolicies with the addition of the ability to pass a context and additional request options.

See ListCachePolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListCloudFrontOriginAccessIdentities

ListCloudFrontOriginAccessIdentities API operation for Amazon CloudFront.

Lists origin access identities.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListCloudFrontOriginAccessIdentities for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCloudFrontOriginAccessIdentities

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.ListCloudFrontOriginAccessIdentitiesInput{}

	result, err := svc.ListCloudFrontOriginAccessIdentities(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) ListCloudFrontOriginAccessIdentitiesPages

func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesPages(input *ListCloudFrontOriginAccessIdentitiesInput, fn func(*ListCloudFrontOriginAccessIdentitiesOutput, bool) bool) error

ListCloudFrontOriginAccessIdentitiesPages iterates over the pages of a ListCloudFrontOriginAccessIdentities operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCloudFrontOriginAccessIdentities method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCloudFrontOriginAccessIdentities operation.
pageNum := 0
err := client.ListCloudFrontOriginAccessIdentitiesPages(params,
    func(page *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CloudFront) ListCloudFrontOriginAccessIdentitiesPagesWithContext added in v1.8.0

func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesPagesWithContext(ctx aws.Context, input *ListCloudFrontOriginAccessIdentitiesInput, fn func(*ListCloudFrontOriginAccessIdentitiesOutput, bool) bool, opts ...request.Option) error

ListCloudFrontOriginAccessIdentitiesPagesWithContext same as ListCloudFrontOriginAccessIdentitiesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListCloudFrontOriginAccessIdentitiesRequest

func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesRequest(input *ListCloudFrontOriginAccessIdentitiesInput) (req *request.Request, output *ListCloudFrontOriginAccessIdentitiesOutput)

ListCloudFrontOriginAccessIdentitiesRequest generates a "aws/request.Request" representing the client's request for the ListCloudFrontOriginAccessIdentities operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCloudFrontOriginAccessIdentities for more information on using the ListCloudFrontOriginAccessIdentities API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCloudFrontOriginAccessIdentitiesRequest method.
req, resp := client.ListCloudFrontOriginAccessIdentitiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCloudFrontOriginAccessIdentities

func (*CloudFront) ListCloudFrontOriginAccessIdentitiesWithContext added in v1.8.0

func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesWithContext(ctx aws.Context, input *ListCloudFrontOriginAccessIdentitiesInput, opts ...request.Option) (*ListCloudFrontOriginAccessIdentitiesOutput, error)

ListCloudFrontOriginAccessIdentitiesWithContext is the same as ListCloudFrontOriginAccessIdentities with the addition of the ability to pass a context and additional request options.

See ListCloudFrontOriginAccessIdentities for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributions

func (c *CloudFront) ListDistributions(input *ListDistributionsInput) (*ListDistributionsOutput, error)

ListDistributions API operation for Amazon CloudFront.

List CloudFront distributions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributions for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributions

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.ListDistributionsInput{}

	result, err := svc.ListDistributions(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) ListDistributionsByCachePolicyId added in v1.33.8

func (c *CloudFront) ListDistributionsByCachePolicyId(input *ListDistributionsByCachePolicyIdInput) (*ListDistributionsByCachePolicyIdOutput, error)

ListDistributionsByCachePolicyId API operation for Amazon CloudFront.

Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified cache policy.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributionsByCachePolicyId for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByCachePolicyId

func (*CloudFront) ListDistributionsByCachePolicyIdRequest added in v1.33.8

func (c *CloudFront) ListDistributionsByCachePolicyIdRequest(input *ListDistributionsByCachePolicyIdInput) (req *request.Request, output *ListDistributionsByCachePolicyIdOutput)

ListDistributionsByCachePolicyIdRequest generates a "aws/request.Request" representing the client's request for the ListDistributionsByCachePolicyId operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributionsByCachePolicyId for more information on using the ListDistributionsByCachePolicyId API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsByCachePolicyIdRequest method.
req, resp := client.ListDistributionsByCachePolicyIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByCachePolicyId

func (*CloudFront) ListDistributionsByCachePolicyIdWithContext added in v1.33.8

func (c *CloudFront) ListDistributionsByCachePolicyIdWithContext(ctx aws.Context, input *ListDistributionsByCachePolicyIdInput, opts ...request.Option) (*ListDistributionsByCachePolicyIdOutput, error)

ListDistributionsByCachePolicyIdWithContext is the same as ListDistributionsByCachePolicyId with the addition of the ability to pass a context and additional request options.

See ListDistributionsByCachePolicyId for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsByOriginRequestPolicyId added in v1.33.8

ListDistributionsByOriginRequestPolicyId API operation for Amazon CloudFront.

Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified origin request policy.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributionsByOriginRequestPolicyId for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByOriginRequestPolicyId

func (*CloudFront) ListDistributionsByOriginRequestPolicyIdRequest added in v1.33.8

func (c *CloudFront) ListDistributionsByOriginRequestPolicyIdRequest(input *ListDistributionsByOriginRequestPolicyIdInput) (req *request.Request, output *ListDistributionsByOriginRequestPolicyIdOutput)

ListDistributionsByOriginRequestPolicyIdRequest generates a "aws/request.Request" representing the client's request for the ListDistributionsByOriginRequestPolicyId operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributionsByOriginRequestPolicyId for more information on using the ListDistributionsByOriginRequestPolicyId API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsByOriginRequestPolicyIdRequest method.
req, resp := client.ListDistributionsByOriginRequestPolicyIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByOriginRequestPolicyId

func (*CloudFront) ListDistributionsByOriginRequestPolicyIdWithContext added in v1.33.8

func (c *CloudFront) ListDistributionsByOriginRequestPolicyIdWithContext(ctx aws.Context, input *ListDistributionsByOriginRequestPolicyIdInput, opts ...request.Option) (*ListDistributionsByOriginRequestPolicyIdOutput, error)

ListDistributionsByOriginRequestPolicyIdWithContext is the same as ListDistributionsByOriginRequestPolicyId with the addition of the ability to pass a context and additional request options.

See ListDistributionsByOriginRequestPolicyId for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsByWebACLId added in v0.9.12

func (c *CloudFront) ListDistributionsByWebACLId(input *ListDistributionsByWebACLIdInput) (*ListDistributionsByWebACLIdOutput, error)

ListDistributionsByWebACLId API operation for Amazon CloudFront.

List the distributions that are associated with a specified AWS WAF web ACL.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributionsByWebACLId for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidWebACLId "InvalidWebACLId" A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByWebACLId

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.ListDistributionsByWebACLIdInput{}

	result, err := svc.ListDistributionsByWebACLId(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInvalidWebACLId:
				fmt.Println(cloudfront.ErrCodeInvalidWebACLId, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) ListDistributionsByWebACLIdRequest added in v0.9.12

func (c *CloudFront) ListDistributionsByWebACLIdRequest(input *ListDistributionsByWebACLIdInput) (req *request.Request, output *ListDistributionsByWebACLIdOutput)

ListDistributionsByWebACLIdRequest generates a "aws/request.Request" representing the client's request for the ListDistributionsByWebACLId operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributionsByWebACLId for more information on using the ListDistributionsByWebACLId API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsByWebACLIdRequest method.
req, resp := client.ListDistributionsByWebACLIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByWebACLId

func (*CloudFront) ListDistributionsByWebACLIdWithContext added in v1.8.0

func (c *CloudFront) ListDistributionsByWebACLIdWithContext(ctx aws.Context, input *ListDistributionsByWebACLIdInput, opts ...request.Option) (*ListDistributionsByWebACLIdOutput, error)

ListDistributionsByWebACLIdWithContext is the same as ListDistributionsByWebACLId with the addition of the ability to pass a context and additional request options.

See ListDistributionsByWebACLId for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsPages

func (c *CloudFront) ListDistributionsPages(input *ListDistributionsInput, fn func(*ListDistributionsOutput, bool) bool) error

ListDistributionsPages iterates over the pages of a ListDistributions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDistributions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDistributions operation.
pageNum := 0
err := client.ListDistributionsPages(params,
    func(page *cloudfront.ListDistributionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CloudFront) ListDistributionsPagesWithContext added in v1.8.0

func (c *CloudFront) ListDistributionsPagesWithContext(ctx aws.Context, input *ListDistributionsInput, fn func(*ListDistributionsOutput, bool) bool, opts ...request.Option) error

ListDistributionsPagesWithContext same as ListDistributionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsRequest

func (c *CloudFront) ListDistributionsRequest(input *ListDistributionsInput) (req *request.Request, output *ListDistributionsOutput)

ListDistributionsRequest generates a "aws/request.Request" representing the client's request for the ListDistributions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributions for more information on using the ListDistributions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsRequest method.
req, resp := client.ListDistributionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributions

func (*CloudFront) ListDistributionsWithContext added in v1.8.0

func (c *CloudFront) ListDistributionsWithContext(ctx aws.Context, input *ListDistributionsInput, opts ...request.Option) (*ListDistributionsOutput, error)

ListDistributionsWithContext is the same as ListDistributions with the addition of the ability to pass a context and additional request options.

See ListDistributions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListFieldLevelEncryptionConfigs added in v1.13.26

func (c *CloudFront) ListFieldLevelEncryptionConfigs(input *ListFieldLevelEncryptionConfigsInput) (*ListFieldLevelEncryptionConfigsOutput, error)

ListFieldLevelEncryptionConfigs API operation for Amazon CloudFront.

List all field-level encryption configurations that have been created in CloudFront for this account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListFieldLevelEncryptionConfigs for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionConfigs

func (*CloudFront) ListFieldLevelEncryptionConfigsRequest added in v1.13.26

func (c *CloudFront) ListFieldLevelEncryptionConfigsRequest(input *ListFieldLevelEncryptionConfigsInput) (req *request.Request, output *ListFieldLevelEncryptionConfigsOutput)

ListFieldLevelEncryptionConfigsRequest generates a "aws/request.Request" representing the client's request for the ListFieldLevelEncryptionConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFieldLevelEncryptionConfigs for more information on using the ListFieldLevelEncryptionConfigs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFieldLevelEncryptionConfigsRequest method.
req, resp := client.ListFieldLevelEncryptionConfigsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionConfigs

func (*CloudFront) ListFieldLevelEncryptionConfigsWithContext added in v1.13.26

func (c *CloudFront) ListFieldLevelEncryptionConfigsWithContext(ctx aws.Context, input *ListFieldLevelEncryptionConfigsInput, opts ...request.Option) (*ListFieldLevelEncryptionConfigsOutput, error)

ListFieldLevelEncryptionConfigsWithContext is the same as ListFieldLevelEncryptionConfigs with the addition of the ability to pass a context and additional request options.

See ListFieldLevelEncryptionConfigs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListFieldLevelEncryptionProfiles added in v1.13.26

func (c *CloudFront) ListFieldLevelEncryptionProfiles(input *ListFieldLevelEncryptionProfilesInput) (*ListFieldLevelEncryptionProfilesOutput, error)

ListFieldLevelEncryptionProfiles API operation for Amazon CloudFront.

Request a list of field-level encryption profiles that have been created in CloudFront for this account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListFieldLevelEncryptionProfiles for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionProfiles

func (*CloudFront) ListFieldLevelEncryptionProfilesRequest added in v1.13.26

func (c *CloudFront) ListFieldLevelEncryptionProfilesRequest(input *ListFieldLevelEncryptionProfilesInput) (req *request.Request, output *ListFieldLevelEncryptionProfilesOutput)

ListFieldLevelEncryptionProfilesRequest generates a "aws/request.Request" representing the client's request for the ListFieldLevelEncryptionProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFieldLevelEncryptionProfiles for more information on using the ListFieldLevelEncryptionProfiles API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFieldLevelEncryptionProfilesRequest method.
req, resp := client.ListFieldLevelEncryptionProfilesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionProfiles

func (*CloudFront) ListFieldLevelEncryptionProfilesWithContext added in v1.13.26

func (c *CloudFront) ListFieldLevelEncryptionProfilesWithContext(ctx aws.Context, input *ListFieldLevelEncryptionProfilesInput, opts ...request.Option) (*ListFieldLevelEncryptionProfilesOutput, error)

ListFieldLevelEncryptionProfilesWithContext is the same as ListFieldLevelEncryptionProfiles with the addition of the ability to pass a context and additional request options.

See ListFieldLevelEncryptionProfiles for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListInvalidations

func (c *CloudFront) ListInvalidations(input *ListInvalidationsInput) (*ListInvalidationsOutput, error)

ListInvalidations API operation for Amazon CloudFront.

Lists invalidation batches.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListInvalidations for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListInvalidations

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.ListInvalidationsInput{}

	result, err := svc.ListInvalidations(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeNoSuchDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) ListInvalidationsPages

func (c *CloudFront) ListInvalidationsPages(input *ListInvalidationsInput, fn func(*ListInvalidationsOutput, bool) bool) error

ListInvalidationsPages iterates over the pages of a ListInvalidations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListInvalidations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListInvalidations operation.
pageNum := 0
err := client.ListInvalidationsPages(params,
    func(page *cloudfront.ListInvalidationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CloudFront) ListInvalidationsPagesWithContext added in v1.8.0

func (c *CloudFront) ListInvalidationsPagesWithContext(ctx aws.Context, input *ListInvalidationsInput, fn func(*ListInvalidationsOutput, bool) bool, opts ...request.Option) error

ListInvalidationsPagesWithContext same as ListInvalidationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListInvalidationsRequest

func (c *CloudFront) ListInvalidationsRequest(input *ListInvalidationsInput) (req *request.Request, output *ListInvalidationsOutput)

ListInvalidationsRequest generates a "aws/request.Request" representing the client's request for the ListInvalidations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListInvalidations for more information on using the ListInvalidations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListInvalidationsRequest method.
req, resp := client.ListInvalidationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListInvalidations

func (*CloudFront) ListInvalidationsWithContext added in v1.8.0

func (c *CloudFront) ListInvalidationsWithContext(ctx aws.Context, input *ListInvalidationsInput, opts ...request.Option) (*ListInvalidationsOutput, error)

ListInvalidationsWithContext is the same as ListInvalidations with the addition of the ability to pass a context and additional request options.

See ListInvalidations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListOriginRequestPolicies added in v1.33.8

func (c *CloudFront) ListOriginRequestPolicies(input *ListOriginRequestPoliciesInput) (*ListOriginRequestPoliciesOutput, error)

ListOriginRequestPolicies API operation for Amazon CloudFront.

Gets a list of origin request policies.

You can optionally apply a filter to return only the managed policies created by AWS, or only the custom policies created in your AWS account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListOriginRequestPolicies for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginRequestPolicies

func (*CloudFront) ListOriginRequestPoliciesRequest added in v1.33.8

func (c *CloudFront) ListOriginRequestPoliciesRequest(input *ListOriginRequestPoliciesInput) (req *request.Request, output *ListOriginRequestPoliciesOutput)

ListOriginRequestPoliciesRequest generates a "aws/request.Request" representing the client's request for the ListOriginRequestPolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOriginRequestPolicies for more information on using the ListOriginRequestPolicies API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOriginRequestPoliciesRequest method.
req, resp := client.ListOriginRequestPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginRequestPolicies

func (*CloudFront) ListOriginRequestPoliciesWithContext added in v1.33.8

func (c *CloudFront) ListOriginRequestPoliciesWithContext(ctx aws.Context, input *ListOriginRequestPoliciesInput, opts ...request.Option) (*ListOriginRequestPoliciesOutput, error)

ListOriginRequestPoliciesWithContext is the same as ListOriginRequestPolicies with the addition of the ability to pass a context and additional request options.

See ListOriginRequestPolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListPublicKeys added in v1.13.26

func (c *CloudFront) ListPublicKeys(input *ListPublicKeysInput) (*ListPublicKeysOutput, error)

ListPublicKeys API operation for Amazon CloudFront.

List all public keys that have been added to CloudFront for this account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListPublicKeys for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListPublicKeys

func (*CloudFront) ListPublicKeysRequest added in v1.13.26

func (c *CloudFront) ListPublicKeysRequest(input *ListPublicKeysInput) (req *request.Request, output *ListPublicKeysOutput)

ListPublicKeysRequest generates a "aws/request.Request" representing the client's request for the ListPublicKeys operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPublicKeys for more information on using the ListPublicKeys API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPublicKeysRequest method.
req, resp := client.ListPublicKeysRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListPublicKeys

func (*CloudFront) ListPublicKeysWithContext added in v1.13.26

func (c *CloudFront) ListPublicKeysWithContext(ctx aws.Context, input *ListPublicKeysInput, opts ...request.Option) (*ListPublicKeysOutput, error)

ListPublicKeysWithContext is the same as ListPublicKeys with the addition of the ability to pass a context and additional request options.

See ListPublicKeys for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListStreamingDistributions

func (c *CloudFront) ListStreamingDistributions(input *ListStreamingDistributionsInput) (*ListStreamingDistributionsOutput, error)

ListStreamingDistributions API operation for Amazon CloudFront.

List streaming distributions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListStreamingDistributions for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListStreamingDistributions

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.ListStreamingDistributionsInput{}

	result, err := svc.ListStreamingDistributions(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) ListStreamingDistributionsPages

func (c *CloudFront) ListStreamingDistributionsPages(input *ListStreamingDistributionsInput, fn func(*ListStreamingDistributionsOutput, bool) bool) error

ListStreamingDistributionsPages iterates over the pages of a ListStreamingDistributions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListStreamingDistributions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListStreamingDistributions operation.
pageNum := 0
err := client.ListStreamingDistributionsPages(params,
    func(page *cloudfront.ListStreamingDistributionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CloudFront) ListStreamingDistributionsPagesWithContext added in v1.8.0

func (c *CloudFront) ListStreamingDistributionsPagesWithContext(ctx aws.Context, input *ListStreamingDistributionsInput, fn func(*ListStreamingDistributionsOutput, bool) bool, opts ...request.Option) error

ListStreamingDistributionsPagesWithContext same as ListStreamingDistributionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListStreamingDistributionsRequest

func (c *CloudFront) ListStreamingDistributionsRequest(input *ListStreamingDistributionsInput) (req *request.Request, output *ListStreamingDistributionsOutput)

ListStreamingDistributionsRequest generates a "aws/request.Request" representing the client's request for the ListStreamingDistributions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListStreamingDistributions for more information on using the ListStreamingDistributions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListStreamingDistributionsRequest method.
req, resp := client.ListStreamingDistributionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListStreamingDistributions

func (*CloudFront) ListStreamingDistributionsWithContext added in v1.8.0

func (c *CloudFront) ListStreamingDistributionsWithContext(ctx aws.Context, input *ListStreamingDistributionsInput, opts ...request.Option) (*ListStreamingDistributionsOutput, error)

ListStreamingDistributionsWithContext is the same as ListStreamingDistributions with the addition of the ability to pass a context and additional request options.

See ListStreamingDistributions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListTagsForResource added in v1.4.0

func (c *CloudFront) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon CloudFront.

List tags for a CloudFront resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListTagsForResource for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidTagging "InvalidTagging" The tagging specified is not valid.

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListTagsForResource

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.ListTagsForResourceInput{}

	result, err := svc.ListTagsForResource(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInvalidTagging:
				fmt.Println(cloudfront.ErrCodeInvalidTagging, aerr.Error())
			case cloudfront.ErrCodeNoSuchResource:
				fmt.Println(cloudfront.ErrCodeNoSuchResource, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) ListTagsForResourceRequest added in v1.4.0

func (c *CloudFront) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListTagsForResource

func (*CloudFront) ListTagsForResourceWithContext added in v1.8.0

func (c *CloudFront) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) TagResource added in v1.4.0

func (c *CloudFront) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for Amazon CloudFront.

Add tags to a CloudFront resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation TagResource for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidTagging "InvalidTagging" The tagging specified is not valid.

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TagResource

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.TagResourceInput{}

	result, err := svc.TagResource(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInvalidTagging:
				fmt.Println(cloudfront.ErrCodeInvalidTagging, aerr.Error())
			case cloudfront.ErrCodeNoSuchResource:
				fmt.Println(cloudfront.ErrCodeNoSuchResource, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) TagResourceRequest added in v1.4.0

func (c *CloudFront) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TagResource

func (*CloudFront) TagResourceWithContext added in v1.8.0

func (c *CloudFront) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UntagResource added in v1.4.0

func (c *CloudFront) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for Amazon CloudFront.

Remove tags from a CloudFront resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UntagResource for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidTagging "InvalidTagging" The tagging specified is not valid.

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UntagResource

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.UntagResourceInput{}

	result, err := svc.UntagResource(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInvalidTagging:
				fmt.Println(cloudfront.ErrCodeInvalidTagging, aerr.Error())
			case cloudfront.ErrCodeNoSuchResource:
				fmt.Println(cloudfront.ErrCodeNoSuchResource, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) UntagResourceRequest added in v1.4.0

func (c *CloudFront) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UntagResource

func (*CloudFront) UntagResourceWithContext added in v1.8.0

func (c *CloudFront) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateCachePolicy added in v1.33.8

func (c *CloudFront) UpdateCachePolicy(input *UpdateCachePolicyInput) (*UpdateCachePolicyOutput, error)

UpdateCachePolicy API operation for Amazon CloudFront.

Updates a cache policy configuration.

When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:

Use GetCachePolicyConfig to get the current configuration.

Locally modify the fields in the cache policy configuration that you want to update.

Call UpdateCachePolicy by providing the entire cache policy configuration, including the fields that you modified and those that you didn’t.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateCachePolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeCachePolicyAlreadyExists "CachePolicyAlreadyExists" A cache policy with this name already exists. You must provide a unique name. To modify an existing cache policy, use UpdateCachePolicy.

  • ErrCodeTooManyHeadersInCachePolicy "TooManyHeadersInCachePolicy" The number of headers in the cache policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyCookiesInCachePolicy "TooManyCookiesInCachePolicy" The number of cookies in the cache policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyQueryStringsInCachePolicy "TooManyQueryStringsInCachePolicy" The number of query strings in the cache policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCachePolicy

func (*CloudFront) UpdateCachePolicyRequest added in v1.33.8

func (c *CloudFront) UpdateCachePolicyRequest(input *UpdateCachePolicyInput) (req *request.Request, output *UpdateCachePolicyOutput)

UpdateCachePolicyRequest generates a "aws/request.Request" representing the client's request for the UpdateCachePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateCachePolicy for more information on using the UpdateCachePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateCachePolicyRequest method.
req, resp := client.UpdateCachePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCachePolicy

func (*CloudFront) UpdateCachePolicyWithContext added in v1.33.8

func (c *CloudFront) UpdateCachePolicyWithContext(ctx aws.Context, input *UpdateCachePolicyInput, opts ...request.Option) (*UpdateCachePolicyOutput, error)

UpdateCachePolicyWithContext is the same as UpdateCachePolicy with the addition of the ability to pass a context and additional request options.

See UpdateCachePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateCloudFrontOriginAccessIdentity

UpdateCloudFrontOriginAccessIdentity API operation for Amazon CloudFront.

Update an origin access identity.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateCloudFrontOriginAccessIdentity for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeNoSuchCloudFrontOriginAccessIdentity "NoSuchCloudFrontOriginAccessIdentity" The specified origin access identity does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCloudFrontOriginAccessIdentity

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.UpdateCloudFrontOriginAccessIdentityInput{}

	result, err := svc.UpdateCloudFrontOriginAccessIdentity(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeIllegalUpdate:
				fmt.Println(cloudfront.ErrCodeIllegalUpdate, aerr.Error())
			case cloudfront.ErrCodeInvalidIfMatchVersion:
				fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
			case cloudfront.ErrCodeMissingBody:
				fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
			case cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity:
				fmt.Println(cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity, aerr.Error())
			case cloudfront.ErrCodePreconditionFailed:
				fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInconsistentQuantities:
				fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) UpdateCloudFrontOriginAccessIdentityRequest

func (c *CloudFront) UpdateCloudFrontOriginAccessIdentityRequest(input *UpdateCloudFrontOriginAccessIdentityInput) (req *request.Request, output *UpdateCloudFrontOriginAccessIdentityOutput)

UpdateCloudFrontOriginAccessIdentityRequest generates a "aws/request.Request" representing the client's request for the UpdateCloudFrontOriginAccessIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateCloudFrontOriginAccessIdentity for more information on using the UpdateCloudFrontOriginAccessIdentity API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateCloudFrontOriginAccessIdentityRequest method.
req, resp := client.UpdateCloudFrontOriginAccessIdentityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCloudFrontOriginAccessIdentity

func (*CloudFront) UpdateCloudFrontOriginAccessIdentityWithContext added in v1.8.0

func (c *CloudFront) UpdateCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *UpdateCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*UpdateCloudFrontOriginAccessIdentityOutput, error)

UpdateCloudFrontOriginAccessIdentityWithContext is the same as UpdateCloudFrontOriginAccessIdentity with the addition of the ability to pass a context and additional request options.

See UpdateCloudFrontOriginAccessIdentity for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateDistribution

func (c *CloudFront) UpdateDistribution(input *UpdateDistributionInput) (*UpdateDistributionOutput, error)

UpdateDistribution API operation for Amazon CloudFront.

Updates the configuration for a web distribution.

When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using this API action, follow the steps here to get the current configuration and then make your updates, to make sure that you include all of the required fields. To view a summary, see Required Fields for Create Distribution and Update Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html) in the Amazon CloudFront Developer Guide.

The update process includes getting the current distribution configuration, updating the XML document that is returned to make your changes, and then submitting an UpdateDistribution request to make the updates.

For information about updating a distribution using the CloudFront console instead, see Creating a Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-creating-console.html) in the Amazon CloudFront Developer Guide.

To update a web distribution using the CloudFront API

Submit a GetDistributionConfig (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistributionConfig.html) request to get the current configuration and an Etag header for the distribution.

If you update the distribution again, you must get a new Etag header.

Update the XML document that was returned in the response to your GetDistributionConfig request to include your changes.

When you edit the XML file, be aware of the following:

  • You must strip out the ETag parameter that is returned.

  • Additional fields are required when you update a distribution. There may be fields included in the XML file for features that you haven't configured for your distribution. This is expected and required to successfully update the distribution.

  • You can't change the value of CallerReference. If you try to change this value, CloudFront returns an IllegalUpdate error.

  • The new configuration replaces the existing configuration; the values that you specify in an UpdateDistribution request are not merged into your existing configuration. When you add, delete, or replace values in an element that allows multiple values (for example, CNAME), you must specify all of the values that you want to appear in the updated distribution. In addition, you must update the corresponding Quantity element.

Submit an UpdateDistribution request to update the configuration for your distribution:

  • In the request body, include the XML document that you updated in Step 2. The request body must include an XML document with a DistributionConfig element.

  • Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GetDistributionConfig request in Step 1.

Review the response to the UpdateDistribution request to confirm that the configuration was successfully updated.

Optional: Submit a GetDistribution (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html) request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeCNAMEAlreadyExists "CNAMEAlreadyExists" The CNAME specified is already defined for CloudFront.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeTooManyDistributionCNAMEs "TooManyDistributionCNAMEs" Your request contains more CNAMEs than are allowed per distribution.

  • ErrCodeInvalidDefaultRootObject "InvalidDefaultRootObject" The default root object file name is too big or contains an invalid character.

  • ErrCodeInvalidRelativePath "InvalidRelativePath" The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

  • ErrCodeInvalidErrorCode "InvalidErrorCode" An invalid error code was specified.

  • ErrCodeInvalidResponseCode "InvalidResponseCode" A response code is not valid.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidOriginAccessIdentity "InvalidOriginAccessIdentity" The origin access identity is not valid or doesn't exist.

  • ErrCodeTooManyTrustedSigners "TooManyTrustedSigners" Your request contains more trusted signers than are allowed per distribution.

  • ErrCodeTrustedSignerDoesNotExist "TrustedSignerDoesNotExist" One or more of your trusted signers don't exist.

  • ErrCodeInvalidViewerCertificate "InvalidViewerCertificate" A viewer certificate specified is not valid.

  • ErrCodeInvalidMinimumProtocolVersion "InvalidMinimumProtocolVersion" The minimum protocol version specified is not valid.

  • ErrCodeInvalidRequiredProtocol "InvalidRequiredProtocol" This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

  • ErrCodeNoSuchOrigin "NoSuchOrigin" No origin exists with the specified Origin Id.

  • ErrCodeTooManyOrigins "TooManyOrigins" You cannot create more origins for the distribution.

  • ErrCodeTooManyOriginGroupsPerDistribution "TooManyOriginGroupsPerDistribution" Processing your request would cause you to exceed the maximum number of origin groups allowed.

  • ErrCodeTooManyCacheBehaviors "TooManyCacheBehaviors" You cannot create more cache behaviors for the distribution.

  • ErrCodeTooManyCookieNamesInWhiteList "TooManyCookieNamesInWhiteList" Your request contains more cookie names in the whitelist than are allowed per cache behavior.

  • ErrCodeInvalidForwardCookies "InvalidForwardCookies" Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

  • ErrCodeTooManyHeadersInForwardedValues "TooManyHeadersInForwardedValues" Your request contains too many headers in forwarded values.

  • ErrCodeInvalidHeadersForS3Origin "InvalidHeadersForS3Origin" The headers specified are not valid for an Amazon S3 origin.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeTooManyCertificates "TooManyCertificates" You cannot create anymore custom SSL/TLS certificates.

  • ErrCodeInvalidLocationCode "InvalidLocationCode" The location code specified is not valid.

  • ErrCodeInvalidGeoRestrictionParameter "InvalidGeoRestrictionParameter" The specified geo restriction parameter is not valid.

  • ErrCodeInvalidTTLOrder "InvalidTTLOrder" The TTL order specified is not valid.

  • ErrCodeInvalidWebACLId "InvalidWebACLId" A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

  • ErrCodeTooManyOriginCustomHeaders "TooManyOriginCustomHeaders" Your request contains too many origin custom headers.

  • ErrCodeTooManyQueryStringParameters "TooManyQueryStringParameters" Your request contains too many query string parameters.

  • ErrCodeInvalidQueryStringParameters "InvalidQueryStringParameters" The query string parameters specified are not valid.

  • ErrCodeTooManyDistributionsWithLambdaAssociations "TooManyDistributionsWithLambdaAssociations" Processing your request would cause the maximum number of distributions with Lambda function associations per owner to be exceeded.

  • ErrCodeTooManyDistributionsWithSingleFunctionARN "TooManyDistributionsWithSingleFunctionARN" The maximum number of distributions have been associated with the specified Lambda function.

  • ErrCodeTooManyLambdaFunctionAssociations "TooManyLambdaFunctionAssociations" Your request contains more Lambda function associations than are allowed per distribution.

  • ErrCodeInvalidLambdaFunctionAssociation "InvalidLambdaFunctionAssociation" The specified Lambda function association is invalid.

  • ErrCodeInvalidOriginReadTimeout "InvalidOriginReadTimeout" The read timeout specified for the origin is not valid.

  • ErrCodeInvalidOriginKeepaliveTimeout "InvalidOriginKeepaliveTimeout" The keep alive timeout specified for the origin is not valid.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

  • ErrCodeIllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior" The specified configuration for field-level encryption can't be associated with the specified cache behavior.

  • ErrCodeTooManyDistributionsAssociatedToFieldLevelEncryptionConfig "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig" The maximum number of distributions have been associated with the specified configuration for field-level encryption.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToCachePolicy "TooManyDistributionsAssociatedToCachePolicy" The maximum number of distributions have been associated with the specified cache policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToOriginRequestPolicy "TooManyDistributionsAssociatedToOriginRequestPolicy" The maximum number of distributions have been associated with the specified origin request policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateDistribution

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.UpdateDistributionInput{}

	result, err := svc.UpdateDistribution(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeCNAMEAlreadyExists:
				fmt.Println(cloudfront.ErrCodeCNAMEAlreadyExists, aerr.Error())
			case cloudfront.ErrCodeIllegalUpdate:
				fmt.Println(cloudfront.ErrCodeIllegalUpdate, aerr.Error())
			case cloudfront.ErrCodeInvalidIfMatchVersion:
				fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
			case cloudfront.ErrCodeMissingBody:
				fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
			case cloudfront.ErrCodeNoSuchDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
			case cloudfront.ErrCodePreconditionFailed:
				fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
			case cloudfront.ErrCodeTooManyDistributionCNAMEs:
				fmt.Println(cloudfront.ErrCodeTooManyDistributionCNAMEs, aerr.Error())
			case cloudfront.ErrCodeInvalidDefaultRootObject:
				fmt.Println(cloudfront.ErrCodeInvalidDefaultRootObject, aerr.Error())
			case cloudfront.ErrCodeInvalidRelativePath:
				fmt.Println(cloudfront.ErrCodeInvalidRelativePath, aerr.Error())
			case cloudfront.ErrCodeInvalidErrorCode:
				fmt.Println(cloudfront.ErrCodeInvalidErrorCode, aerr.Error())
			case cloudfront.ErrCodeInvalidResponseCode:
				fmt.Println(cloudfront.ErrCodeInvalidResponseCode, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginAccessIdentity:
				fmt.Println(cloudfront.ErrCodeInvalidOriginAccessIdentity, aerr.Error())
			case cloudfront.ErrCodeTooManyTrustedSigners:
				fmt.Println(cloudfront.ErrCodeTooManyTrustedSigners, aerr.Error())
			case cloudfront.ErrCodeTrustedSignerDoesNotExist:
				fmt.Println(cloudfront.ErrCodeTrustedSignerDoesNotExist, aerr.Error())
			case cloudfront.ErrCodeInvalidViewerCertificate:
				fmt.Println(cloudfront.ErrCodeInvalidViewerCertificate, aerr.Error())
			case cloudfront.ErrCodeInvalidMinimumProtocolVersion:
				fmt.Println(cloudfront.ErrCodeInvalidMinimumProtocolVersion, aerr.Error())
			case cloudfront.ErrCodeInvalidRequiredProtocol:
				fmt.Println(cloudfront.ErrCodeInvalidRequiredProtocol, aerr.Error())
			case cloudfront.ErrCodeNoSuchOrigin:
				fmt.Println(cloudfront.ErrCodeNoSuchOrigin, aerr.Error())
			case cloudfront.ErrCodeTooManyOrigins:
				fmt.Println(cloudfront.ErrCodeTooManyOrigins, aerr.Error())
			case cloudfront.ErrCodeTooManyCacheBehaviors:
				fmt.Println(cloudfront.ErrCodeTooManyCacheBehaviors, aerr.Error())
			case cloudfront.ErrCodeTooManyCookieNamesInWhiteList:
				fmt.Println(cloudfront.ErrCodeTooManyCookieNamesInWhiteList, aerr.Error())
			case cloudfront.ErrCodeInvalidForwardCookies:
				fmt.Println(cloudfront.ErrCodeInvalidForwardCookies, aerr.Error())
			case cloudfront.ErrCodeTooManyHeadersInForwardedValues:
				fmt.Println(cloudfront.ErrCodeTooManyHeadersInForwardedValues, aerr.Error())
			case cloudfront.ErrCodeInvalidHeadersForS3Origin:
				fmt.Println(cloudfront.ErrCodeInvalidHeadersForS3Origin, aerr.Error())
			case cloudfront.ErrCodeInconsistentQuantities:
				fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
			case cloudfront.ErrCodeTooManyCertificates:
				fmt.Println(cloudfront.ErrCodeTooManyCertificates, aerr.Error())
			case cloudfront.ErrCodeInvalidLocationCode:
				fmt.Println(cloudfront.ErrCodeInvalidLocationCode, aerr.Error())
			case cloudfront.ErrCodeInvalidGeoRestrictionParameter:
				fmt.Println(cloudfront.ErrCodeInvalidGeoRestrictionParameter, aerr.Error())
			case cloudfront.ErrCodeInvalidTTLOrder:
				fmt.Println(cloudfront.ErrCodeInvalidTTLOrder, aerr.Error())
			case cloudfront.ErrCodeInvalidWebACLId:
				fmt.Println(cloudfront.ErrCodeInvalidWebACLId, aerr.Error())
			case cloudfront.ErrCodeTooManyOriginCustomHeaders:
				fmt.Println(cloudfront.ErrCodeTooManyOriginCustomHeaders, aerr.Error())
			case cloudfront.ErrCodeTooManyQueryStringParameters:
				fmt.Println(cloudfront.ErrCodeTooManyQueryStringParameters, aerr.Error())
			case cloudfront.ErrCodeInvalidQueryStringParameters:
				fmt.Println(cloudfront.ErrCodeInvalidQueryStringParameters, aerr.Error())
			case cloudfront.ErrCodeTooManyDistributionsWithLambdaAssociations:
				fmt.Println(cloudfront.ErrCodeTooManyDistributionsWithLambdaAssociations, aerr.Error())
			case cloudfront.ErrCodeTooManyLambdaFunctionAssociations:
				fmt.Println(cloudfront.ErrCodeTooManyLambdaFunctionAssociations, aerr.Error())
			case cloudfront.ErrCodeInvalidLambdaFunctionAssociation:
				fmt.Println(cloudfront.ErrCodeInvalidLambdaFunctionAssociation, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginReadTimeout:
				fmt.Println(cloudfront.ErrCodeInvalidOriginReadTimeout, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginKeepaliveTimeout:
				fmt.Println(cloudfront.ErrCodeInvalidOriginKeepaliveTimeout, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) UpdateDistributionRequest

func (c *CloudFront) UpdateDistributionRequest(input *UpdateDistributionInput) (req *request.Request, output *UpdateDistributionOutput)

UpdateDistributionRequest generates a "aws/request.Request" representing the client's request for the UpdateDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDistribution for more information on using the UpdateDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDistributionRequest method.
req, resp := client.UpdateDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateDistribution

func (*CloudFront) UpdateDistributionWithContext added in v1.8.0

func (c *CloudFront) UpdateDistributionWithContext(ctx aws.Context, input *UpdateDistributionInput, opts ...request.Option) (*UpdateDistributionOutput, error)

UpdateDistributionWithContext is the same as UpdateDistribution with the addition of the ability to pass a context and additional request options.

See UpdateDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateFieldLevelEncryptionConfig added in v1.13.26

func (c *CloudFront) UpdateFieldLevelEncryptionConfig(input *UpdateFieldLevelEncryptionConfigInput) (*UpdateFieldLevelEncryptionConfigOutput, error)

UpdateFieldLevelEncryptionConfig API operation for Amazon CloudFront.

Update a field-level encryption configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateFieldLevelEncryptionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeTooManyFieldLevelEncryptionQueryArgProfiles "TooManyFieldLevelEncryptionQueryArgProfiles" The maximum number of query arg profiles for field-level encryption have been created.

  • ErrCodeTooManyFieldLevelEncryptionContentTypeProfiles "TooManyFieldLevelEncryptionContentTypeProfiles" The maximum number of content type profiles for field-level encryption have been created.

  • ErrCodeQueryArgProfileEmpty "QueryArgProfileEmpty" No profile specified for the field-level encryption query argument.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionConfig

func (*CloudFront) UpdateFieldLevelEncryptionConfigRequest added in v1.13.26

func (c *CloudFront) UpdateFieldLevelEncryptionConfigRequest(input *UpdateFieldLevelEncryptionConfigInput) (req *request.Request, output *UpdateFieldLevelEncryptionConfigOutput)

UpdateFieldLevelEncryptionConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateFieldLevelEncryptionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFieldLevelEncryptionConfig for more information on using the UpdateFieldLevelEncryptionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFieldLevelEncryptionConfigRequest method.
req, resp := client.UpdateFieldLevelEncryptionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionConfig

func (*CloudFront) UpdateFieldLevelEncryptionConfigWithContext added in v1.13.26

func (c *CloudFront) UpdateFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *UpdateFieldLevelEncryptionConfigInput, opts ...request.Option) (*UpdateFieldLevelEncryptionConfigOutput, error)

UpdateFieldLevelEncryptionConfigWithContext is the same as UpdateFieldLevelEncryptionConfig with the addition of the ability to pass a context and additional request options.

See UpdateFieldLevelEncryptionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateFieldLevelEncryptionProfile added in v1.13.26

UpdateFieldLevelEncryptionProfile API operation for Amazon CloudFront.

Update a field-level encryption profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateFieldLevelEncryptionProfile for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeFieldLevelEncryptionProfileAlreadyExists "FieldLevelEncryptionProfileAlreadyExists" The specified profile for field-level encryption already exists.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeFieldLevelEncryptionProfileSizeExceeded "FieldLevelEncryptionProfileSizeExceeded" The maximum size of a profile for field-level encryption was exceeded.

  • ErrCodeTooManyFieldLevelEncryptionEncryptionEntities "TooManyFieldLevelEncryptionEncryptionEntities" The maximum number of encryption entities for field-level encryption have been created.

  • ErrCodeTooManyFieldLevelEncryptionFieldPatterns "TooManyFieldLevelEncryptionFieldPatterns" The maximum number of field patterns for field-level encryption have been created.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionProfile

func (*CloudFront) UpdateFieldLevelEncryptionProfileRequest added in v1.13.26

func (c *CloudFront) UpdateFieldLevelEncryptionProfileRequest(input *UpdateFieldLevelEncryptionProfileInput) (req *request.Request, output *UpdateFieldLevelEncryptionProfileOutput)

UpdateFieldLevelEncryptionProfileRequest generates a "aws/request.Request" representing the client's request for the UpdateFieldLevelEncryptionProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFieldLevelEncryptionProfile for more information on using the UpdateFieldLevelEncryptionProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFieldLevelEncryptionProfileRequest method.
req, resp := client.UpdateFieldLevelEncryptionProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionProfile

func (*CloudFront) UpdateFieldLevelEncryptionProfileWithContext added in v1.13.26

func (c *CloudFront) UpdateFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *UpdateFieldLevelEncryptionProfileInput, opts ...request.Option) (*UpdateFieldLevelEncryptionProfileOutput, error)

UpdateFieldLevelEncryptionProfileWithContext is the same as UpdateFieldLevelEncryptionProfile with the addition of the ability to pass a context and additional request options.

See UpdateFieldLevelEncryptionProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateOriginRequestPolicy added in v1.33.8

func (c *CloudFront) UpdateOriginRequestPolicy(input *UpdateOriginRequestPolicyInput) (*UpdateOriginRequestPolicyOutput, error)

UpdateOriginRequestPolicy API operation for Amazon CloudFront.

Updates an origin request policy configuration.

When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:

Use GetOriginRequestPolicyConfig to get the current configuration.

Locally modify the fields in the origin request policy configuration that you want to update.

Call UpdateOriginRequestPolicy by providing the entire origin request policy configuration, including the fields that you modified and those that you didn’t.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateOriginRequestPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeOriginRequestPolicyAlreadyExists "OriginRequestPolicyAlreadyExists" An origin request policy with this name already exists. You must provide a unique name. To modify an existing origin request policy, use UpdateOriginRequestPolicy.

  • ErrCodeTooManyHeadersInOriginRequestPolicy "TooManyHeadersInOriginRequestPolicy" The number of headers in the origin request policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyCookiesInOriginRequestPolicy "TooManyCookiesInOriginRequestPolicy" The number of cookies in the origin request policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyQueryStringsInOriginRequestPolicy "TooManyQueryStringsInOriginRequestPolicy" The number of query strings in the origin request policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateOriginRequestPolicy

func (*CloudFront) UpdateOriginRequestPolicyRequest added in v1.33.8

func (c *CloudFront) UpdateOriginRequestPolicyRequest(input *UpdateOriginRequestPolicyInput) (req *request.Request, output *UpdateOriginRequestPolicyOutput)

UpdateOriginRequestPolicyRequest generates a "aws/request.Request" representing the client's request for the UpdateOriginRequestPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateOriginRequestPolicy for more information on using the UpdateOriginRequestPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateOriginRequestPolicyRequest method.
req, resp := client.UpdateOriginRequestPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateOriginRequestPolicy

func (*CloudFront) UpdateOriginRequestPolicyWithContext added in v1.33.8

func (c *CloudFront) UpdateOriginRequestPolicyWithContext(ctx aws.Context, input *UpdateOriginRequestPolicyInput, opts ...request.Option) (*UpdateOriginRequestPolicyOutput, error)

UpdateOriginRequestPolicyWithContext is the same as UpdateOriginRequestPolicy with the addition of the ability to pass a context and additional request options.

See UpdateOriginRequestPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdatePublicKey added in v1.13.26

func (c *CloudFront) UpdatePublicKey(input *UpdatePublicKeyInput) (*UpdatePublicKeyOutput, error)

UpdatePublicKey API operation for Amazon CloudFront.

Update public key information. Note that the only value you can change is the comment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdatePublicKey for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeCannotChangeImmutablePublicKeyFields "CannotChangeImmutablePublicKeyFields" You can't change the value of a public key.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdatePublicKey

func (*CloudFront) UpdatePublicKeyRequest added in v1.13.26

func (c *CloudFront) UpdatePublicKeyRequest(input *UpdatePublicKeyInput) (req *request.Request, output *UpdatePublicKeyOutput)

UpdatePublicKeyRequest generates a "aws/request.Request" representing the client's request for the UpdatePublicKey operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePublicKey for more information on using the UpdatePublicKey API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePublicKeyRequest method.
req, resp := client.UpdatePublicKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdatePublicKey

func (*CloudFront) UpdatePublicKeyWithContext added in v1.13.26

func (c *CloudFront) UpdatePublicKeyWithContext(ctx aws.Context, input *UpdatePublicKeyInput, opts ...request.Option) (*UpdatePublicKeyOutput, error)

UpdatePublicKeyWithContext is the same as UpdatePublicKey with the addition of the ability to pass a context and additional request options.

See UpdatePublicKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateStreamingDistribution

func (c *CloudFront) UpdateStreamingDistribution(input *UpdateStreamingDistributionInput) (*UpdateStreamingDistributionOutput, error)

UpdateStreamingDistribution API operation for Amazon CloudFront.

Update a streaming distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateStreamingDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeCNAMEAlreadyExists "CNAMEAlreadyExists" The CNAME specified is already defined for CloudFront.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeNoSuchStreamingDistribution "NoSuchStreamingDistribution" The specified streaming distribution does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition given in one or more of the request header fields evaluated to false.

  • ErrCodeTooManyStreamingDistributionCNAMEs "TooManyStreamingDistributionCNAMEs" Your request contains more CNAMEs than are allowed per distribution.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidOriginAccessIdentity "InvalidOriginAccessIdentity" The origin access identity is not valid or doesn't exist.

  • ErrCodeTooManyTrustedSigners "TooManyTrustedSigners" Your request contains more trusted signers than are allowed per distribution.

  • ErrCodeTrustedSignerDoesNotExist "TrustedSignerDoesNotExist" One or more of your trusted signers don't exist.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateStreamingDistribution

Example (Shared00)
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/cloudfront"
)

func main() {
	svc := cloudfront.New(session.New())
	input := &cloudfront.UpdateStreamingDistributionInput{}

	result, err := svc.UpdateStreamingDistribution(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case cloudfront.ErrCodeAccessDenied:
				fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
			case cloudfront.ErrCodeCNAMEAlreadyExists:
				fmt.Println(cloudfront.ErrCodeCNAMEAlreadyExists, aerr.Error())
			case cloudfront.ErrCodeIllegalUpdate:
				fmt.Println(cloudfront.ErrCodeIllegalUpdate, aerr.Error())
			case cloudfront.ErrCodeInvalidIfMatchVersion:
				fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
			case cloudfront.ErrCodeMissingBody:
				fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
			case cloudfront.ErrCodeNoSuchStreamingDistribution:
				fmt.Println(cloudfront.ErrCodeNoSuchStreamingDistribution, aerr.Error())
			case cloudfront.ErrCodePreconditionFailed:
				fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
			case cloudfront.ErrCodeTooManyStreamingDistributionCNAMEs:
				fmt.Println(cloudfront.ErrCodeTooManyStreamingDistributionCNAMEs, aerr.Error())
			case cloudfront.ErrCodeInvalidArgument:
				fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
			case cloudfront.ErrCodeInvalidOriginAccessIdentity:
				fmt.Println(cloudfront.ErrCodeInvalidOriginAccessIdentity, aerr.Error())
			case cloudfront.ErrCodeTooManyTrustedSigners:
				fmt.Println(cloudfront.ErrCodeTooManyTrustedSigners, aerr.Error())
			case cloudfront.ErrCodeTrustedSignerDoesNotExist:
				fmt.Println(cloudfront.ErrCodeTrustedSignerDoesNotExist, aerr.Error())
			case cloudfront.ErrCodeInconsistentQuantities:
				fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*CloudFront) UpdateStreamingDistributionRequest

func (c *CloudFront) UpdateStreamingDistributionRequest(input *UpdateStreamingDistributionInput) (req *request.Request, output *UpdateStreamingDistributionOutput)

UpdateStreamingDistributionRequest generates a "aws/request.Request" representing the client's request for the UpdateStreamingDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateStreamingDistribution for more information on using the UpdateStreamingDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateStreamingDistributionRequest method.
req, resp := client.UpdateStreamingDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateStreamingDistribution

func (*CloudFront) UpdateStreamingDistributionWithContext added in v1.8.0

func (c *CloudFront) UpdateStreamingDistributionWithContext(ctx aws.Context, input *UpdateStreamingDistributionInput, opts ...request.Option) (*UpdateStreamingDistributionOutput, error)

UpdateStreamingDistributionWithContext is the same as UpdateStreamingDistribution with the addition of the ability to pass a context and additional request options.

See UpdateStreamingDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) WaitUntilDistributionDeployed added in v0.10.3

func (c *CloudFront) WaitUntilDistributionDeployed(input *GetDistributionInput) error

WaitUntilDistributionDeployed uses the CloudFront API operation GetDistribution to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*CloudFront) WaitUntilDistributionDeployedWithContext added in v1.8.0

func (c *CloudFront) WaitUntilDistributionDeployedWithContext(ctx aws.Context, input *GetDistributionInput, opts ...request.WaiterOption) error

WaitUntilDistributionDeployedWithContext is an extended version of WaitUntilDistributionDeployed. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) WaitUntilInvalidationCompleted added in v0.10.3

func (c *CloudFront) WaitUntilInvalidationCompleted(input *GetInvalidationInput) error

WaitUntilInvalidationCompleted uses the CloudFront API operation GetInvalidation to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*CloudFront) WaitUntilInvalidationCompletedWithContext added in v1.8.0

func (c *CloudFront) WaitUntilInvalidationCompletedWithContext(ctx aws.Context, input *GetInvalidationInput, opts ...request.WaiterOption) error

WaitUntilInvalidationCompletedWithContext is an extended version of WaitUntilInvalidationCompleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) WaitUntilStreamingDistributionDeployed added in v0.10.3

func (c *CloudFront) WaitUntilStreamingDistributionDeployed(input *GetStreamingDistributionInput) error

WaitUntilStreamingDistributionDeployed uses the CloudFront API operation GetStreamingDistribution to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*CloudFront) WaitUntilStreamingDistributionDeployedWithContext added in v1.8.0

func (c *CloudFront) WaitUntilStreamingDistributionDeployedWithContext(ctx aws.Context, input *GetStreamingDistributionInput, opts ...request.WaiterOption) error

WaitUntilStreamingDistributionDeployedWithContext is an extended version of WaitUntilStreamingDistributionDeployed. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ContentTypeProfile added in v1.13.26

type ContentTypeProfile struct {

	// The content type for a field-level encryption content type-profile mapping.
	//
	// ContentType is a required field
	ContentType *string `type:"string" required:"true"`

	// The format for a field-level encryption content type-profile mapping.
	//
	// Format is a required field
	Format *string `type:"string" required:"true" enum:"Format"`

	// The profile ID for a field-level encryption content type-profile mapping.
	ProfileId *string `type:"string"`
	// contains filtered or unexported fields
}

A field-level encryption content type profile.

func (ContentTypeProfile) GoString added in v1.13.26

func (s ContentTypeProfile) GoString() string

GoString returns the string representation

func (*ContentTypeProfile) SetContentType added in v1.13.26

func (s *ContentTypeProfile) SetContentType(v string) *ContentTypeProfile

SetContentType sets the ContentType field's value.

func (*ContentTypeProfile) SetFormat added in v1.13.26

func (s *ContentTypeProfile) SetFormat(v string) *ContentTypeProfile

SetFormat sets the Format field's value.

func (*ContentTypeProfile) SetProfileId added in v1.13.26

func (s *ContentTypeProfile) SetProfileId(v string) *ContentTypeProfile

SetProfileId sets the ProfileId field's value.

func (ContentTypeProfile) String added in v1.13.26

func (s ContentTypeProfile) String() string

String returns the string representation

func (*ContentTypeProfile) Validate added in v1.13.26

func (s *ContentTypeProfile) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ContentTypeProfileConfig added in v1.13.26

type ContentTypeProfileConfig struct {

	// The configuration for a field-level encryption content type-profile.
	ContentTypeProfiles *ContentTypeProfiles `type:"structure"`

	// The setting in a field-level encryption content type-profile mapping that
	// specifies what to do when an unknown content type is provided for the profile.
	// If true, content is forwarded without being encrypted when the content type
	// is unknown. If false (the default), an error is returned when the content
	// type is unknown.
	//
	// ForwardWhenContentTypeIsUnknown is a required field
	ForwardWhenContentTypeIsUnknown *bool `type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

The configuration for a field-level encryption content type-profile mapping.

func (ContentTypeProfileConfig) GoString added in v1.13.26

func (s ContentTypeProfileConfig) GoString() string

GoString returns the string representation

func (*ContentTypeProfileConfig) SetContentTypeProfiles added in v1.13.26

SetContentTypeProfiles sets the ContentTypeProfiles field's value.

func (*ContentTypeProfileConfig) SetForwardWhenContentTypeIsUnknown added in v1.13.26

func (s *ContentTypeProfileConfig) SetForwardWhenContentTypeIsUnknown(v bool) *ContentTypeProfileConfig

SetForwardWhenContentTypeIsUnknown sets the ForwardWhenContentTypeIsUnknown field's value.

func (ContentTypeProfileConfig) String added in v1.13.26

func (s ContentTypeProfileConfig) String() string

String returns the string representation

func (*ContentTypeProfileConfig) Validate added in v1.13.26

func (s *ContentTypeProfileConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ContentTypeProfiles added in v1.13.26

type ContentTypeProfiles struct {

	// Items in a field-level encryption content type-profile mapping.
	Items []*ContentTypeProfile `locationNameList:"ContentTypeProfile" type:"list"`

	// The number of field-level encryption content type-profile mappings.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Field-level encryption content type-profile.

func (ContentTypeProfiles) GoString added in v1.13.26

func (s ContentTypeProfiles) GoString() string

GoString returns the string representation

func (*ContentTypeProfiles) SetItems added in v1.13.26

SetItems sets the Items field's value.

func (*ContentTypeProfiles) SetQuantity added in v1.13.26

func (s *ContentTypeProfiles) SetQuantity(v int64) *ContentTypeProfiles

SetQuantity sets the Quantity field's value.

func (ContentTypeProfiles) String added in v1.13.26

func (s ContentTypeProfiles) String() string

String returns the string representation

func (*ContentTypeProfiles) Validate added in v1.13.26

func (s *ContentTypeProfiles) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CookieNames

type CookieNames struct {

	// A list of cookie names.
	Items []*string `locationNameList:"Name" type:"list"`

	// The number of cookie names in the Items list.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Contains a list of cookie names.

func (CookieNames) GoString added in v0.6.5

func (s CookieNames) GoString() string

GoString returns the string representation

func (*CookieNames) SetItems added in v1.5.0

func (s *CookieNames) SetItems(v []*string) *CookieNames

SetItems sets the Items field's value.

func (*CookieNames) SetQuantity added in v1.5.0

func (s *CookieNames) SetQuantity(v int64) *CookieNames

SetQuantity sets the Quantity field's value.

func (CookieNames) String added in v0.6.5

func (s CookieNames) String() string

String returns the string representation

func (*CookieNames) Validate added in v1.1.21

func (s *CookieNames) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CookiePreference

type CookiePreference struct {

	// This field is deprecated. We recommend that you use a cache policy or an
	// origin request policy instead of this field.
	//
	// If you want to include cookies in the cache key, use CookiesConfig in a cache
	// policy. See CreateCachePolicy.
	//
	// If you want to send cookies to the origin but not include them in the cache
	// key, use CookiesConfig in an origin request policy. See CreateOriginRequestPolicy.
	//
	// Specifies which cookies to forward to the origin for this cache behavior:
	// all, none, or the list of cookies specified in the WhitelistedNames complex
	// type.
	//
	// Amazon S3 doesn't process cookies. When the cache behavior is forwarding
	// requests to an Amazon S3 origin, specify none for the Forward element.
	//
	// Forward is a required field
	Forward *string `type:"string" required:"true" enum:"ItemSelection"`

	// This field is deprecated. We recommend that you use a cache policy or an
	// origin request policy instead of this field.
	//
	// If you want to include cookies in the cache key, use CookiesConfig in a cache
	// policy. See CreateCachePolicy.
	//
	// If you want to send cookies to the origin but not include them in the cache
	// key, use CookiesConfig in an origin request policy. See CreateOriginRequestPolicy.
	//
	// Required if you specify whitelist for the value of Forward. A complex type
	// that specifies how many different cookies you want CloudFront to forward
	// to the origin for this cache behavior and, if you want to forward selected
	// cookies, the names of those cookies.
	//
	// If you specify all or none for the value of Forward, omit WhitelistedNames.
	// If you change the value of Forward from whitelist to all or none and you
	// don't delete the WhitelistedNames element and its child elements, CloudFront
	// deletes them automatically.
	//
	// For the current limit on the number of cookie names that you can whitelist
	// for each cache behavior, see CloudFront Limits (https://docs.aws.amazon.com/general/latest/gr/xrefaws_service_limits.html#limits_cloudfront)
	// in the AWS General Reference.
	WhitelistedNames *CookieNames `type:"structure"`
	// contains filtered or unexported fields
}

This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.

If you want to include cookies in the cache key, use CookiesConfig in a cache policy. See CreateCachePolicy.

If you want to send cookies to the origin but not include them in the cache key, use CookiesConfig in an origin request policy. See CreateOriginRequestPolicy.

A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see Caching Content Based on Cookies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html) in the Amazon CloudFront Developer Guide.

func (CookiePreference) GoString added in v0.6.5

func (s CookiePreference) GoString() string

GoString returns the string representation

func (*CookiePreference) SetForward added in v1.5.0

func (s *CookiePreference) SetForward(v string) *CookiePreference

SetForward sets the Forward field's value.

func (*CookiePreference) SetWhitelistedNames added in v1.5.0

func (s *CookiePreference) SetWhitelistedNames(v *CookieNames) *CookiePreference

SetWhitelistedNames sets the WhitelistedNames field's value.

func (CookiePreference) String added in v0.6.5

func (s CookiePreference) String() string

String returns the string representation

func (*CookiePreference) Validate added in v1.1.21

func (s *CookiePreference) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateCachePolicyInput added in v1.33.8

type CreateCachePolicyInput struct {

	// A cache policy configuration.
	//
	// CachePolicyConfig is a required field
	CachePolicyConfig *CachePolicyConfig `locationName:"CachePolicyConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"`
	// contains filtered or unexported fields
}

func (CreateCachePolicyInput) GoString added in v1.33.8

func (s CreateCachePolicyInput) GoString() string

GoString returns the string representation

func (*CreateCachePolicyInput) SetCachePolicyConfig added in v1.33.8

SetCachePolicyConfig sets the CachePolicyConfig field's value.

func (CreateCachePolicyInput) String added in v1.33.8

func (s CreateCachePolicyInput) String() string

String returns the string representation

func (*CreateCachePolicyInput) Validate added in v1.33.8

func (s *CreateCachePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateCachePolicyOutput added in v1.33.8

type CreateCachePolicyOutput struct {

	// A cache policy.
	CachePolicy *CachePolicy `type:"structure"`

	// The current version of the cache policy.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The fully qualified URI of the cache policy just created.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

func (CreateCachePolicyOutput) GoString added in v1.33.8

func (s CreateCachePolicyOutput) GoString() string

GoString returns the string representation

func (*CreateCachePolicyOutput) SetCachePolicy added in v1.33.8

SetCachePolicy sets the CachePolicy field's value.

func (*CreateCachePolicyOutput) SetETag added in v1.33.8

SetETag sets the ETag field's value.

func (*CreateCachePolicyOutput) SetLocation added in v1.33.8

SetLocation sets the Location field's value.

func (CreateCachePolicyOutput) String added in v1.33.8

func (s CreateCachePolicyOutput) String() string

String returns the string representation

type CreateCloudFrontOriginAccessIdentityInput

type CreateCloudFrontOriginAccessIdentityInput struct {

	// The current configuration information for the identity.
	//
	// CloudFrontOriginAccessIdentityConfig is a required field
	CloudFrontOriginAccessIdentityConfig *OriginAccessIdentityConfig `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

The request to create a new origin access identity (OAI). An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html) in the Amazon CloudFront Developer Guide.

func (CreateCloudFrontOriginAccessIdentityInput) GoString added in v0.6.5

GoString returns the string representation

func (*CreateCloudFrontOriginAccessIdentityInput) SetCloudFrontOriginAccessIdentityConfig added in v1.5.0

SetCloudFrontOriginAccessIdentityConfig sets the CloudFrontOriginAccessIdentityConfig field's value.

func (CreateCloudFrontOriginAccessIdentityInput) String added in v0.6.5

String returns the string representation

func (*CreateCloudFrontOriginAccessIdentityInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type CreateCloudFrontOriginAccessIdentityOutput

type CreateCloudFrontOriginAccessIdentityOutput struct {

	// The origin access identity's information.
	CloudFrontOriginAccessIdentity *OriginAccessIdentity `type:"structure"`

	// The current version of the origin access identity created.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The fully qualified URI of the new origin access identity just created.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (CreateCloudFrontOriginAccessIdentityOutput) GoString added in v0.6.5

GoString returns the string representation

func (*CreateCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity added in v1.5.0

SetCloudFrontOriginAccessIdentity sets the CloudFrontOriginAccessIdentity field's value.

func (*CreateCloudFrontOriginAccessIdentityOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (*CreateCloudFrontOriginAccessIdentityOutput) SetLocation added in v1.5.0

SetLocation sets the Location field's value.

func (CreateCloudFrontOriginAccessIdentityOutput) String added in v0.6.5

String returns the string representation

type CreateDistributionInput

type CreateDistributionInput struct {

	// The distribution's configuration information.
	//
	// DistributionConfig is a required field
	DistributionConfig *DistributionConfig `locationName:"DistributionConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"`
	// contains filtered or unexported fields
}

The request to create a new distribution.

func (CreateDistributionInput) GoString added in v0.6.5

func (s CreateDistributionInput) GoString() string

GoString returns the string representation

func (*CreateDistributionInput) SetDistributionConfig added in v1.5.0

SetDistributionConfig sets the DistributionConfig field's value.

func (CreateDistributionInput) String added in v0.6.5

func (s CreateDistributionInput) String() string

String returns the string representation

func (*CreateDistributionInput) Validate added in v1.1.21

func (s *CreateDistributionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDistributionOutput

type CreateDistributionOutput struct {

	// The distribution's information.
	Distribution *Distribution `type:"structure"`

	// The current version of the distribution created.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The fully qualified URI of the new distribution resource just created.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (CreateDistributionOutput) GoString added in v0.6.5

func (s CreateDistributionOutput) GoString() string

GoString returns the string representation

func (*CreateDistributionOutput) SetDistribution added in v1.5.0

SetDistribution sets the Distribution field's value.

func (*CreateDistributionOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (*CreateDistributionOutput) SetLocation added in v1.5.0

SetLocation sets the Location field's value.

func (CreateDistributionOutput) String added in v0.6.5

func (s CreateDistributionOutput) String() string

String returns the string representation

type CreateDistributionWithTagsInput added in v1.4.0

type CreateDistributionWithTagsInput struct {

	// The distribution's configuration information.
	//
	// DistributionConfigWithTags is a required field
	DistributionConfigWithTags *DistributionConfigWithTags `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

The request to create a new distribution with tags.

func (CreateDistributionWithTagsInput) GoString added in v1.4.0

GoString returns the string representation

func (*CreateDistributionWithTagsInput) SetDistributionConfigWithTags added in v1.5.0

SetDistributionConfigWithTags sets the DistributionConfigWithTags field's value.

func (CreateDistributionWithTagsInput) String added in v1.4.0

String returns the string representation

func (*CreateDistributionWithTagsInput) Validate added in v1.4.0

func (s *CreateDistributionWithTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDistributionWithTagsOutput added in v1.4.0

type CreateDistributionWithTagsOutput struct {

	// The distribution's information.
	Distribution *Distribution `type:"structure"`

	// The current version of the distribution created.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The fully qualified URI of the new distribution resource just created.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (CreateDistributionWithTagsOutput) GoString added in v1.4.0

GoString returns the string representation

func (*CreateDistributionWithTagsOutput) SetDistribution added in v1.5.0

SetDistribution sets the Distribution field's value.

func (*CreateDistributionWithTagsOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (*CreateDistributionWithTagsOutput) SetLocation added in v1.5.0

SetLocation sets the Location field's value.

func (CreateDistributionWithTagsOutput) String added in v1.4.0

String returns the string representation

type CreateFieldLevelEncryptionConfigInput added in v1.13.26

type CreateFieldLevelEncryptionConfigInput struct {

	// The request to create a new field-level encryption configuration.
	//
	// FieldLevelEncryptionConfig is a required field
	FieldLevelEncryptionConfig *FieldLevelEncryptionConfig `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (CreateFieldLevelEncryptionConfigInput) GoString added in v1.13.26

GoString returns the string representation

func (*CreateFieldLevelEncryptionConfigInput) SetFieldLevelEncryptionConfig added in v1.13.26

SetFieldLevelEncryptionConfig sets the FieldLevelEncryptionConfig field's value.

func (CreateFieldLevelEncryptionConfigInput) String added in v1.13.26

String returns the string representation

func (*CreateFieldLevelEncryptionConfigInput) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type CreateFieldLevelEncryptionConfigOutput added in v1.13.26

type CreateFieldLevelEncryptionConfigOutput struct {

	// The current version of the field level encryption configuration. For example:
	// E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Returned when you create a new field-level encryption configuration.
	FieldLevelEncryption *FieldLevelEncryption `type:"structure"`

	// The fully qualified URI of the new configuration resource just created.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

func (CreateFieldLevelEncryptionConfigOutput) GoString added in v1.13.26

GoString returns the string representation

func (*CreateFieldLevelEncryptionConfigOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*CreateFieldLevelEncryptionConfigOutput) SetFieldLevelEncryption added in v1.13.26

SetFieldLevelEncryption sets the FieldLevelEncryption field's value.

func (*CreateFieldLevelEncryptionConfigOutput) SetLocation added in v1.13.26

SetLocation sets the Location field's value.

func (CreateFieldLevelEncryptionConfigOutput) String added in v1.13.26

String returns the string representation

type CreateFieldLevelEncryptionProfileInput added in v1.13.26

type CreateFieldLevelEncryptionProfileInput struct {

	// The request to create a field-level encryption profile.
	//
	// FieldLevelEncryptionProfileConfig is a required field
	FieldLevelEncryptionProfileConfig *FieldLevelEncryptionProfileConfig `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (CreateFieldLevelEncryptionProfileInput) GoString added in v1.13.26

GoString returns the string representation

func (*CreateFieldLevelEncryptionProfileInput) SetFieldLevelEncryptionProfileConfig added in v1.13.26

SetFieldLevelEncryptionProfileConfig sets the FieldLevelEncryptionProfileConfig field's value.

func (CreateFieldLevelEncryptionProfileInput) String added in v1.13.26

String returns the string representation

func (*CreateFieldLevelEncryptionProfileInput) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type CreateFieldLevelEncryptionProfileOutput added in v1.13.26

type CreateFieldLevelEncryptionProfileOutput struct {

	// The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Returned when you create a new field-level encryption profile.
	FieldLevelEncryptionProfile *FieldLevelEncryptionProfile `type:"structure"`

	// The fully qualified URI of the new profile resource just created.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

func (CreateFieldLevelEncryptionProfileOutput) GoString added in v1.13.26

GoString returns the string representation

func (*CreateFieldLevelEncryptionProfileOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*CreateFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile added in v1.13.26

SetFieldLevelEncryptionProfile sets the FieldLevelEncryptionProfile field's value.

func (*CreateFieldLevelEncryptionProfileOutput) SetLocation added in v1.13.26

SetLocation sets the Location field's value.

func (CreateFieldLevelEncryptionProfileOutput) String added in v1.13.26

String returns the string representation

type CreateInvalidationInput

type CreateInvalidationInput struct {

	// The distribution's id.
	//
	// DistributionId is a required field
	DistributionId *string `location:"uri" locationName:"DistributionId" type:"string" required:"true"`

	// The batch information for the invalidation.
	//
	// InvalidationBatch is a required field
	InvalidationBatch *InvalidationBatch `locationName:"InvalidationBatch" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"`
	// contains filtered or unexported fields
}

The request to create an invalidation.

func (CreateInvalidationInput) GoString added in v0.6.5

func (s CreateInvalidationInput) GoString() string

GoString returns the string representation

func (*CreateInvalidationInput) SetDistributionId added in v1.5.0

func (s *CreateInvalidationInput) SetDistributionId(v string) *CreateInvalidationInput

SetDistributionId sets the DistributionId field's value.

func (*CreateInvalidationInput) SetInvalidationBatch added in v1.5.0

SetInvalidationBatch sets the InvalidationBatch field's value.

func (CreateInvalidationInput) String added in v0.6.5

func (s CreateInvalidationInput) String() string

String returns the string representation

func (*CreateInvalidationInput) Validate added in v1.1.21

func (s *CreateInvalidationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateInvalidationOutput

type CreateInvalidationOutput struct {

	// The invalidation's information.
	Invalidation *Invalidation `type:"structure"`

	// The fully qualified URI of the distribution and invalidation batch request,
	// including the Invalidation ID.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (CreateInvalidationOutput) GoString added in v0.6.5

func (s CreateInvalidationOutput) GoString() string

GoString returns the string representation

func (*CreateInvalidationOutput) SetInvalidation added in v1.5.0

SetInvalidation sets the Invalidation field's value.

func (*CreateInvalidationOutput) SetLocation added in v1.5.0

SetLocation sets the Location field's value.

func (CreateInvalidationOutput) String added in v0.6.5

func (s CreateInvalidationOutput) String() string

String returns the string representation

type CreateOriginRequestPolicyInput added in v1.33.8

type CreateOriginRequestPolicyInput struct {

	// An origin request policy configuration.
	//
	// OriginRequestPolicyConfig is a required field
	OriginRequestPolicyConfig *OriginRequestPolicyConfig `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (CreateOriginRequestPolicyInput) GoString added in v1.33.8

GoString returns the string representation

func (*CreateOriginRequestPolicyInput) SetOriginRequestPolicyConfig added in v1.33.8

SetOriginRequestPolicyConfig sets the OriginRequestPolicyConfig field's value.

func (CreateOriginRequestPolicyInput) String added in v1.33.8

String returns the string representation

func (*CreateOriginRequestPolicyInput) Validate added in v1.33.8

func (s *CreateOriginRequestPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateOriginRequestPolicyOutput added in v1.33.8

type CreateOriginRequestPolicyOutput struct {

	// The current version of the origin request policy.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The fully qualified URI of the origin request policy just created.
	Location *string `location:"header" locationName:"Location" type:"string"`

	// An origin request policy.
	OriginRequestPolicy *OriginRequestPolicy `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateOriginRequestPolicyOutput) GoString added in v1.33.8

GoString returns the string representation

func (*CreateOriginRequestPolicyOutput) SetETag added in v1.33.8

SetETag sets the ETag field's value.

func (*CreateOriginRequestPolicyOutput) SetLocation added in v1.33.8

SetLocation sets the Location field's value.

func (*CreateOriginRequestPolicyOutput) SetOriginRequestPolicy added in v1.33.8

SetOriginRequestPolicy sets the OriginRequestPolicy field's value.

func (CreateOriginRequestPolicyOutput) String added in v1.33.8

String returns the string representation

type CreatePublicKeyInput added in v1.13.26

type CreatePublicKeyInput struct {

	// The request to add a public key to CloudFront.
	//
	// PublicKeyConfig is a required field
	PublicKeyConfig *PublicKeyConfig `locationName:"PublicKeyConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"`
	// contains filtered or unexported fields
}

func (CreatePublicKeyInput) GoString added in v1.13.26

func (s CreatePublicKeyInput) GoString() string

GoString returns the string representation

func (*CreatePublicKeyInput) SetPublicKeyConfig added in v1.13.26

func (s *CreatePublicKeyInput) SetPublicKeyConfig(v *PublicKeyConfig) *CreatePublicKeyInput

SetPublicKeyConfig sets the PublicKeyConfig field's value.

func (CreatePublicKeyInput) String added in v1.13.26

func (s CreatePublicKeyInput) String() string

String returns the string representation

func (*CreatePublicKeyInput) Validate added in v1.13.26

func (s *CreatePublicKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePublicKeyOutput added in v1.13.26

type CreatePublicKeyOutput struct {

	// The current version of the public key. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The fully qualified URI of the new public key resource just created.
	Location *string `location:"header" locationName:"Location" type:"string"`

	// Returned when you add a public key.
	PublicKey *PublicKey `type:"structure"`
	// contains filtered or unexported fields
}

func (CreatePublicKeyOutput) GoString added in v1.13.26

func (s CreatePublicKeyOutput) GoString() string

GoString returns the string representation

func (*CreatePublicKeyOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*CreatePublicKeyOutput) SetLocation added in v1.13.26

SetLocation sets the Location field's value.

func (*CreatePublicKeyOutput) SetPublicKey added in v1.13.26

SetPublicKey sets the PublicKey field's value.

func (CreatePublicKeyOutput) String added in v1.13.26

func (s CreatePublicKeyOutput) String() string

String returns the string representation

type CreateStreamingDistributionInput

type CreateStreamingDistributionInput struct {

	// The streaming distribution's configuration information.
	//
	// StreamingDistributionConfig is a required field
	StreamingDistributionConfig *StreamingDistributionConfig `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

The request to create a new streaming distribution.

func (CreateStreamingDistributionInput) GoString added in v0.6.5

GoString returns the string representation

func (*CreateStreamingDistributionInput) SetStreamingDistributionConfig added in v1.5.0

SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.

func (CreateStreamingDistributionInput) String added in v0.6.5

String returns the string representation

func (*CreateStreamingDistributionInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type CreateStreamingDistributionOutput

type CreateStreamingDistributionOutput struct {

	// The current version of the streaming distribution created.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The fully qualified URI of the new streaming distribution resource just created.
	Location *string `location:"header" locationName:"Location" type:"string"`

	// The streaming distribution's information.
	StreamingDistribution *StreamingDistribution `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (CreateStreamingDistributionOutput) GoString added in v0.6.5

GoString returns the string representation

func (*CreateStreamingDistributionOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (*CreateStreamingDistributionOutput) SetLocation added in v1.5.0

SetLocation sets the Location field's value.

func (*CreateStreamingDistributionOutput) SetStreamingDistribution added in v1.5.0

SetStreamingDistribution sets the StreamingDistribution field's value.

func (CreateStreamingDistributionOutput) String added in v0.6.5

String returns the string representation

type CreateStreamingDistributionWithTagsInput added in v1.4.0

type CreateStreamingDistributionWithTagsInput struct {

	// The streaming distribution's configuration information.
	//
	// StreamingDistributionConfigWithTags is a required field
	StreamingDistributionConfigWithTags *StreamingDistributionConfigWithTags `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

The request to create a new streaming distribution with tags.

func (CreateStreamingDistributionWithTagsInput) GoString added in v1.4.0

GoString returns the string representation

func (*CreateStreamingDistributionWithTagsInput) SetStreamingDistributionConfigWithTags added in v1.5.0

SetStreamingDistributionConfigWithTags sets the StreamingDistributionConfigWithTags field's value.

func (CreateStreamingDistributionWithTagsInput) String added in v1.4.0

String returns the string representation

func (*CreateStreamingDistributionWithTagsInput) Validate added in v1.4.0

Validate inspects the fields of the type to determine if they are valid.

type CreateStreamingDistributionWithTagsOutput added in v1.4.0

type CreateStreamingDistributionWithTagsOutput struct {

	// The current version of the distribution created.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The fully qualified URI of the new streaming distribution resource just created.
	Location *string `location:"header" locationName:"Location" type:"string"`

	// The streaming distribution's information.
	StreamingDistribution *StreamingDistribution `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (CreateStreamingDistributionWithTagsOutput) GoString added in v1.4.0

GoString returns the string representation

func (*CreateStreamingDistributionWithTagsOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (*CreateStreamingDistributionWithTagsOutput) SetLocation added in v1.5.0

SetLocation sets the Location field's value.

func (*CreateStreamingDistributionWithTagsOutput) SetStreamingDistribution added in v1.5.0

SetStreamingDistribution sets the StreamingDistribution field's value.

func (CreateStreamingDistributionWithTagsOutput) String added in v1.4.0

String returns the string representation

type CustomErrorResponse

type CustomErrorResponse struct {

	// The minimum amount of time, in seconds, that you want CloudFront to cache
	// the HTTP status code specified in ErrorCode. When this time period has elapsed,
	// CloudFront queries your origin to see whether the problem that caused the
	// error has been resolved and the requested object is now available.
	//
	// For more information, see Customizing Error Responses (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html)
	// in the Amazon CloudFront Developer Guide.
	ErrorCachingMinTTL *int64 `type:"long"`

	// The HTTP status code for which you want to specify a custom error page and/or
	// a caching duration.
	//
	// ErrorCode is a required field
	ErrorCode *int64 `type:"integer" required:"true"`

	// The HTTP status code that you want CloudFront to return to the viewer along
	// with the custom error page. There are a variety of reasons that you might
	// want CloudFront to return a status code different from the status code that
	// your origin returned to CloudFront, for example:
	//
	//    * Some Internet devices (some firewalls and corporate proxies, for example)
	//    intercept HTTP 4xx and 5xx and prevent the response from being returned
	//    to the viewer. If you substitute 200, the response typically won't be
	//    intercepted.
	//
	//    * If you don't care about distinguishing among different client errors
	//    or server errors, you can specify 400 or 500 as the ResponseCode for all
	//    4xx or 5xx errors.
	//
	//    * You might want to return a 200 status code (OK) and static website so
	//    your customers don't know that your website is down.
	//
	// If you specify a value for ResponseCode, you must also specify a value for
	// ResponsePagePath.
	ResponseCode *string `type:"string"`

	// The path to the custom error page that you want CloudFront to return to a
	// viewer when your origin returns the HTTP status code specified by ErrorCode,
	// for example, /4xx-errors/403-forbidden.html. If you want to store your objects
	// and your custom error pages in different locations, your distribution must
	// include a cache behavior for which the following is true:
	//
	//    * The value of PathPattern matches the path to your custom error messages.
	//    For example, suppose you saved custom error pages for 4xx errors in an
	//    Amazon S3 bucket in a directory named /4xx-errors. Your distribution must
	//    include a cache behavior for which the path pattern routes requests for
	//    your custom error pages to that location, for example, /4xx-errors/*.
	//
	//    * The value of TargetOriginId specifies the value of the ID element for
	//    the origin that contains your custom error pages.
	//
	// If you specify a value for ResponsePagePath, you must also specify a value
	// for ResponseCode.
	//
	// We recommend that you store custom error pages in an Amazon S3 bucket. If
	// you store custom error pages on an HTTP server and the server starts to return
	// 5xx errors, CloudFront can't get the files that you want to return to viewers
	// because the origin server is unavailable.
	ResponsePagePath *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that controls:

  • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

  • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

For more information about custom error pages, see Customizing Error Responses (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html) in the Amazon CloudFront Developer Guide.

func (CustomErrorResponse) GoString added in v0.6.5

func (s CustomErrorResponse) GoString() string

GoString returns the string representation

func (*CustomErrorResponse) SetErrorCachingMinTTL added in v1.5.0

func (s *CustomErrorResponse) SetErrorCachingMinTTL(v int64) *CustomErrorResponse

SetErrorCachingMinTTL sets the ErrorCachingMinTTL field's value.

func (*CustomErrorResponse) SetErrorCode added in v1.5.0

func (s *CustomErrorResponse) SetErrorCode(v int64) *CustomErrorResponse

SetErrorCode sets the ErrorCode field's value.

func (*CustomErrorResponse) SetResponseCode added in v1.5.0

func (s *CustomErrorResponse) SetResponseCode(v string) *CustomErrorResponse

SetResponseCode sets the ResponseCode field's value.

func (*CustomErrorResponse) SetResponsePagePath added in v1.5.0

func (s *CustomErrorResponse) SetResponsePagePath(v string) *CustomErrorResponse

SetResponsePagePath sets the ResponsePagePath field's value.

func (CustomErrorResponse) String added in v0.6.5

func (s CustomErrorResponse) String() string

String returns the string representation

func (*CustomErrorResponse) Validate added in v1.1.21

func (s *CustomErrorResponse) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomErrorResponses

type CustomErrorResponses struct {

	// A complex type that contains a CustomErrorResponse element for each HTTP
	// status code for which you want to specify a custom error page and/or a caching
	// duration.
	Items []*CustomErrorResponse `locationNameList:"CustomErrorResponse" type:"list"`

	// The number of HTTP status codes for which you want to specify a custom error
	// page and/or a caching duration. If Quantity is 0, you can omit Items.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that controls:

  • Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.

  • How long CloudFront caches HTTP status codes in the 4xx and 5xx range.

For more information about custom error pages, see Customizing Error Responses (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html) in the Amazon CloudFront Developer Guide.

func (CustomErrorResponses) GoString added in v0.6.5

func (s CustomErrorResponses) GoString() string

GoString returns the string representation

func (*CustomErrorResponses) SetItems added in v1.5.0

SetItems sets the Items field's value.

func (*CustomErrorResponses) SetQuantity added in v1.5.0

func (s *CustomErrorResponses) SetQuantity(v int64) *CustomErrorResponses

SetQuantity sets the Quantity field's value.

func (CustomErrorResponses) String added in v0.6.5

func (s CustomErrorResponses) String() string

String returns the string representation

func (*CustomErrorResponses) Validate added in v1.1.21

func (s *CustomErrorResponses) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomHeaders added in v1.0.9

type CustomHeaders struct {

	// Optional: A list that contains one OriginCustomHeader element for each custom
	// header that you want CloudFront to forward to the origin. If Quantity is
	// 0, omit Items.
	Items []*OriginCustomHeader `locationNameList:"OriginCustomHeader" type:"list"`

	// The number of custom headers, if any, for this distribution.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the list of Custom Headers for each origin.

func (CustomHeaders) GoString added in v1.0.9

func (s CustomHeaders) GoString() string

GoString returns the string representation

func (*CustomHeaders) SetItems added in v1.5.0

func (s *CustomHeaders) SetItems(v []*OriginCustomHeader) *CustomHeaders

SetItems sets the Items field's value.

func (*CustomHeaders) SetQuantity added in v1.5.0

func (s *CustomHeaders) SetQuantity(v int64) *CustomHeaders

SetQuantity sets the Quantity field's value.

func (CustomHeaders) String added in v1.0.9

func (s CustomHeaders) String() string

String returns the string representation

func (*CustomHeaders) Validate added in v1.1.21

func (s *CustomHeaders) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomOriginConfig

type CustomOriginConfig struct {

	// The HTTP port that CloudFront uses to connect to the origin. Specify the
	// HTTP port that the origin listens on.
	//
	// HTTPPort is a required field
	HTTPPort *int64 `type:"integer" required:"true"`

	// The HTTPS port that CloudFront uses to connect to the origin. Specify the
	// HTTPS port that the origin listens on.
	//
	// HTTPSPort is a required field
	HTTPSPort *int64 `type:"integer" required:"true"`

	// Specifies how long, in seconds, CloudFront persists its connection to the
	// origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the
	// default (if you don’t specify otherwise) is 5 seconds.
	//
	// For more information, see Origin Keep-alive Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout)
	// in the Amazon CloudFront Developer Guide.
	OriginKeepaliveTimeout *int64 `type:"integer"`

	// Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to
	// the origin. Valid values are:
	//
	//    * http-only – CloudFront always uses HTTP to connect to the origin.
	//
	//    * match-viewer – CloudFront connects to the origin using the same protocol
	//    that the viewer used to connect to CloudFront.
	//
	//    * https-only – CloudFront always uses HTTPS to connect to the origin.
	//
	// OriginProtocolPolicy is a required field
	OriginProtocolPolicy *string `type:"string" required:"true" enum:"OriginProtocolPolicy"`

	// Specifies how long, in seconds, CloudFront waits for a response from the
	// origin. This is also known as the origin response timeout. The minimum timeout
	// is 1 second, the maximum is 60 seconds, and the default (if you don’t specify
	// otherwise) is 30 seconds.
	//
	// For more information, see Origin Response Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout)
	// in the Amazon CloudFront Developer Guide.
	OriginReadTimeout *int64 `type:"integer"`

	// Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting
	// to your origin over HTTPS. Valid values include SSLv3, TLSv1, TLSv1.1, and
	// TLSv1.2.
	//
	// For more information, see Minimum Origin SSL Protocol (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols)
	// in the Amazon CloudFront Developer Guide.
	OriginSslProtocols *OriginSslProtocols `type:"structure"`
	// contains filtered or unexported fields
}

A custom origin. A custom origin is any origin that is not an Amazon S3 bucket, with one exception. An Amazon S3 bucket that is configured with static website hosting (https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html) is a custom origin.

func (CustomOriginConfig) GoString added in v0.6.5

func (s CustomOriginConfig) GoString() string

GoString returns the string representation

func (*CustomOriginConfig) SetHTTPPort added in v1.5.0

func (s *CustomOriginConfig) SetHTTPPort(v int64) *CustomOriginConfig

SetHTTPPort sets the HTTPPort field's value.

func (*CustomOriginConfig) SetHTTPSPort added in v1.5.0

func (s *CustomOriginConfig) SetHTTPSPort(v int64) *CustomOriginConfig

SetHTTPSPort sets the HTTPSPort field's value.

func (*CustomOriginConfig) SetOriginKeepaliveTimeout added in v1.8.5

func (s *CustomOriginConfig) SetOriginKeepaliveTimeout(v int64) *CustomOriginConfig

SetOriginKeepaliveTimeout sets the OriginKeepaliveTimeout field's value.

func (*CustomOriginConfig) SetOriginProtocolPolicy added in v1.5.0

func (s *CustomOriginConfig) SetOriginProtocolPolicy(v string) *CustomOriginConfig

SetOriginProtocolPolicy sets the OriginProtocolPolicy field's value.

func (*CustomOriginConfig) SetOriginReadTimeout added in v1.8.5

func (s *CustomOriginConfig) SetOriginReadTimeout(v int64) *CustomOriginConfig

SetOriginReadTimeout sets the OriginReadTimeout field's value.

func (*CustomOriginConfig) SetOriginSslProtocols added in v1.5.0

func (s *CustomOriginConfig) SetOriginSslProtocols(v *OriginSslProtocols) *CustomOriginConfig

SetOriginSslProtocols sets the OriginSslProtocols field's value.

func (CustomOriginConfig) String added in v0.6.5

func (s CustomOriginConfig) String() string

String returns the string representation

func (*CustomOriginConfig) Validate added in v1.1.21

func (s *CustomOriginConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DefaultCacheBehavior

type DefaultCacheBehavior struct {

	// A complex type that controls which HTTP methods CloudFront processes and
	// forwards to your Amazon S3 bucket or your custom origin. There are three
	// choices:
	//
	//    * CloudFront forwards only GET and HEAD requests.
	//
	//    * CloudFront forwards only GET, HEAD, and OPTIONS requests.
	//
	//    * CloudFront forwards GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE
	//    requests.
	//
	// If you pick the third choice, you may need to restrict access to your Amazon
	// S3 bucket or to your custom origin so users can't perform operations that
	// you don't want them to. For example, you might not want users to have permissions
	// to delete objects from your origin.
	AllowedMethods *AllowedMethods `type:"structure"`

	// The unique identifier of the cache policy that is attached to the default
	// cache behavior. For more information, see CachePolicy.
	CachePolicyId *string `type:"string"`

	// Whether you want CloudFront to automatically compress certain files for this
	// cache behavior. If so, specify true; if not, specify false. For more information,
	// see Serving Compressed Files (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html)
	// in the Amazon CloudFront Developer Guide.
	Compress *bool `type:"boolean"`

	// This field is deprecated. We recommend that you use the DefaultTTL field
	// in CachePolicyConfig instead of this field.
	//
	// The default amount of time that you want objects to stay in CloudFront caches
	// before CloudFront forwards another request to your origin to determine whether
	// the object has been updated. The value that you specify applies only when
	// your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control
	// s-maxage, and Expires to objects. For more information, see Managing How
	// Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// Deprecated: DefaultTTL has been deprecated
	DefaultTTL *int64 `deprecated:"true" type:"long"`

	// The value of ID for the field-level encryption configuration that you want
	// CloudFront to use for encrypting specific fields of data for the default
	// cache behavior.
	FieldLevelEncryptionId *string `type:"string"`

	// This field is deprecated. We recommend that you use a cache policy or an
	// origin request policy instead of this field.
	//
	// If you want to include values in the cache key, use a CachePolicy. See CreateCachePolicy.
	//
	// If you want to send values to the origin but not include them in the cache
	// key, use an OriginRequestPolicy. See CreateOriginRequestPolicy.
	//
	// A complex type that specifies how CloudFront handles query strings, cookies,
	// and HTTP headers.
	//
	// Deprecated: ForwardedValues has been deprecated
	ForwardedValues *ForwardedValues `deprecated:"true" type:"structure"`

	// A complex type that contains zero or more Lambda function associations for
	// a cache behavior.
	LambdaFunctionAssociations *LambdaFunctionAssociations `type:"structure"`

	// This field is deprecated. We recommend that you use the MaxTTL field in CachePolicyConfig
	// instead of this field.
	//
	// The maximum amount of time that you want objects to stay in CloudFront caches
	// before CloudFront forwards another request to your origin to determine whether
	// the object has been updated. The value that you specify applies only when
	// your origin adds HTTP headers such as Cache-Control max-age, Cache-Control
	// s-maxage, and Expires to objects. For more information, see Managing How
	// Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// Deprecated: MaxTTL has been deprecated
	MaxTTL *int64 `deprecated:"true" type:"long"`

	// This field is deprecated. We recommend that you use the MinTTL field in CachePolicyConfig
	// instead of this field.
	//
	// The minimum amount of time that you want objects to stay in CloudFront caches
	// before CloudFront forwards another request to your origin to determine whether
	// the object has been updated. For more information, see Managing How Long
	// Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// You must specify 0 for MinTTL if you configure CloudFront to forward all
	// headers to your origin (under Headers, if you specify 1 for Quantity and
	// * for Name).
	//
	// Deprecated: MinTTL has been deprecated
	MinTTL *int64 `deprecated:"true" type:"long"`

	// The unique identifier of the origin request policy that is attached to the
	// default cache behavior. For more information, see OriginRequestPolicy.
	OriginRequestPolicyId *string `type:"string"`

	// Indicates whether you want to distribute media files in the Microsoft Smooth
	// Streaming format using the origin that is associated with this cache behavior.
	// If so, specify true; if not, specify false. If you specify true for SmoothStreaming,
	// you can still distribute other content using this cache behavior if the content
	// matches the value of PathPattern.
	SmoothStreaming *bool `type:"boolean"`

	// The value of ID for the origin that you want CloudFront to route requests
	// to when they use the default cache behavior.
	//
	// TargetOriginId is a required field
	TargetOriginId *string `type:"string" required:"true"`

	// A complex type that specifies the AWS accounts, if any, that you want to
	// allow to create signed URLs for private content.
	//
	// If you want to require signed URLs in requests for objects in the target
	// origin that match the PathPattern for this cache behavior, specify true for
	// Enabled, and specify the applicable values for Quantity and Items. For more
	// information, see Serving Private Content with Signed URLs and Signed Cookies
	// (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// If you don’t want to require signed URLs in requests for objects that match
	// PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.
	//
	// To add, change, or remove one or more trusted signers, change Enabled to
	// true (if it’s currently false), change Quantity as applicable, and specify
	// all of the trusted signers that you want to include in the updated distribution.
	//
	// TrustedSigners is a required field
	TrustedSigners *TrustedSigners `type:"structure" required:"true"`

	// The protocol that viewers can use to access the files in the origin specified
	// by TargetOriginId when a request matches the path pattern in PathPattern.
	// You can specify the following options:
	//
	//    * allow-all: Viewers can use HTTP or HTTPS.
	//
	//    * redirect-to-https: If a viewer submits an HTTP request, CloudFront returns
	//    an HTTP status code of 301 (Moved Permanently) to the viewer along with
	//    the HTTPS URL. The viewer then resubmits the request using the new URL.
	//
	//    * https-only: If a viewer sends an HTTP request, CloudFront returns an
	//    HTTP status code of 403 (Forbidden).
	//
	// For more information about requiring the HTTPS protocol, see Requiring HTTPS
	// Between Viewers and CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// The only way to guarantee that viewers retrieve an object that was fetched
	// from the origin using HTTPS is never to use any other protocol to fetch the
	// object. If you have recently changed from HTTP to HTTPS, we recommend that
	// you clear your objects’ cache because cached objects are protocol agnostic.
	// That means that an edge location will return an object from the cache regardless
	// of whether the current request protocol matches the protocol used previously.
	// For more information, see Managing Cache Expiration (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// ViewerProtocolPolicy is a required field
	ViewerProtocolPolicy *string `type:"string" required:"true" enum:"ViewerProtocolPolicy"`
	// contains filtered or unexported fields
}

A complex type that describes the default cache behavior if you don’t specify a CacheBehavior element or if request URLs don’t match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

func (DefaultCacheBehavior) GoString added in v0.6.5

func (s DefaultCacheBehavior) GoString() string

GoString returns the string representation

func (*DefaultCacheBehavior) SetAllowedMethods added in v1.5.0

func (s *DefaultCacheBehavior) SetAllowedMethods(v *AllowedMethods) *DefaultCacheBehavior

SetAllowedMethods sets the AllowedMethods field's value.

func (*DefaultCacheBehavior) SetCachePolicyId added in v1.33.8

func (s *DefaultCacheBehavior) SetCachePolicyId(v string) *DefaultCacheBehavior

SetCachePolicyId sets the CachePolicyId field's value.

func (*DefaultCacheBehavior) SetCompress added in v1.5.0

func (s *DefaultCacheBehavior) SetCompress(v bool) *DefaultCacheBehavior

SetCompress sets the Compress field's value.

func (*DefaultCacheBehavior) SetDefaultTTL added in v1.5.0

func (s *DefaultCacheBehavior) SetDefaultTTL(v int64) *DefaultCacheBehavior

SetDefaultTTL sets the DefaultTTL field's value.

func (*DefaultCacheBehavior) SetFieldLevelEncryptionId added in v1.13.26

func (s *DefaultCacheBehavior) SetFieldLevelEncryptionId(v string) *DefaultCacheBehavior

SetFieldLevelEncryptionId sets the FieldLevelEncryptionId field's value.

func (*DefaultCacheBehavior) SetForwardedValues added in v1.5.0

func (s *DefaultCacheBehavior) SetForwardedValues(v *ForwardedValues) *DefaultCacheBehavior

SetForwardedValues sets the ForwardedValues field's value.

func (*DefaultCacheBehavior) SetLambdaFunctionAssociations added in v1.6.2

func (s *DefaultCacheBehavior) SetLambdaFunctionAssociations(v *LambdaFunctionAssociations) *DefaultCacheBehavior

SetLambdaFunctionAssociations sets the LambdaFunctionAssociations field's value.

func (*DefaultCacheBehavior) SetMaxTTL added in v1.5.0

SetMaxTTL sets the MaxTTL field's value.

func (*DefaultCacheBehavior) SetMinTTL added in v1.5.0

SetMinTTL sets the MinTTL field's value.

func (*DefaultCacheBehavior) SetOriginRequestPolicyId added in v1.33.8

func (s *DefaultCacheBehavior) SetOriginRequestPolicyId(v string) *DefaultCacheBehavior

SetOriginRequestPolicyId sets the OriginRequestPolicyId field's value.

func (*DefaultCacheBehavior) SetSmoothStreaming added in v1.5.0

func (s *DefaultCacheBehavior) SetSmoothStreaming(v bool) *DefaultCacheBehavior

SetSmoothStreaming sets the SmoothStreaming field's value.

func (*DefaultCacheBehavior) SetTargetOriginId added in v1.5.0

func (s *DefaultCacheBehavior) SetTargetOriginId(v string) *DefaultCacheBehavior

SetTargetOriginId sets the TargetOriginId field's value.

func (*DefaultCacheBehavior) SetTrustedSigners added in v1.5.0

func (s *DefaultCacheBehavior) SetTrustedSigners(v *TrustedSigners) *DefaultCacheBehavior

SetTrustedSigners sets the TrustedSigners field's value.

func (*DefaultCacheBehavior) SetViewerProtocolPolicy added in v1.5.0

func (s *DefaultCacheBehavior) SetViewerProtocolPolicy(v string) *DefaultCacheBehavior

SetViewerProtocolPolicy sets the ViewerProtocolPolicy field's value.

func (DefaultCacheBehavior) String added in v0.6.5

func (s DefaultCacheBehavior) String() string

String returns the string representation

func (*DefaultCacheBehavior) Validate added in v1.1.21

func (s *DefaultCacheBehavior) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteCachePolicyInput added in v1.33.8

type DeleteCachePolicyInput struct {

	// The unique identifier for the cache policy that you are deleting. To get
	// the identifier, you can use ListCachePolicies.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The version of the cache policy that you are deleting. The version is the
	// cache policy’s ETag value, which you can get using ListCachePolicies, GetCachePolicy,
	// or GetCachePolicyConfig.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteCachePolicyInput) GoString added in v1.33.8

func (s DeleteCachePolicyInput) GoString() string

GoString returns the string representation

func (*DeleteCachePolicyInput) SetId added in v1.33.8

SetId sets the Id field's value.

func (*DeleteCachePolicyInput) SetIfMatch added in v1.33.8

SetIfMatch sets the IfMatch field's value.

func (DeleteCachePolicyInput) String added in v1.33.8

func (s DeleteCachePolicyInput) String() string

String returns the string representation

func (*DeleteCachePolicyInput) Validate added in v1.33.8

func (s *DeleteCachePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteCachePolicyOutput added in v1.33.8

type DeleteCachePolicyOutput struct {
	// contains filtered or unexported fields
}

func (DeleteCachePolicyOutput) GoString added in v1.33.8

func (s DeleteCachePolicyOutput) GoString() string

GoString returns the string representation

func (DeleteCachePolicyOutput) String added in v1.33.8

func (s DeleteCachePolicyOutput) String() string

String returns the string representation

type DeleteCloudFrontOriginAccessIdentityInput

type DeleteCloudFrontOriginAccessIdentityInput struct {

	// The origin access identity's ID.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header you received from a previous GET or PUT request.
	// For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

Deletes a origin access identity.

func (DeleteCloudFrontOriginAccessIdentityInput) GoString added in v0.6.5

GoString returns the string representation

func (*DeleteCloudFrontOriginAccessIdentityInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (*DeleteCloudFrontOriginAccessIdentityInput) SetIfMatch added in v1.5.0

SetIfMatch sets the IfMatch field's value.

func (DeleteCloudFrontOriginAccessIdentityInput) String added in v0.6.5

String returns the string representation

func (*DeleteCloudFrontOriginAccessIdentityInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type DeleteCloudFrontOriginAccessIdentityOutput

type DeleteCloudFrontOriginAccessIdentityOutput struct {
	// contains filtered or unexported fields
}

func (DeleteCloudFrontOriginAccessIdentityOutput) GoString added in v0.6.5

GoString returns the string representation

func (DeleteCloudFrontOriginAccessIdentityOutput) String added in v0.6.5

String returns the string representation

type DeleteDistributionInput

type DeleteDistributionInput struct {

	// The distribution ID.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when you disabled the distribution.
	// For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the following steps.

To delete a web distribution using the CloudFront API:

Disable the web distribution

Submit a GET Distribution Config request to get the current configuration and the Etag header for the distribution.

Update the XML document that was returned in the response to your GET Distribution Config request to change the value of Enabled to false.

Submit a PUT Distribution Config request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Distribution Config request in Step 2.

Review the response to the PUT Distribution Config request to confirm that the distribution was successfully disabled.

Submit a GET Distribution request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.

Submit a DELETE Distribution request. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Distribution Config request in Step 6.

Review the response to your DELETE Distribution request to confirm that the distribution was successfully deleted.

For information about deleting a distribution using the CloudFront console, see Deleting a Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html) in the Amazon CloudFront Developer Guide.

func (DeleteDistributionInput) GoString added in v0.6.5

func (s DeleteDistributionInput) GoString() string

GoString returns the string representation

func (*DeleteDistributionInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (*DeleteDistributionInput) SetIfMatch added in v1.5.0

SetIfMatch sets the IfMatch field's value.

func (DeleteDistributionInput) String added in v0.6.5

func (s DeleteDistributionInput) String() string

String returns the string representation

func (*DeleteDistributionInput) Validate added in v1.1.21

func (s *DeleteDistributionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDistributionOutput

type DeleteDistributionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteDistributionOutput) GoString added in v0.6.5

func (s DeleteDistributionOutput) GoString() string

GoString returns the string representation

func (DeleteDistributionOutput) String added in v0.6.5

func (s DeleteDistributionOutput) String() string

String returns the string representation

type DeleteFieldLevelEncryptionConfigInput added in v1.13.26

type DeleteFieldLevelEncryptionConfigInput struct {

	// The ID of the configuration you want to delete from CloudFront.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when retrieving the configuration
	// identity to delete. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteFieldLevelEncryptionConfigInput) GoString added in v1.13.26

GoString returns the string representation

func (*DeleteFieldLevelEncryptionConfigInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (*DeleteFieldLevelEncryptionConfigInput) SetIfMatch added in v1.13.26

SetIfMatch sets the IfMatch field's value.

func (DeleteFieldLevelEncryptionConfigInput) String added in v1.13.26

String returns the string representation

func (*DeleteFieldLevelEncryptionConfigInput) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type DeleteFieldLevelEncryptionConfigOutput added in v1.13.26

type DeleteFieldLevelEncryptionConfigOutput struct {
	// contains filtered or unexported fields
}

func (DeleteFieldLevelEncryptionConfigOutput) GoString added in v1.13.26

GoString returns the string representation

func (DeleteFieldLevelEncryptionConfigOutput) String added in v1.13.26

String returns the string representation

type DeleteFieldLevelEncryptionProfileInput added in v1.13.26

type DeleteFieldLevelEncryptionProfileInput struct {

	// Request the ID of the profile you want to delete from CloudFront.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when retrieving the profile
	// to delete. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteFieldLevelEncryptionProfileInput) GoString added in v1.13.26

GoString returns the string representation

func (*DeleteFieldLevelEncryptionProfileInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (*DeleteFieldLevelEncryptionProfileInput) SetIfMatch added in v1.13.26

SetIfMatch sets the IfMatch field's value.

func (DeleteFieldLevelEncryptionProfileInput) String added in v1.13.26

String returns the string representation

func (*DeleteFieldLevelEncryptionProfileInput) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type DeleteFieldLevelEncryptionProfileOutput added in v1.13.26

type DeleteFieldLevelEncryptionProfileOutput struct {
	// contains filtered or unexported fields
}

func (DeleteFieldLevelEncryptionProfileOutput) GoString added in v1.13.26

GoString returns the string representation

func (DeleteFieldLevelEncryptionProfileOutput) String added in v1.13.26

String returns the string representation

type DeleteOriginRequestPolicyInput added in v1.33.8

type DeleteOriginRequestPolicyInput struct {

	// The unique identifier for the origin request policy that you are deleting.
	// To get the identifier, you can use ListOriginRequestPolicies.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The version of the origin request policy that you are deleting. The version
	// is the origin request policy’s ETag value, which you can get using ListOriginRequestPolicies,
	// GetOriginRequestPolicy, or GetOriginRequestPolicyConfig.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteOriginRequestPolicyInput) GoString added in v1.33.8

GoString returns the string representation

func (*DeleteOriginRequestPolicyInput) SetId added in v1.33.8

SetId sets the Id field's value.

func (*DeleteOriginRequestPolicyInput) SetIfMatch added in v1.33.8

SetIfMatch sets the IfMatch field's value.

func (DeleteOriginRequestPolicyInput) String added in v1.33.8

String returns the string representation

func (*DeleteOriginRequestPolicyInput) Validate added in v1.33.8

func (s *DeleteOriginRequestPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteOriginRequestPolicyOutput added in v1.33.8

type DeleteOriginRequestPolicyOutput struct {
	// contains filtered or unexported fields
}

func (DeleteOriginRequestPolicyOutput) GoString added in v1.33.8

GoString returns the string representation

func (DeleteOriginRequestPolicyOutput) String added in v1.33.8

String returns the string representation

type DeletePublicKeyInput added in v1.13.26

type DeletePublicKeyInput struct {

	// The ID of the public key you want to remove from CloudFront.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when retrieving the public
	// key identity to delete. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

func (DeletePublicKeyInput) GoString added in v1.13.26

func (s DeletePublicKeyInput) GoString() string

GoString returns the string representation

func (*DeletePublicKeyInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (*DeletePublicKeyInput) SetIfMatch added in v1.13.26

SetIfMatch sets the IfMatch field's value.

func (DeletePublicKeyInput) String added in v1.13.26

func (s DeletePublicKeyInput) String() string

String returns the string representation

func (*DeletePublicKeyInput) Validate added in v1.13.26

func (s *DeletePublicKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePublicKeyOutput added in v1.13.26

type DeletePublicKeyOutput struct {
	// contains filtered or unexported fields
}

func (DeletePublicKeyOutput) GoString added in v1.13.26

func (s DeletePublicKeyOutput) GoString() string

GoString returns the string representation

func (DeletePublicKeyOutput) String added in v1.13.26

func (s DeletePublicKeyOutput) String() string

String returns the string representation

type DeleteStreamingDistributionInput

type DeleteStreamingDistributionInput struct {

	// The distribution ID.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when you disabled the streaming
	// distribution. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

The request to delete a streaming distribution.

func (DeleteStreamingDistributionInput) GoString added in v0.6.5

GoString returns the string representation

func (*DeleteStreamingDistributionInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (*DeleteStreamingDistributionInput) SetIfMatch added in v1.5.0

SetIfMatch sets the IfMatch field's value.

func (DeleteStreamingDistributionInput) String added in v0.6.5

String returns the string representation

func (*DeleteStreamingDistributionInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type DeleteStreamingDistributionOutput

type DeleteStreamingDistributionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteStreamingDistributionOutput) GoString added in v0.6.5

GoString returns the string representation

func (DeleteStreamingDistributionOutput) String added in v0.6.5

String returns the string representation

type Distribution

type Distribution struct {

	// The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5,
	// where 123456789012 is your AWS account ID.
	//
	// ARN is a required field
	ARN *string `type:"string" required:"true"`

	// CloudFront automatically adds this element to the response only if you've
	// set up the distribution to serve private content with signed URLs. The element
	// lists the key pair IDs that CloudFront is aware of for each trusted signer.
	// The Signer child element lists the AWS account number of the trusted signer
	// (or an empty Self element if the signer is you). The Signer element also
	// includes the IDs of any active key pairs associated with the trusted signer's
	// AWS account. If no KeyPairId element appears for a Signer, that signer can't
	// create working signed URLs.
	//
	// ActiveTrustedSigners is a required field
	ActiveTrustedSigners *ActiveTrustedSigners `type:"structure" required:"true"`

	// AWS services in China customers must file for an Internet Content Provider
	// (ICP) recordal if they want to serve content publicly on an alternate domain
	// name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal
	// provides the ICP recordal status for CNAMEs associated with distributions.
	//
	// For more information about ICP recordals, see Signup, Accounts, and Credentials
	// (https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html)
	// in Getting Started with AWS services in China.
	AliasICPRecordals []*AliasICPRecordal `locationNameList:"AliasICPRecordal" type:"list"`

	// The current configuration information for the distribution. Send a GET request
	// to the /CloudFront API version/distribution ID/config resource.
	//
	// DistributionConfig is a required field
	DistributionConfig *DistributionConfig `type:"structure" required:"true"`

	// The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.
	//
	// DomainName is a required field
	DomainName *string `type:"string" required:"true"`

	// The identifier for the distribution. For example: EDFDVBD632BHDS5.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The number of invalidation batches currently in progress.
	//
	// InProgressInvalidationBatches is a required field
	InProgressInvalidationBatches *int64 `type:"integer" required:"true"`

	// The date and time the distribution was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// This response element indicates the current status of the distribution. When
	// the status is Deployed, the distribution's information is fully propagated
	// to all CloudFront edge locations.
	//
	// Status is a required field
	Status *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.

func (Distribution) GoString added in v0.6.5

func (s Distribution) GoString() string

GoString returns the string representation

func (*Distribution) SetARN added in v1.5.0

func (s *Distribution) SetARN(v string) *Distribution

SetARN sets the ARN field's value.

func (*Distribution) SetActiveTrustedSigners added in v1.5.0

func (s *Distribution) SetActiveTrustedSigners(v *ActiveTrustedSigners) *Distribution

SetActiveTrustedSigners sets the ActiveTrustedSigners field's value.

func (*Distribution) SetAliasICPRecordals added in v1.20.1

func (s *Distribution) SetAliasICPRecordals(v []*AliasICPRecordal) *Distribution

SetAliasICPRecordals sets the AliasICPRecordals field's value.

func (*Distribution) SetDistributionConfig added in v1.5.0

func (s *Distribution) SetDistributionConfig(v *DistributionConfig) *Distribution

SetDistributionConfig sets the DistributionConfig field's value.

func (*Distribution) SetDomainName added in v1.5.0

func (s *Distribution) SetDomainName(v string) *Distribution

SetDomainName sets the DomainName field's value.

func (*Distribution) SetId added in v1.5.0

func (s *Distribution) SetId(v string) *Distribution

SetId sets the Id field's value.

func (*Distribution) SetInProgressInvalidationBatches added in v1.5.0

func (s *Distribution) SetInProgressInvalidationBatches(v int64) *Distribution

SetInProgressInvalidationBatches sets the InProgressInvalidationBatches field's value.

func (*Distribution) SetLastModifiedTime added in v1.5.0

func (s *Distribution) SetLastModifiedTime(v time.Time) *Distribution

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*Distribution) SetStatus added in v1.5.0

func (s *Distribution) SetStatus(v string) *Distribution

SetStatus sets the Status field's value.

func (Distribution) String added in v0.6.5

func (s Distribution) String() string

String returns the string representation

type DistributionConfig

type DistributionConfig struct {

	// A complex type that contains information about CNAMEs (alternate domain names),
	// if any, for this distribution.
	Aliases *Aliases `type:"structure"`

	// A complex type that contains zero or more CacheBehavior elements.
	CacheBehaviors *CacheBehaviors `type:"structure"`

	// A unique value (for example, a date-time stamp) that ensures that the request
	// can't be replayed.
	//
	// If the value of CallerReference is new (regardless of the content of the
	// DistributionConfig object), CloudFront creates a new distribution.
	//
	// If CallerReference is a value that you already sent in a previous request
	// to create a distribution, CloudFront returns a DistributionAlreadyExists
	// error.
	//
	// CallerReference is a required field
	CallerReference *string `type:"string" required:"true"`

	// Any comments you want to include about the distribution.
	//
	// If you don't want to specify a comment, include an empty Comment element.
	//
	// To delete an existing comment, update the distribution configuration and
	// include an empty Comment element.
	//
	// To add or change a comment, update the distribution configuration and specify
	// the new comment.
	//
	// Comment is a required field
	Comment *string `type:"string" required:"true" sensitive:"true"`

	// A complex type that controls the following:
	//
	//    * Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range
	//    with custom error messages before returning the response to the viewer.
	//
	//    * How long CloudFront caches HTTP status codes in the 4xx and 5xx range.
	//
	// For more information about custom error pages, see Customizing Error Responses
	// (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html)
	// in the Amazon CloudFront Developer Guide.
	CustomErrorResponses *CustomErrorResponses `type:"structure"`

	// A complex type that describes the default cache behavior if you don't specify
	// a CacheBehavior element or if files don't match any of the values of PathPattern
	// in CacheBehavior elements. You must create exactly one default cache behavior.
	//
	// DefaultCacheBehavior is a required field
	DefaultCacheBehavior *DefaultCacheBehavior `type:"structure" required:"true"`

	// The object that you want CloudFront to request from your origin (for example,
	// index.html) when a viewer requests the root URL for your distribution (http://www.example.com)
	// instead of an object in your distribution (http://www.example.com/product-description.html).
	// Specifying a default root object avoids exposing the contents of your distribution.
	//
	// Specify only the object name, for example, index.html. Don't add a / before
	// the object name.
	//
	// If you don't want to specify a default root object when you create a distribution,
	// include an empty DefaultRootObject element.
	//
	// To delete the default root object from an existing distribution, update the
	// distribution configuration and include an empty DefaultRootObject element.
	//
	// To replace the default root object, update the distribution configuration
	// and specify the new object.
	//
	// For more information about the default root object, see Creating a Default
	// Root Object (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html)
	// in the Amazon CloudFront Developer Guide.
	DefaultRootObject *string `type:"string"`

	// From this field, you can enable or disable the selected distribution.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// (Optional) Specify the maximum HTTP version that you want viewers to use
	// to communicate with CloudFront. The default value for new web distributions
	// is http2. Viewers that don't support HTTP/2 automatically use an earlier
	// HTTP version.
	//
	// For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or
	// later, and must support Server Name Identification (SNI).
	//
	// In general, configuring CloudFront to communicate with viewers using HTTP/2
	// reduces latency. You can improve performance by optimizing for HTTP/2. For
	// more information, do an Internet search for "http/2 optimization."
	HttpVersion *string `type:"string" enum:"HttpVersion"`

	// If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address
	// for your distribution, specify true. If you specify false, CloudFront responds
	// to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses.
	// This allows viewers to submit a second request, for an IPv4 address for your
	// distribution.
	//
	// In general, you should enable IPv6 if you have users on IPv6 networks who
	// want to access your content. However, if you're using signed URLs or signed
	// cookies to restrict access to your content, and if you're using a custom
	// policy that includes the IpAddress parameter to restrict the IP addresses
	// that can access your content, don't enable IPv6. If you want to restrict
	// access to some content by IP address and not restrict access to other content
	// (or restrict access but not by IP address), you can create two distributions.
	// For more information, see Creating a Signed URL Using a Custom Policy (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// If you're using an Amazon Route 53 alias resource record set to route traffic
	// to your CloudFront distribution, you need to create a second alias resource
	// record set when both of the following are true:
	//
	//    * You enable IPv6 for the distribution
	//
	//    * You're using alternate domain names in the URLs for your objects
	//
	// For more information, see Routing Traffic to an Amazon CloudFront Web Distribution
	// by Using Your Domain Name (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// If you created a CNAME resource record set, either with Amazon Route 53 or
	// with another DNS service, you don't need to make any changes. A CNAME record
	// will route traffic to your distribution regardless of the IP address format
	// of the viewer request.
	IsIPV6Enabled *bool `type:"boolean"`

	// A complex type that controls whether access logs are written for the distribution.
	//
	// For more information about logging, see Access Logs (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html)
	// in the Amazon CloudFront Developer Guide.
	Logging *LoggingConfig `type:"structure"`

	// A complex type that contains information about origin groups for this distribution.
	OriginGroups *OriginGroups `type:"structure"`

	// A complex type that contains information about origins for this distribution.
	//
	// Origins is a required field
	Origins *Origins `type:"structure" required:"true"`

	// The price class that corresponds with the maximum price that you want to
	// pay for CloudFront service. If you specify PriceClass_All, CloudFront responds
	// to requests for your objects from all CloudFront edge locations.
	//
	// If you specify a price class other than PriceClass_All, CloudFront serves
	// your objects from the CloudFront edge location that has the lowest latency
	// among the edge locations in your price class. Viewers who are in or near
	// regions that are excluded from your specified price class may encounter slower
	// performance.
	//
	// For more information about price classes, see Choosing the Price Class for
	// a CloudFront Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html)
	// in the Amazon CloudFront Developer Guide. For information about CloudFront
	// pricing, including how price classes (such as Price Class 100) map to CloudFront
	// regions, see Amazon CloudFront Pricing (http://aws.amazon.com/cloudfront/pricing/).
	// For price class information, scroll down to see the table at the bottom of
	// the page.
	PriceClass *string `type:"string" enum:"PriceClass"`

	// A complex type that identifies ways in which you want to restrict distribution
	// of your content.
	Restrictions *Restrictions `type:"structure"`

	// A complex type that determines the distribution’s SSL/TLS configuration
	// for communicating with viewers.
	ViewerCertificate *ViewerCertificate `type:"structure"`

	// A unique identifier that specifies the AWS WAF web ACL, if any, to associate
	// with this distribution. To specify a web ACL created using the latest version
	// of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a.
	// To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example
	// 473e64fd-f30b-4765-81a0-62ad96dd167a.
	//
	// AWS WAF is a web application firewall that lets you monitor the HTTP and
	// HTTPS requests that are forwarded to CloudFront, and lets you control access
	// to your content. Based on conditions that you specify, such as the IP addresses
	// that requests originate from or the values of query strings, CloudFront responds
	// to requests either with the requested content or with an HTTP 403 status
	// code (Forbidden). You can also configure CloudFront to return a custom error
	// page when a request is blocked. For more information about AWS WAF, see the
	// AWS WAF Developer Guide (https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html).
	WebACLId *string `type:"string"`
	// contains filtered or unexported fields
}

A distribution configuration.

func (DistributionConfig) GoString added in v0.6.5

func (s DistributionConfig) GoString() string

GoString returns the string representation

func (*DistributionConfig) SetAliases added in v1.5.0

func (s *DistributionConfig) SetAliases(v *Aliases) *DistributionConfig

SetAliases sets the Aliases field's value.

func (*DistributionConfig) SetCacheBehaviors added in v1.5.0

func (s *DistributionConfig) SetCacheBehaviors(v *CacheBehaviors) *DistributionConfig

SetCacheBehaviors sets the CacheBehaviors field's value.

func (*DistributionConfig) SetCallerReference added in v1.5.0

func (s *DistributionConfig) SetCallerReference(v string) *DistributionConfig

SetCallerReference sets the CallerReference field's value.

func (*DistributionConfig) SetComment added in v1.5.0

func (s *DistributionConfig) SetComment(v string) *DistributionConfig

SetComment sets the Comment field's value.

func (*DistributionConfig) SetCustomErrorResponses added in v1.5.0

func (s *DistributionConfig) SetCustomErrorResponses(v *CustomErrorResponses) *DistributionConfig

SetCustomErrorResponses sets the CustomErrorResponses field's value.

func (*DistributionConfig) SetDefaultCacheBehavior added in v1.5.0

func (s *DistributionConfig) SetDefaultCacheBehavior(v *DefaultCacheBehavior) *DistributionConfig

SetDefaultCacheBehavior sets the DefaultCacheBehavior field's value.

func (*DistributionConfig) SetDefaultRootObject added in v1.5.0

func (s *DistributionConfig) SetDefaultRootObject(v string) *DistributionConfig

SetDefaultRootObject sets the DefaultRootObject field's value.

func (*DistributionConfig) SetEnabled added in v1.5.0

func (s *DistributionConfig) SetEnabled(v bool) *DistributionConfig

SetEnabled sets the Enabled field's value.

func (*DistributionConfig) SetHttpVersion added in v1.5.0

func (s *DistributionConfig) SetHttpVersion(v string) *DistributionConfig

SetHttpVersion sets the HttpVersion field's value.

func (*DistributionConfig) SetIsIPV6Enabled added in v1.5.0

func (s *DistributionConfig) SetIsIPV6Enabled(v bool) *DistributionConfig

SetIsIPV6Enabled sets the IsIPV6Enabled field's value.

func (*DistributionConfig) SetLogging added in v1.5.0

SetLogging sets the Logging field's value.

func (*DistributionConfig) SetOriginGroups added in v1.15.80

func (s *DistributionConfig) SetOriginGroups(v *OriginGroups) *DistributionConfig

SetOriginGroups sets the OriginGroups field's value.

func (*DistributionConfig) SetOrigins added in v1.5.0

func (s *DistributionConfig) SetOrigins(v *Origins) *DistributionConfig

SetOrigins sets the Origins field's value.

func (*DistributionConfig) SetPriceClass added in v1.5.0

func (s *DistributionConfig) SetPriceClass(v string) *DistributionConfig

SetPriceClass sets the PriceClass field's value.

func (*DistributionConfig) SetRestrictions added in v1.5.0

func (s *DistributionConfig) SetRestrictions(v *Restrictions) *DistributionConfig

SetRestrictions sets the Restrictions field's value.

func (*DistributionConfig) SetViewerCertificate added in v1.5.0

func (s *DistributionConfig) SetViewerCertificate(v *ViewerCertificate) *DistributionConfig

SetViewerCertificate sets the ViewerCertificate field's value.

func (*DistributionConfig) SetWebACLId added in v1.5.0

func (s *DistributionConfig) SetWebACLId(v string) *DistributionConfig

SetWebACLId sets the WebACLId field's value.

func (DistributionConfig) String added in v0.6.5

func (s DistributionConfig) String() string

String returns the string representation

func (*DistributionConfig) Validate added in v1.1.21

func (s *DistributionConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DistributionConfigWithTags added in v1.4.0

type DistributionConfigWithTags struct {

	// A distribution configuration.
	//
	// DistributionConfig is a required field
	DistributionConfig *DistributionConfig `type:"structure" required:"true"`

	// A complex type that contains zero or more Tag elements.
	//
	// Tags is a required field
	Tags *Tags `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A distribution Configuration and a list of tags to be associated with the distribution.

func (DistributionConfigWithTags) GoString added in v1.4.0

func (s DistributionConfigWithTags) GoString() string

GoString returns the string representation

func (*DistributionConfigWithTags) SetDistributionConfig added in v1.5.0

SetDistributionConfig sets the DistributionConfig field's value.

func (*DistributionConfigWithTags) SetTags added in v1.5.0

SetTags sets the Tags field's value.

func (DistributionConfigWithTags) String added in v1.4.0

String returns the string representation

func (*DistributionConfigWithTags) Validate added in v1.4.0

func (s *DistributionConfigWithTags) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DistributionIdList added in v1.33.8

type DistributionIdList struct {

	// A flag that indicates whether more distribution IDs remain to be listed.
	// If your results were truncated, you can make a subsequent request using the
	// Marker request field to retrieve more distribution IDs in the list.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// Contains the distribution IDs in the list.
	Items []*string `locationNameList:"DistributionId" type:"list"`

	// The value provided in the Marker request field.
	//
	// Marker is a required field
	Marker *string `type:"string" required:"true"`

	// The maximum number of distribution IDs requested.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// Contains the value that you should use in the Marker field of a subsequent
	// request to continue listing distribution IDs where you left off.
	NextMarker *string `type:"string"`

	// The total number of distribution IDs returned in the response.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A list of distribution IDs.

func (DistributionIdList) GoString added in v1.33.8

func (s DistributionIdList) GoString() string

GoString returns the string representation

func (*DistributionIdList) SetIsTruncated added in v1.33.8

func (s *DistributionIdList) SetIsTruncated(v bool) *DistributionIdList

SetIsTruncated sets the IsTruncated field's value.

func (*DistributionIdList) SetItems added in v1.33.8

func (s *DistributionIdList) SetItems(v []*string) *DistributionIdList

SetItems sets the Items field's value.

func (*DistributionIdList) SetMarker added in v1.33.8

func (s *DistributionIdList) SetMarker(v string) *DistributionIdList

SetMarker sets the Marker field's value.

func (*DistributionIdList) SetMaxItems added in v1.33.8

func (s *DistributionIdList) SetMaxItems(v int64) *DistributionIdList

SetMaxItems sets the MaxItems field's value.

func (*DistributionIdList) SetNextMarker added in v1.33.8

func (s *DistributionIdList) SetNextMarker(v string) *DistributionIdList

SetNextMarker sets the NextMarker field's value.

func (*DistributionIdList) SetQuantity added in v1.33.8

func (s *DistributionIdList) SetQuantity(v int64) *DistributionIdList

SetQuantity sets the Quantity field's value.

func (DistributionIdList) String added in v1.33.8

func (s DistributionIdList) String() string

String returns the string representation

type DistributionList

type DistributionList struct {

	// A flag that indicates whether more distributions remain to be listed. If
	// your results were truncated, you can make a follow-up pagination request
	// using the Marker request parameter to retrieve more distributions in the
	// list.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// A complex type that contains one DistributionSummary element for each distribution
	// that was created by the current AWS account.
	Items []*DistributionSummary `locationNameList:"DistributionSummary" type:"list"`

	// The value you provided for the Marker request parameter.
	//
	// Marker is a required field
	Marker *string `type:"string" required:"true"`

	// The value you provided for the MaxItems request parameter.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// If IsTruncated is true, this element is present and contains the value you
	// can use for the Marker request parameter to continue listing your distributions
	// where they left off.
	NextMarker *string `type:"string"`

	// The number of distributions that were created by the current AWS account.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A distribution list.

func (DistributionList) GoString added in v0.6.5

func (s DistributionList) GoString() string

GoString returns the string representation

func (*DistributionList) SetIsTruncated added in v1.5.0

func (s *DistributionList) SetIsTruncated(v bool) *DistributionList

SetIsTruncated sets the IsTruncated field's value.

func (*DistributionList) SetItems added in v1.5.0

SetItems sets the Items field's value.

func (*DistributionList) SetMarker added in v1.5.0

func (s *DistributionList) SetMarker(v string) *DistributionList

SetMarker sets the Marker field's value.

func (*DistributionList) SetMaxItems added in v1.5.0

func (s *DistributionList) SetMaxItems(v int64) *DistributionList

SetMaxItems sets the MaxItems field's value.

func (*DistributionList) SetNextMarker added in v1.5.0

func (s *DistributionList) SetNextMarker(v string) *DistributionList

SetNextMarker sets the NextMarker field's value.

func (*DistributionList) SetQuantity added in v1.5.0

func (s *DistributionList) SetQuantity(v int64) *DistributionList

SetQuantity sets the Quantity field's value.

func (DistributionList) String added in v0.6.5

func (s DistributionList) String() string

String returns the string representation

type DistributionSummary

type DistributionSummary struct {

	// The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5,
	// where 123456789012 is your AWS account ID.
	//
	// ARN is a required field
	ARN *string `type:"string" required:"true"`

	// AWS services in China customers must file for an Internet Content Provider
	// (ICP) recordal if they want to serve content publicly on an alternate domain
	// name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal
	// provides the ICP recordal status for CNAMEs associated with distributions.
	//
	// For more information about ICP recordals, see Signup, Accounts, and Credentials
	// (https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html)
	// in Getting Started with AWS services in China.
	AliasICPRecordals []*AliasICPRecordal `locationNameList:"AliasICPRecordal" type:"list"`

	// A complex type that contains information about CNAMEs (alternate domain names),
	// if any, for this distribution.
	//
	// Aliases is a required field
	Aliases *Aliases `type:"structure" required:"true"`

	// A complex type that contains zero or more CacheBehavior elements.
	//
	// CacheBehaviors is a required field
	CacheBehaviors *CacheBehaviors `type:"structure" required:"true"`

	// The comment originally specified when this distribution was created.
	//
	// Comment is a required field
	Comment *string `type:"string" required:"true"`

	// A complex type that contains zero or more CustomErrorResponses elements.
	//
	// CustomErrorResponses is a required field
	CustomErrorResponses *CustomErrorResponses `type:"structure" required:"true"`

	// A complex type that describes the default cache behavior if you don't specify
	// a CacheBehavior element or if files don't match any of the values of PathPattern
	// in CacheBehavior elements. You must create exactly one default cache behavior.
	//
	// DefaultCacheBehavior is a required field
	DefaultCacheBehavior *DefaultCacheBehavior `type:"structure" required:"true"`

	// The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.
	//
	// DomainName is a required field
	DomainName *string `type:"string" required:"true"`

	// Whether the distribution is enabled to accept user requests for content.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// Specify the maximum HTTP version that you want viewers to use to communicate
	// with CloudFront. The default value for new web distributions is http2. Viewers
	// that don't support HTTP/2 will automatically use an earlier version.
	//
	// HttpVersion is a required field
	HttpVersion *string `type:"string" required:"true" enum:"HttpVersion"`

	// The identifier for the distribution. For example: EDFDVBD632BHDS5.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for
	// your distribution.
	//
	// IsIPV6Enabled is a required field
	IsIPV6Enabled *bool `type:"boolean" required:"true"`

	// The date and time the distribution was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// A complex type that contains information about origin groups for this distribution.
	OriginGroups *OriginGroups `type:"structure"`

	// A complex type that contains information about origins for this distribution.
	//
	// Origins is a required field
	Origins *Origins `type:"structure" required:"true"`

	// A complex type that contains information about price class for this streaming
	// distribution.
	//
	// PriceClass is a required field
	PriceClass *string `type:"string" required:"true" enum:"PriceClass"`

	// A complex type that identifies ways in which you want to restrict distribution
	// of your content.
	//
	// Restrictions is a required field
	Restrictions *Restrictions `type:"structure" required:"true"`

	// The current status of the distribution. When the status is Deployed, the
	// distribution's information is propagated to all CloudFront edge locations.
	//
	// Status is a required field
	Status *string `type:"string" required:"true"`

	// A complex type that determines the distribution’s SSL/TLS configuration
	// for communicating with viewers.
	//
	// ViewerCertificate is a required field
	ViewerCertificate *ViewerCertificate `type:"structure" required:"true"`

	// The Web ACL Id (if any) associated with the distribution.
	//
	// WebACLId is a required field
	WebACLId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A summary of the information about a CloudFront distribution.

func (DistributionSummary) GoString added in v0.6.5

func (s DistributionSummary) GoString() string

GoString returns the string representation

func (*DistributionSummary) SetARN added in v1.5.0

SetARN sets the ARN field's value.

func (*DistributionSummary) SetAliasICPRecordals added in v1.20.1

func (s *DistributionSummary) SetAliasICPRecordals(v []*AliasICPRecordal) *DistributionSummary

SetAliasICPRecordals sets the AliasICPRecordals field's value.

func (*DistributionSummary) SetAliases added in v1.5.0

func (s *DistributionSummary) SetAliases(v *Aliases) *DistributionSummary

SetAliases sets the Aliases field's value.

func (*DistributionSummary) SetCacheBehaviors added in v1.5.0

func (s *DistributionSummary) SetCacheBehaviors(v *CacheBehaviors) *DistributionSummary

SetCacheBehaviors sets the CacheBehaviors field's value.

func (*DistributionSummary) SetComment added in v1.5.0

SetComment sets the Comment field's value.

func (*DistributionSummary) SetCustomErrorResponses added in v1.5.0

func (s *DistributionSummary) SetCustomErrorResponses(v *CustomErrorResponses) *DistributionSummary

SetCustomErrorResponses sets the CustomErrorResponses field's value.

func (*DistributionSummary) SetDefaultCacheBehavior added in v1.5.0

func (s *DistributionSummary) SetDefaultCacheBehavior(v *DefaultCacheBehavior) *DistributionSummary

SetDefaultCacheBehavior sets the DefaultCacheBehavior field's value.

func (*DistributionSummary) SetDomainName added in v1.5.0

func (s *DistributionSummary) SetDomainName(v string) *DistributionSummary

SetDomainName sets the DomainName field's value.

func (*DistributionSummary) SetEnabled added in v1.5.0

func (s *DistributionSummary) SetEnabled(v bool) *DistributionSummary

SetEnabled sets the Enabled field's value.

func (*DistributionSummary) SetHttpVersion added in v1.5.0

func (s *DistributionSummary) SetHttpVersion(v string) *DistributionSummary

SetHttpVersion sets the HttpVersion field's value.

func (*DistributionSummary) SetId added in v1.5.0

SetId sets the Id field's value.

func (*DistributionSummary) SetIsIPV6Enabled added in v1.5.0

func (s *DistributionSummary) SetIsIPV6Enabled(v bool) *DistributionSummary

SetIsIPV6Enabled sets the IsIPV6Enabled field's value.

func (*DistributionSummary) SetLastModifiedTime added in v1.5.0

func (s *DistributionSummary) SetLastModifiedTime(v time.Time) *DistributionSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DistributionSummary) SetOriginGroups added in v1.15.80

func (s *DistributionSummary) SetOriginGroups(v *OriginGroups) *DistributionSummary

SetOriginGroups sets the OriginGroups field's value.

func (*DistributionSummary) SetOrigins added in v1.5.0

func (s *DistributionSummary) SetOrigins(v *Origins) *DistributionSummary

SetOrigins sets the Origins field's value.

func (*DistributionSummary) SetPriceClass added in v1.5.0

func (s *DistributionSummary) SetPriceClass(v string) *DistributionSummary

SetPriceClass sets the PriceClass field's value.

func (*DistributionSummary) SetRestrictions added in v1.5.0

func (s *DistributionSummary) SetRestrictions(v *Restrictions) *DistributionSummary

SetRestrictions sets the Restrictions field's value.

func (*DistributionSummary) SetStatus added in v1.5.0

SetStatus sets the Status field's value.

func (*DistributionSummary) SetViewerCertificate added in v1.5.0

func (s *DistributionSummary) SetViewerCertificate(v *ViewerCertificate) *DistributionSummary

SetViewerCertificate sets the ViewerCertificate field's value.

func (*DistributionSummary) SetWebACLId added in v1.5.0

func (s *DistributionSummary) SetWebACLId(v string) *DistributionSummary

SetWebACLId sets the WebACLId field's value.

func (DistributionSummary) String added in v0.6.5

func (s DistributionSummary) String() string

String returns the string representation

type EncryptionEntities added in v1.13.26

type EncryptionEntities struct {

	// An array of field patterns in a field-level encryption content type-profile
	// mapping.
	Items []*EncryptionEntity `locationNameList:"EncryptionEntity" type:"list"`

	// Number of field pattern items in a field-level encryption content type-profile
	// mapping.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Complex data type for field-level encryption profiles that includes all of the encryption entities.

func (EncryptionEntities) GoString added in v1.13.26

func (s EncryptionEntities) GoString() string

GoString returns the string representation

func (*EncryptionEntities) SetItems added in v1.13.26

SetItems sets the Items field's value.

func (*EncryptionEntities) SetQuantity added in v1.13.26

func (s *EncryptionEntities) SetQuantity(v int64) *EncryptionEntities

SetQuantity sets the Quantity field's value.

func (EncryptionEntities) String added in v1.13.26

func (s EncryptionEntities) String() string

String returns the string representation

func (*EncryptionEntities) Validate added in v1.13.26

func (s *EncryptionEntities) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EncryptionEntity added in v1.13.26

type EncryptionEntity struct {

	// Field patterns in a field-level encryption content type profile specify the
	// fields that you want to be encrypted. You can provide the full field name,
	// or any beginning characters followed by a wildcard (*). You can't overlap
	// field patterns. For example, you can't have both ABC* and AB*. Note that
	// field patterns are case-sensitive.
	//
	// FieldPatterns is a required field
	FieldPatterns *FieldPatterns `type:"structure" required:"true"`

	// The provider associated with the public key being used for encryption. This
	// value must also be provided with the private key for applications to be able
	// to decrypt data.
	//
	// ProviderId is a required field
	ProviderId *string `type:"string" required:"true"`

	// The public key associated with a set of field-level encryption patterns,
	// to be used when encrypting the fields that match the patterns.
	//
	// PublicKeyId is a required field
	PublicKeyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.

func (EncryptionEntity) GoString added in v1.13.26

func (s EncryptionEntity) GoString() string

GoString returns the string representation

func (*EncryptionEntity) SetFieldPatterns added in v1.13.26

func (s *EncryptionEntity) SetFieldPatterns(v *FieldPatterns) *EncryptionEntity

SetFieldPatterns sets the FieldPatterns field's value.

func (*EncryptionEntity) SetProviderId added in v1.13.26

func (s *EncryptionEntity) SetProviderId(v string) *EncryptionEntity

SetProviderId sets the ProviderId field's value.

func (*EncryptionEntity) SetPublicKeyId added in v1.13.26

func (s *EncryptionEntity) SetPublicKeyId(v string) *EncryptionEntity

SetPublicKeyId sets the PublicKeyId field's value.

func (EncryptionEntity) String added in v1.13.26

func (s EncryptionEntity) String() string

String returns the string representation

func (*EncryptionEntity) Validate added in v1.13.26

func (s *EncryptionEntity) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FieldLevelEncryption added in v1.13.26

type FieldLevelEncryption struct {

	// A complex data type that includes the profile configurations specified for
	// field-level encryption.
	//
	// FieldLevelEncryptionConfig is a required field
	FieldLevelEncryptionConfig *FieldLevelEncryptionConfig `type:"structure" required:"true"`

	// The configuration ID for a field-level encryption configuration which includes
	// a set of profiles that specify certain selected data fields to be encrypted
	// by specific public keys.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The last time the field-level encryption configuration was changed.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A complex data type that includes the profile configurations and other options specified for field-level encryption.

func (FieldLevelEncryption) GoString added in v1.13.26

func (s FieldLevelEncryption) GoString() string

GoString returns the string representation

func (*FieldLevelEncryption) SetFieldLevelEncryptionConfig added in v1.13.26

func (s *FieldLevelEncryption) SetFieldLevelEncryptionConfig(v *FieldLevelEncryptionConfig) *FieldLevelEncryption

SetFieldLevelEncryptionConfig sets the FieldLevelEncryptionConfig field's value.

func (*FieldLevelEncryption) SetId added in v1.13.26

SetId sets the Id field's value.

func (*FieldLevelEncryption) SetLastModifiedTime added in v1.13.26

func (s *FieldLevelEncryption) SetLastModifiedTime(v time.Time) *FieldLevelEncryption

SetLastModifiedTime sets the LastModifiedTime field's value.

func (FieldLevelEncryption) String added in v1.13.26

func (s FieldLevelEncryption) String() string

String returns the string representation

type FieldLevelEncryptionConfig added in v1.13.26

type FieldLevelEncryptionConfig struct {

	// A unique number that ensures the request can't be replayed.
	//
	// CallerReference is a required field
	CallerReference *string `type:"string" required:"true"`

	// An optional comment about the configuration.
	Comment *string `type:"string"`

	// A complex data type that specifies when to forward content if a content type
	// isn't recognized and profiles to use as by default in a request if a query
	// argument doesn't specify a profile to use.
	ContentTypeProfileConfig *ContentTypeProfileConfig `type:"structure"`

	// A complex data type that specifies when to forward content if a profile isn't
	// found and the profile that can be provided as a query argument in a request.
	QueryArgProfileConfig *QueryArgProfileConfig `type:"structure"`
	// contains filtered or unexported fields
}

A complex data type that includes the profile configurations specified for field-level encryption.

func (FieldLevelEncryptionConfig) GoString added in v1.13.26

func (s FieldLevelEncryptionConfig) GoString() string

GoString returns the string representation

func (*FieldLevelEncryptionConfig) SetCallerReference added in v1.13.26

SetCallerReference sets the CallerReference field's value.

func (*FieldLevelEncryptionConfig) SetComment added in v1.13.26

SetComment sets the Comment field's value.

func (*FieldLevelEncryptionConfig) SetContentTypeProfileConfig added in v1.13.26

SetContentTypeProfileConfig sets the ContentTypeProfileConfig field's value.

func (*FieldLevelEncryptionConfig) SetQueryArgProfileConfig added in v1.13.26

SetQueryArgProfileConfig sets the QueryArgProfileConfig field's value.

func (FieldLevelEncryptionConfig) String added in v1.13.26

String returns the string representation

func (*FieldLevelEncryptionConfig) Validate added in v1.13.26

func (s *FieldLevelEncryptionConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FieldLevelEncryptionList added in v1.13.26

type FieldLevelEncryptionList struct {

	// An array of field-level encryption items.
	Items []*FieldLevelEncryptionSummary `locationNameList:"FieldLevelEncryptionSummary" type:"list"`

	// The maximum number of elements you want in the response body.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// If there are more elements to be listed, this element is present and contains
	// the value that you can use for the Marker request parameter to continue listing
	// your configurations where you left off.
	NextMarker *string `type:"string"`

	// The number of field-level encryption items.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

List of field-level encrpytion configurations.

func (FieldLevelEncryptionList) GoString added in v1.13.26

func (s FieldLevelEncryptionList) GoString() string

GoString returns the string representation

func (*FieldLevelEncryptionList) SetItems added in v1.13.26

SetItems sets the Items field's value.

func (*FieldLevelEncryptionList) SetMaxItems added in v1.13.26

SetMaxItems sets the MaxItems field's value.

func (*FieldLevelEncryptionList) SetNextMarker added in v1.13.26

SetNextMarker sets the NextMarker field's value.

func (*FieldLevelEncryptionList) SetQuantity added in v1.13.26

SetQuantity sets the Quantity field's value.

func (FieldLevelEncryptionList) String added in v1.13.26

func (s FieldLevelEncryptionList) String() string

String returns the string representation

type FieldLevelEncryptionProfile added in v1.13.26

type FieldLevelEncryptionProfile struct {

	// A complex data type that includes the profile name and the encryption entities
	// for the field-level encryption profile.
	//
	// FieldLevelEncryptionProfileConfig is a required field
	FieldLevelEncryptionProfileConfig *FieldLevelEncryptionProfileConfig `type:"structure" required:"true"`

	// The ID for a field-level encryption profile configuration which includes
	// a set of profiles that specify certain selected data fields to be encrypted
	// by specific public keys.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The last time the field-level encryption profile was updated.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A complex data type for field-level encryption profiles.

func (FieldLevelEncryptionProfile) GoString added in v1.13.26

func (s FieldLevelEncryptionProfile) GoString() string

GoString returns the string representation

func (*FieldLevelEncryptionProfile) SetFieldLevelEncryptionProfileConfig added in v1.13.26

SetFieldLevelEncryptionProfileConfig sets the FieldLevelEncryptionProfileConfig field's value.

func (*FieldLevelEncryptionProfile) SetId added in v1.13.26

SetId sets the Id field's value.

func (*FieldLevelEncryptionProfile) SetLastModifiedTime added in v1.13.26

SetLastModifiedTime sets the LastModifiedTime field's value.

func (FieldLevelEncryptionProfile) String added in v1.13.26

String returns the string representation

type FieldLevelEncryptionProfileConfig added in v1.13.26

type FieldLevelEncryptionProfileConfig struct {

	// A unique number that ensures that the request can't be replayed.
	//
	// CallerReference is a required field
	CallerReference *string `type:"string" required:"true"`

	// An optional comment for the field-level encryption profile.
	Comment *string `type:"string"`

	// A complex data type of encryption entities for the field-level encryption
	// profile that include the public key ID, provider, and field patterns for
	// specifying which fields to encrypt with this key.
	//
	// EncryptionEntities is a required field
	EncryptionEntities *EncryptionEntities `type:"structure" required:"true"`

	// Profile name for the field-level encryption profile.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex data type of profiles for the field-level encryption.

func (FieldLevelEncryptionProfileConfig) GoString added in v1.13.26

GoString returns the string representation

func (*FieldLevelEncryptionProfileConfig) SetCallerReference added in v1.13.26

SetCallerReference sets the CallerReference field's value.

func (*FieldLevelEncryptionProfileConfig) SetComment added in v1.13.26

SetComment sets the Comment field's value.

func (*FieldLevelEncryptionProfileConfig) SetEncryptionEntities added in v1.13.26

SetEncryptionEntities sets the EncryptionEntities field's value.

func (*FieldLevelEncryptionProfileConfig) SetName added in v1.13.26

SetName sets the Name field's value.

func (FieldLevelEncryptionProfileConfig) String added in v1.13.26

String returns the string representation

func (*FieldLevelEncryptionProfileConfig) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type FieldLevelEncryptionProfileList added in v1.13.26

type FieldLevelEncryptionProfileList struct {

	// The field-level encryption profile items.
	Items []*FieldLevelEncryptionProfileSummary `locationNameList:"FieldLevelEncryptionProfileSummary" type:"list"`

	// The maximum number of field-level encryption profiles you want in the response
	// body.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// If there are more elements to be listed, this element is present and contains
	// the value that you can use for the Marker request parameter to continue listing
	// your profiles where you left off.
	NextMarker *string `type:"string"`

	// The number of field-level encryption profiles.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

List of field-level encryption profiles.

func (FieldLevelEncryptionProfileList) GoString added in v1.13.26

GoString returns the string representation

func (*FieldLevelEncryptionProfileList) SetItems added in v1.13.26

SetItems sets the Items field's value.

func (*FieldLevelEncryptionProfileList) SetMaxItems added in v1.13.26

SetMaxItems sets the MaxItems field's value.

func (*FieldLevelEncryptionProfileList) SetNextMarker added in v1.13.26

SetNextMarker sets the NextMarker field's value.

func (*FieldLevelEncryptionProfileList) SetQuantity added in v1.13.26

SetQuantity sets the Quantity field's value.

func (FieldLevelEncryptionProfileList) String added in v1.13.26

String returns the string representation

type FieldLevelEncryptionProfileSummary added in v1.13.26

type FieldLevelEncryptionProfileSummary struct {

	// An optional comment for the field-level encryption profile summary.
	Comment *string `type:"string"`

	// A complex data type of encryption entities for the field-level encryption
	// profile that include the public key ID, provider, and field patterns for
	// specifying which fields to encrypt with this key.
	//
	// EncryptionEntities is a required field
	EncryptionEntities *EncryptionEntities `type:"structure" required:"true"`

	// ID for the field-level encryption profile summary.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The time when the the field-level encryption profile summary was last updated.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// Name for the field-level encryption profile summary.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The field-level encryption profile summary.

func (FieldLevelEncryptionProfileSummary) GoString added in v1.13.26

GoString returns the string representation

func (*FieldLevelEncryptionProfileSummary) SetComment added in v1.13.26

SetComment sets the Comment field's value.

func (*FieldLevelEncryptionProfileSummary) SetEncryptionEntities added in v1.13.26

SetEncryptionEntities sets the EncryptionEntities field's value.

func (*FieldLevelEncryptionProfileSummary) SetId added in v1.13.26

SetId sets the Id field's value.

func (*FieldLevelEncryptionProfileSummary) SetLastModifiedTime added in v1.13.26

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*FieldLevelEncryptionProfileSummary) SetName added in v1.13.26

SetName sets the Name field's value.

func (FieldLevelEncryptionProfileSummary) String added in v1.13.26

String returns the string representation

type FieldLevelEncryptionSummary added in v1.13.26

type FieldLevelEncryptionSummary struct {

	// An optional comment about the field-level encryption item.
	Comment *string `type:"string"`

	// A summary of a content type-profile mapping.
	ContentTypeProfileConfig *ContentTypeProfileConfig `type:"structure"`

	// The unique ID of a field-level encryption item.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The last time that the summary of field-level encryption items was modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// A summary of a query argument-profile mapping.
	QueryArgProfileConfig *QueryArgProfileConfig `type:"structure"`
	// contains filtered or unexported fields
}

A summary of a field-level encryption item.

func (FieldLevelEncryptionSummary) GoString added in v1.13.26

func (s FieldLevelEncryptionSummary) GoString() string

GoString returns the string representation

func (*FieldLevelEncryptionSummary) SetComment added in v1.13.26

SetComment sets the Comment field's value.

func (*FieldLevelEncryptionSummary) SetContentTypeProfileConfig added in v1.13.26

SetContentTypeProfileConfig sets the ContentTypeProfileConfig field's value.

func (*FieldLevelEncryptionSummary) SetId added in v1.13.26

SetId sets the Id field's value.

func (*FieldLevelEncryptionSummary) SetLastModifiedTime added in v1.13.26

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*FieldLevelEncryptionSummary) SetQueryArgProfileConfig added in v1.13.26

SetQueryArgProfileConfig sets the QueryArgProfileConfig field's value.

func (FieldLevelEncryptionSummary) String added in v1.13.26

String returns the string representation

type FieldPatterns added in v1.13.26

type FieldPatterns struct {

	// An array of the field-level encryption field patterns.
	Items []*string `locationNameList:"FieldPattern" type:"list"`

	// The number of field-level encryption field patterns.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex data type that includes the field patterns to match for field-level encryption.

func (FieldPatterns) GoString added in v1.13.26

func (s FieldPatterns) GoString() string

GoString returns the string representation

func (*FieldPatterns) SetItems added in v1.13.26

func (s *FieldPatterns) SetItems(v []*string) *FieldPatterns

SetItems sets the Items field's value.

func (*FieldPatterns) SetQuantity added in v1.13.26

func (s *FieldPatterns) SetQuantity(v int64) *FieldPatterns

SetQuantity sets the Quantity field's value.

func (FieldPatterns) String added in v1.13.26

func (s FieldPatterns) String() string

String returns the string representation

func (*FieldPatterns) Validate added in v1.13.26

func (s *FieldPatterns) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ForwardedValues

type ForwardedValues struct {

	// This field is deprecated. We recommend that you use a cache policy or an
	// origin request policy instead of this field.
	//
	// If you want to include cookies in the cache key, use CookiesConfig in a cache
	// policy. See CreateCachePolicy.
	//
	// If you want to send cookies to the origin but not include them in the cache
	// key, use CookiesConfig in an origin request policy. See CreateOriginRequestPolicy.
	//
	// A complex type that specifies whether you want CloudFront to forward cookies
	// to the origin and, if so, which ones. For more information about forwarding
	// cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies
	// (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// Cookies is a required field
	Cookies *CookiePreference `type:"structure" required:"true"`

	// This field is deprecated. We recommend that you use a cache policy or an
	// origin request policy instead of this field.
	//
	// If you want to include headers in the cache key, use HeadersConfig in a cache
	// policy. See CreateCachePolicy.
	//
	// If you want to send headers to the origin but not include them in the cache
	// key, use HeadersConfig in an origin request policy. See CreateOriginRequestPolicy.
	//
	// A complex type that specifies the Headers, if any, that you want CloudFront
	// to forward to the origin for this cache behavior (whitelisted headers). For
	// the headers that you specify, CloudFront also caches separate versions of
	// a specified object that is based on the header values in viewer requests.
	//
	// For more information, see Caching Content Based on Request Headers (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html)
	// in the Amazon CloudFront Developer Guide.
	Headers *Headers `type:"structure"`

	// This field is deprecated. We recommend that you use a cache policy or an
	// origin request policy instead of this field.
	//
	// If you want to include query strings in the cache key, use QueryStringsConfig
	// in a cache policy. See CreateCachePolicy.
	//
	// If you want to send query strings to the origin but not include them in the
	// cache key, use QueryStringsConfig in an origin request policy. See CreateOriginRequestPolicy.
	//
	// Indicates whether you want CloudFront to forward query strings to the origin
	// that is associated with this cache behavior and cache based on the query
	// string parameters. CloudFront behavior depends on the value of QueryString
	// and on the values that you specify for QueryStringCacheKeys, if any:
	//
	// If you specify true for QueryString and you don't specify any values for
	// QueryStringCacheKeys, CloudFront forwards all query string parameters to
	// the origin and caches based on all query string parameters. Depending on
	// how many query string parameters and values you have, this can adversely
	// affect performance because CloudFront must forward more requests to the origin.
	//
	// If you specify true for QueryString and you specify one or more values for
	// QueryStringCacheKeys, CloudFront forwards all query string parameters to
	// the origin, but it only caches based on the query string parameters that
	// you specify.
	//
	// If you specify false for QueryString, CloudFront doesn't forward any query
	// string parameters to the origin, and doesn't cache based on query string
	// parameters.
	//
	// For more information, see Configuring CloudFront to Cache Based on Query
	// String Parameters (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/QueryStringParameters.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// QueryString is a required field
	QueryString *bool `type:"boolean" required:"true"`

	// This field is deprecated. We recommend that you use a cache policy or an
	// origin request policy instead of this field.
	//
	// If you want to include query strings in the cache key, use QueryStringsConfig
	// in a cache policy. See CreateCachePolicy.
	//
	// If you want to send query strings to the origin but not include them in the
	// cache key, use an QueryStringsConfig in an origin request policy. See CreateOriginRequestPolicy.
	//
	// A complex type that contains information about the query string parameters
	// that you want CloudFront to use for caching for this cache behavior.
	QueryStringCacheKeys *QueryStringCacheKeys `type:"structure"`
	// contains filtered or unexported fields
}

This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.

If you want to include values in the cache key, use a CachePolicy. See CreateCachePolicy.

If you want to send values to the origin but not include them in the cache key, use an OriginRequestPolicy. See CreateOriginRequestPolicy.

A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.

func (ForwardedValues) GoString added in v0.6.5

func (s ForwardedValues) GoString() string

GoString returns the string representation

func (*ForwardedValues) SetCookies added in v1.5.0

SetCookies sets the Cookies field's value.

func (*ForwardedValues) SetHeaders added in v1.5.0

func (s *ForwardedValues) SetHeaders(v *Headers) *ForwardedValues

SetHeaders sets the Headers field's value.

func (*ForwardedValues) SetQueryString added in v1.5.0

func (s *ForwardedValues) SetQueryString(v bool) *ForwardedValues

SetQueryString sets the QueryString field's value.

func (*ForwardedValues) SetQueryStringCacheKeys added in v1.5.0

func (s *ForwardedValues) SetQueryStringCacheKeys(v *QueryStringCacheKeys) *ForwardedValues

SetQueryStringCacheKeys sets the QueryStringCacheKeys field's value.

func (ForwardedValues) String added in v0.6.5

func (s ForwardedValues) String() string

String returns the string representation

func (*ForwardedValues) Validate added in v1.1.21

func (s *ForwardedValues) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeoRestriction

type GeoRestriction struct {

	// A complex type that contains a Location element for each country in which
	// you want CloudFront either to distribute your content (whitelist) or not
	// distribute your content (blacklist).
	//
	// The Location element is a two-letter, uppercase country code for a country
	// that you want to include in your blacklist or whitelist. Include one Location
	// element for each country.
	//
	// CloudFront and MaxMind both use ISO 3166 country codes. For the current list
	// of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on
	// the International Organization for Standardization website. You can also
	// refer to the country list on the CloudFront console, which includes both
	// country names and codes.
	Items []*string `locationNameList:"Location" type:"list"`

	// When geo restriction is enabled, this is the number of countries in your
	// whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0,
	// and you can omit Items.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`

	// The method that you want to use to restrict distribution of your content
	// by country:
	//
	//    * none: No geo restriction is enabled, meaning access to content is not
	//    restricted by client geo location.
	//
	//    * blacklist: The Location elements specify the countries in which you
	//    don't want CloudFront to distribute your content.
	//
	//    * whitelist: The Location elements specify the countries in which you
	//    want CloudFront to distribute your content.
	//
	// RestrictionType is a required field
	RestrictionType *string `type:"string" required:"true" enum:"GeoRestrictionType"`
	// contains filtered or unexported fields
}

A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

func (GeoRestriction) GoString added in v0.6.5

func (s GeoRestriction) GoString() string

GoString returns the string representation

func (*GeoRestriction) SetItems added in v1.5.0

func (s *GeoRestriction) SetItems(v []*string) *GeoRestriction

SetItems sets the Items field's value.

func (*GeoRestriction) SetQuantity added in v1.5.0

func (s *GeoRestriction) SetQuantity(v int64) *GeoRestriction

SetQuantity sets the Quantity field's value.

func (*GeoRestriction) SetRestrictionType added in v1.5.0

func (s *GeoRestriction) SetRestrictionType(v string) *GeoRestriction

SetRestrictionType sets the RestrictionType field's value.

func (GeoRestriction) String added in v0.6.5

func (s GeoRestriction) String() string

String returns the string representation

func (*GeoRestriction) Validate added in v1.1.21

func (s *GeoRestriction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCachePolicyConfigInput added in v1.33.8

type GetCachePolicyConfigInput struct {

	// The unique identifier for the cache policy. If the cache policy is attached
	// to a distribution’s cache behavior, you can get the policy’s identifier
	// using ListDistributions or GetDistribution. If the cache policy is not attached
	// to a cache behavior, you can get the identifier using ListCachePolicies.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetCachePolicyConfigInput) GoString added in v1.33.8

func (s GetCachePolicyConfigInput) GoString() string

GoString returns the string representation

func (*GetCachePolicyConfigInput) SetId added in v1.33.8

SetId sets the Id field's value.

func (GetCachePolicyConfigInput) String added in v1.33.8

func (s GetCachePolicyConfigInput) String() string

String returns the string representation

func (*GetCachePolicyConfigInput) Validate added in v1.33.8

func (s *GetCachePolicyConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCachePolicyConfigOutput added in v1.33.8

type GetCachePolicyConfigOutput struct {

	// The cache policy configuration.
	CachePolicyConfig *CachePolicyConfig `type:"structure"`

	// The current version of the cache policy.
	ETag *string `location:"header" locationName:"ETag" type:"string"`
	// contains filtered or unexported fields
}

func (GetCachePolicyConfigOutput) GoString added in v1.33.8

func (s GetCachePolicyConfigOutput) GoString() string

GoString returns the string representation

func (*GetCachePolicyConfigOutput) SetCachePolicyConfig added in v1.33.8

SetCachePolicyConfig sets the CachePolicyConfig field's value.

func (*GetCachePolicyConfigOutput) SetETag added in v1.33.8

SetETag sets the ETag field's value.

func (GetCachePolicyConfigOutput) String added in v1.33.8

String returns the string representation

type GetCachePolicyInput added in v1.33.8

type GetCachePolicyInput struct {

	// The unique identifier for the cache policy. If the cache policy is attached
	// to a distribution’s cache behavior, you can get the policy’s identifier
	// using ListDistributions or GetDistribution. If the cache policy is not attached
	// to a cache behavior, you can get the identifier using ListCachePolicies.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetCachePolicyInput) GoString added in v1.33.8

func (s GetCachePolicyInput) GoString() string

GoString returns the string representation

func (*GetCachePolicyInput) SetId added in v1.33.8

SetId sets the Id field's value.

func (GetCachePolicyInput) String added in v1.33.8

func (s GetCachePolicyInput) String() string

String returns the string representation

func (*GetCachePolicyInput) Validate added in v1.33.8

func (s *GetCachePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCachePolicyOutput added in v1.33.8

type GetCachePolicyOutput struct {

	// The cache policy.
	CachePolicy *CachePolicy `type:"structure"`

	// The current version of the cache policy.
	ETag *string `location:"header" locationName:"ETag" type:"string"`
	// contains filtered or unexported fields
}

func (GetCachePolicyOutput) GoString added in v1.33.8

func (s GetCachePolicyOutput) GoString() string

GoString returns the string representation

func (*GetCachePolicyOutput) SetCachePolicy added in v1.33.8

func (s *GetCachePolicyOutput) SetCachePolicy(v *CachePolicy) *GetCachePolicyOutput

SetCachePolicy sets the CachePolicy field's value.

func (*GetCachePolicyOutput) SetETag added in v1.33.8

SetETag sets the ETag field's value.

func (GetCachePolicyOutput) String added in v1.33.8

func (s GetCachePolicyOutput) String() string

String returns the string representation

type GetCloudFrontOriginAccessIdentityConfigInput

type GetCloudFrontOriginAccessIdentityConfigInput struct {

	// The identity's ID.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfig (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html).

func (GetCloudFrontOriginAccessIdentityConfigInput) GoString added in v0.6.5

GoString returns the string representation

func (*GetCloudFrontOriginAccessIdentityConfigInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (GetCloudFrontOriginAccessIdentityConfigInput) String added in v0.6.5

String returns the string representation

func (*GetCloudFrontOriginAccessIdentityConfigInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type GetCloudFrontOriginAccessIdentityConfigOutput

type GetCloudFrontOriginAccessIdentityConfigOutput struct {

	// The origin access identity's configuration information.
	CloudFrontOriginAccessIdentityConfig *OriginAccessIdentityConfig `type:"structure"`

	// The current version of the configuration. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (GetCloudFrontOriginAccessIdentityConfigOutput) GoString added in v0.6.5

GoString returns the string representation

func (*GetCloudFrontOriginAccessIdentityConfigOutput) SetCloudFrontOriginAccessIdentityConfig added in v1.5.0

SetCloudFrontOriginAccessIdentityConfig sets the CloudFrontOriginAccessIdentityConfig field's value.

func (*GetCloudFrontOriginAccessIdentityConfigOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (GetCloudFrontOriginAccessIdentityConfigOutput) String added in v0.6.5

String returns the string representation

type GetCloudFrontOriginAccessIdentityInput

type GetCloudFrontOriginAccessIdentityInput struct {

	// The identity's ID.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request to get an origin access identity's information.

func (GetCloudFrontOriginAccessIdentityInput) GoString added in v0.6.5

GoString returns the string representation

func (*GetCloudFrontOriginAccessIdentityInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (GetCloudFrontOriginAccessIdentityInput) String added in v0.6.5

String returns the string representation

func (*GetCloudFrontOriginAccessIdentityInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type GetCloudFrontOriginAccessIdentityOutput

type GetCloudFrontOriginAccessIdentityOutput struct {

	// The origin access identity's information.
	CloudFrontOriginAccessIdentity *OriginAccessIdentity `type:"structure"`

	// The current version of the origin access identity's information. For example:
	// E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (GetCloudFrontOriginAccessIdentityOutput) GoString added in v0.6.5

GoString returns the string representation

func (*GetCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity added in v1.5.0

SetCloudFrontOriginAccessIdentity sets the CloudFrontOriginAccessIdentity field's value.

func (*GetCloudFrontOriginAccessIdentityOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (GetCloudFrontOriginAccessIdentityOutput) String added in v0.6.5

String returns the string representation

type GetDistributionConfigInput

type GetDistributionConfigInput struct {

	// The distribution's ID. If the ID is empty, an empty distribution configuration
	// is returned.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request to get a distribution configuration.

func (GetDistributionConfigInput) GoString added in v0.6.5

func (s GetDistributionConfigInput) GoString() string

GoString returns the string representation

func (*GetDistributionConfigInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (GetDistributionConfigInput) String added in v0.6.5

String returns the string representation

func (*GetDistributionConfigInput) Validate added in v1.1.21

func (s *GetDistributionConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDistributionConfigOutput

type GetDistributionConfigOutput struct {

	// The distribution's configuration information.
	DistributionConfig *DistributionConfig `type:"structure"`

	// The current version of the configuration. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (GetDistributionConfigOutput) GoString added in v0.6.5

func (s GetDistributionConfigOutput) GoString() string

GoString returns the string representation

func (*GetDistributionConfigOutput) SetDistributionConfig added in v1.5.0

SetDistributionConfig sets the DistributionConfig field's value.

func (*GetDistributionConfigOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (GetDistributionConfigOutput) String added in v0.6.5

String returns the string representation

type GetDistributionInput

type GetDistributionInput struct {

	// The distribution's ID. If the ID is empty, an empty distribution configuration
	// is returned.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request to get a distribution's information.

func (GetDistributionInput) GoString added in v0.6.5

func (s GetDistributionInput) GoString() string

GoString returns the string representation

func (*GetDistributionInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (GetDistributionInput) String added in v0.6.5

func (s GetDistributionInput) String() string

String returns the string representation

func (*GetDistributionInput) Validate added in v1.1.21

func (s *GetDistributionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDistributionOutput

type GetDistributionOutput struct {

	// The distribution's information.
	Distribution *Distribution `type:"structure"`

	// The current version of the distribution's information. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (GetDistributionOutput) GoString added in v0.6.5

func (s GetDistributionOutput) GoString() string

GoString returns the string representation

func (*GetDistributionOutput) SetDistribution added in v1.5.0

SetDistribution sets the Distribution field's value.

func (*GetDistributionOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (GetDistributionOutput) String added in v0.6.5

func (s GetDistributionOutput) String() string

String returns the string representation

type GetFieldLevelEncryptionConfigInput added in v1.13.26

type GetFieldLevelEncryptionConfigInput struct {

	// Request the ID for the field-level encryption configuration information.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetFieldLevelEncryptionConfigInput) GoString added in v1.13.26

GoString returns the string representation

func (*GetFieldLevelEncryptionConfigInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (GetFieldLevelEncryptionConfigInput) String added in v1.13.26

String returns the string representation

func (*GetFieldLevelEncryptionConfigInput) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type GetFieldLevelEncryptionConfigOutput added in v1.13.26

type GetFieldLevelEncryptionConfigOutput struct {

	// The current version of the field level encryption configuration. For example:
	// E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Return the field-level encryption configuration information.
	FieldLevelEncryptionConfig *FieldLevelEncryptionConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (GetFieldLevelEncryptionConfigOutput) GoString added in v1.13.26

GoString returns the string representation

func (*GetFieldLevelEncryptionConfigOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*GetFieldLevelEncryptionConfigOutput) SetFieldLevelEncryptionConfig added in v1.13.26

SetFieldLevelEncryptionConfig sets the FieldLevelEncryptionConfig field's value.

func (GetFieldLevelEncryptionConfigOutput) String added in v1.13.26

String returns the string representation

type GetFieldLevelEncryptionInput added in v1.13.26

type GetFieldLevelEncryptionInput struct {

	// Request the ID for the field-level encryption configuration information.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetFieldLevelEncryptionInput) GoString added in v1.13.26

func (s GetFieldLevelEncryptionInput) GoString() string

GoString returns the string representation

func (*GetFieldLevelEncryptionInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (GetFieldLevelEncryptionInput) String added in v1.13.26

String returns the string representation

func (*GetFieldLevelEncryptionInput) Validate added in v1.13.26

func (s *GetFieldLevelEncryptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetFieldLevelEncryptionOutput added in v1.13.26

type GetFieldLevelEncryptionOutput struct {

	// The current version of the field level encryption configuration. For example:
	// E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Return the field-level encryption configuration information.
	FieldLevelEncryption *FieldLevelEncryption `type:"structure"`
	// contains filtered or unexported fields
}

func (GetFieldLevelEncryptionOutput) GoString added in v1.13.26

GoString returns the string representation

func (*GetFieldLevelEncryptionOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*GetFieldLevelEncryptionOutput) SetFieldLevelEncryption added in v1.13.26

SetFieldLevelEncryption sets the FieldLevelEncryption field's value.

func (GetFieldLevelEncryptionOutput) String added in v1.13.26

String returns the string representation

type GetFieldLevelEncryptionProfileConfigInput added in v1.13.26

type GetFieldLevelEncryptionProfileConfigInput struct {

	// Get the ID for the field-level encryption profile configuration information.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetFieldLevelEncryptionProfileConfigInput) GoString added in v1.13.26

GoString returns the string representation

func (*GetFieldLevelEncryptionProfileConfigInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (GetFieldLevelEncryptionProfileConfigInput) String added in v1.13.26

String returns the string representation

func (*GetFieldLevelEncryptionProfileConfigInput) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type GetFieldLevelEncryptionProfileConfigOutput added in v1.13.26

type GetFieldLevelEncryptionProfileConfigOutput struct {

	// The current version of the field-level encryption profile configuration result.
	// For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Return the field-level encryption profile configuration information.
	FieldLevelEncryptionProfileConfig *FieldLevelEncryptionProfileConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (GetFieldLevelEncryptionProfileConfigOutput) GoString added in v1.13.26

GoString returns the string representation

func (*GetFieldLevelEncryptionProfileConfigOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*GetFieldLevelEncryptionProfileConfigOutput) SetFieldLevelEncryptionProfileConfig added in v1.13.26

SetFieldLevelEncryptionProfileConfig sets the FieldLevelEncryptionProfileConfig field's value.

func (GetFieldLevelEncryptionProfileConfigOutput) String added in v1.13.26

String returns the string representation

type GetFieldLevelEncryptionProfileInput added in v1.13.26

type GetFieldLevelEncryptionProfileInput struct {

	// Get the ID for the field-level encryption profile information.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetFieldLevelEncryptionProfileInput) GoString added in v1.13.26

GoString returns the string representation

func (*GetFieldLevelEncryptionProfileInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (GetFieldLevelEncryptionProfileInput) String added in v1.13.26

String returns the string representation

func (*GetFieldLevelEncryptionProfileInput) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type GetFieldLevelEncryptionProfileOutput added in v1.13.26

type GetFieldLevelEncryptionProfileOutput struct {

	// The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Return the field-level encryption profile information.
	FieldLevelEncryptionProfile *FieldLevelEncryptionProfile `type:"structure"`
	// contains filtered or unexported fields
}

func (GetFieldLevelEncryptionProfileOutput) GoString added in v1.13.26

GoString returns the string representation

func (*GetFieldLevelEncryptionProfileOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*GetFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile added in v1.13.26

SetFieldLevelEncryptionProfile sets the FieldLevelEncryptionProfile field's value.

func (GetFieldLevelEncryptionProfileOutput) String added in v1.13.26

String returns the string representation

type GetInvalidationInput

type GetInvalidationInput struct {

	// The distribution's ID.
	//
	// DistributionId is a required field
	DistributionId *string `location:"uri" locationName:"DistributionId" type:"string" required:"true"`

	// The identifier for the invalidation request, for example, IDFDVBD632BHDS5.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request to get an invalidation's information.

func (GetInvalidationInput) GoString added in v0.6.5

func (s GetInvalidationInput) GoString() string

GoString returns the string representation

func (*GetInvalidationInput) SetDistributionId added in v1.5.0

func (s *GetInvalidationInput) SetDistributionId(v string) *GetInvalidationInput

SetDistributionId sets the DistributionId field's value.

func (*GetInvalidationInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (GetInvalidationInput) String added in v0.6.5

func (s GetInvalidationInput) String() string

String returns the string representation

func (*GetInvalidationInput) Validate added in v1.1.21

func (s *GetInvalidationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetInvalidationOutput

type GetInvalidationOutput struct {

	// The invalidation's information. For more information, see Invalidation Complex
	// Type (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html).
	Invalidation *Invalidation `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (GetInvalidationOutput) GoString added in v0.6.5

func (s GetInvalidationOutput) GoString() string

GoString returns the string representation

func (*GetInvalidationOutput) SetInvalidation added in v1.5.0

SetInvalidation sets the Invalidation field's value.

func (GetInvalidationOutput) String added in v0.6.5

func (s GetInvalidationOutput) String() string

String returns the string representation

type GetOriginRequestPolicyConfigInput added in v1.33.8

type GetOriginRequestPolicyConfigInput struct {

	// The unique identifier for the origin request policy. If the origin request
	// policy is attached to a distribution’s cache behavior, you can get the
	// policy’s identifier using ListDistributions or GetDistribution. If the
	// origin request policy is not attached to a cache behavior, you can get the
	// identifier using ListOriginRequestPolicies.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetOriginRequestPolicyConfigInput) GoString added in v1.33.8

GoString returns the string representation

func (*GetOriginRequestPolicyConfigInput) SetId added in v1.33.8

SetId sets the Id field's value.

func (GetOriginRequestPolicyConfigInput) String added in v1.33.8

String returns the string representation

func (*GetOriginRequestPolicyConfigInput) Validate added in v1.33.8

Validate inspects the fields of the type to determine if they are valid.

type GetOriginRequestPolicyConfigOutput added in v1.33.8

type GetOriginRequestPolicyConfigOutput struct {

	// The current version of the origin request policy.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The origin request policy configuration.
	OriginRequestPolicyConfig *OriginRequestPolicyConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (GetOriginRequestPolicyConfigOutput) GoString added in v1.33.8

GoString returns the string representation

func (*GetOriginRequestPolicyConfigOutput) SetETag added in v1.33.8

SetETag sets the ETag field's value.

func (*GetOriginRequestPolicyConfigOutput) SetOriginRequestPolicyConfig added in v1.33.8

SetOriginRequestPolicyConfig sets the OriginRequestPolicyConfig field's value.

func (GetOriginRequestPolicyConfigOutput) String added in v1.33.8

String returns the string representation

type GetOriginRequestPolicyInput added in v1.33.8

type GetOriginRequestPolicyInput struct {

	// The unique identifier for the origin request policy. If the origin request
	// policy is attached to a distribution’s cache behavior, you can get the
	// policy’s identifier using ListDistributions or GetDistribution. If the
	// origin request policy is not attached to a cache behavior, you can get the
	// identifier using ListOriginRequestPolicies.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetOriginRequestPolicyInput) GoString added in v1.33.8

func (s GetOriginRequestPolicyInput) GoString() string

GoString returns the string representation

func (*GetOriginRequestPolicyInput) SetId added in v1.33.8

SetId sets the Id field's value.

func (GetOriginRequestPolicyInput) String added in v1.33.8

String returns the string representation

func (*GetOriginRequestPolicyInput) Validate added in v1.33.8

func (s *GetOriginRequestPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetOriginRequestPolicyOutput added in v1.33.8

type GetOriginRequestPolicyOutput struct {

	// The current version of the origin request policy.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The origin request policy.
	OriginRequestPolicy *OriginRequestPolicy `type:"structure"`
	// contains filtered or unexported fields
}

func (GetOriginRequestPolicyOutput) GoString added in v1.33.8

func (s GetOriginRequestPolicyOutput) GoString() string

GoString returns the string representation

func (*GetOriginRequestPolicyOutput) SetETag added in v1.33.8

SetETag sets the ETag field's value.

func (*GetOriginRequestPolicyOutput) SetOriginRequestPolicy added in v1.33.8

SetOriginRequestPolicy sets the OriginRequestPolicy field's value.

func (GetOriginRequestPolicyOutput) String added in v1.33.8

String returns the string representation

type GetPublicKeyConfigInput added in v1.13.26

type GetPublicKeyConfigInput struct {

	// Request the ID for the public key configuration.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPublicKeyConfigInput) GoString added in v1.13.26

func (s GetPublicKeyConfigInput) GoString() string

GoString returns the string representation

func (*GetPublicKeyConfigInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (GetPublicKeyConfigInput) String added in v1.13.26

func (s GetPublicKeyConfigInput) String() string

String returns the string representation

func (*GetPublicKeyConfigInput) Validate added in v1.13.26

func (s *GetPublicKeyConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPublicKeyConfigOutput added in v1.13.26

type GetPublicKeyConfigOutput struct {

	// The current version of the public key configuration. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Return the result for the public key configuration.
	PublicKeyConfig *PublicKeyConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (GetPublicKeyConfigOutput) GoString added in v1.13.26

func (s GetPublicKeyConfigOutput) GoString() string

GoString returns the string representation

func (*GetPublicKeyConfigOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*GetPublicKeyConfigOutput) SetPublicKeyConfig added in v1.13.26

SetPublicKeyConfig sets the PublicKeyConfig field's value.

func (GetPublicKeyConfigOutput) String added in v1.13.26

func (s GetPublicKeyConfigOutput) String() string

String returns the string representation

type GetPublicKeyInput added in v1.13.26

type GetPublicKeyInput struct {

	// Request the ID for the public key.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPublicKeyInput) GoString added in v1.13.26

func (s GetPublicKeyInput) GoString() string

GoString returns the string representation

func (*GetPublicKeyInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (GetPublicKeyInput) String added in v1.13.26

func (s GetPublicKeyInput) String() string

String returns the string representation

func (*GetPublicKeyInput) Validate added in v1.13.26

func (s *GetPublicKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPublicKeyOutput added in v1.13.26

type GetPublicKeyOutput struct {

	// The current version of the public key. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Return the public key.
	PublicKey *PublicKey `type:"structure"`
	// contains filtered or unexported fields
}

func (GetPublicKeyOutput) GoString added in v1.13.26

func (s GetPublicKeyOutput) GoString() string

GoString returns the string representation

func (*GetPublicKeyOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*GetPublicKeyOutput) SetPublicKey added in v1.13.26

func (s *GetPublicKeyOutput) SetPublicKey(v *PublicKey) *GetPublicKeyOutput

SetPublicKey sets the PublicKey field's value.

func (GetPublicKeyOutput) String added in v1.13.26

func (s GetPublicKeyOutput) String() string

String returns the string representation

type GetStreamingDistributionConfigInput

type GetStreamingDistributionConfigInput struct {

	// The streaming distribution's ID.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

To request to get a streaming distribution configuration.

func (GetStreamingDistributionConfigInput) GoString added in v0.6.5

GoString returns the string representation

func (*GetStreamingDistributionConfigInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (GetStreamingDistributionConfigInput) String added in v0.6.5

String returns the string representation

func (*GetStreamingDistributionConfigInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type GetStreamingDistributionConfigOutput

type GetStreamingDistributionConfigOutput struct {

	// The current version of the configuration. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The streaming distribution's configuration information.
	StreamingDistributionConfig *StreamingDistributionConfig `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (GetStreamingDistributionConfigOutput) GoString added in v0.6.5

GoString returns the string representation

func (*GetStreamingDistributionConfigOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (*GetStreamingDistributionConfigOutput) SetStreamingDistributionConfig added in v1.5.0

SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.

func (GetStreamingDistributionConfigOutput) String added in v0.6.5

String returns the string representation

type GetStreamingDistributionInput

type GetStreamingDistributionInput struct {

	// The streaming distribution's ID.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request to get a streaming distribution's information.

func (GetStreamingDistributionInput) GoString added in v0.6.5

GoString returns the string representation

func (*GetStreamingDistributionInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (GetStreamingDistributionInput) String added in v0.6.5

String returns the string representation

func (*GetStreamingDistributionInput) Validate added in v1.1.21

func (s *GetStreamingDistributionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetStreamingDistributionOutput

type GetStreamingDistributionOutput struct {

	// The current version of the streaming distribution's information. For example:
	// E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The streaming distribution's information.
	StreamingDistribution *StreamingDistribution `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (GetStreamingDistributionOutput) GoString added in v0.6.5

GoString returns the string representation

func (*GetStreamingDistributionOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (*GetStreamingDistributionOutput) SetStreamingDistribution added in v1.5.0

SetStreamingDistribution sets the StreamingDistribution field's value.

func (GetStreamingDistributionOutput) String added in v0.6.5

String returns the string representation

type Headers

type Headers struct {

	// A list of HTTP header names.
	Items []*string `locationNameList:"Name" type:"list"`

	// The number of header names in the Items list.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Contains a list of HTTP header names.

func (Headers) GoString added in v0.6.5

func (s Headers) GoString() string

GoString returns the string representation

func (*Headers) SetItems added in v1.5.0

func (s *Headers) SetItems(v []*string) *Headers

SetItems sets the Items field's value.

func (*Headers) SetQuantity added in v1.5.0

func (s *Headers) SetQuantity(v int64) *Headers

SetQuantity sets the Quantity field's value.

func (Headers) String added in v0.6.5

func (s Headers) String() string

String returns the string representation

func (*Headers) Validate added in v1.1.21

func (s *Headers) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Invalidation

type Invalidation struct {

	// The date and time the invalidation request was first made.
	//
	// CreateTime is a required field
	CreateTime *time.Time `type:"timestamp" required:"true"`

	// The identifier for the invalidation request. For example: IDFDVBD632BHDS5.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The current invalidation information for the batch request.
	//
	// InvalidationBatch is a required field
	InvalidationBatch *InvalidationBatch `type:"structure" required:"true"`

	// The status of the invalidation request. When the invalidation batch is finished,
	// the status is Completed.
	//
	// Status is a required field
	Status *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

An invalidation.

func (Invalidation) GoString added in v0.6.5

func (s Invalidation) GoString() string

GoString returns the string representation

func (*Invalidation) SetCreateTime added in v1.5.0

func (s *Invalidation) SetCreateTime(v time.Time) *Invalidation

SetCreateTime sets the CreateTime field's value.

func (*Invalidation) SetId added in v1.5.0

func (s *Invalidation) SetId(v string) *Invalidation

SetId sets the Id field's value.

func (*Invalidation) SetInvalidationBatch added in v1.5.0

func (s *Invalidation) SetInvalidationBatch(v *InvalidationBatch) *Invalidation

SetInvalidationBatch sets the InvalidationBatch field's value.

func (*Invalidation) SetStatus added in v1.5.0

func (s *Invalidation) SetStatus(v string) *Invalidation

SetStatus sets the Status field's value.

func (Invalidation) String added in v0.6.5

func (s Invalidation) String() string

String returns the string representation

type InvalidationBatch

type InvalidationBatch struct {

	// A value that you specify to uniquely identify an invalidation request. CloudFront
	// uses the value to prevent you from accidentally resubmitting an identical
	// request. Whenever you create a new invalidation request, you must specify
	// a new value for CallerReference and change other values in the request as
	// applicable. One way to ensure that the value of CallerReference is unique
	// is to use a timestamp, for example, 20120301090000.
	//
	// If you make a second invalidation request with the same value for CallerReference,
	// and if the rest of the request is the same, CloudFront doesn't create a new
	// invalidation request. Instead, CloudFront returns information about the invalidation
	// request that you previously created with the same CallerReference.
	//
	// If CallerReference is a value you already sent in a previous invalidation
	// batch request but the content of any Path is different from the original
	// request, CloudFront returns an InvalidationBatchAlreadyExists error.
	//
	// CallerReference is a required field
	CallerReference *string `type:"string" required:"true"`

	// A complex type that contains information about the objects that you want
	// to invalidate. For more information, see Specifying the Objects to Invalidate
	// (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-specifying-objects)
	// in the Amazon CloudFront Developer Guide.
	//
	// Paths is a required field
	Paths *Paths `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

An invalidation batch.

func (InvalidationBatch) GoString added in v0.6.5

func (s InvalidationBatch) GoString() string

GoString returns the string representation

func (*InvalidationBatch) SetCallerReference added in v1.5.0

func (s *InvalidationBatch) SetCallerReference(v string) *InvalidationBatch

SetCallerReference sets the CallerReference field's value.

func (*InvalidationBatch) SetPaths added in v1.5.0

func (s *InvalidationBatch) SetPaths(v *Paths) *InvalidationBatch

SetPaths sets the Paths field's value.

func (InvalidationBatch) String added in v0.6.5

func (s InvalidationBatch) String() string

String returns the string representation

func (*InvalidationBatch) Validate added in v1.1.21

func (s *InvalidationBatch) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InvalidationList

type InvalidationList struct {

	// A flag that indicates whether more invalidation batch requests remain to
	// be listed. If your results were truncated, you can make a follow-up pagination
	// request using the Marker request parameter to retrieve more invalidation
	// batches in the list.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// A complex type that contains one InvalidationSummary element for each invalidation
	// batch created by the current AWS account.
	Items []*InvalidationSummary `locationNameList:"InvalidationSummary" type:"list"`

	// The value that you provided for the Marker request parameter.
	//
	// Marker is a required field
	Marker *string `type:"string" required:"true"`

	// The value that you provided for the MaxItems request parameter.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// If IsTruncated is true, this element is present and contains the value that
	// you can use for the Marker request parameter to continue listing your invalidation
	// batches where they left off.
	NextMarker *string `type:"string"`

	// The number of invalidation batches that were created by the current AWS account.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The InvalidationList complex type describes the list of invalidation objects. For more information about invalidation, see Invalidating Objects (Web Distributions Only) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html) in the Amazon CloudFront Developer Guide.

func (InvalidationList) GoString added in v0.6.5

func (s InvalidationList) GoString() string

GoString returns the string representation

func (*InvalidationList) SetIsTruncated added in v1.5.0

func (s *InvalidationList) SetIsTruncated(v bool) *InvalidationList

SetIsTruncated sets the IsTruncated field's value.

func (*InvalidationList) SetItems added in v1.5.0

SetItems sets the Items field's value.

func (*InvalidationList) SetMarker added in v1.5.0

func (s *InvalidationList) SetMarker(v string) *InvalidationList

SetMarker sets the Marker field's value.

func (*InvalidationList) SetMaxItems added in v1.5.0

func (s *InvalidationList) SetMaxItems(v int64) *InvalidationList

SetMaxItems sets the MaxItems field's value.

func (*InvalidationList) SetNextMarker added in v1.5.0

func (s *InvalidationList) SetNextMarker(v string) *InvalidationList

SetNextMarker sets the NextMarker field's value.

func (*InvalidationList) SetQuantity added in v1.5.0

func (s *InvalidationList) SetQuantity(v int64) *InvalidationList

SetQuantity sets the Quantity field's value.

func (InvalidationList) String added in v0.6.5

func (s InvalidationList) String() string

String returns the string representation

type InvalidationSummary

type InvalidationSummary struct {

	// The time that an invalidation request was created.
	//
	// CreateTime is a required field
	CreateTime *time.Time `type:"timestamp" required:"true"`

	// The unique ID for an invalidation request.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The status of an invalidation request.
	//
	// Status is a required field
	Status *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A summary of an invalidation request.

func (InvalidationSummary) GoString added in v0.6.5

func (s InvalidationSummary) GoString() string

GoString returns the string representation

func (*InvalidationSummary) SetCreateTime added in v1.5.0

func (s *InvalidationSummary) SetCreateTime(v time.Time) *InvalidationSummary

SetCreateTime sets the CreateTime field's value.

func (*InvalidationSummary) SetId added in v1.5.0

SetId sets the Id field's value.

func (*InvalidationSummary) SetStatus added in v1.5.0

SetStatus sets the Status field's value.

func (InvalidationSummary) String added in v0.6.5

func (s InvalidationSummary) String() string

String returns the string representation

type KeyPairIds added in v0.9.5

type KeyPairIds struct {

	// A complex type that lists the active CloudFront key pairs, if any, that are
	// associated with AwsAccountNumber.
	//
	// For more information, see ActiveTrustedSigners (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ActiveTrustedSigners.html).
	Items []*string `locationNameList:"KeyPairId" type:"list"`

	// The number of active CloudFront key pairs for AwsAccountNumber.
	//
	// For more information, see ActiveTrustedSigners (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ActiveTrustedSigners.html).
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

For more information, see ActiveTrustedSigners (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ActiveTrustedSigners.html).

func (KeyPairIds) GoString added in v0.9.5

func (s KeyPairIds) GoString() string

GoString returns the string representation

func (*KeyPairIds) SetItems added in v1.5.0

func (s *KeyPairIds) SetItems(v []*string) *KeyPairIds

SetItems sets the Items field's value.

func (*KeyPairIds) SetQuantity added in v1.5.0

func (s *KeyPairIds) SetQuantity(v int64) *KeyPairIds

SetQuantity sets the Quantity field's value.

func (KeyPairIds) String added in v0.9.5

func (s KeyPairIds) String() string

String returns the string representation

type LambdaFunctionAssociation added in v1.6.2

type LambdaFunctionAssociation struct {

	// Specifies the event type that triggers a Lambda function invocation. You
	// can specify the following values:
	//
	//    * viewer-request: The function executes when CloudFront receives a request
	//    from a viewer and before it checks to see whether the requested object
	//    is in the edge cache.
	//
	//    * origin-request: The function executes only when CloudFront sends a request
	//    to your origin. When the requested object is in the edge cache, the function
	//    doesn't execute.
	//
	//    * origin-response: The function executes after CloudFront receives a response
	//    from the origin and before it caches the object in the response. When
	//    the requested object is in the edge cache, the function doesn't execute.
	//
	//    * viewer-response: The function executes before CloudFront returns the
	//    requested object to the viewer. The function executes regardless of whether
	//    the object was already in the edge cache. If the origin returns an HTTP
	//    status code other than HTTP 200 (OK), the function doesn't execute.
	//
	// EventType is a required field
	EventType *string `type:"string" required:"true" enum:"EventType"`

	// A flag that allows a Lambda function to have read access to the body content.
	// For more information, see Accessing the Request Body by Choosing the Include
	// Body Option (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-include-body-access.html)
	// in the Amazon CloudFront Developer Guide.
	IncludeBody *bool `type:"boolean"`

	// The ARN of the Lambda function. You must specify the ARN of a function version;
	// you can't specify a Lambda alias or $LATEST.
	//
	// LambdaFunctionARN is a required field
	LambdaFunctionARN *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains a Lambda function association.

func (LambdaFunctionAssociation) GoString added in v1.6.2

func (s LambdaFunctionAssociation) GoString() string

GoString returns the string representation

func (*LambdaFunctionAssociation) SetEventType added in v1.6.2

SetEventType sets the EventType field's value.

func (*LambdaFunctionAssociation) SetIncludeBody added in v1.15.12

SetIncludeBody sets the IncludeBody field's value.

func (*LambdaFunctionAssociation) SetLambdaFunctionARN added in v1.6.2

func (s *LambdaFunctionAssociation) SetLambdaFunctionARN(v string) *LambdaFunctionAssociation

SetLambdaFunctionARN sets the LambdaFunctionARN field's value.

func (LambdaFunctionAssociation) String added in v1.6.2

func (s LambdaFunctionAssociation) String() string

String returns the string representation

func (*LambdaFunctionAssociation) Validate added in v1.13.26

func (s *LambdaFunctionAssociation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LambdaFunctionAssociations added in v1.6.2

type LambdaFunctionAssociations struct {

	// Optional: A complex type that contains LambdaFunctionAssociation items for
	// this cache behavior. If Quantity is 0, you can omit Items.
	Items []*LambdaFunctionAssociation `locationNameList:"LambdaFunctionAssociation" type:"list"`

	// The number of Lambda function associations for this cache behavior.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that specifies a list of Lambda functions associations for a cache behavior.

If you want to invoke one or more Lambda functions triggered by requests that match the PathPattern of the cache behavior, specify the applicable values for Quantity and Items. Note that there can be up to 4 LambdaFunctionAssociation items in this list (one for each possible value of EventType) and each EventType can be associated with the Lambda function only once.

If you don't want to invoke any Lambda functions for the requests that match PathPattern, specify 0 for Quantity and omit Items.

func (LambdaFunctionAssociations) GoString added in v1.6.2

func (s LambdaFunctionAssociations) GoString() string

GoString returns the string representation

func (*LambdaFunctionAssociations) SetItems added in v1.6.2

SetItems sets the Items field's value.

func (*LambdaFunctionAssociations) SetQuantity added in v1.6.2

SetQuantity sets the Quantity field's value.

func (LambdaFunctionAssociations) String added in v1.6.2

String returns the string representation

func (*LambdaFunctionAssociations) Validate added in v1.6.2

func (s *LambdaFunctionAssociations) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCachePoliciesInput added in v1.33.8

type ListCachePoliciesInput struct {

	// Use this field when paginating results to indicate where to begin in your
	// list of cache policies. The response includes cache policies in the list
	// that occur after the marker. To get the next page of the list, set this field’s
	// value to the value of NextMarker from the current page’s response.
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of cache policies that you want in the response.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`

	// A filter to return only the specified kinds of cache policies. Valid values
	// are:
	//
	//    * managed – Returns only the managed policies created by AWS.
	//
	//    * custom – Returns only the custom policies created in your AWS account.
	Type *string `location:"querystring" locationName:"Type" type:"string" enum:"CachePolicyType"`
	// contains filtered or unexported fields
}

func (ListCachePoliciesInput) GoString added in v1.33.8

func (s ListCachePoliciesInput) GoString() string

GoString returns the string representation

func (*ListCachePoliciesInput) SetMarker added in v1.33.8

SetMarker sets the Marker field's value.

func (*ListCachePoliciesInput) SetMaxItems added in v1.33.8

SetMaxItems sets the MaxItems field's value.

func (*ListCachePoliciesInput) SetType added in v1.33.8

SetType sets the Type field's value.

func (ListCachePoliciesInput) String added in v1.33.8

func (s ListCachePoliciesInput) String() string

String returns the string representation

type ListCachePoliciesOutput added in v1.33.8

type ListCachePoliciesOutput struct {

	// A list of cache policies.
	CachePolicyList *CachePolicyList `type:"structure"`
	// contains filtered or unexported fields
}

func (ListCachePoliciesOutput) GoString added in v1.33.8

func (s ListCachePoliciesOutput) GoString() string

GoString returns the string representation

func (*ListCachePoliciesOutput) SetCachePolicyList added in v1.33.8

SetCachePolicyList sets the CachePolicyList field's value.

func (ListCachePoliciesOutput) String added in v1.33.8

func (s ListCachePoliciesOutput) String() string

String returns the string representation

type ListCloudFrontOriginAccessIdentitiesInput

type ListCloudFrontOriginAccessIdentitiesInput struct {

	// Use this when paginating results to indicate where to begin in your list
	// of origin access identities. The results include identities in the list that
	// occur after the marker. To get the next page of results, set the Marker to
	// the value of the NextMarker from the current page's response (which is also
	// the ID of the last identity on that page).
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of origin access identities you want in the response body.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`
	// contains filtered or unexported fields
}

The request to list origin access identities.

func (ListCloudFrontOriginAccessIdentitiesInput) GoString added in v0.6.5

GoString returns the string representation

func (*ListCloudFrontOriginAccessIdentitiesInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*ListCloudFrontOriginAccessIdentitiesInput) SetMaxItems added in v1.5.0

SetMaxItems sets the MaxItems field's value.

func (ListCloudFrontOriginAccessIdentitiesInput) String added in v0.6.5

String returns the string representation

type ListCloudFrontOriginAccessIdentitiesOutput

type ListCloudFrontOriginAccessIdentitiesOutput struct {

	// The CloudFrontOriginAccessIdentityList type.
	CloudFrontOriginAccessIdentityList *OriginAccessIdentityList `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (ListCloudFrontOriginAccessIdentitiesOutput) GoString added in v0.6.5

GoString returns the string representation

func (*ListCloudFrontOriginAccessIdentitiesOutput) SetCloudFrontOriginAccessIdentityList added in v1.5.0

SetCloudFrontOriginAccessIdentityList sets the CloudFrontOriginAccessIdentityList field's value.

func (ListCloudFrontOriginAccessIdentitiesOutput) String added in v0.6.5

String returns the string representation

type ListDistributionsByCachePolicyIdInput added in v1.33.8

type ListDistributionsByCachePolicyIdInput struct {

	// The ID of the cache policy whose associated distribution IDs you want to
	// list.
	//
	// CachePolicyId is a required field
	CachePolicyId *string `location:"uri" locationName:"CachePolicyId" type:"string" required:"true"`

	// Use this field when paginating results to indicate where to begin in your
	// list of distribution IDs. The response includes distribution IDs in the list
	// that occur after the marker. To get the next page of the list, set this field’s
	// value to the value of NextMarker from the current page’s response.
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of distribution IDs that you want in the response.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`
	// contains filtered or unexported fields
}

func (ListDistributionsByCachePolicyIdInput) GoString added in v1.33.8

GoString returns the string representation

func (*ListDistributionsByCachePolicyIdInput) SetCachePolicyId added in v1.33.8

SetCachePolicyId sets the CachePolicyId field's value.

func (*ListDistributionsByCachePolicyIdInput) SetMarker added in v1.33.8

SetMarker sets the Marker field's value.

func (*ListDistributionsByCachePolicyIdInput) SetMaxItems added in v1.33.8

SetMaxItems sets the MaxItems field's value.

func (ListDistributionsByCachePolicyIdInput) String added in v1.33.8

String returns the string representation

func (*ListDistributionsByCachePolicyIdInput) Validate added in v1.33.8

Validate inspects the fields of the type to determine if they are valid.

type ListDistributionsByCachePolicyIdOutput added in v1.33.8

type ListDistributionsByCachePolicyIdOutput struct {

	// A list of distribution IDs.
	DistributionIdList *DistributionIdList `type:"structure"`
	// contains filtered or unexported fields
}

func (ListDistributionsByCachePolicyIdOutput) GoString added in v1.33.8

GoString returns the string representation

func (*ListDistributionsByCachePolicyIdOutput) SetDistributionIdList added in v1.33.8

SetDistributionIdList sets the DistributionIdList field's value.

func (ListDistributionsByCachePolicyIdOutput) String added in v1.33.8

String returns the string representation

type ListDistributionsByOriginRequestPolicyIdInput added in v1.33.8

type ListDistributionsByOriginRequestPolicyIdInput struct {

	// Use this field when paginating results to indicate where to begin in your
	// list of distribution IDs. The response includes distribution IDs in the list
	// that occur after the marker. To get the next page of the list, set this field’s
	// value to the value of NextMarker from the current page’s response.
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of distribution IDs that you want in the response.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`

	// The ID of the origin request policy whose associated distribution IDs you
	// want to list.
	//
	// OriginRequestPolicyId is a required field
	OriginRequestPolicyId *string `location:"uri" locationName:"OriginRequestPolicyId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListDistributionsByOriginRequestPolicyIdInput) GoString added in v1.33.8

GoString returns the string representation

func (*ListDistributionsByOriginRequestPolicyIdInput) SetMarker added in v1.33.8

SetMarker sets the Marker field's value.

func (*ListDistributionsByOriginRequestPolicyIdInput) SetMaxItems added in v1.33.8

SetMaxItems sets the MaxItems field's value.

func (*ListDistributionsByOriginRequestPolicyIdInput) SetOriginRequestPolicyId added in v1.33.8

SetOriginRequestPolicyId sets the OriginRequestPolicyId field's value.

func (ListDistributionsByOriginRequestPolicyIdInput) String added in v1.33.8

String returns the string representation

func (*ListDistributionsByOriginRequestPolicyIdInput) Validate added in v1.33.8

Validate inspects the fields of the type to determine if they are valid.

type ListDistributionsByOriginRequestPolicyIdOutput added in v1.33.8

type ListDistributionsByOriginRequestPolicyIdOutput struct {

	// A list of distribution IDs.
	DistributionIdList *DistributionIdList `type:"structure"`
	// contains filtered or unexported fields
}

func (ListDistributionsByOriginRequestPolicyIdOutput) GoString added in v1.33.8

GoString returns the string representation

func (*ListDistributionsByOriginRequestPolicyIdOutput) SetDistributionIdList added in v1.33.8

SetDistributionIdList sets the DistributionIdList field's value.

func (ListDistributionsByOriginRequestPolicyIdOutput) String added in v1.33.8

String returns the string representation

type ListDistributionsByWebACLIdInput added in v0.9.12

type ListDistributionsByWebACLIdInput struct {

	// Use Marker and MaxItems to control pagination of results. If you have more
	// than MaxItems distributions that satisfy the request, the response includes
	// a NextMarker element. To get the next page of results, submit another request.
	// For the value of Marker, specify the value of NextMarker from the last response.
	// (For the first request, omit Marker.)
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of distributions that you want CloudFront to return in
	// the response body. The maximum and default values are both 100.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`

	// The ID of the AWS WAF web ACL that you want to list the associated distributions.
	// If you specify "null" for the ID, the request returns a list of the distributions
	// that aren't associated with a web ACL.
	//
	// WebACLId is a required field
	WebACLId *string `location:"uri" locationName:"WebACLId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request to list distributions that are associated with a specified AWS WAF web ACL.

func (ListDistributionsByWebACLIdInput) GoString added in v0.9.12

GoString returns the string representation

func (*ListDistributionsByWebACLIdInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*ListDistributionsByWebACLIdInput) SetMaxItems added in v1.5.0

SetMaxItems sets the MaxItems field's value.

func (*ListDistributionsByWebACLIdInput) SetWebACLId added in v1.5.0

SetWebACLId sets the WebACLId field's value.

func (ListDistributionsByWebACLIdInput) String added in v0.9.12

String returns the string representation

func (*ListDistributionsByWebACLIdInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type ListDistributionsByWebACLIdOutput added in v0.9.12

type ListDistributionsByWebACLIdOutput struct {

	// The DistributionList type.
	DistributionList *DistributionList `type:"structure"`
	// contains filtered or unexported fields
}

The response to a request to list the distributions that are associated with a specified AWS WAF web ACL.

func (ListDistributionsByWebACLIdOutput) GoString added in v0.9.12

GoString returns the string representation

func (*ListDistributionsByWebACLIdOutput) SetDistributionList added in v1.5.0

SetDistributionList sets the DistributionList field's value.

func (ListDistributionsByWebACLIdOutput) String added in v0.9.12

String returns the string representation

type ListDistributionsInput

type ListDistributionsInput struct {

	// Use this when paginating results to indicate where to begin in your list
	// of distributions. The results include distributions in the list that occur
	// after the marker. To get the next page of results, set the Marker to the
	// value of the NextMarker from the current page's response (which is also the
	// ID of the last distribution on that page).
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of distributions you want in the response body.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`
	// contains filtered or unexported fields
}

The request to list your distributions.

func (ListDistributionsInput) GoString added in v0.6.5

func (s ListDistributionsInput) GoString() string

GoString returns the string representation

func (*ListDistributionsInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*ListDistributionsInput) SetMaxItems added in v1.5.0

SetMaxItems sets the MaxItems field's value.

func (ListDistributionsInput) String added in v0.6.5

func (s ListDistributionsInput) String() string

String returns the string representation

type ListDistributionsOutput

type ListDistributionsOutput struct {

	// The DistributionList type.
	DistributionList *DistributionList `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (ListDistributionsOutput) GoString added in v0.6.5

func (s ListDistributionsOutput) GoString() string

GoString returns the string representation

func (*ListDistributionsOutput) SetDistributionList added in v1.5.0

SetDistributionList sets the DistributionList field's value.

func (ListDistributionsOutput) String added in v0.6.5

func (s ListDistributionsOutput) String() string

String returns the string representation

type ListFieldLevelEncryptionConfigsInput added in v1.13.26

type ListFieldLevelEncryptionConfigsInput struct {

	// Use this when paginating results to indicate where to begin in your list
	// of configurations. The results include configurations in the list that occur
	// after the marker. To get the next page of results, set the Marker to the
	// value of the NextMarker from the current page's response (which is also the
	// ID of the last configuration on that page).
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of field-level encryption configurations you want in the
	// response body.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`
	// contains filtered or unexported fields
}

func (ListFieldLevelEncryptionConfigsInput) GoString added in v1.13.26

GoString returns the string representation

func (*ListFieldLevelEncryptionConfigsInput) SetMarker added in v1.13.26

SetMarker sets the Marker field's value.

func (*ListFieldLevelEncryptionConfigsInput) SetMaxItems added in v1.13.26

SetMaxItems sets the MaxItems field's value.

func (ListFieldLevelEncryptionConfigsInput) String added in v1.13.26

String returns the string representation

type ListFieldLevelEncryptionConfigsOutput added in v1.13.26

type ListFieldLevelEncryptionConfigsOutput struct {

	// Returns a list of all field-level encryption configurations that have been
	// created in CloudFront for this account.
	FieldLevelEncryptionList *FieldLevelEncryptionList `type:"structure"`
	// contains filtered or unexported fields
}

func (ListFieldLevelEncryptionConfigsOutput) GoString added in v1.13.26

GoString returns the string representation

func (*ListFieldLevelEncryptionConfigsOutput) SetFieldLevelEncryptionList added in v1.13.26

SetFieldLevelEncryptionList sets the FieldLevelEncryptionList field's value.

func (ListFieldLevelEncryptionConfigsOutput) String added in v1.13.26

String returns the string representation

type ListFieldLevelEncryptionProfilesInput added in v1.13.26

type ListFieldLevelEncryptionProfilesInput struct {

	// Use this when paginating results to indicate where to begin in your list
	// of profiles. The results include profiles in the list that occur after the
	// marker. To get the next page of results, set the Marker to the value of the
	// NextMarker from the current page's response (which is also the ID of the
	// last profile on that page).
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of field-level encryption profiles you want in the response
	// body.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`
	// contains filtered or unexported fields
}

func (ListFieldLevelEncryptionProfilesInput) GoString added in v1.13.26

GoString returns the string representation

func (*ListFieldLevelEncryptionProfilesInput) SetMarker added in v1.13.26

SetMarker sets the Marker field's value.

func (*ListFieldLevelEncryptionProfilesInput) SetMaxItems added in v1.13.26

SetMaxItems sets the MaxItems field's value.

func (ListFieldLevelEncryptionProfilesInput) String added in v1.13.26

String returns the string representation

type ListFieldLevelEncryptionProfilesOutput added in v1.13.26

type ListFieldLevelEncryptionProfilesOutput struct {

	// Returns a list of the field-level encryption profiles that have been created
	// in CloudFront for this account.
	FieldLevelEncryptionProfileList *FieldLevelEncryptionProfileList `type:"structure"`
	// contains filtered or unexported fields
}

func (ListFieldLevelEncryptionProfilesOutput) GoString added in v1.13.26

GoString returns the string representation

func (*ListFieldLevelEncryptionProfilesOutput) SetFieldLevelEncryptionProfileList added in v1.13.26

SetFieldLevelEncryptionProfileList sets the FieldLevelEncryptionProfileList field's value.

func (ListFieldLevelEncryptionProfilesOutput) String added in v1.13.26

String returns the string representation

type ListInvalidationsInput

type ListInvalidationsInput struct {

	// The distribution's ID.
	//
	// DistributionId is a required field
	DistributionId *string `location:"uri" locationName:"DistributionId" type:"string" required:"true"`

	// Use this parameter when paginating results to indicate where to begin in
	// your list of invalidation batches. Because the results are returned in decreasing
	// order from most recent to oldest, the most recent results are on the first
	// page, the second page will contain earlier results, and so on. To get the
	// next page of results, set Marker to the value of the NextMarker from the
	// current page's response. This value is the same as the ID of the last invalidation
	// batch on that page.
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of invalidation batches that you want in the response
	// body.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`
	// contains filtered or unexported fields
}

The request to list invalidations.

func (ListInvalidationsInput) GoString added in v0.6.5

func (s ListInvalidationsInput) GoString() string

GoString returns the string representation

func (*ListInvalidationsInput) SetDistributionId added in v1.5.0

func (s *ListInvalidationsInput) SetDistributionId(v string) *ListInvalidationsInput

SetDistributionId sets the DistributionId field's value.

func (*ListInvalidationsInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*ListInvalidationsInput) SetMaxItems added in v1.5.0

SetMaxItems sets the MaxItems field's value.

func (ListInvalidationsInput) String added in v0.6.5

func (s ListInvalidationsInput) String() string

String returns the string representation

func (*ListInvalidationsInput) Validate added in v1.1.21

func (s *ListInvalidationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListInvalidationsOutput

type ListInvalidationsOutput struct {

	// Information about invalidation batches.
	InvalidationList *InvalidationList `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (ListInvalidationsOutput) GoString added in v0.6.5

func (s ListInvalidationsOutput) GoString() string

GoString returns the string representation

func (*ListInvalidationsOutput) SetInvalidationList added in v1.5.0

SetInvalidationList sets the InvalidationList field's value.

func (ListInvalidationsOutput) String added in v0.6.5

func (s ListInvalidationsOutput) String() string

String returns the string representation

type ListOriginRequestPoliciesInput added in v1.33.8

type ListOriginRequestPoliciesInput struct {

	// Use this field when paginating results to indicate where to begin in your
	// list of origin request policies. The response includes origin request policies
	// in the list that occur after the marker. To get the next page of the list,
	// set this field’s value to the value of NextMarker from the current page’s
	// response.
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of origin request policies that you want in the response.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`

	// A filter to return only the specified kinds of origin request policies. Valid
	// values are:
	//
	//    * managed – Returns only the managed policies created by AWS.
	//
	//    * custom – Returns only the custom policies created in your AWS account.
	Type *string `location:"querystring" locationName:"Type" type:"string" enum:"OriginRequestPolicyType"`
	// contains filtered or unexported fields
}

func (ListOriginRequestPoliciesInput) GoString added in v1.33.8

GoString returns the string representation

func (*ListOriginRequestPoliciesInput) SetMarker added in v1.33.8

SetMarker sets the Marker field's value.

func (*ListOriginRequestPoliciesInput) SetMaxItems added in v1.33.8

SetMaxItems sets the MaxItems field's value.

func (*ListOriginRequestPoliciesInput) SetType added in v1.33.8

SetType sets the Type field's value.

func (ListOriginRequestPoliciesInput) String added in v1.33.8

String returns the string representation

type ListOriginRequestPoliciesOutput added in v1.33.8

type ListOriginRequestPoliciesOutput struct {

	// A list of origin request policies.
	OriginRequestPolicyList *OriginRequestPolicyList `type:"structure"`
	// contains filtered or unexported fields
}

func (ListOriginRequestPoliciesOutput) GoString added in v1.33.8

GoString returns the string representation

func (*ListOriginRequestPoliciesOutput) SetOriginRequestPolicyList added in v1.33.8

SetOriginRequestPolicyList sets the OriginRequestPolicyList field's value.

func (ListOriginRequestPoliciesOutput) String added in v1.33.8

String returns the string representation

type ListPublicKeysInput added in v1.13.26

type ListPublicKeysInput struct {

	// Use this when paginating results to indicate where to begin in your list
	// of public keys. The results include public keys in the list that occur after
	// the marker. To get the next page of results, set the Marker to the value
	// of the NextMarker from the current page's response (which is also the ID
	// of the last public key on that page).
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The maximum number of public keys you want in the response body.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`
	// contains filtered or unexported fields
}

func (ListPublicKeysInput) GoString added in v1.13.26

func (s ListPublicKeysInput) GoString() string

GoString returns the string representation

func (*ListPublicKeysInput) SetMarker added in v1.13.26

SetMarker sets the Marker field's value.

func (*ListPublicKeysInput) SetMaxItems added in v1.13.26

func (s *ListPublicKeysInput) SetMaxItems(v int64) *ListPublicKeysInput

SetMaxItems sets the MaxItems field's value.

func (ListPublicKeysInput) String added in v1.13.26

func (s ListPublicKeysInput) String() string

String returns the string representation

type ListPublicKeysOutput added in v1.13.26

type ListPublicKeysOutput struct {

	// Returns a list of all public keys that have been added to CloudFront for
	// this account.
	PublicKeyList *PublicKeyList `type:"structure"`
	// contains filtered or unexported fields
}

func (ListPublicKeysOutput) GoString added in v1.13.26

func (s ListPublicKeysOutput) GoString() string

GoString returns the string representation

func (*ListPublicKeysOutput) SetPublicKeyList added in v1.13.26

func (s *ListPublicKeysOutput) SetPublicKeyList(v *PublicKeyList) *ListPublicKeysOutput

SetPublicKeyList sets the PublicKeyList field's value.

func (ListPublicKeysOutput) String added in v1.13.26

func (s ListPublicKeysOutput) String() string

String returns the string representation

type ListStreamingDistributionsInput

type ListStreamingDistributionsInput struct {

	// The value that you provided for the Marker request parameter.
	Marker *string `location:"querystring" locationName:"Marker" type:"string"`

	// The value that you provided for the MaxItems request parameter.
	MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"`
	// contains filtered or unexported fields
}

The request to list your streaming distributions.

func (ListStreamingDistributionsInput) GoString added in v0.6.5

GoString returns the string representation

func (*ListStreamingDistributionsInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*ListStreamingDistributionsInput) SetMaxItems added in v1.5.0

SetMaxItems sets the MaxItems field's value.

func (ListStreamingDistributionsInput) String added in v0.6.5

String returns the string representation

type ListStreamingDistributionsOutput

type ListStreamingDistributionsOutput struct {

	// The StreamingDistributionList type.
	StreamingDistributionList *StreamingDistributionList `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (ListStreamingDistributionsOutput) GoString added in v0.6.5

GoString returns the string representation

func (*ListStreamingDistributionsOutput) SetStreamingDistributionList added in v1.5.0

SetStreamingDistributionList sets the StreamingDistributionList field's value.

func (ListStreamingDistributionsOutput) String added in v0.6.5

String returns the string representation

type ListTagsForResourceInput added in v1.4.0

type ListTagsForResourceInput struct {

	// An ARN of a CloudFront resource.
	//
	// Resource is a required field
	Resource *string `location:"querystring" locationName:"Resource" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request to list tags for a CloudFront resource.

func (ListTagsForResourceInput) GoString added in v1.4.0

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceInput) SetResource added in v1.5.0

SetResource sets the Resource field's value.

func (ListTagsForResourceInput) String added in v1.4.0

func (s ListTagsForResourceInput) String() string

String returns the string representation

func (*ListTagsForResourceInput) Validate added in v1.4.0

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput added in v1.4.0

type ListTagsForResourceOutput struct {

	// A complex type that contains zero or more Tag elements.
	//
	// Tags is a required field
	Tags *Tags `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (ListTagsForResourceOutput) GoString added in v1.4.0

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceOutput) SetTags added in v1.5.0

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String added in v1.4.0

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type LoggingConfig

type LoggingConfig struct {

	// The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
	//
	// Bucket is a required field
	Bucket *string `type:"string" required:"true"`

	// Specifies whether you want CloudFront to save access logs to an Amazon S3
	// bucket. If you don't want to enable logging when you create a distribution
	// or if you want to disable logging for an existing distribution, specify false
	// for Enabled, and specify empty Bucket and Prefix elements. If you specify
	// false for Enabled but you specify values for Bucket, prefix, and IncludeCookies,
	// the values are automatically deleted.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// Specifies whether you want CloudFront to include cookies in access logs,
	// specify true for IncludeCookies. If you choose to include cookies in logs,
	// CloudFront logs all cookies regardless of how you configure the cache behaviors
	// for this distribution. If you don't want to include cookies when you create
	// a distribution or if you want to disable include cookies for an existing
	// distribution, specify false for IncludeCookies.
	//
	// IncludeCookies is a required field
	IncludeCookies *bool `type:"boolean" required:"true"`

	// An optional string that you want CloudFront to prefix to the access log filenames
	// for this distribution, for example, myprefix/. If you want to enable logging,
	// but you don't want to specify a prefix, you still must include an empty Prefix
	// element in the Logging element.
	//
	// Prefix is a required field
	Prefix *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that controls whether access logs are written for the distribution.

func (LoggingConfig) GoString added in v0.6.5

func (s LoggingConfig) GoString() string

GoString returns the string representation

func (*LoggingConfig) SetBucket added in v1.5.0

func (s *LoggingConfig) SetBucket(v string) *LoggingConfig

SetBucket sets the Bucket field's value.

func (*LoggingConfig) SetEnabled added in v1.5.0

func (s *LoggingConfig) SetEnabled(v bool) *LoggingConfig

SetEnabled sets the Enabled field's value.

func (*LoggingConfig) SetIncludeCookies added in v1.5.0

func (s *LoggingConfig) SetIncludeCookies(v bool) *LoggingConfig

SetIncludeCookies sets the IncludeCookies field's value.

func (*LoggingConfig) SetPrefix added in v1.5.0

func (s *LoggingConfig) SetPrefix(v string) *LoggingConfig

SetPrefix sets the Prefix field's value.

func (LoggingConfig) String added in v0.6.5

func (s LoggingConfig) String() string

String returns the string representation

func (*LoggingConfig) Validate added in v1.1.21

func (s *LoggingConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Origin

type Origin struct {

	// The number of times that CloudFront attempts to connect to the origin. The
	// minimum number is 1, the maximum is 3, and the default (if you don’t specify
	// otherwise) is 3.
	//
	// For a custom origin (including an Amazon S3 bucket that’s configured with
	// static website hosting), this value also specifies the number of times that
	// CloudFront attempts to get a response from the origin, in the case of an
	// Origin Response Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout).
	//
	// For more information, see Origin Connection Attempts (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-attempts)
	// in the Amazon CloudFront Developer Guide.
	ConnectionAttempts *int64 `type:"integer"`

	// The number of seconds that CloudFront waits when trying to establish a connection
	// to the origin. The minimum timeout is 1 second, the maximum is 10 seconds,
	// and the default (if you don’t specify otherwise) is 10 seconds.
	//
	// For more information, see Origin Connection Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-timeout)
	// in the Amazon CloudFront Developer Guide.
	ConnectionTimeout *int64 `type:"integer"`

	// A list of HTTP header names and values that CloudFront adds to requests it
	// sends to the origin.
	//
	// For more information, see Adding Custom Headers to Origin Requests (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/add-origin-custom-headers.html)
	// in the Amazon CloudFront Developer Guide.
	CustomHeaders *CustomHeaders `type:"structure"`

	// Use this type to specify an origin that is a content container or HTTP server,
	// including an Amazon S3 bucket that is configured with static website hosting.
	// To specify an Amazon S3 bucket that is not configured with static website
	// hosting, use the S3OriginConfig type instead.
	CustomOriginConfig *CustomOriginConfig `type:"structure"`

	// The domain name for the origin.
	//
	// For more information, see Origin Domain Name (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesDomainName)
	// in the Amazon CloudFront Developer Guide.
	//
	// DomainName is a required field
	DomainName *string `type:"string" required:"true"`

	// A unique identifier for the origin. This value must be unique within the
	// distribution.
	//
	// Use this value to specify the TargetOriginId in a CacheBehavior or DefaultCacheBehavior.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// An optional path that CloudFront appends to the origin domain name when CloudFront
	// requests content from the origin.
	//
	// For more information, see Origin Path (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginPath)
	// in the Amazon CloudFront Developer Guide.
	OriginPath *string `type:"string"`

	// Use this type to specify an origin that is an Amazon S3 bucket that is not
	// configured with static website hosting. To specify any other type of origin,
	// including an Amazon S3 bucket that is configured with static website hosting,
	// use the CustomOriginConfig type instead.
	S3OriginConfig *S3OriginConfig `type:"structure"`
	// contains filtered or unexported fields
}

An origin.

An origin is the location where content is stored, and from which CloudFront gets content to serve to viewers. To specify an origin:

  • Use the S3OriginConfig type to specify an Amazon S3 bucket that is not configured with static website hosting.

  • Use the CustomOriginConfig type to specify various other kinds of content containers or HTTP servers, including: An Amazon S3 bucket that is configured with static website hosting An Elastic Load Balancing load balancer An AWS Elemental MediaPackage origin An AWS Elemental MediaStore container Any other HTTP server, running on an Amazon EC2 instance or any other kind of host

For the current maximum number of origins that you can specify per distribution, see General Quotas on Web Distributions (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-web-distributions) in the Amazon CloudFront Developer Guide (quotas were formerly referred to as limits).

func (Origin) GoString added in v0.6.5

func (s Origin) GoString() string

GoString returns the string representation

func (*Origin) SetConnectionAttempts added in v1.31.12

func (s *Origin) SetConnectionAttempts(v int64) *Origin

SetConnectionAttempts sets the ConnectionAttempts field's value.

func (*Origin) SetConnectionTimeout added in v1.31.12

func (s *Origin) SetConnectionTimeout(v int64) *Origin

SetConnectionTimeout sets the ConnectionTimeout field's value.

func (*Origin) SetCustomHeaders added in v1.5.0

func (s *Origin) SetCustomHeaders(v *CustomHeaders) *Origin

SetCustomHeaders sets the CustomHeaders field's value.

func (*Origin) SetCustomOriginConfig added in v1.5.0

func (s *Origin) SetCustomOriginConfig(v *CustomOriginConfig) *Origin

SetCustomOriginConfig sets the CustomOriginConfig field's value.

func (*Origin) SetDomainName added in v1.5.0

func (s *Origin) SetDomainName(v string) *Origin

SetDomainName sets the DomainName field's value.

func (*Origin) SetId added in v1.5.0

func (s *Origin) SetId(v string) *Origin

SetId sets the Id field's value.

func (*Origin) SetOriginPath added in v1.5.0

func (s *Origin) SetOriginPath(v string) *Origin

SetOriginPath sets the OriginPath field's value.

func (*Origin) SetS3OriginConfig added in v1.5.0

func (s *Origin) SetS3OriginConfig(v *S3OriginConfig) *Origin

SetS3OriginConfig sets the S3OriginConfig field's value.

func (Origin) String added in v0.6.5

func (s Origin) String() string

String returns the string representation

func (*Origin) Validate added in v1.1.21

func (s *Origin) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginAccessIdentity

type OriginAccessIdentity struct {

	// The current configuration information for the identity.
	CloudFrontOriginAccessIdentityConfig *OriginAccessIdentityConfig `type:"structure"`

	// The ID for the origin access identity, for example, E74FTE3AJFJ256A.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The Amazon S3 canonical user ID for the origin access identity, used when
	// giving the origin access identity read permission to an object in Amazon
	// S3.
	//
	// S3CanonicalUserId is a required field
	S3CanonicalUserId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

CloudFront origin access identity.

func (OriginAccessIdentity) GoString added in v0.6.5

func (s OriginAccessIdentity) GoString() string

GoString returns the string representation

func (*OriginAccessIdentity) SetCloudFrontOriginAccessIdentityConfig added in v1.5.0

func (s *OriginAccessIdentity) SetCloudFrontOriginAccessIdentityConfig(v *OriginAccessIdentityConfig) *OriginAccessIdentity

SetCloudFrontOriginAccessIdentityConfig sets the CloudFrontOriginAccessIdentityConfig field's value.

func (*OriginAccessIdentity) SetId added in v1.5.0

SetId sets the Id field's value.

func (*OriginAccessIdentity) SetS3CanonicalUserId added in v1.5.0

func (s *OriginAccessIdentity) SetS3CanonicalUserId(v string) *OriginAccessIdentity

SetS3CanonicalUserId sets the S3CanonicalUserId field's value.

func (OriginAccessIdentity) String added in v0.6.5

func (s OriginAccessIdentity) String() string

String returns the string representation

type OriginAccessIdentityConfig

type OriginAccessIdentityConfig struct {

	// A unique value (for example, a date-time stamp) that ensures that the request
	// can't be replayed.
	//
	// If the value of CallerReference is new (regardless of the content of the
	// CloudFrontOriginAccessIdentityConfig object), a new origin access identity
	// is created.
	//
	// If the CallerReference is a value already sent in a previous identity request,
	// and the content of the CloudFrontOriginAccessIdentityConfig is identical
	// to the original request (ignoring white space), the response includes the
	// same information returned to the original request.
	//
	// If the CallerReference is a value you already sent in a previous request
	// to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig
	// is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists
	// error.
	//
	// CallerReference is a required field
	CallerReference *string `type:"string" required:"true"`

	// Any comments you want to include about the origin access identity.
	//
	// Comment is a required field
	Comment *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Origin access identity configuration. Send a GET request to the /CloudFront API version/CloudFront/identity ID/config resource.

func (OriginAccessIdentityConfig) GoString added in v0.6.5

func (s OriginAccessIdentityConfig) GoString() string

GoString returns the string representation

func (*OriginAccessIdentityConfig) SetCallerReference added in v1.5.0

SetCallerReference sets the CallerReference field's value.

func (*OriginAccessIdentityConfig) SetComment added in v1.5.0

SetComment sets the Comment field's value.

func (OriginAccessIdentityConfig) String added in v0.6.5

String returns the string representation

func (*OriginAccessIdentityConfig) Validate added in v1.1.21

func (s *OriginAccessIdentityConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginAccessIdentityList

type OriginAccessIdentityList struct {

	// A flag that indicates whether more origin access identities remain to be
	// listed. If your results were truncated, you can make a follow-up pagination
	// request using the Marker request parameter to retrieve more items in the
	// list.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// A complex type that contains one CloudFrontOriginAccessIdentitySummary element
	// for each origin access identity that was created by the current AWS account.
	Items []*OriginAccessIdentitySummary `locationNameList:"CloudFrontOriginAccessIdentitySummary" type:"list"`

	// Use this when paginating results to indicate where to begin in your list
	// of origin access identities. The results include identities in the list that
	// occur after the marker. To get the next page of results, set the Marker to
	// the value of the NextMarker from the current page's response (which is also
	// the ID of the last identity on that page).
	//
	// Marker is a required field
	Marker *string `type:"string" required:"true"`

	// The maximum number of origin access identities you want in the response body.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// If IsTruncated is true, this element is present and contains the value you
	// can use for the Marker request parameter to continue listing your origin
	// access identities where they left off.
	NextMarker *string `type:"string"`

	// The number of CloudFront origin access identities that were created by the
	// current AWS account.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Lists the origin access identities for CloudFront.Send a GET request to the /CloudFront API version/origin-access-identity/cloudfront resource. The response includes a CloudFrontOriginAccessIdentityList element with zero or more CloudFrontOriginAccessIdentitySummary child elements. By default, your entire list of origin access identities is returned in one single page. If the list is long, you can paginate it using the MaxItems and Marker parameters.

func (OriginAccessIdentityList) GoString added in v0.6.5

func (s OriginAccessIdentityList) GoString() string

GoString returns the string representation

func (*OriginAccessIdentityList) SetIsTruncated added in v1.5.0

SetIsTruncated sets the IsTruncated field's value.

func (*OriginAccessIdentityList) SetItems added in v1.5.0

SetItems sets the Items field's value.

func (*OriginAccessIdentityList) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*OriginAccessIdentityList) SetMaxItems added in v1.5.0

SetMaxItems sets the MaxItems field's value.

func (*OriginAccessIdentityList) SetNextMarker added in v1.5.0

SetNextMarker sets the NextMarker field's value.

func (*OriginAccessIdentityList) SetQuantity added in v1.5.0

SetQuantity sets the Quantity field's value.

func (OriginAccessIdentityList) String added in v0.6.5

func (s OriginAccessIdentityList) String() string

String returns the string representation

type OriginAccessIdentitySummary

type OriginAccessIdentitySummary struct {

	// The comment for this origin access identity, as originally specified when
	// created.
	//
	// Comment is a required field
	Comment *string `type:"string" required:"true"`

	// The ID for the origin access identity. For example: E74FTE3AJFJ256A.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The Amazon S3 canonical user ID for the origin access identity, which you
	// use when giving the origin access identity read permission to an object in
	// Amazon S3.
	//
	// S3CanonicalUserId is a required field
	S3CanonicalUserId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Summary of the information about a CloudFront origin access identity.

func (OriginAccessIdentitySummary) GoString added in v0.6.5

func (s OriginAccessIdentitySummary) GoString() string

GoString returns the string representation

func (*OriginAccessIdentitySummary) SetComment added in v1.5.0

SetComment sets the Comment field's value.

func (*OriginAccessIdentitySummary) SetId added in v1.5.0

SetId sets the Id field's value.

func (*OriginAccessIdentitySummary) SetS3CanonicalUserId added in v1.5.0

SetS3CanonicalUserId sets the S3CanonicalUserId field's value.

func (OriginAccessIdentitySummary) String added in v0.6.5

String returns the string representation

type OriginCustomHeader added in v1.0.9

type OriginCustomHeader struct {

	// The name of a header that you want CloudFront to send to your origin. For
	// more information, see Adding Custom Headers to Origin Requests (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/forward-custom-headers.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// HeaderName is a required field
	HeaderName *string `type:"string" required:"true"`

	// The value for the header that you specified in the HeaderName field.
	//
	// HeaderValue is a required field
	HeaderValue *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains HeaderName and HeaderValue elements, if any, for this distribution.

func (OriginCustomHeader) GoString added in v1.0.9

func (s OriginCustomHeader) GoString() string

GoString returns the string representation

func (*OriginCustomHeader) SetHeaderName added in v1.5.0

func (s *OriginCustomHeader) SetHeaderName(v string) *OriginCustomHeader

SetHeaderName sets the HeaderName field's value.

func (*OriginCustomHeader) SetHeaderValue added in v1.5.0

func (s *OriginCustomHeader) SetHeaderValue(v string) *OriginCustomHeader

SetHeaderValue sets the HeaderValue field's value.

func (OriginCustomHeader) String added in v1.0.9

func (s OriginCustomHeader) String() string

String returns the string representation

func (*OriginCustomHeader) Validate added in v1.1.21

func (s *OriginCustomHeader) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginGroup added in v1.15.80

type OriginGroup struct {

	// A complex type that contains information about the failover criteria for
	// an origin group.
	//
	// FailoverCriteria is a required field
	FailoverCriteria *OriginGroupFailoverCriteria `type:"structure" required:"true"`

	// The origin group's ID.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// A complex type that contains information about the origins in an origin group.
	//
	// Members is a required field
	Members *OriginGroupMembers `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

An origin group includes two origins (a primary origin and a second origin to failover to) and a failover criteria that you specify. You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specifiy the origin group instead of a single origin, and CloudFront will failover from the primary origin to the second origin under the failover conditions that you've chosen.

func (OriginGroup) GoString added in v1.15.80

func (s OriginGroup) GoString() string

GoString returns the string representation

func (*OriginGroup) SetFailoverCriteria added in v1.15.80

func (s *OriginGroup) SetFailoverCriteria(v *OriginGroupFailoverCriteria) *OriginGroup

SetFailoverCriteria sets the FailoverCriteria field's value.

func (*OriginGroup) SetId added in v1.15.80

func (s *OriginGroup) SetId(v string) *OriginGroup

SetId sets the Id field's value.

func (*OriginGroup) SetMembers added in v1.15.80

func (s *OriginGroup) SetMembers(v *OriginGroupMembers) *OriginGroup

SetMembers sets the Members field's value.

func (OriginGroup) String added in v1.15.80

func (s OriginGroup) String() string

String returns the string representation

func (*OriginGroup) Validate added in v1.15.80

func (s *OriginGroup) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginGroupFailoverCriteria added in v1.15.80

type OriginGroupFailoverCriteria struct {

	// The status codes that, when returned from the primary origin, will trigger
	// CloudFront to failover to the second origin.
	//
	// StatusCodes is a required field
	StatusCodes *StatusCodes `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex data type that includes information about the failover criteria for an origin group, including the status codes for which CloudFront will failover from the primary origin to the second origin.

func (OriginGroupFailoverCriteria) GoString added in v1.15.80

func (s OriginGroupFailoverCriteria) GoString() string

GoString returns the string representation

func (*OriginGroupFailoverCriteria) SetStatusCodes added in v1.15.80

SetStatusCodes sets the StatusCodes field's value.

func (OriginGroupFailoverCriteria) String added in v1.15.80

String returns the string representation

func (*OriginGroupFailoverCriteria) Validate added in v1.15.80

func (s *OriginGroupFailoverCriteria) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginGroupMember added in v1.15.80

type OriginGroupMember struct {

	// The ID for an origin in an origin group.
	//
	// OriginId is a required field
	OriginId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

An origin in an origin group.

func (OriginGroupMember) GoString added in v1.15.80

func (s OriginGroupMember) GoString() string

GoString returns the string representation

func (*OriginGroupMember) SetOriginId added in v1.15.80

func (s *OriginGroupMember) SetOriginId(v string) *OriginGroupMember

SetOriginId sets the OriginId field's value.

func (OriginGroupMember) String added in v1.15.80

func (s OriginGroupMember) String() string

String returns the string representation

func (*OriginGroupMember) Validate added in v1.15.80

func (s *OriginGroupMember) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginGroupMembers added in v1.15.80

type OriginGroupMembers struct {

	// Items (origins) in an origin group.
	//
	// Items is a required field
	Items []*OriginGroupMember `locationNameList:"OriginGroupMember" min:"2" type:"list" required:"true"`

	// The number of origins in an origin group.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex data type for the origins included in an origin group.

func (OriginGroupMembers) GoString added in v1.15.80

func (s OriginGroupMembers) GoString() string

GoString returns the string representation

func (*OriginGroupMembers) SetItems added in v1.15.80

SetItems sets the Items field's value.

func (*OriginGroupMembers) SetQuantity added in v1.15.80

func (s *OriginGroupMembers) SetQuantity(v int64) *OriginGroupMembers

SetQuantity sets the Quantity field's value.

func (OriginGroupMembers) String added in v1.15.80

func (s OriginGroupMembers) String() string

String returns the string representation

func (*OriginGroupMembers) Validate added in v1.15.80

func (s *OriginGroupMembers) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginGroups added in v1.15.80

type OriginGroups struct {

	// The items (origin groups) in a distribution.
	Items []*OriginGroup `locationNameList:"OriginGroup" type:"list"`

	// The number of origin groups.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex data type for the origin groups specified for a distribution.

func (OriginGroups) GoString added in v1.15.80

func (s OriginGroups) GoString() string

GoString returns the string representation

func (*OriginGroups) SetItems added in v1.15.80

func (s *OriginGroups) SetItems(v []*OriginGroup) *OriginGroups

SetItems sets the Items field's value.

func (*OriginGroups) SetQuantity added in v1.15.80

func (s *OriginGroups) SetQuantity(v int64) *OriginGroups

SetQuantity sets the Quantity field's value.

func (OriginGroups) String added in v1.15.80

func (s OriginGroups) String() string

String returns the string representation

func (*OriginGroups) Validate added in v1.15.80

func (s *OriginGroups) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginRequestPolicy added in v1.33.8

type OriginRequestPolicy struct {

	// The unique identifier for the origin request policy.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The date and time when the origin request policy was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The origin request policy configuration.
	//
	// OriginRequestPolicyConfig is a required field
	OriginRequestPolicyConfig *OriginRequestPolicyConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

An origin request policy.

When it’s attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:

  • The request body and the URL path (without the domain name) from the viewer request.

  • The headers that CloudFront automatically includes in every origin request, including Host, User-Agent, and X-Amz-Cf-Id.

  • All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.

CloudFront sends a request when it can’t find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CreateCachePolicy.

func (OriginRequestPolicy) GoString added in v1.33.8

func (s OriginRequestPolicy) GoString() string

GoString returns the string representation

func (*OriginRequestPolicy) SetId added in v1.33.8

SetId sets the Id field's value.

func (*OriginRequestPolicy) SetLastModifiedTime added in v1.33.8

func (s *OriginRequestPolicy) SetLastModifiedTime(v time.Time) *OriginRequestPolicy

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*OriginRequestPolicy) SetOriginRequestPolicyConfig added in v1.33.8

func (s *OriginRequestPolicy) SetOriginRequestPolicyConfig(v *OriginRequestPolicyConfig) *OriginRequestPolicy

SetOriginRequestPolicyConfig sets the OriginRequestPolicyConfig field's value.

func (OriginRequestPolicy) String added in v1.33.8

func (s OriginRequestPolicy) String() string

String returns the string representation

type OriginRequestPolicyConfig added in v1.33.8

type OriginRequestPolicyConfig struct {

	// A comment to describe the origin request policy.
	Comment *string `type:"string"`

	// The cookies from viewer requests to include in origin requests.
	//
	// CookiesConfig is a required field
	CookiesConfig *OriginRequestPolicyCookiesConfig `type:"structure" required:"true"`

	// The HTTP headers to include in origin requests. These can include headers
	// from viewer requests and additional headers added by CloudFront.
	//
	// HeadersConfig is a required field
	HeadersConfig *OriginRequestPolicyHeadersConfig `type:"structure" required:"true"`

	// A unique name to identify the origin request policy.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The URL query strings from viewer requests to include in origin requests.
	//
	// QueryStringsConfig is a required field
	QueryStringsConfig *OriginRequestPolicyQueryStringsConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

An origin request policy configuration.

This configuration determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:

  • The request body and the URL path (without the domain name) from the viewer request.

  • The headers that CloudFront automatically includes in every origin request, including Host, User-Agent, and X-Amz-Cf-Id.

  • All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.

CloudFront sends a request when it can’t find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CreateCachePolicy.

func (OriginRequestPolicyConfig) GoString added in v1.33.8

func (s OriginRequestPolicyConfig) GoString() string

GoString returns the string representation

func (*OriginRequestPolicyConfig) SetComment added in v1.33.8

SetComment sets the Comment field's value.

func (*OriginRequestPolicyConfig) SetCookiesConfig added in v1.33.8

SetCookiesConfig sets the CookiesConfig field's value.

func (*OriginRequestPolicyConfig) SetHeadersConfig added in v1.33.8

SetHeadersConfig sets the HeadersConfig field's value.

func (*OriginRequestPolicyConfig) SetName added in v1.33.8

SetName sets the Name field's value.

func (*OriginRequestPolicyConfig) SetQueryStringsConfig added in v1.33.8

SetQueryStringsConfig sets the QueryStringsConfig field's value.

func (OriginRequestPolicyConfig) String added in v1.33.8

func (s OriginRequestPolicyConfig) String() string

String returns the string representation

func (*OriginRequestPolicyConfig) Validate added in v1.33.8

func (s *OriginRequestPolicyConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OriginRequestPolicyCookiesConfig added in v1.33.8

type OriginRequestPolicyCookiesConfig struct {

	// Determines whether cookies in viewer requests are included in requests that
	// CloudFront sends to the origin. Valid values are:
	//
	//    * none – Cookies in viewer requests are not included in requests that
	//    CloudFront sends to the origin. Even when this field is set to none, any
	//    cookies that are listed in a CachePolicy are included in origin requests.
	//
	//    * whitelist – The cookies in viewer requests that are listed in the
	//    CookieNames type are included in requests that CloudFront sends to the
	//    origin.
	//
	//    * all – All cookies in viewer requests are included in requests that
	//    CloudFront sends to the origin.
	//
	// CookieBehavior is a required field
	CookieBehavior *string `type:"string" required:"true" enum:"OriginRequestPolicyCookieBehavior"`

	// Contains a list of cookie names.
	Cookies *CookieNames `type:"structure"`
	// contains filtered or unexported fields
}

An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in requests that CloudFront sends to the origin.

func (OriginRequestPolicyCookiesConfig) GoString added in v1.33.8

GoString returns the string representation

func (*OriginRequestPolicyCookiesConfig) SetCookieBehavior added in v1.33.8

SetCookieBehavior sets the CookieBehavior field's value.

func (*OriginRequestPolicyCookiesConfig) SetCookies added in v1.33.8

SetCookies sets the Cookies field's value.

func (OriginRequestPolicyCookiesConfig) String added in v1.33.8

String returns the string representation

func (*OriginRequestPolicyCookiesConfig) Validate added in v1.33.8

Validate inspects the fields of the type to determine if they are valid.

type OriginRequestPolicyHeadersConfig added in v1.33.8

type OriginRequestPolicyHeadersConfig struct {

	// Determines whether any HTTP headers are included in requests that CloudFront
	// sends to the origin. Valid values are:
	//
	//    * none – HTTP headers are not included in requests that CloudFront sends
	//    to the origin. Even when this field is set to none, any headers that are
	//    listed in a CachePolicy are included in origin requests.
	//
	//    * whitelist – The HTTP headers that are listed in the Headers type are
	//    included in requests that CloudFront sends to the origin.
	//
	//    * allViewer – All HTTP headers in viewer requests are included in requests
	//    that CloudFront sends to the origin.
	//
	//    * allViewerAndWhitelistCloudFront – All HTTP headers in viewer requests
	//    and the additional CloudFront headers that are listed in the Headers type
	//    are included in requests that CloudFront sends to the origin. The additional
	//    headers are added by CloudFront.
	//
	// HeaderBehavior is a required field
	HeaderBehavior *string `type:"string" required:"true" enum:"OriginRequestPolicyHeaderBehavior"`

	// Contains a list of HTTP header names.
	Headers *Headers `type:"structure"`
	// contains filtered or unexported fields
}

An object that determines whether any HTTP headers (and if so, which headers) are included in requests that CloudFront sends to the origin.

func (OriginRequestPolicyHeadersConfig) GoString added in v1.33.8

GoString returns the string representation

func (*OriginRequestPolicyHeadersConfig) SetHeaderBehavior added in v1.33.8

SetHeaderBehavior sets the HeaderBehavior field's value.

func (*OriginRequestPolicyHeadersConfig) SetHeaders added in v1.33.8

SetHeaders sets the Headers field's value.

func (OriginRequestPolicyHeadersConfig) String added in v1.33.8

String returns the string representation

func (*OriginRequestPolicyHeadersConfig) Validate added in v1.33.8

Validate inspects the fields of the type to determine if they are valid.

type OriginRequestPolicyList added in v1.33.8

type OriginRequestPolicyList struct {

	// Contains the origin request policies in the list.
	Items []*OriginRequestPolicySummary `locationNameList:"OriginRequestPolicySummary" type:"list"`

	// The maximum number of origin request policies requested.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// If there are more items in the list than are in this response, this element
	// is present. It contains the value that you should use in the Marker field
	// of a subsequent request to continue listing origin request policies where
	// you left off.
	NextMarker *string `type:"string"`

	// The total number of origin request policies returned in the response.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A list of origin request policies.

func (OriginRequestPolicyList) GoString added in v1.33.8

func (s OriginRequestPolicyList) GoString() string

GoString returns the string representation

func (*OriginRequestPolicyList) SetItems added in v1.33.8

SetItems sets the Items field's value.

func (*OriginRequestPolicyList) SetMaxItems added in v1.33.8

SetMaxItems sets the MaxItems field's value.

func (*OriginRequestPolicyList) SetNextMarker added in v1.33.8

SetNextMarker sets the NextMarker field's value.

func (*OriginRequestPolicyList) SetQuantity added in v1.33.8

SetQuantity sets the Quantity field's value.

func (OriginRequestPolicyList) String added in v1.33.8

func (s OriginRequestPolicyList) String() string

String returns the string representation

type OriginRequestPolicyQueryStringsConfig added in v1.33.8

type OriginRequestPolicyQueryStringsConfig struct {

	// Determines whether any URL query strings in viewer requests are included
	// in requests that CloudFront sends to the origin. Valid values are:
	//
	//    * none – Query strings in viewer requests are not included in requests
	//    that CloudFront sends to the origin. Even when this field is set to none,
	//    any query strings that are listed in a CachePolicy are included in origin
	//    requests.
	//
	//    * whitelist – The query strings in viewer requests that are listed in
	//    the QueryStringNames type are included in requests that CloudFront sends
	//    to the origin.
	//
	//    * all – All query strings in viewer requests are included in requests
	//    that CloudFront sends to the origin.
	//
	// QueryStringBehavior is a required field
	QueryStringBehavior *string `type:"string" required:"true" enum:"OriginRequestPolicyQueryStringBehavior"`

	// Contains a list of the query strings in viewer requests that are included
	// in requests that CloudFront sends to the origin.
	QueryStrings *QueryStringNames `type:"structure"`
	// contains filtered or unexported fields
}

An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in requests that CloudFront sends to the origin.

func (OriginRequestPolicyQueryStringsConfig) GoString added in v1.33.8

GoString returns the string representation

func (*OriginRequestPolicyQueryStringsConfig) SetQueryStringBehavior added in v1.33.8

SetQueryStringBehavior sets the QueryStringBehavior field's value.

func (*OriginRequestPolicyQueryStringsConfig) SetQueryStrings added in v1.33.8

SetQueryStrings sets the QueryStrings field's value.

func (OriginRequestPolicyQueryStringsConfig) String added in v1.33.8

String returns the string representation

func (*OriginRequestPolicyQueryStringsConfig) Validate added in v1.33.8

Validate inspects the fields of the type to determine if they are valid.

type OriginRequestPolicySummary added in v1.33.8

type OriginRequestPolicySummary struct {

	// The origin request policy.
	//
	// OriginRequestPolicy is a required field
	OriginRequestPolicy *OriginRequestPolicy `type:"structure" required:"true"`

	// The type of origin request policy, either managed (created by AWS) or custom
	// (created in this AWS account).
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"OriginRequestPolicyType"`
	// contains filtered or unexported fields
}

Contains an origin request policy.

func (OriginRequestPolicySummary) GoString added in v1.33.8

func (s OriginRequestPolicySummary) GoString() string

GoString returns the string representation

func (*OriginRequestPolicySummary) SetOriginRequestPolicy added in v1.33.8

SetOriginRequestPolicy sets the OriginRequestPolicy field's value.

func (*OriginRequestPolicySummary) SetType added in v1.33.8

SetType sets the Type field's value.

func (OriginRequestPolicySummary) String added in v1.33.8

String returns the string representation

type OriginSslProtocols added in v1.0.9

type OriginSslProtocols struct {

	// A list that contains allowed SSL/TLS protocols for this distribution.
	//
	// Items is a required field
	Items []*string `locationNameList:"SslProtocol" type:"list" required:"true"`

	// The number of SSL/TLS protocols that you want to allow CloudFront to use
	// when establishing an HTTPS connection with this origin.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.

func (OriginSslProtocols) GoString added in v1.0.9

func (s OriginSslProtocols) GoString() string

GoString returns the string representation

func (*OriginSslProtocols) SetItems added in v1.5.0

func (s *OriginSslProtocols) SetItems(v []*string) *OriginSslProtocols

SetItems sets the Items field's value.

func (*OriginSslProtocols) SetQuantity added in v1.5.0

func (s *OriginSslProtocols) SetQuantity(v int64) *OriginSslProtocols

SetQuantity sets the Quantity field's value.

func (OriginSslProtocols) String added in v1.0.9

func (s OriginSslProtocols) String() string

String returns the string representation

func (*OriginSslProtocols) Validate added in v1.1.21

func (s *OriginSslProtocols) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Origins

type Origins struct {

	// A complex type that contains origins or origin groups for this distribution.
	//
	// Items is a required field
	Items []*Origin `locationNameList:"Origin" min:"1" type:"list" required:"true"`

	// The number of origins or origin groups for this distribution.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about origins and origin groups for this distribution.

func (Origins) GoString added in v0.6.5

func (s Origins) GoString() string

GoString returns the string representation

func (*Origins) SetItems added in v1.5.0

func (s *Origins) SetItems(v []*Origin) *Origins

SetItems sets the Items field's value.

func (*Origins) SetQuantity added in v1.5.0

func (s *Origins) SetQuantity(v int64) *Origins

SetQuantity sets the Quantity field's value.

func (Origins) String added in v0.6.5

func (s Origins) String() string

String returns the string representation

func (*Origins) Validate added in v1.1.21

func (s *Origins) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParametersInCacheKeyAndForwardedToOrigin added in v1.33.8

type ParametersInCacheKeyAndForwardedToOrigin struct {

	// An object that determines whether any cookies in viewer requests (and if
	// so, which cookies) are included in the cache key and automatically included
	// in requests that CloudFront sends to the origin.
	//
	// CookiesConfig is a required field
	CookiesConfig *CachePolicyCookiesConfig `type:"structure" required:"true"`

	// A flag that determines whether the Accept-Encoding HTTP header is included
	// in the cache key and included in requests that CloudFront sends to the origin.
	//
	// If this field is true and the viewer request includes the Accept-Encoding
	// header, then CloudFront normalizes the value of the viewer’s Accept-Encoding
	// header to one of the following:
	//
	//    * Accept-Encoding: gzip (if gzip is in the viewer’s Accept-Encoding
	//    header)
	//
	//    * Accept-Encoding: identity (if gzip is not in the viewer’s Accept-Encoding
	//    header)
	//
	// CloudFront includes the normalized header in the cache key and includes it
	// in requests that CloudFront sends to the origin.
	//
	// If this field is false, then CloudFront treats the Accept-Encoding header
	// the same as any other HTTP header in the viewer request. By default, it’s
	// not included in the cache key and it’s not included in origin requests.
	// You can manually add Accept-Encoding to the headers whitelist like any other
	// HTTP header.
	//
	// When this field is true, you should not whitelist the Accept-Encoding header
	// in the cache policy or in an origin request policy attached to the same cache
	// behavior.
	//
	// For more information, see Cache compressed objects (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects)
	// in the Amazon CloudFront Developer Guide.
	//
	// EnableAcceptEncodingGzip is a required field
	EnableAcceptEncodingGzip *bool `type:"boolean" required:"true"`

	// An object that determines whether any HTTP headers (and if so, which headers)
	// are included in the cache key and automatically included in requests that
	// CloudFront sends to the origin.
	//
	// HeadersConfig is a required field
	HeadersConfig *CachePolicyHeadersConfig `type:"structure" required:"true"`

	// An object that determines whether any URL query strings in viewer requests
	// (and if so, which query strings) are included in the cache key and automatically
	// included in requests that CloudFront sends to the origin.
	//
	// QueryStringsConfig is a required field
	QueryStringsConfig *CachePolicyQueryStringsConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

This object determines the values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.

The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find an object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use CreateOriginRequestPolicy.

func (ParametersInCacheKeyAndForwardedToOrigin) GoString added in v1.33.8

GoString returns the string representation

func (*ParametersInCacheKeyAndForwardedToOrigin) SetCookiesConfig added in v1.33.8

SetCookiesConfig sets the CookiesConfig field's value.

func (*ParametersInCacheKeyAndForwardedToOrigin) SetEnableAcceptEncodingGzip added in v1.33.8

SetEnableAcceptEncodingGzip sets the EnableAcceptEncodingGzip field's value.

func (*ParametersInCacheKeyAndForwardedToOrigin) SetHeadersConfig added in v1.33.8

SetHeadersConfig sets the HeadersConfig field's value.

func (*ParametersInCacheKeyAndForwardedToOrigin) SetQueryStringsConfig added in v1.33.8

SetQueryStringsConfig sets the QueryStringsConfig field's value.

func (ParametersInCacheKeyAndForwardedToOrigin) String added in v1.33.8

String returns the string representation

func (*ParametersInCacheKeyAndForwardedToOrigin) Validate added in v1.33.8

Validate inspects the fields of the type to determine if they are valid.

type Paths

type Paths struct {

	// A complex type that contains a list of the paths that you want to invalidate.
	Items []*string `locationNameList:"Path" type:"list"`

	// The number of invalidation paths specified for the objects that you want
	// to invalidate.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-specifying-objects) in the Amazon CloudFront Developer Guide.

func (Paths) GoString added in v0.6.5

func (s Paths) GoString() string

GoString returns the string representation

func (*Paths) SetItems added in v1.5.0

func (s *Paths) SetItems(v []*string) *Paths

SetItems sets the Items field's value.

func (*Paths) SetQuantity added in v1.5.0

func (s *Paths) SetQuantity(v int64) *Paths

SetQuantity sets the Quantity field's value.

func (Paths) String added in v0.6.5

func (s Paths) String() string

String returns the string representation

func (*Paths) Validate added in v1.1.21

func (s *Paths) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PublicKey added in v1.13.26

type PublicKey struct {

	// A time you added a public key to CloudFront.
	//
	// CreatedTime is a required field
	CreatedTime *time.Time `type:"timestamp" required:"true"`

	// A unique ID assigned to a public key you've added to CloudFront.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// A complex data type for a public key you add to CloudFront to use with features
	// like field-level encryption.
	//
	// PublicKeyConfig is a required field
	PublicKeyConfig *PublicKeyConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex data type of public keys you add to CloudFront to use with features like field-level encryption.

func (PublicKey) GoString added in v1.13.26

func (s PublicKey) GoString() string

GoString returns the string representation

func (*PublicKey) SetCreatedTime added in v1.13.26

func (s *PublicKey) SetCreatedTime(v time.Time) *PublicKey

SetCreatedTime sets the CreatedTime field's value.

func (*PublicKey) SetId added in v1.13.26

func (s *PublicKey) SetId(v string) *PublicKey

SetId sets the Id field's value.

func (*PublicKey) SetPublicKeyConfig added in v1.13.26

func (s *PublicKey) SetPublicKeyConfig(v *PublicKeyConfig) *PublicKey

SetPublicKeyConfig sets the PublicKeyConfig field's value.

func (PublicKey) String added in v1.13.26

func (s PublicKey) String() string

String returns the string representation

type PublicKeyConfig added in v1.13.26

type PublicKeyConfig struct {

	// A unique number that ensures that the request can't be replayed.
	//
	// CallerReference is a required field
	CallerReference *string `type:"string" required:"true"`

	// An optional comment about a public key.
	Comment *string `type:"string"`

	// The encoded public key that you want to add to CloudFront to use with features
	// like field-level encryption.
	//
	// EncodedKey is a required field
	EncodedKey *string `type:"string" required:"true"`

	// The name for a public key you add to CloudFront to use with features like
	// field-level encryption.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about a public key you add to CloudFront to use with features like field-level encryption.

func (PublicKeyConfig) GoString added in v1.13.26

func (s PublicKeyConfig) GoString() string

GoString returns the string representation

func (*PublicKeyConfig) SetCallerReference added in v1.13.26

func (s *PublicKeyConfig) SetCallerReference(v string) *PublicKeyConfig

SetCallerReference sets the CallerReference field's value.

func (*PublicKeyConfig) SetComment added in v1.13.26

func (s *PublicKeyConfig) SetComment(v string) *PublicKeyConfig

SetComment sets the Comment field's value.

func (*PublicKeyConfig) SetEncodedKey added in v1.13.26

func (s *PublicKeyConfig) SetEncodedKey(v string) *PublicKeyConfig

SetEncodedKey sets the EncodedKey field's value.

func (*PublicKeyConfig) SetName added in v1.13.26

func (s *PublicKeyConfig) SetName(v string) *PublicKeyConfig

SetName sets the Name field's value.

func (PublicKeyConfig) String added in v1.13.26

func (s PublicKeyConfig) String() string

String returns the string representation

func (*PublicKeyConfig) Validate added in v1.13.26

func (s *PublicKeyConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PublicKeyList added in v1.13.26

type PublicKeyList struct {

	// An array of information about a public key you add to CloudFront to use with
	// features like field-level encryption.
	Items []*PublicKeySummary `locationNameList:"PublicKeySummary" type:"list"`

	// The maximum number of public keys you want in the response body.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// If there are more elements to be listed, this element is present and contains
	// the value that you can use for the Marker request parameter to continue listing
	// your public keys where you left off.
	NextMarker *string `type:"string"`

	// The number of public keys you added to CloudFront to use with features like
	// field-level encryption.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A list of public keys you've added to CloudFront to use with features like field-level encryption.

func (PublicKeyList) GoString added in v1.13.26

func (s PublicKeyList) GoString() string

GoString returns the string representation

func (*PublicKeyList) SetItems added in v1.13.26

func (s *PublicKeyList) SetItems(v []*PublicKeySummary) *PublicKeyList

SetItems sets the Items field's value.

func (*PublicKeyList) SetMaxItems added in v1.13.26

func (s *PublicKeyList) SetMaxItems(v int64) *PublicKeyList

SetMaxItems sets the MaxItems field's value.

func (*PublicKeyList) SetNextMarker added in v1.13.26

func (s *PublicKeyList) SetNextMarker(v string) *PublicKeyList

SetNextMarker sets the NextMarker field's value.

func (*PublicKeyList) SetQuantity added in v1.13.26

func (s *PublicKeyList) SetQuantity(v int64) *PublicKeyList

SetQuantity sets the Quantity field's value.

func (PublicKeyList) String added in v1.13.26

func (s PublicKeyList) String() string

String returns the string representation

type PublicKeySummary added in v1.13.26

type PublicKeySummary struct {

	// Comment for public key information summary.
	Comment *string `type:"string"`

	// Creation time for public key information summary.
	//
	// CreatedTime is a required field
	CreatedTime *time.Time `type:"timestamp" required:"true"`

	// Encoded key for public key information summary.
	//
	// EncodedKey is a required field
	EncodedKey *string `type:"string" required:"true"`

	// ID for public key information summary.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// Name for public key information summary.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex data type for public key information.

func (PublicKeySummary) GoString added in v1.13.26

func (s PublicKeySummary) GoString() string

GoString returns the string representation

func (*PublicKeySummary) SetComment added in v1.13.26

func (s *PublicKeySummary) SetComment(v string) *PublicKeySummary

SetComment sets the Comment field's value.

func (*PublicKeySummary) SetCreatedTime added in v1.13.26

func (s *PublicKeySummary) SetCreatedTime(v time.Time) *PublicKeySummary

SetCreatedTime sets the CreatedTime field's value.

func (*PublicKeySummary) SetEncodedKey added in v1.13.26

func (s *PublicKeySummary) SetEncodedKey(v string) *PublicKeySummary

SetEncodedKey sets the EncodedKey field's value.

func (*PublicKeySummary) SetId added in v1.13.26

SetId sets the Id field's value.

func (*PublicKeySummary) SetName added in v1.13.26

func (s *PublicKeySummary) SetName(v string) *PublicKeySummary

SetName sets the Name field's value.

func (PublicKeySummary) String added in v1.13.26

func (s PublicKeySummary) String() string

String returns the string representation

type QueryArgProfile added in v1.13.26

type QueryArgProfile struct {

	// ID of profile to use for field-level encryption query argument-profile mapping
	//
	// ProfileId is a required field
	ProfileId *string `type:"string" required:"true"`

	// Query argument for field-level encryption query argument-profile mapping.
	//
	// QueryArg is a required field
	QueryArg *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Query argument-profile mapping for field-level encryption.

func (QueryArgProfile) GoString added in v1.13.26

func (s QueryArgProfile) GoString() string

GoString returns the string representation

func (*QueryArgProfile) SetProfileId added in v1.13.26

func (s *QueryArgProfile) SetProfileId(v string) *QueryArgProfile

SetProfileId sets the ProfileId field's value.

func (*QueryArgProfile) SetQueryArg added in v1.13.26

func (s *QueryArgProfile) SetQueryArg(v string) *QueryArgProfile

SetQueryArg sets the QueryArg field's value.

func (QueryArgProfile) String added in v1.13.26

func (s QueryArgProfile) String() string

String returns the string representation

func (*QueryArgProfile) Validate added in v1.13.26

func (s *QueryArgProfile) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryArgProfileConfig added in v1.13.26

type QueryArgProfileConfig struct {

	// Flag to set if you want a request to be forwarded to the origin even if the
	// profile specified by the field-level encryption query argument, fle-profile,
	// is unknown.
	//
	// ForwardWhenQueryArgProfileIsUnknown is a required field
	ForwardWhenQueryArgProfileIsUnknown *bool `type:"boolean" required:"true"`

	// Profiles specified for query argument-profile mapping for field-level encryption.
	QueryArgProfiles *QueryArgProfiles `type:"structure"`
	// contains filtered or unexported fields
}

Configuration for query argument-profile mapping for field-level encryption.

func (QueryArgProfileConfig) GoString added in v1.13.26

func (s QueryArgProfileConfig) GoString() string

GoString returns the string representation

func (*QueryArgProfileConfig) SetForwardWhenQueryArgProfileIsUnknown added in v1.13.26

func (s *QueryArgProfileConfig) SetForwardWhenQueryArgProfileIsUnknown(v bool) *QueryArgProfileConfig

SetForwardWhenQueryArgProfileIsUnknown sets the ForwardWhenQueryArgProfileIsUnknown field's value.

func (*QueryArgProfileConfig) SetQueryArgProfiles added in v1.13.26

func (s *QueryArgProfileConfig) SetQueryArgProfiles(v *QueryArgProfiles) *QueryArgProfileConfig

SetQueryArgProfiles sets the QueryArgProfiles field's value.

func (QueryArgProfileConfig) String added in v1.13.26

func (s QueryArgProfileConfig) String() string

String returns the string representation

func (*QueryArgProfileConfig) Validate added in v1.13.26

func (s *QueryArgProfileConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryArgProfiles added in v1.13.26

type QueryArgProfiles struct {

	// Number of items for query argument-profile mapping for field-level encryption.
	Items []*QueryArgProfile `locationNameList:"QueryArgProfile" type:"list"`

	// Number of profiles for query argument-profile mapping for field-level encryption.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Query argument-profile mapping for field-level encryption.

func (QueryArgProfiles) GoString added in v1.13.26

func (s QueryArgProfiles) GoString() string

GoString returns the string representation

func (*QueryArgProfiles) SetItems added in v1.13.26

SetItems sets the Items field's value.

func (*QueryArgProfiles) SetQuantity added in v1.13.26

func (s *QueryArgProfiles) SetQuantity(v int64) *QueryArgProfiles

SetQuantity sets the Quantity field's value.

func (QueryArgProfiles) String added in v1.13.26

func (s QueryArgProfiles) String() string

String returns the string representation

func (*QueryArgProfiles) Validate added in v1.13.26

func (s *QueryArgProfiles) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryStringCacheKeys added in v1.4.5

type QueryStringCacheKeys struct {

	// A list that contains the query string parameters that you want CloudFront
	// to use as a basis for caching for a cache behavior. If Quantity is 0, you
	// can omit Items.
	Items []*string `locationNameList:"Name" type:"list"`

	// The number of whitelisted query string parameters for a cache behavior.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.

If you want to include query strings in the cache key, use QueryStringsConfig in a cache policy. See CreateCachePolicy.

If you want to send query strings to the origin but not include them in the cache key, use QueryStringsConfig in an origin request policy. See CreateOriginRequestPolicy.

A complex type that contains information about the query string parameters that you want CloudFront to use for caching for a cache behavior.

func (QueryStringCacheKeys) GoString added in v1.4.5

func (s QueryStringCacheKeys) GoString() string

GoString returns the string representation

func (*QueryStringCacheKeys) SetItems added in v1.5.0

SetItems sets the Items field's value.

func (*QueryStringCacheKeys) SetQuantity added in v1.5.0

func (s *QueryStringCacheKeys) SetQuantity(v int64) *QueryStringCacheKeys

SetQuantity sets the Quantity field's value.

func (QueryStringCacheKeys) String added in v1.4.5

func (s QueryStringCacheKeys) String() string

String returns the string representation

func (*QueryStringCacheKeys) Validate added in v1.4.5

func (s *QueryStringCacheKeys) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryStringNames added in v1.33.8

type QueryStringNames struct {

	// A list of query string names.
	Items []*string `locationNameList:"Name" type:"list"`

	// The number of query string names in the Items list.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Contains a list of query string names.

func (QueryStringNames) GoString added in v1.33.8

func (s QueryStringNames) GoString() string

GoString returns the string representation

func (*QueryStringNames) SetItems added in v1.33.8

func (s *QueryStringNames) SetItems(v []*string) *QueryStringNames

SetItems sets the Items field's value.

func (*QueryStringNames) SetQuantity added in v1.33.8

func (s *QueryStringNames) SetQuantity(v int64) *QueryStringNames

SetQuantity sets the Quantity field's value.

func (QueryStringNames) String added in v1.33.8

func (s QueryStringNames) String() string

String returns the string representation

func (*QueryStringNames) Validate added in v1.33.8

func (s *QueryStringNames) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Restrictions

type Restrictions struct {

	// A complex type that controls the countries in which your content is distributed.
	// CloudFront determines the location of your users using MaxMind GeoIP databases.
	//
	// GeoRestriction is a required field
	GeoRestriction *GeoRestriction `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that identifies ways in which you want to restrict distribution of your content.

func (Restrictions) GoString added in v0.6.5

func (s Restrictions) GoString() string

GoString returns the string representation

func (*Restrictions) SetGeoRestriction added in v1.5.0

func (s *Restrictions) SetGeoRestriction(v *GeoRestriction) *Restrictions

SetGeoRestriction sets the GeoRestriction field's value.

func (Restrictions) String added in v0.6.5

func (s Restrictions) String() string

String returns the string representation

func (*Restrictions) Validate added in v1.1.21

func (s *Restrictions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3Origin

type S3Origin struct {

	// The DNS name of the Amazon S3 origin.
	//
	// DomainName is a required field
	DomainName *string `type:"string" required:"true"`

	// The CloudFront origin access identity to associate with the distribution.
	// Use an origin access identity to configure the distribution so that end users
	// can only access objects in an Amazon S3 bucket through CloudFront.
	//
	// If you want end users to be able to access objects using either the CloudFront
	// URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.
	//
	// To delete the origin access identity from an existing distribution, update
	// the distribution configuration and include an empty OriginAccessIdentity
	// element.
	//
	// To replace the origin access identity, update the distribution configuration
	// and specify the new origin access identity.
	//
	// For more information, see Using an Origin Access Identity to Restrict Access
	// to Your Amazon S3 Content (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// OriginAccessIdentity is a required field
	OriginAccessIdentity *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

func (S3Origin) GoString added in v0.6.5

func (s S3Origin) GoString() string

GoString returns the string representation

func (*S3Origin) SetDomainName added in v1.5.0

func (s *S3Origin) SetDomainName(v string) *S3Origin

SetDomainName sets the DomainName field's value.

func (*S3Origin) SetOriginAccessIdentity added in v1.5.0

func (s *S3Origin) SetOriginAccessIdentity(v string) *S3Origin

SetOriginAccessIdentity sets the OriginAccessIdentity field's value.

func (S3Origin) String added in v0.6.5

func (s S3Origin) String() string

String returns the string representation

func (*S3Origin) Validate added in v1.1.21

func (s *S3Origin) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3OriginConfig

type S3OriginConfig struct {

	// The CloudFront origin access identity to associate with the origin. Use an
	// origin access identity to configure the origin so that viewers can only access
	// objects in an Amazon S3 bucket through CloudFront. The format of the value
	// is:
	//
	// origin-access-identity/cloudfront/ID-of-origin-access-identity
	//
	// where ID-of-origin-access-identity is the value that CloudFront returned
	// in the ID element when you created the origin access identity.
	//
	// If you want viewers to be able to access objects using either the CloudFront
	// URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element.
	//
	// To delete the origin access identity from an existing distribution, update
	// the distribution configuration and include an empty OriginAccessIdentity
	// element.
	//
	// To replace the origin access identity, update the distribution configuration
	// and specify the new origin access identity.
	//
	// For more information about the origin access identity, see Serving Private
	// Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// OriginAccessIdentity is a required field
	OriginAccessIdentity *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin or an S3 bucket that is configured as a website endpoint, use the CustomOriginConfig element instead.

func (S3OriginConfig) GoString added in v0.6.5

func (s S3OriginConfig) GoString() string

GoString returns the string representation

func (*S3OriginConfig) SetOriginAccessIdentity added in v1.5.0

func (s *S3OriginConfig) SetOriginAccessIdentity(v string) *S3OriginConfig

SetOriginAccessIdentity sets the OriginAccessIdentity field's value.

func (S3OriginConfig) String added in v0.6.5

func (s S3OriginConfig) String() string

String returns the string representation

func (*S3OriginConfig) Validate added in v1.1.21

func (s *S3OriginConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Signer

type Signer struct {

	// An AWS account that is included in the TrustedSigners complex type for this
	// distribution. Valid values include:
	//
	//    * self, which is the AWS account used to create the distribution.
	//
	//    * An AWS account number.
	AwsAccountNumber *string `type:"string"`

	// A complex type that lists the active CloudFront key pairs, if any, that are
	// associated with AwsAccountNumber.
	KeyPairIds *KeyPairIds `type:"structure"`
	// contains filtered or unexported fields
}

A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as well as their active CloudFront key pair IDs, if any.

func (Signer) GoString added in v0.6.5

func (s Signer) GoString() string

GoString returns the string representation

func (*Signer) SetAwsAccountNumber added in v1.5.0

func (s *Signer) SetAwsAccountNumber(v string) *Signer

SetAwsAccountNumber sets the AwsAccountNumber field's value.

func (*Signer) SetKeyPairIds added in v1.5.0

func (s *Signer) SetKeyPairIds(v *KeyPairIds) *Signer

SetKeyPairIds sets the KeyPairIds field's value.

func (Signer) String added in v0.6.5

func (s Signer) String() string

String returns the string representation

type StatusCodes added in v1.15.80

type StatusCodes struct {

	// The items (status codes) for an origin group.
	//
	// Items is a required field
	Items []*int64 `locationNameList:"StatusCode" min:"1" type:"list" required:"true"`

	// The number of status codes.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex data type for the status codes that you specify that, when returned by a primary origin, trigger CloudFront to failover to a second origin.

func (StatusCodes) GoString added in v1.15.80

func (s StatusCodes) GoString() string

GoString returns the string representation

func (*StatusCodes) SetItems added in v1.15.80

func (s *StatusCodes) SetItems(v []*int64) *StatusCodes

SetItems sets the Items field's value.

func (*StatusCodes) SetQuantity added in v1.15.80

func (s *StatusCodes) SetQuantity(v int64) *StatusCodes

SetQuantity sets the Quantity field's value.

func (StatusCodes) String added in v1.15.80

func (s StatusCodes) String() string

String returns the string representation

func (*StatusCodes) Validate added in v1.15.80

func (s *StatusCodes) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StreamingDistribution

type StreamingDistribution struct {

	// The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5,
	// where 123456789012 is your AWS account ID.
	//
	// ARN is a required field
	ARN *string `type:"string" required:"true"`

	// A complex type that lists the AWS accounts, if any, that you included in
	// the TrustedSigners complex type for this distribution. These are the accounts
	// that you want to allow to create signed URLs for private content.
	//
	// The Signer complex type lists the AWS account number of the trusted signer
	// or self if the signer is the AWS account that created the distribution. The
	// Signer element also includes the IDs of any active CloudFront key pairs that
	// are associated with the trusted signer's AWS account. If no KeyPairId element
	// appears for a Signer, that signer can't create signed URLs.
	//
	// For more information, see Serving Private Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// ActiveTrustedSigners is a required field
	ActiveTrustedSigners *ActiveTrustedSigners `type:"structure" required:"true"`

	// The domain name that corresponds to the streaming distribution, for example,
	// s5c39gqb8ow64r.cloudfront.net.
	//
	// DomainName is a required field
	DomainName *string `type:"string" required:"true"`

	// The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The date and time that the distribution was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The current status of the RTMP distribution. When the status is Deployed,
	// the distribution's information is propagated to all CloudFront edge locations.
	//
	// Status is a required field
	Status *string `type:"string" required:"true"`

	// The current configuration information for the RTMP distribution.
	//
	// StreamingDistributionConfig is a required field
	StreamingDistributionConfig *StreamingDistributionConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to track and manage content delivery.

func (StreamingDistribution) GoString added in v0.6.5

func (s StreamingDistribution) GoString() string

GoString returns the string representation

func (*StreamingDistribution) SetARN added in v1.5.0

SetARN sets the ARN field's value.

func (*StreamingDistribution) SetActiveTrustedSigners added in v1.5.0

func (s *StreamingDistribution) SetActiveTrustedSigners(v *ActiveTrustedSigners) *StreamingDistribution

SetActiveTrustedSigners sets the ActiveTrustedSigners field's value.

func (*StreamingDistribution) SetDomainName added in v1.5.0

func (s *StreamingDistribution) SetDomainName(v string) *StreamingDistribution

SetDomainName sets the DomainName field's value.

func (*StreamingDistribution) SetId added in v1.5.0

SetId sets the Id field's value.

func (*StreamingDistribution) SetLastModifiedTime added in v1.5.0

func (s *StreamingDistribution) SetLastModifiedTime(v time.Time) *StreamingDistribution

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*StreamingDistribution) SetStatus added in v1.5.0

SetStatus sets the Status field's value.

func (*StreamingDistribution) SetStreamingDistributionConfig added in v1.5.0

func (s *StreamingDistribution) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *StreamingDistribution

SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.

func (StreamingDistribution) String added in v0.6.5

func (s StreamingDistribution) String() string

String returns the string representation

type StreamingDistributionConfig

type StreamingDistributionConfig struct {

	// A complex type that contains information about CNAMEs (alternate domain names),
	// if any, for this streaming distribution.
	Aliases *Aliases `type:"structure"`

	// A unique value (for example, a date-time stamp) that ensures that the request
	// can't be replayed.
	//
	// If the value of CallerReference is new (regardless of the content of the
	// StreamingDistributionConfig object), CloudFront creates a new distribution.
	//
	// If CallerReference is a value that you already sent in a previous request
	// to create a distribution, CloudFront returns a DistributionAlreadyExists
	// error.
	//
	// CallerReference is a required field
	CallerReference *string `type:"string" required:"true"`

	// Any comments you want to include about the streaming distribution.
	//
	// Comment is a required field
	Comment *string `type:"string" required:"true"`

	// Whether the streaming distribution is enabled to accept user requests for
	// content.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// A complex type that controls whether access logs are written for the streaming
	// distribution.
	Logging *StreamingLoggingConfig `type:"structure"`

	// A complex type that contains information about price class for this streaming
	// distribution.
	PriceClass *string `type:"string" enum:"PriceClass"`

	// A complex type that contains information about the Amazon S3 bucket from
	// which you want CloudFront to get your media files for distribution.
	//
	// S3Origin is a required field
	S3Origin *S3Origin `type:"structure" required:"true"`

	// A complex type that specifies any AWS accounts that you want to permit to
	// create signed URLs for private content. If you want the distribution to use
	// signed URLs, include this element; if you want the distribution to use public
	// URLs, remove this element. For more information, see Serving Private Content
	// through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// TrustedSigners is a required field
	TrustedSigners *TrustedSigners `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The RTMP distribution's configuration information.

func (StreamingDistributionConfig) GoString added in v0.6.5

func (s StreamingDistributionConfig) GoString() string

GoString returns the string representation

func (*StreamingDistributionConfig) SetAliases added in v1.5.0

SetAliases sets the Aliases field's value.

func (*StreamingDistributionConfig) SetCallerReference added in v1.5.0

SetCallerReference sets the CallerReference field's value.

func (*StreamingDistributionConfig) SetComment added in v1.5.0

SetComment sets the Comment field's value.

func (*StreamingDistributionConfig) SetEnabled added in v1.5.0

SetEnabled sets the Enabled field's value.

func (*StreamingDistributionConfig) SetLogging added in v1.5.0

SetLogging sets the Logging field's value.

func (*StreamingDistributionConfig) SetPriceClass added in v1.5.0

SetPriceClass sets the PriceClass field's value.

func (*StreamingDistributionConfig) SetS3Origin added in v1.5.0

SetS3Origin sets the S3Origin field's value.

func (*StreamingDistributionConfig) SetTrustedSigners added in v1.5.0

SetTrustedSigners sets the TrustedSigners field's value.

func (StreamingDistributionConfig) String added in v0.6.5

String returns the string representation

func (*StreamingDistributionConfig) Validate added in v1.1.21

func (s *StreamingDistributionConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StreamingDistributionConfigWithTags added in v1.4.0

type StreamingDistributionConfigWithTags struct {

	// A streaming distribution Configuration.
	//
	// StreamingDistributionConfig is a required field
	StreamingDistributionConfig *StreamingDistributionConfig `type:"structure" required:"true"`

	// A complex type that contains zero or more Tag elements.
	//
	// Tags is a required field
	Tags *Tags `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.

func (StreamingDistributionConfigWithTags) GoString added in v1.4.0

GoString returns the string representation

func (*StreamingDistributionConfigWithTags) SetStreamingDistributionConfig added in v1.5.0

SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.

func (*StreamingDistributionConfigWithTags) SetTags added in v1.5.0

SetTags sets the Tags field's value.

func (StreamingDistributionConfigWithTags) String added in v1.4.0

String returns the string representation

func (*StreamingDistributionConfigWithTags) Validate added in v1.4.0

Validate inspects the fields of the type to determine if they are valid.

type StreamingDistributionList

type StreamingDistributionList struct {

	// A flag that indicates whether more streaming distributions remain to be listed.
	// If your results were truncated, you can make a follow-up pagination request
	// using the Marker request parameter to retrieve more distributions in the
	// list.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// A complex type that contains one StreamingDistributionSummary element for
	// each distribution that was created by the current AWS account.
	Items []*StreamingDistributionSummary `locationNameList:"StreamingDistributionSummary" type:"list"`

	// The value you provided for the Marker request parameter.
	//
	// Marker is a required field
	Marker *string `type:"string" required:"true"`

	// The value you provided for the MaxItems request parameter.
	//
	// MaxItems is a required field
	MaxItems *int64 `type:"integer" required:"true"`

	// If IsTruncated is true, this element is present and contains the value you
	// can use for the Marker request parameter to continue listing your RTMP distributions
	// where they left off.
	NextMarker *string `type:"string"`

	// The number of streaming distributions that were created by the current AWS
	// account.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A streaming distribution list.

func (StreamingDistributionList) GoString added in v0.6.5

func (s StreamingDistributionList) GoString() string

GoString returns the string representation

func (*StreamingDistributionList) SetIsTruncated added in v1.5.0

SetIsTruncated sets the IsTruncated field's value.

func (*StreamingDistributionList) SetItems added in v1.5.0

SetItems sets the Items field's value.

func (*StreamingDistributionList) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*StreamingDistributionList) SetMaxItems added in v1.5.0

SetMaxItems sets the MaxItems field's value.

func (*StreamingDistributionList) SetNextMarker added in v1.5.0

SetNextMarker sets the NextMarker field's value.

func (*StreamingDistributionList) SetQuantity added in v1.5.0

SetQuantity sets the Quantity field's value.

func (StreamingDistributionList) String added in v0.6.5

func (s StreamingDistributionList) String() string

String returns the string representation

type StreamingDistributionSummary

type StreamingDistributionSummary struct {

	// The ARN (Amazon Resource Name) for the streaming distribution. For example:
	// arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5,
	// where 123456789012 is your AWS account ID.
	//
	// ARN is a required field
	ARN *string `type:"string" required:"true"`

	// A complex type that contains information about CNAMEs (alternate domain names),
	// if any, for this streaming distribution.
	//
	// Aliases is a required field
	Aliases *Aliases `type:"structure" required:"true"`

	// The comment originally specified when this distribution was created.
	//
	// Comment is a required field
	Comment *string `type:"string" required:"true"`

	// The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.
	//
	// DomainName is a required field
	DomainName *string `type:"string" required:"true"`

	// Whether the distribution is enabled to accept end user requests for content.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// The identifier for the distribution, for example, EDFDVBD632BHDS5.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The date and time the distribution was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// A complex type that contains information about price class for this streaming
	// distribution.
	//
	// PriceClass is a required field
	PriceClass *string `type:"string" required:"true" enum:"PriceClass"`

	// A complex type that contains information about the Amazon S3 bucket from
	// which you want CloudFront to get your media files for distribution.
	//
	// S3Origin is a required field
	S3Origin *S3Origin `type:"structure" required:"true"`

	// Indicates the current status of the distribution. When the status is Deployed,
	// the distribution's information is fully propagated throughout the Amazon
	// CloudFront system.
	//
	// Status is a required field
	Status *string `type:"string" required:"true"`

	// A complex type that specifies the AWS accounts, if any, that you want to
	// allow to create signed URLs for private content. If you want to require signed
	// URLs in requests for objects in the target origin that match the PathPattern
	// for this cache behavior, specify true for Enabled, and specify the applicable
	// values for Quantity and Items.If you don't want to require signed URLs in
	// requests for objects that match PathPattern, specify false for Enabled and
	// 0 for Quantity. Omit Items. To add, change, or remove one or more trusted
	// signers, change Enabled to true (if it's currently false), change Quantity
	// as applicable, and specify all of the trusted signers that you want to include
	// in the updated distribution.
	//
	// For more information, see Serving Private Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html)
	// in the Amazon CloudFront Developer Guide.
	//
	// TrustedSigners is a required field
	TrustedSigners *TrustedSigners `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A summary of the information for a CloudFront streaming distribution.

func (StreamingDistributionSummary) GoString added in v0.6.5

func (s StreamingDistributionSummary) GoString() string

GoString returns the string representation

func (*StreamingDistributionSummary) SetARN added in v1.5.0

SetARN sets the ARN field's value.

func (*StreamingDistributionSummary) SetAliases added in v1.5.0

SetAliases sets the Aliases field's value.

func (*StreamingDistributionSummary) SetComment added in v1.5.0

SetComment sets the Comment field's value.

func (*StreamingDistributionSummary) SetDomainName added in v1.5.0

SetDomainName sets the DomainName field's value.

func (*StreamingDistributionSummary) SetEnabled added in v1.5.0

SetEnabled sets the Enabled field's value.

func (*StreamingDistributionSummary) SetId added in v1.5.0

SetId sets the Id field's value.

func (*StreamingDistributionSummary) SetLastModifiedTime added in v1.5.0

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*StreamingDistributionSummary) SetPriceClass added in v1.5.0

SetPriceClass sets the PriceClass field's value.

func (*StreamingDistributionSummary) SetS3Origin added in v1.5.0

SetS3Origin sets the S3Origin field's value.

func (*StreamingDistributionSummary) SetStatus added in v1.5.0

SetStatus sets the Status field's value.

func (*StreamingDistributionSummary) SetTrustedSigners added in v1.5.0

SetTrustedSigners sets the TrustedSigners field's value.

func (StreamingDistributionSummary) String added in v0.6.5

String returns the string representation

type StreamingLoggingConfig

type StreamingLoggingConfig struct {

	// The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
	//
	// Bucket is a required field
	Bucket *string `type:"string" required:"true"`

	// Specifies whether you want CloudFront to save access logs to an Amazon S3
	// bucket. If you don't want to enable logging when you create a streaming distribution
	// or if you want to disable logging for an existing streaming distribution,
	// specify false for Enabled, and specify empty Bucket and Prefix elements.
	// If you specify false for Enabled but you specify values for Bucket and Prefix,
	// the values are automatically deleted.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// An optional string that you want CloudFront to prefix to the access log filenames
	// for this streaming distribution, for example, myprefix/. If you want to enable
	// logging, but you don't want to specify a prefix, you still must include an
	// empty Prefix element in the Logging element.
	//
	// Prefix is a required field
	Prefix *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that controls whether access logs are written for this streaming distribution.

func (StreamingLoggingConfig) GoString added in v0.6.5

func (s StreamingLoggingConfig) GoString() string

GoString returns the string representation

func (*StreamingLoggingConfig) SetBucket added in v1.5.0

SetBucket sets the Bucket field's value.

func (*StreamingLoggingConfig) SetEnabled added in v1.5.0

SetEnabled sets the Enabled field's value.

func (*StreamingLoggingConfig) SetPrefix added in v1.5.0

SetPrefix sets the Prefix field's value.

func (StreamingLoggingConfig) String added in v0.6.5

func (s StreamingLoggingConfig) String() string

String returns the string representation

func (*StreamingLoggingConfig) Validate added in v1.1.21

func (s *StreamingLoggingConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Tag added in v1.4.0

type Tag struct {

	// A string that contains Tag key.
	//
	// The string length should be between 1 and 128 characters. Valid characters
	// include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// A string that contains an optional Tag value.
	//
	// The string length should be between 0 and 256 characters. Valid characters
	// include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains Tag key and Tag value.

func (Tag) GoString added in v1.4.0

func (s Tag) GoString() string

GoString returns the string representation

func (*Tag) SetKey added in v1.5.0

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue added in v1.5.0

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String added in v1.4.0

func (s Tag) String() string

String returns the string representation

func (*Tag) Validate added in v1.4.0

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagKeys added in v1.4.0

type TagKeys struct {

	// A complex type that contains Tag key elements.
	Items []*string `locationNameList:"Key" type:"list"`
	// contains filtered or unexported fields
}

A complex type that contains zero or more Tag elements.

func (TagKeys) GoString added in v1.4.0

func (s TagKeys) GoString() string

GoString returns the string representation

func (*TagKeys) SetItems added in v1.5.0

func (s *TagKeys) SetItems(v []*string) *TagKeys

SetItems sets the Items field's value.

func (TagKeys) String added in v1.4.0

func (s TagKeys) String() string

String returns the string representation

type TagResourceInput added in v1.4.0

type TagResourceInput struct {

	// An ARN of a CloudFront resource.
	//
	// Resource is a required field
	Resource *string `location:"querystring" locationName:"Resource" type:"string" required:"true"`

	// A complex type that contains zero or more Tag elements.
	//
	// Tags is a required field
	Tags *Tags `locationName:"Tags" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"`
	// contains filtered or unexported fields
}

The request to add tags to a CloudFront resource.

func (TagResourceInput) GoString added in v1.4.0

func (s TagResourceInput) GoString() string

GoString returns the string representation

func (*TagResourceInput) SetResource added in v1.5.0

func (s *TagResourceInput) SetResource(v string) *TagResourceInput

SetResource sets the Resource field's value.

func (*TagResourceInput) SetTags added in v1.5.0

func (s *TagResourceInput) SetTags(v *Tags) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String added in v1.4.0

func (s TagResourceInput) String() string

String returns the string representation

func (*TagResourceInput) Validate added in v1.4.0

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput added in v1.4.0

type TagResourceOutput struct {
	// contains filtered or unexported fields
}

func (TagResourceOutput) GoString added in v1.4.0

func (s TagResourceOutput) GoString() string

GoString returns the string representation

func (TagResourceOutput) String added in v1.4.0

func (s TagResourceOutput) String() string

String returns the string representation

type Tags added in v1.4.0

type Tags struct {

	// A complex type that contains Tag elements.
	Items []*Tag `locationNameList:"Tag" type:"list"`
	// contains filtered or unexported fields
}

A complex type that contains zero or more Tag elements.

func (Tags) GoString added in v1.4.0

func (s Tags) GoString() string

GoString returns the string representation

func (*Tags) SetItems added in v1.5.0

func (s *Tags) SetItems(v []*Tag) *Tags

SetItems sets the Items field's value.

func (Tags) String added in v1.4.0

func (s Tags) String() string

String returns the string representation

func (*Tags) Validate added in v1.4.0

func (s *Tags) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TrustedSigners

type TrustedSigners struct {

	// Specifies whether you want to require viewers to use signed URLs to access
	// the files specified by PathPattern and TargetOriginId.
	//
	// Enabled is a required field
	Enabled *bool `type:"boolean" required:"true"`

	// Optional: A complex type that contains trusted signers for this cache behavior.
	// If Quantity is 0, you can omit Items.
	Items []*string `locationNameList:"AwsAccountNumber" type:"list"`

	// The number of trusted signers for this cache behavior.
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, see Serving Private Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the Amazon CloudFront Developer Guide.

If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items.

To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.

For more information about updating the distribution configuration, see DistributionConfig (https://docs.aws.amazon.com/cloudfront/latest/APIReference/DistributionConfig.html) in the Amazon CloudFront API Reference.

func (TrustedSigners) GoString added in v0.6.5

func (s TrustedSigners) GoString() string

GoString returns the string representation

func (*TrustedSigners) SetEnabled added in v1.5.0

func (s *TrustedSigners) SetEnabled(v bool) *TrustedSigners

SetEnabled sets the Enabled field's value.

func (*TrustedSigners) SetItems added in v1.5.0

func (s *TrustedSigners) SetItems(v []*string) *TrustedSigners

SetItems sets the Items field's value.

func (*TrustedSigners) SetQuantity added in v1.5.0

func (s *TrustedSigners) SetQuantity(v int64) *TrustedSigners

SetQuantity sets the Quantity field's value.

func (TrustedSigners) String added in v0.6.5

func (s TrustedSigners) String() string

String returns the string representation

func (*TrustedSigners) Validate added in v1.1.21

func (s *TrustedSigners) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceInput added in v1.4.0

type UntagResourceInput struct {

	// An ARN of a CloudFront resource.
	//
	// Resource is a required field
	Resource *string `location:"querystring" locationName:"Resource" type:"string" required:"true"`

	// A complex type that contains zero or more Tag key elements.
	//
	// TagKeys is a required field
	TagKeys *TagKeys `locationName:"TagKeys" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"`
	// contains filtered or unexported fields
}

The request to remove tags from a CloudFront resource.

func (UntagResourceInput) GoString added in v1.4.0

func (s UntagResourceInput) GoString() string

GoString returns the string representation

func (*UntagResourceInput) SetResource added in v1.5.0

func (s *UntagResourceInput) SetResource(v string) *UntagResourceInput

SetResource sets the Resource field's value.

func (*UntagResourceInput) SetTagKeys added in v1.5.0

func (s *UntagResourceInput) SetTagKeys(v *TagKeys) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String added in v1.4.0

func (s UntagResourceInput) String() string

String returns the string representation

func (*UntagResourceInput) Validate added in v1.4.0

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput added in v1.4.0

type UntagResourceOutput struct {
	// contains filtered or unexported fields
}

func (UntagResourceOutput) GoString added in v1.4.0

func (s UntagResourceOutput) GoString() string

GoString returns the string representation

func (UntagResourceOutput) String added in v1.4.0

func (s UntagResourceOutput) String() string

String returns the string representation

type UpdateCachePolicyInput added in v1.33.8

type UpdateCachePolicyInput struct {

	// A cache policy configuration.
	//
	// CachePolicyConfig is a required field
	CachePolicyConfig *CachePolicyConfig `locationName:"CachePolicyConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"`

	// The unique identifier for the cache policy that you are updating. The identifier
	// is returned in a cache behavior’s CachePolicyId field in the response to
	// GetDistributionConfig.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The version of the cache policy that you are updating. The version is returned
	// in the cache policy’s ETag field in the response to GetCachePolicyConfig.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateCachePolicyInput) GoString added in v1.33.8

func (s UpdateCachePolicyInput) GoString() string

GoString returns the string representation

func (*UpdateCachePolicyInput) SetCachePolicyConfig added in v1.33.8

SetCachePolicyConfig sets the CachePolicyConfig field's value.

func (*UpdateCachePolicyInput) SetId added in v1.33.8

SetId sets the Id field's value.

func (*UpdateCachePolicyInput) SetIfMatch added in v1.33.8

SetIfMatch sets the IfMatch field's value.

func (UpdateCachePolicyInput) String added in v1.33.8

func (s UpdateCachePolicyInput) String() string

String returns the string representation

func (*UpdateCachePolicyInput) Validate added in v1.33.8

func (s *UpdateCachePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateCachePolicyOutput added in v1.33.8

type UpdateCachePolicyOutput struct {

	// A cache policy.
	CachePolicy *CachePolicy `type:"structure"`

	// The current version of the cache policy.
	ETag *string `location:"header" locationName:"ETag" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateCachePolicyOutput) GoString added in v1.33.8

func (s UpdateCachePolicyOutput) GoString() string

GoString returns the string representation

func (*UpdateCachePolicyOutput) SetCachePolicy added in v1.33.8

SetCachePolicy sets the CachePolicy field's value.

func (*UpdateCachePolicyOutput) SetETag added in v1.33.8

SetETag sets the ETag field's value.

func (UpdateCachePolicyOutput) String added in v1.33.8

func (s UpdateCachePolicyOutput) String() string

String returns the string representation

type UpdateCloudFrontOriginAccessIdentityInput

type UpdateCloudFrontOriginAccessIdentityInput struct {

	// The identity's configuration information.
	//
	// CloudFrontOriginAccessIdentityConfig is a required field
	CloudFrontOriginAccessIdentityConfig *OriginAccessIdentityConfig `` /* 141-byte string literal not displayed */

	// The identity's id.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when retrieving the identity's
	// configuration. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

The request to update an origin access identity.

func (UpdateCloudFrontOriginAccessIdentityInput) GoString added in v0.6.5

GoString returns the string representation

func (*UpdateCloudFrontOriginAccessIdentityInput) SetCloudFrontOriginAccessIdentityConfig added in v1.5.0

SetCloudFrontOriginAccessIdentityConfig sets the CloudFrontOriginAccessIdentityConfig field's value.

func (*UpdateCloudFrontOriginAccessIdentityInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (*UpdateCloudFrontOriginAccessIdentityInput) SetIfMatch added in v1.5.0

SetIfMatch sets the IfMatch field's value.

func (UpdateCloudFrontOriginAccessIdentityInput) String added in v0.6.5

String returns the string representation

func (*UpdateCloudFrontOriginAccessIdentityInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type UpdateCloudFrontOriginAccessIdentityOutput

type UpdateCloudFrontOriginAccessIdentityOutput struct {

	// The origin access identity's information.
	CloudFrontOriginAccessIdentity *OriginAccessIdentity `type:"structure"`

	// The current version of the configuration. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (UpdateCloudFrontOriginAccessIdentityOutput) GoString added in v0.6.5

GoString returns the string representation

func (*UpdateCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity added in v1.5.0

SetCloudFrontOriginAccessIdentity sets the CloudFrontOriginAccessIdentity field's value.

func (*UpdateCloudFrontOriginAccessIdentityOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (UpdateCloudFrontOriginAccessIdentityOutput) String added in v0.6.5

String returns the string representation

type UpdateDistributionInput

type UpdateDistributionInput struct {

	// The distribution's configuration information.
	//
	// DistributionConfig is a required field
	DistributionConfig *DistributionConfig `locationName:"DistributionConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"`

	// The distribution's id.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when retrieving the distribution's
	// configuration. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

The request to update a distribution.

func (UpdateDistributionInput) GoString added in v0.6.5

func (s UpdateDistributionInput) GoString() string

GoString returns the string representation

func (*UpdateDistributionInput) SetDistributionConfig added in v1.5.0

SetDistributionConfig sets the DistributionConfig field's value.

func (*UpdateDistributionInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (*UpdateDistributionInput) SetIfMatch added in v1.5.0

SetIfMatch sets the IfMatch field's value.

func (UpdateDistributionInput) String added in v0.6.5

func (s UpdateDistributionInput) String() string

String returns the string representation

func (*UpdateDistributionInput) Validate added in v1.1.21

func (s *UpdateDistributionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDistributionOutput

type UpdateDistributionOutput struct {

	// The distribution's information.
	Distribution *Distribution `type:"structure"`

	// The current version of the configuration. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (UpdateDistributionOutput) GoString added in v0.6.5

func (s UpdateDistributionOutput) GoString() string

GoString returns the string representation

func (*UpdateDistributionOutput) SetDistribution added in v1.5.0

SetDistribution sets the Distribution field's value.

func (*UpdateDistributionOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (UpdateDistributionOutput) String added in v0.6.5

func (s UpdateDistributionOutput) String() string

String returns the string representation

type UpdateFieldLevelEncryptionConfigInput added in v1.13.26

type UpdateFieldLevelEncryptionConfigInput struct {

	// Request to update a field-level encryption configuration.
	//
	// FieldLevelEncryptionConfig is a required field
	FieldLevelEncryptionConfig *FieldLevelEncryptionConfig `` /* 131-byte string literal not displayed */

	// The ID of the configuration you want to update.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when retrieving the configuration
	// identity to update. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateFieldLevelEncryptionConfigInput) GoString added in v1.13.26

GoString returns the string representation

func (*UpdateFieldLevelEncryptionConfigInput) SetFieldLevelEncryptionConfig added in v1.13.26

SetFieldLevelEncryptionConfig sets the FieldLevelEncryptionConfig field's value.

func (*UpdateFieldLevelEncryptionConfigInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (*UpdateFieldLevelEncryptionConfigInput) SetIfMatch added in v1.13.26

SetIfMatch sets the IfMatch field's value.

func (UpdateFieldLevelEncryptionConfigInput) String added in v1.13.26

String returns the string representation

func (*UpdateFieldLevelEncryptionConfigInput) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type UpdateFieldLevelEncryptionConfigOutput added in v1.13.26

type UpdateFieldLevelEncryptionConfigOutput struct {

	// The value of the ETag header that you received when updating the configuration.
	// For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Return the results of updating the configuration.
	FieldLevelEncryption *FieldLevelEncryption `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateFieldLevelEncryptionConfigOutput) GoString added in v1.13.26

GoString returns the string representation

func (*UpdateFieldLevelEncryptionConfigOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*UpdateFieldLevelEncryptionConfigOutput) SetFieldLevelEncryption added in v1.13.26

SetFieldLevelEncryption sets the FieldLevelEncryption field's value.

func (UpdateFieldLevelEncryptionConfigOutput) String added in v1.13.26

String returns the string representation

type UpdateFieldLevelEncryptionProfileInput added in v1.13.26

type UpdateFieldLevelEncryptionProfileInput struct {

	// Request to update a field-level encryption profile.
	//
	// FieldLevelEncryptionProfileConfig is a required field
	FieldLevelEncryptionProfileConfig *FieldLevelEncryptionProfileConfig `` /* 138-byte string literal not displayed */

	// The ID of the field-level encryption profile request.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when retrieving the profile
	// identity to update. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateFieldLevelEncryptionProfileInput) GoString added in v1.13.26

GoString returns the string representation

func (*UpdateFieldLevelEncryptionProfileInput) SetFieldLevelEncryptionProfileConfig added in v1.13.26

SetFieldLevelEncryptionProfileConfig sets the FieldLevelEncryptionProfileConfig field's value.

func (*UpdateFieldLevelEncryptionProfileInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (*UpdateFieldLevelEncryptionProfileInput) SetIfMatch added in v1.13.26

SetIfMatch sets the IfMatch field's value.

func (UpdateFieldLevelEncryptionProfileInput) String added in v1.13.26

String returns the string representation

func (*UpdateFieldLevelEncryptionProfileInput) Validate added in v1.13.26

Validate inspects the fields of the type to determine if they are valid.

type UpdateFieldLevelEncryptionProfileOutput added in v1.13.26

type UpdateFieldLevelEncryptionProfileOutput struct {

	// The result of the field-level encryption profile request.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Return the results of updating the profile.
	FieldLevelEncryptionProfile *FieldLevelEncryptionProfile `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateFieldLevelEncryptionProfileOutput) GoString added in v1.13.26

GoString returns the string representation

func (*UpdateFieldLevelEncryptionProfileOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*UpdateFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile added in v1.13.26

SetFieldLevelEncryptionProfile sets the FieldLevelEncryptionProfile field's value.

func (UpdateFieldLevelEncryptionProfileOutput) String added in v1.13.26

String returns the string representation

type UpdateOriginRequestPolicyInput added in v1.33.8

type UpdateOriginRequestPolicyInput struct {

	// The unique identifier for the origin request policy that you are updating.
	// The identifier is returned in a cache behavior’s OriginRequestPolicyId
	// field in the response to GetDistributionConfig.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The version of the origin request policy that you are updating. The version
	// is returned in the origin request policy’s ETag field in the response to
	// GetOriginRequestPolicyConfig.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`

	// An origin request policy configuration.
	//
	// OriginRequestPolicyConfig is a required field
	OriginRequestPolicyConfig *OriginRequestPolicyConfig `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (UpdateOriginRequestPolicyInput) GoString added in v1.33.8

GoString returns the string representation

func (*UpdateOriginRequestPolicyInput) SetId added in v1.33.8

SetId sets the Id field's value.

func (*UpdateOriginRequestPolicyInput) SetIfMatch added in v1.33.8

SetIfMatch sets the IfMatch field's value.

func (*UpdateOriginRequestPolicyInput) SetOriginRequestPolicyConfig added in v1.33.8

SetOriginRequestPolicyConfig sets the OriginRequestPolicyConfig field's value.

func (UpdateOriginRequestPolicyInput) String added in v1.33.8

String returns the string representation

func (*UpdateOriginRequestPolicyInput) Validate added in v1.33.8

func (s *UpdateOriginRequestPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateOriginRequestPolicyOutput added in v1.33.8

type UpdateOriginRequestPolicyOutput struct {

	// The current version of the origin request policy.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// An origin request policy.
	OriginRequestPolicy *OriginRequestPolicy `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateOriginRequestPolicyOutput) GoString added in v1.33.8

GoString returns the string representation

func (*UpdateOriginRequestPolicyOutput) SetETag added in v1.33.8

SetETag sets the ETag field's value.

func (*UpdateOriginRequestPolicyOutput) SetOriginRequestPolicy added in v1.33.8

SetOriginRequestPolicy sets the OriginRequestPolicy field's value.

func (UpdateOriginRequestPolicyOutput) String added in v1.33.8

String returns the string representation

type UpdatePublicKeyInput added in v1.13.26

type UpdatePublicKeyInput struct {

	// ID of the public key to be updated.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when retrieving the public
	// key to update. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`

	// Request to update public key information.
	//
	// PublicKeyConfig is a required field
	PublicKeyConfig *PublicKeyConfig `locationName:"PublicKeyConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"`
	// contains filtered or unexported fields
}

func (UpdatePublicKeyInput) GoString added in v1.13.26

func (s UpdatePublicKeyInput) GoString() string

GoString returns the string representation

func (*UpdatePublicKeyInput) SetId added in v1.13.26

SetId sets the Id field's value.

func (*UpdatePublicKeyInput) SetIfMatch added in v1.13.26

SetIfMatch sets the IfMatch field's value.

func (*UpdatePublicKeyInput) SetPublicKeyConfig added in v1.13.26

func (s *UpdatePublicKeyInput) SetPublicKeyConfig(v *PublicKeyConfig) *UpdatePublicKeyInput

SetPublicKeyConfig sets the PublicKeyConfig field's value.

func (UpdatePublicKeyInput) String added in v1.13.26

func (s UpdatePublicKeyInput) String() string

String returns the string representation

func (*UpdatePublicKeyInput) Validate added in v1.13.26

func (s *UpdatePublicKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePublicKeyOutput added in v1.13.26

type UpdatePublicKeyOutput struct {

	// The current version of the update public key result. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// Return the results of updating the public key.
	PublicKey *PublicKey `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdatePublicKeyOutput) GoString added in v1.13.26

func (s UpdatePublicKeyOutput) GoString() string

GoString returns the string representation

func (*UpdatePublicKeyOutput) SetETag added in v1.13.26

SetETag sets the ETag field's value.

func (*UpdatePublicKeyOutput) SetPublicKey added in v1.13.26

SetPublicKey sets the PublicKey field's value.

func (UpdatePublicKeyOutput) String added in v1.13.26

func (s UpdatePublicKeyOutput) String() string

String returns the string representation

type UpdateStreamingDistributionInput

type UpdateStreamingDistributionInput struct {

	// The streaming distribution's id.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of the ETag header that you received when retrieving the streaming
	// distribution's configuration. For example: E2QWRUHAPOMQZL.
	IfMatch *string `location:"header" locationName:"If-Match" type:"string"`

	// The streaming distribution's configuration information.
	//
	// StreamingDistributionConfig is a required field
	StreamingDistributionConfig *StreamingDistributionConfig `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

The request to update a streaming distribution.

func (UpdateStreamingDistributionInput) GoString added in v0.6.5

GoString returns the string representation

func (*UpdateStreamingDistributionInput) SetId added in v1.5.0

SetId sets the Id field's value.

func (*UpdateStreamingDistributionInput) SetIfMatch added in v1.5.0

SetIfMatch sets the IfMatch field's value.

func (*UpdateStreamingDistributionInput) SetStreamingDistributionConfig added in v1.5.0

SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.

func (UpdateStreamingDistributionInput) String added in v0.6.5

String returns the string representation

func (*UpdateStreamingDistributionInput) Validate added in v1.1.21

Validate inspects the fields of the type to determine if they are valid.

type UpdateStreamingDistributionOutput

type UpdateStreamingDistributionOutput struct {

	// The current version of the configuration. For example: E2QWRUHAPOMQZL.
	ETag *string `location:"header" locationName:"ETag" type:"string"`

	// The streaming distribution's information.
	StreamingDistribution *StreamingDistribution `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request.

func (UpdateStreamingDistributionOutput) GoString added in v0.6.5

GoString returns the string representation

func (*UpdateStreamingDistributionOutput) SetETag added in v1.5.0

SetETag sets the ETag field's value.

func (*UpdateStreamingDistributionOutput) SetStreamingDistribution added in v1.5.0

SetStreamingDistribution sets the StreamingDistribution field's value.

func (UpdateStreamingDistributionOutput) String added in v0.6.5

String returns the string representation

type ViewerCertificate

type ViewerCertificate struct {

	// If the distribution uses Aliases (alternate domain names or CNAMEs) and the
	// SSL/TLS certificate is stored in AWS Certificate Manager (ACM) (https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html),
	// provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront
	// only supports ACM certificates in the US East (N. Virginia) Region (us-east-1).
	//
	// If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVerison
	// and SSLSupportMethod.
	ACMCertificateArn *string `type:"string"`

	// This field is deprecated. Use one of the following fields instead:
	//
	//    * ACMCertificateArn
	//
	//    * IAMCertificateId
	//
	//    * CloudFrontDefaultCertificate
	//
	// Deprecated: Certificate has been deprecated
	Certificate *string `deprecated:"true" type:"string"`

	// This field is deprecated. Use one of the following fields instead:
	//
	//    * ACMCertificateArn
	//
	//    * IAMCertificateId
	//
	//    * CloudFrontDefaultCertificate
	//
	// Deprecated: CertificateSource has been deprecated
	CertificateSource *string `deprecated:"true" type:"string" enum:"CertificateSource"`

	// If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net,
	// set this field to true.
	//
	// If the distribution uses Aliases (alternate domain names or CNAMEs), set
	// this field to false and specify values for the following fields:
	//
	//    * ACMCertificateArn or IAMCertificateId (specify a value for one, not
	//    both)
	//
	//    * MinimumProtocolVersion
	//
	//    * SSLSupportMethod
	CloudFrontDefaultCertificate *bool `type:"boolean"`

	// If the distribution uses Aliases (alternate domain names or CNAMEs) and the
	// SSL/TLS certificate is stored in AWS Identity and Access Management (AWS
	// IAM) (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html),
	// provide the ID of the IAM certificate.
	//
	// If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVerison
	// and SSLSupportMethod.
	IAMCertificateId *string `type:"string"`

	// If the distribution uses Aliases (alternate domain names or CNAMEs), specify
	// the security policy that you want CloudFront to use for HTTPS connections
	// with viewers. The security policy determines two settings:
	//
	//    * The minimum SSL/TLS protocol that CloudFront can use to communicate
	//    with viewers.
	//
	//    * The ciphers that CloudFront can use to encrypt the content that it returns
	//    to viewers.
	//
	// For more information, see Security Policy (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy)
	// and Supported Protocols and Ciphers Between Viewers and CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html#secure-connections-supported-ciphers)
	// in the Amazon CloudFront Developer Guide.
	//
	// On the CloudFront console, this setting is called Security Policy.
	//
	// When you’re using SNI only (you set SSLSupportMethod to sni-only), you
	// must specify TLSv1 or higher.
	//
	// If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net
	// (you set CloudFrontDefaultCertificate to true), CloudFront automatically
	// sets the security policy to TLSv1 regardless of the value that you set here.
	MinimumProtocolVersion *string `type:"string" enum:"MinimumProtocolVersion"`

	// If the distribution uses Aliases (alternate domain names or CNAMEs), specify
	// which viewers the distribution accepts HTTPS connections from.
	//
	//    * sni-only – The distribution accepts HTTPS connections from only viewers
	//    that support server name indication (SNI) (https://en.wikipedia.org/wiki/Server_Name_Indication).
	//    This is recommended. Most browsers and clients support SNI.
	//
	//    * vip – The distribution accepts HTTPS connections from all viewers
	//    including those that don’t support SNI. This is not recommended, and
	//    results in additional monthly charges from CloudFront.
	//
	// If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net,
	// don’t set a value for this field.
	SSLSupportMethod *string `type:"string" enum:"SSLSupportMethod"`
	// contains filtered or unexported fields
}

A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

If the distribution doesn’t use Aliases (also known as alternate domain names or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net—set CloudFrontDefaultCertificate to true and leave all other fields empty.

If the distribution uses Aliases (alternate domain names or CNAMEs), use the fields in this type to specify the following settings:

All distributions support HTTPS connections from viewers. To require viewers to use HTTPS only, or to redirect them from HTTP to HTTPS, use ViewerProtocolPolicy in the CacheBehavior or DefaultCacheBehavior. To specify how CloudFront should use SSL/TLS to communicate with your custom origin, use CustomOriginConfig.

For more information, see Using HTTPS with CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https.html) and Using Alternate Domain Names and HTTPS (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-alternate-domain-names.html) in the Amazon CloudFront Developer Guide.

func (ViewerCertificate) GoString added in v0.6.5

func (s ViewerCertificate) GoString() string

GoString returns the string representation

func (*ViewerCertificate) SetACMCertificateArn added in v1.5.0

func (s *ViewerCertificate) SetACMCertificateArn(v string) *ViewerCertificate

SetACMCertificateArn sets the ACMCertificateArn field's value.

func (*ViewerCertificate) SetCertificate added in v1.5.0

func (s *ViewerCertificate) SetCertificate(v string) *ViewerCertificate

SetCertificate sets the Certificate field's value.

func (*ViewerCertificate) SetCertificateSource added in v1.5.0

func (s *ViewerCertificate) SetCertificateSource(v string) *ViewerCertificate

SetCertificateSource sets the CertificateSource field's value.

func (*ViewerCertificate) SetCloudFrontDefaultCertificate added in v1.5.0

func (s *ViewerCertificate) SetCloudFrontDefaultCertificate(v bool) *ViewerCertificate

SetCloudFrontDefaultCertificate sets the CloudFrontDefaultCertificate field's value.

func (*ViewerCertificate) SetIAMCertificateId added in v1.5.0

func (s *ViewerCertificate) SetIAMCertificateId(v string) *ViewerCertificate

SetIAMCertificateId sets the IAMCertificateId field's value.

func (*ViewerCertificate) SetMinimumProtocolVersion added in v1.5.0

func (s *ViewerCertificate) SetMinimumProtocolVersion(v string) *ViewerCertificate

SetMinimumProtocolVersion sets the MinimumProtocolVersion field's value.

func (*ViewerCertificate) SetSSLSupportMethod added in v1.5.0

func (s *ViewerCertificate) SetSSLSupportMethod(v string) *ViewerCertificate

SetSSLSupportMethod sets the SSLSupportMethod field's value.

func (ViewerCertificate) String added in v0.6.5

func (s ViewerCertificate) String() string

String returns the string representation

Directories

Path Synopsis
Package cloudfrontiface provides an interface to enable mocking the Amazon CloudFront service client for testing your code.
Package cloudfrontiface provides an interface to enable mocking the Amazon CloudFront service client for testing your code.
Package sign provides utilities to generate signed URLs for Amazon CloudFront.
Package sign provides utilities to generate signed URLs for Amazon CloudFront.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL