cloudfront

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2019 License: Apache-2.0 Imports: 8 Imported by: 103

Documentation

Overview

Package cloudfront provides the client and types for making API requests to 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-2019-03-26 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 use 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 CloudFront client for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/cloudfront/#New

Index

Constants

View Source
const (
	ServiceName = "CloudFront" // Service's name
	ServiceID   = "CloudFront" // Service's identifier
	EndpointsID = "cloudfront" // Service's Endpoint identifier
)
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"

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

	// ErrCodeCloudFrontOriginAccessIdentityAlreadyExists 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.
	ErrCodeCloudFrontOriginAccessIdentityAlreadyExists = "CloudFrontOriginAccessIdentityAlreadyExists"

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

	// 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"

	// 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".
	//
	// Origin and CallerReference cannot be updated.
	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".
	//
	// The 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 for the distribution.
	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".
	//
	// Query string parameters specified in the response body 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 specified in the response body is not valid.
	ErrCodeInvalidResponseCode = "InvalidResponseCode"

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

	// ErrCodeInvalidTagging for service response error code
	// "InvalidTagging".
	//
	// Tagging specified in the response body is not valid.
	ErrCodeInvalidTagging = "InvalidTagging"

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

	// ErrCodeInvalidWebACLId for service response error code
	// "InvalidWebACLId".
	//
	// A web ACL id specified in the response body is not valid.
	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"

	// 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"

	// 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"

	// 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"

	// 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"

	// 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"

	// 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"

	// 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"

	// 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"

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

	// 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"

	// 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"

	// 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"
)

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ActiveTrustedSigners

func (ActiveTrustedSigners) MarshalFields added in v0.3.0

func (s ActiveTrustedSigners) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ActiveTrustedSigners) String

func (s ActiveTrustedSigners) String() string

String returns the string representation

type AliasICPRecordal added in v0.10.0

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 at least one CNAME associated with the distribution
	//    does not have a valid ICP recordal number.
	ICPRecordalStatus ICPRecordalStatus `type:"string" enum:"true"`
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/AliasICPRecordal

func (AliasICPRecordal) MarshalFields added in v0.10.0

func (s AliasICPRecordal) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (AliasICPRecordal) String added in v0.10.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Aliases

func (Aliases) MarshalFields added in v0.3.0

func (s Aliases) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Aliases) String

func (s Aliases) String() string

String returns the string representation

func (*Aliases) Validate

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 []Method `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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/AllowedMethods

func (AllowedMethods) MarshalFields added in v0.3.0

func (s AllowedMethods) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (AllowedMethods) String

func (s AllowedMethods) String() string

String returns the string representation

func (*AllowedMethods) Validate

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"`

	// 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"`

	// 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.
	DefaultTTL *int64 `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 a cache behavior
	// or for the default cache behavior in your distribution.
	FieldLevelEncryptionId *string `type:"string"`

	// A complex type that specifies how CloudFront handles query strings and cookies.
	//
	// ForwardedValues is a required field
	ForwardedValues *ForwardedValues `type:"structure" required:"true"`

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

	// 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.
	MaxTTL *int64 `type:"long"`

	// 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).
	//
	// MinTTL is a required field
	MinTTL *int64 `type:"long" required:"true"`

	// 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 a request matches the path pattern either for a cache behavior or
	// for the default cache behavior in your distribution.
	//
	// 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 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.
	//
	// 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 Using an HTTPS
	// Connection to Access Your Objects (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.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 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.
	//
	// ViewerProtocolPolicy is a required field
	ViewerProtocolPolicy ViewerProtocolPolicy `type:"string" required:"true" enum:"true"`
	// 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 distribute 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 limit on the number of cache behaviors that you can add to a distribution, see Amazon CloudFront Limits (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_cloudfront) in the AWS General Reference.

If you don't want to specify any cache behaviors, include only an empty CacheBehaviors element. Don't include an empty CacheBehavior element, or CloudFront returns a MalformedXML error.

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 Behaviors (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior) in the Amazon CloudFront Developer Guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CacheBehavior

func (CacheBehavior) MarshalFields added in v0.3.0

func (s CacheBehavior) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CacheBehavior) String

func (s CacheBehavior) String() string

String returns the string representation

func (*CacheBehavior) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CacheBehaviors

func (CacheBehaviors) MarshalFields added in v0.3.0

func (s CacheBehaviors) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CacheBehaviors) String

func (s CacheBehaviors) String() string

String returns the string representation

func (*CacheBehaviors) Validate

func (s *CacheBehaviors) Validate() error

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

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 []Method `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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CachedMethods

func (CachedMethods) MarshalFields added in v0.3.0

func (s CachedMethods) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CachedMethods) String

func (s CachedMethods) String() string

String returns the string representation

func (*CachedMethods) Validate

func (s *CachedMethods) Validate() error

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

type CertificateSource

type CertificateSource string
const (
	CertificateSourceCloudfront CertificateSource = "cloudfront"
	CertificateSourceIam        CertificateSource = "iam"
	CertificateSourceAcm        CertificateSource = "acm"
)

Enum values for CertificateSource

func (CertificateSource) MarshalValue added in v0.3.0

func (enum CertificateSource) MarshalValue() (string, error)

func (CertificateSource) MarshalValueBuf added in v0.3.0

func (enum CertificateSource) MarshalValueBuf(b []byte) ([]byte, error)

type Client added in v0.9.0

type Client struct {
	*aws.Client
}

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

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

func New

func New(config aws.Config) *Client

New creates a new instance of the client from the provided Config.

Example:

// Create a client from just a config.
svc := cloudfront.New(myConfig)

func (*Client) CreateCloudFrontOriginAccessIdentityRequest added in v0.9.0

func (c *Client) CreateCloudFrontOriginAccessIdentityRequest(input *CreateCloudFrontOriginAccessIdentityInput) CreateCloudFrontOriginAccessIdentityRequest

CreateCloudFrontOriginAccessIdentityRequest returns a request value for making 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.

// Example sending a request using CreateCloudFrontOriginAccessIdentityRequest.
req := client.CreateCloudFrontOriginAccessIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateCloudFrontOriginAccessIdentity

func (*Client) CreateDistributionRequest added in v0.9.0

func (c *Client) CreateDistributionRequest(input *CreateDistributionInput) CreateDistributionRequest

CreateDistributionRequest returns a request value for making 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.

// Example sending a request using CreateDistributionRequest.
req := client.CreateDistributionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateDistribution

func (*Client) CreateDistributionWithTagsRequest added in v0.9.0

func (c *Client) CreateDistributionWithTagsRequest(input *CreateDistributionWithTagsInput) CreateDistributionWithTagsRequest

CreateDistributionWithTagsRequest returns a request value for making API operation for Amazon CloudFront.

Create a new distribution with tags.

// Example sending a request using CreateDistributionWithTagsRequest.
req := client.CreateDistributionWithTagsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateDistributionWithTags

func (*Client) CreateFieldLevelEncryptionConfigRequest added in v0.9.0

func (c *Client) CreateFieldLevelEncryptionConfigRequest(input *CreateFieldLevelEncryptionConfigInput) CreateFieldLevelEncryptionConfigRequest

CreateFieldLevelEncryptionConfigRequest returns a request value for making API operation for Amazon CloudFront.

Create a new field-level encryption configuration.

// Example sending a request using CreateFieldLevelEncryptionConfigRequest.
req := client.CreateFieldLevelEncryptionConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateFieldLevelEncryptionConfig

func (*Client) CreateFieldLevelEncryptionProfileRequest added in v0.9.0

func (c *Client) CreateFieldLevelEncryptionProfileRequest(input *CreateFieldLevelEncryptionProfileInput) CreateFieldLevelEncryptionProfileRequest

CreateFieldLevelEncryptionProfileRequest returns a request value for making API operation for Amazon CloudFront.

Create a field-level encryption profile.

// Example sending a request using CreateFieldLevelEncryptionProfileRequest.
req := client.CreateFieldLevelEncryptionProfileRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateFieldLevelEncryptionProfile

func (*Client) CreateInvalidationRequest added in v0.9.0

func (c *Client) CreateInvalidationRequest(input *CreateInvalidationInput) CreateInvalidationRequest

CreateInvalidationRequest returns a request value for making API operation for Amazon CloudFront.

Create a new invalidation.

// Example sending a request using CreateInvalidationRequest.
req := client.CreateInvalidationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateInvalidation

func (*Client) CreatePublicKeyRequest added in v0.9.0

func (c *Client) CreatePublicKeyRequest(input *CreatePublicKeyInput) CreatePublicKeyRequest

CreatePublicKeyRequest returns a request value for making 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.

// Example sending a request using CreatePublicKeyRequest.
req := client.CreatePublicKeyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreatePublicKey

func (*Client) CreateStreamingDistributionRequest added in v0.9.0

func (c *Client) CreateStreamingDistributionRequest(input *CreateStreamingDistributionInput) CreateStreamingDistributionRequest

CreateStreamingDistributionRequest returns a request value for making 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.

// Example sending a request using CreateStreamingDistributionRequest.
req := client.CreateStreamingDistributionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateStreamingDistribution

func (*Client) CreateStreamingDistributionWithTagsRequest added in v0.9.0

func (c *Client) CreateStreamingDistributionWithTagsRequest(input *CreateStreamingDistributionWithTagsInput) CreateStreamingDistributionWithTagsRequest

CreateStreamingDistributionWithTagsRequest returns a request value for making API operation for Amazon CloudFront.

Create a new streaming distribution with tags.

// Example sending a request using CreateStreamingDistributionWithTagsRequest.
req := client.CreateStreamingDistributionWithTagsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateStreamingDistributionWithTags

func (*Client) DeleteCloudFrontOriginAccessIdentityRequest added in v0.9.0

func (c *Client) DeleteCloudFrontOriginAccessIdentityRequest(input *DeleteCloudFrontOriginAccessIdentityInput) DeleteCloudFrontOriginAccessIdentityRequest

DeleteCloudFrontOriginAccessIdentityRequest returns a request value for making API operation for Amazon CloudFront.

Delete an origin access identity.

// Example sending a request using DeleteCloudFrontOriginAccessIdentityRequest.
req := client.DeleteCloudFrontOriginAccessIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteCloudFrontOriginAccessIdentity

func (*Client) DeleteDistributionRequest added in v0.9.0

func (c *Client) DeleteDistributionRequest(input *DeleteDistributionInput) DeleteDistributionRequest

DeleteDistributionRequest returns a request value for making API operation for Amazon CloudFront.

Delete a distribution.

// Example sending a request using DeleteDistributionRequest.
req := client.DeleteDistributionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteDistribution

func (*Client) DeleteFieldLevelEncryptionConfigRequest added in v0.9.0

func (c *Client) DeleteFieldLevelEncryptionConfigRequest(input *DeleteFieldLevelEncryptionConfigInput) DeleteFieldLevelEncryptionConfigRequest

DeleteFieldLevelEncryptionConfigRequest returns a request value for making API operation for Amazon CloudFront.

Remove a field-level encryption configuration.

// Example sending a request using DeleteFieldLevelEncryptionConfigRequest.
req := client.DeleteFieldLevelEncryptionConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteFieldLevelEncryptionConfig

func (*Client) DeleteFieldLevelEncryptionProfileRequest added in v0.9.0

func (c *Client) DeleteFieldLevelEncryptionProfileRequest(input *DeleteFieldLevelEncryptionProfileInput) DeleteFieldLevelEncryptionProfileRequest

DeleteFieldLevelEncryptionProfileRequest returns a request value for making API operation for Amazon CloudFront.

Remove a field-level encryption profile.

// Example sending a request using DeleteFieldLevelEncryptionProfileRequest.
req := client.DeleteFieldLevelEncryptionProfileRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteFieldLevelEncryptionProfile

func (*Client) DeletePublicKeyRequest added in v0.9.0

func (c *Client) DeletePublicKeyRequest(input *DeletePublicKeyInput) DeletePublicKeyRequest

DeletePublicKeyRequest returns a request value for making API operation for Amazon CloudFront.

Remove a public key you previously added to CloudFront.

// Example sending a request using DeletePublicKeyRequest.
req := client.DeletePublicKeyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeletePublicKey

func (*Client) DeleteStreamingDistributionRequest added in v0.9.0

func (c *Client) DeleteStreamingDistributionRequest(input *DeleteStreamingDistributionInput) DeleteStreamingDistributionRequest

DeleteStreamingDistributionRequest returns a request value for making 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.

// Example sending a request using DeleteStreamingDistributionRequest.
req := client.DeleteStreamingDistributionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteStreamingDistribution

func (*Client) GetCloudFrontOriginAccessIdentityConfigRequest added in v0.9.0

func (c *Client) GetCloudFrontOriginAccessIdentityConfigRequest(input *GetCloudFrontOriginAccessIdentityConfigInput) GetCloudFrontOriginAccessIdentityConfigRequest

GetCloudFrontOriginAccessIdentityConfigRequest returns a request value for making API operation for Amazon CloudFront.

Get the configuration information about an origin access identity.

// Example sending a request using GetCloudFrontOriginAccessIdentityConfigRequest.
req := client.GetCloudFrontOriginAccessIdentityConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetCloudFrontOriginAccessIdentityConfig

func (*Client) GetCloudFrontOriginAccessIdentityRequest added in v0.9.0

func (c *Client) GetCloudFrontOriginAccessIdentityRequest(input *GetCloudFrontOriginAccessIdentityInput) GetCloudFrontOriginAccessIdentityRequest

GetCloudFrontOriginAccessIdentityRequest returns a request value for making API operation for Amazon CloudFront.

Get the information about an origin access identity.

// Example sending a request using GetCloudFrontOriginAccessIdentityRequest.
req := client.GetCloudFrontOriginAccessIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetCloudFrontOriginAccessIdentity

func (*Client) GetDistributionConfigRequest added in v0.9.0

func (c *Client) GetDistributionConfigRequest(input *GetDistributionConfigInput) GetDistributionConfigRequest

GetDistributionConfigRequest returns a request value for making API operation for Amazon CloudFront.

Get the configuration information about a distribution.

// Example sending a request using GetDistributionConfigRequest.
req := client.GetDistributionConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetDistributionConfig

func (*Client) GetDistributionRequest added in v0.9.0

func (c *Client) GetDistributionRequest(input *GetDistributionInput) GetDistributionRequest

GetDistributionRequest returns a request value for making API operation for Amazon CloudFront.

Get the information about a distribution.

// Example sending a request using GetDistributionRequest.
req := client.GetDistributionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetDistribution

func (*Client) GetFieldLevelEncryptionConfigRequest added in v0.9.0

func (c *Client) GetFieldLevelEncryptionConfigRequest(input *GetFieldLevelEncryptionConfigInput) GetFieldLevelEncryptionConfigRequest

GetFieldLevelEncryptionConfigRequest returns a request value for making API operation for Amazon CloudFront.

Get the field-level encryption configuration information.

// Example sending a request using GetFieldLevelEncryptionConfigRequest.
req := client.GetFieldLevelEncryptionConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionConfig

func (*Client) GetFieldLevelEncryptionProfileConfigRequest added in v0.9.0

func (c *Client) GetFieldLevelEncryptionProfileConfigRequest(input *GetFieldLevelEncryptionProfileConfigInput) GetFieldLevelEncryptionProfileConfigRequest

GetFieldLevelEncryptionProfileConfigRequest returns a request value for making API operation for Amazon CloudFront.

Get the field-level encryption profile configuration information.

// Example sending a request using GetFieldLevelEncryptionProfileConfigRequest.
req := client.GetFieldLevelEncryptionProfileConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionProfileConfig

func (*Client) GetFieldLevelEncryptionProfileRequest added in v0.9.0

func (c *Client) GetFieldLevelEncryptionProfileRequest(input *GetFieldLevelEncryptionProfileInput) GetFieldLevelEncryptionProfileRequest

GetFieldLevelEncryptionProfileRequest returns a request value for making API operation for Amazon CloudFront.

Get the field-level encryption profile information.

// Example sending a request using GetFieldLevelEncryptionProfileRequest.
req := client.GetFieldLevelEncryptionProfileRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionProfile

func (*Client) GetFieldLevelEncryptionRequest added in v0.9.0

func (c *Client) GetFieldLevelEncryptionRequest(input *GetFieldLevelEncryptionInput) GetFieldLevelEncryptionRequest

GetFieldLevelEncryptionRequest returns a request value for making API operation for Amazon CloudFront.

Get the field-level encryption configuration information.

// Example sending a request using GetFieldLevelEncryptionRequest.
req := client.GetFieldLevelEncryptionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryption

func (*Client) GetInvalidationRequest added in v0.9.0

func (c *Client) GetInvalidationRequest(input *GetInvalidationInput) GetInvalidationRequest

GetInvalidationRequest returns a request value for making API operation for Amazon CloudFront.

Get the information about an invalidation.

// Example sending a request using GetInvalidationRequest.
req := client.GetInvalidationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetInvalidation

func (*Client) GetPublicKeyConfigRequest added in v0.9.0

func (c *Client) GetPublicKeyConfigRequest(input *GetPublicKeyConfigInput) GetPublicKeyConfigRequest

GetPublicKeyConfigRequest returns a request value for making API operation for Amazon CloudFront.

Return public key configuration informaation

// Example sending a request using GetPublicKeyConfigRequest.
req := client.GetPublicKeyConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetPublicKeyConfig

func (*Client) GetPublicKeyRequest added in v0.9.0

func (c *Client) GetPublicKeyRequest(input *GetPublicKeyInput) GetPublicKeyRequest

GetPublicKeyRequest returns a request value for making API operation for Amazon CloudFront.

Get the public key information.

// Example sending a request using GetPublicKeyRequest.
req := client.GetPublicKeyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetPublicKey

func (*Client) GetStreamingDistributionConfigRequest added in v0.9.0

func (c *Client) GetStreamingDistributionConfigRequest(input *GetStreamingDistributionConfigInput) GetStreamingDistributionConfigRequest

GetStreamingDistributionConfigRequest returns a request value for making API operation for Amazon CloudFront.

Get the configuration information about a streaming distribution.

// Example sending a request using GetStreamingDistributionConfigRequest.
req := client.GetStreamingDistributionConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetStreamingDistributionConfig

func (*Client) GetStreamingDistributionRequest added in v0.9.0

func (c *Client) GetStreamingDistributionRequest(input *GetStreamingDistributionInput) GetStreamingDistributionRequest

GetStreamingDistributionRequest returns a request value for making API operation for Amazon CloudFront.

Gets information about a specified RTMP distribution, including the distribution configuration.

// Example sending a request using GetStreamingDistributionRequest.
req := client.GetStreamingDistributionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetStreamingDistribution

func (*Client) ListCloudFrontOriginAccessIdentitiesRequest added in v0.9.0

func (c *Client) ListCloudFrontOriginAccessIdentitiesRequest(input *ListCloudFrontOriginAccessIdentitiesInput) ListCloudFrontOriginAccessIdentitiesRequest

ListCloudFrontOriginAccessIdentitiesRequest returns a request value for making API operation for Amazon CloudFront.

Lists origin access identities.

// Example sending a request using ListCloudFrontOriginAccessIdentitiesRequest.
req := client.ListCloudFrontOriginAccessIdentitiesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListCloudFrontOriginAccessIdentities

func (*Client) ListDistributionsByWebACLIdRequest added in v0.9.0

func (c *Client) ListDistributionsByWebACLIdRequest(input *ListDistributionsByWebACLIdInput) ListDistributionsByWebACLIdRequest

ListDistributionsByWebACLIdRequest returns a request value for making API operation for Amazon CloudFront.

List the distributions that are associated with a specified AWS WAF web ACL.

// Example sending a request using ListDistributionsByWebACLIdRequest.
req := client.ListDistributionsByWebACLIdRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListDistributionsByWebACLId

func (*Client) ListDistributionsRequest added in v0.9.0

func (c *Client) ListDistributionsRequest(input *ListDistributionsInput) ListDistributionsRequest

ListDistributionsRequest returns a request value for making API operation for Amazon CloudFront.

List CloudFront distributions.

// Example sending a request using ListDistributionsRequest.
req := client.ListDistributionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListDistributions

func (*Client) ListFieldLevelEncryptionConfigsRequest added in v0.9.0

func (c *Client) ListFieldLevelEncryptionConfigsRequest(input *ListFieldLevelEncryptionConfigsInput) ListFieldLevelEncryptionConfigsRequest

ListFieldLevelEncryptionConfigsRequest returns a request value for making API operation for Amazon CloudFront.

List all field-level encryption configurations that have been created in CloudFront for this account.

// Example sending a request using ListFieldLevelEncryptionConfigsRequest.
req := client.ListFieldLevelEncryptionConfigsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListFieldLevelEncryptionConfigs

func (*Client) ListFieldLevelEncryptionProfilesRequest added in v0.9.0

func (c *Client) ListFieldLevelEncryptionProfilesRequest(input *ListFieldLevelEncryptionProfilesInput) ListFieldLevelEncryptionProfilesRequest

ListFieldLevelEncryptionProfilesRequest returns a request value for making API operation for Amazon CloudFront.

Request a list of field-level encryption profiles that have been created in CloudFront for this account.

// Example sending a request using ListFieldLevelEncryptionProfilesRequest.
req := client.ListFieldLevelEncryptionProfilesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListFieldLevelEncryptionProfiles

func (*Client) ListInvalidationsRequest added in v0.9.0

func (c *Client) ListInvalidationsRequest(input *ListInvalidationsInput) ListInvalidationsRequest

ListInvalidationsRequest returns a request value for making API operation for Amazon CloudFront.

Lists invalidation batches.

// Example sending a request using ListInvalidationsRequest.
req := client.ListInvalidationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListInvalidations

func (*Client) ListPublicKeysRequest added in v0.9.0

func (c *Client) ListPublicKeysRequest(input *ListPublicKeysInput) ListPublicKeysRequest

ListPublicKeysRequest returns a request value for making API operation for Amazon CloudFront.

List all public keys that have been added to CloudFront for this account.

// Example sending a request using ListPublicKeysRequest.
req := client.ListPublicKeysRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListPublicKeys

func (*Client) ListStreamingDistributionsRequest added in v0.9.0

func (c *Client) ListStreamingDistributionsRequest(input *ListStreamingDistributionsInput) ListStreamingDistributionsRequest

ListStreamingDistributionsRequest returns a request value for making API operation for Amazon CloudFront.

List streaming distributions.

// Example sending a request using ListStreamingDistributionsRequest.
req := client.ListStreamingDistributionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListStreamingDistributions

func (*Client) ListTagsForResourceRequest added in v0.9.0

func (c *Client) ListTagsForResourceRequest(input *ListTagsForResourceInput) ListTagsForResourceRequest

ListTagsForResourceRequest returns a request value for making API operation for Amazon CloudFront.

List tags for a CloudFront resource.

// Example sending a request using ListTagsForResourceRequest.
req := client.ListTagsForResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListTagsForResource

func (*Client) TagResourceRequest added in v0.9.0

func (c *Client) TagResourceRequest(input *TagResourceInput) TagResourceRequest

TagResourceRequest returns a request value for making API operation for Amazon CloudFront.

Add tags to a CloudFront resource.

// Example sending a request using TagResourceRequest.
req := client.TagResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/TagResource

func (*Client) UntagResourceRequest added in v0.9.0

func (c *Client) UntagResourceRequest(input *UntagResourceInput) UntagResourceRequest

UntagResourceRequest returns a request value for making API operation for Amazon CloudFront.

Remove tags from a CloudFront resource.

// Example sending a request using UntagResourceRequest.
req := client.UntagResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UntagResource

func (*Client) UpdateCloudFrontOriginAccessIdentityRequest added in v0.9.0

func (c *Client) UpdateCloudFrontOriginAccessIdentityRequest(input *UpdateCloudFrontOriginAccessIdentityInput) UpdateCloudFrontOriginAccessIdentityRequest

UpdateCloudFrontOriginAccessIdentityRequest returns a request value for making API operation for Amazon CloudFront.

Update an origin access identity.

// Example sending a request using UpdateCloudFrontOriginAccessIdentityRequest.
req := client.UpdateCloudFrontOriginAccessIdentityRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateCloudFrontOriginAccessIdentity

func (*Client) UpdateDistributionRequest added in v0.9.0

func (c *Client) UpdateDistributionRequest(input *UpdateDistributionInput) UpdateDistributionRequest

UpdateDistributionRequest returns a request value for making 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.

// Example sending a request using UpdateDistributionRequest.
req := client.UpdateDistributionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateDistribution

func (*Client) UpdateFieldLevelEncryptionConfigRequest added in v0.9.0

func (c *Client) UpdateFieldLevelEncryptionConfigRequest(input *UpdateFieldLevelEncryptionConfigInput) UpdateFieldLevelEncryptionConfigRequest

UpdateFieldLevelEncryptionConfigRequest returns a request value for making API operation for Amazon CloudFront.

Update a field-level encryption configuration.

// Example sending a request using UpdateFieldLevelEncryptionConfigRequest.
req := client.UpdateFieldLevelEncryptionConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateFieldLevelEncryptionConfig

func (*Client) UpdateFieldLevelEncryptionProfileRequest added in v0.9.0

func (c *Client) UpdateFieldLevelEncryptionProfileRequest(input *UpdateFieldLevelEncryptionProfileInput) UpdateFieldLevelEncryptionProfileRequest

UpdateFieldLevelEncryptionProfileRequest returns a request value for making API operation for Amazon CloudFront.

Update a field-level encryption profile.

// Example sending a request using UpdateFieldLevelEncryptionProfileRequest.
req := client.UpdateFieldLevelEncryptionProfileRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateFieldLevelEncryptionProfile

func (*Client) UpdatePublicKeyRequest added in v0.9.0

func (c *Client) UpdatePublicKeyRequest(input *UpdatePublicKeyInput) UpdatePublicKeyRequest

UpdatePublicKeyRequest returns a request value for making API operation for Amazon CloudFront.

Update public key information. Note that the only value you can change is the comment.

// Example sending a request using UpdatePublicKeyRequest.
req := client.UpdatePublicKeyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdatePublicKey

func (*Client) UpdateStreamingDistributionRequest added in v0.9.0

func (c *Client) UpdateStreamingDistributionRequest(input *UpdateStreamingDistributionInput) UpdateStreamingDistributionRequest

UpdateStreamingDistributionRequest returns a request value for making API operation for Amazon CloudFront.

Update a streaming distribution.

// Example sending a request using UpdateStreamingDistributionRequest.
req := client.UpdateStreamingDistributionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateStreamingDistribution

func (*Client) WaitUntilDistributionDeployed added in v0.9.0

func (c *Client) WaitUntilDistributionDeployed(ctx context.Context, input *GetDistributionInput, opts ...aws.WaiterOption) 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.

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 (*Client) WaitUntilInvalidationCompleted added in v0.9.0

func (c *Client) WaitUntilInvalidationCompleted(ctx context.Context, input *GetInvalidationInput, opts ...aws.WaiterOption) 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.

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 (*Client) WaitUntilStreamingDistributionDeployed added in v0.9.0

func (c *Client) WaitUntilStreamingDistributionDeployed(ctx context.Context, input *GetStreamingDistributionInput, opts ...aws.WaiterOption) 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.

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 CloudFrontOriginAccessIdentity added in v0.9.0

type CloudFrontOriginAccessIdentity struct {

	// The current configuration information for the identity.
	CloudFrontOriginAccessIdentityConfig *CloudFrontOriginAccessIdentityConfig `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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CloudFrontOriginAccessIdentity

func (CloudFrontOriginAccessIdentity) MarshalFields added in v0.9.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CloudFrontOriginAccessIdentity) String added in v0.9.0

String returns the string representation

type CloudFrontOriginAccessIdentityConfig added in v0.9.0

type CloudFrontOriginAccessIdentityConfig 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CloudFrontOriginAccessIdentityConfig

func (CloudFrontOriginAccessIdentityConfig) MarshalFields added in v0.9.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CloudFrontOriginAccessIdentityConfig) String added in v0.9.0

String returns the string representation

func (*CloudFrontOriginAccessIdentityConfig) Validate added in v0.9.0

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

type CloudFrontOriginAccessIdentityList added in v0.9.0

type CloudFrontOriginAccessIdentityList 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 []CloudFrontOriginAccessIdentitySummary `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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CloudFrontOriginAccessIdentityList

func (CloudFrontOriginAccessIdentityList) MarshalFields added in v0.9.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CloudFrontOriginAccessIdentityList) String added in v0.9.0

String returns the string representation

type CloudFrontOriginAccessIdentitySummary added in v0.9.0

type CloudFrontOriginAccessIdentitySummary 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CloudFrontOriginAccessIdentitySummary

func (CloudFrontOriginAccessIdentitySummary) MarshalFields added in v0.9.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CloudFrontOriginAccessIdentitySummary) String added in v0.9.0

String returns the string representation

type ContentTypeProfile added in v0.4.0

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 Format `type:"string" required:"true" enum:"true"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ContentTypeProfile

func (ContentTypeProfile) MarshalFields added in v0.4.0

func (s ContentTypeProfile) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ContentTypeProfile) String added in v0.4.0

func (s ContentTypeProfile) String() string

String returns the string representation

func (*ContentTypeProfile) Validate added in v0.4.0

func (s *ContentTypeProfile) Validate() error

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

type ContentTypeProfileConfig added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ContentTypeProfileConfig

func (ContentTypeProfileConfig) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ContentTypeProfileConfig) String added in v0.4.0

func (s ContentTypeProfileConfig) String() string

String returns the string representation

func (*ContentTypeProfileConfig) Validate added in v0.4.0

func (s *ContentTypeProfileConfig) Validate() error

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

type ContentTypeProfiles added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ContentTypeProfiles

func (ContentTypeProfiles) MarshalFields added in v0.4.0

func (s ContentTypeProfiles) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ContentTypeProfiles) String added in v0.4.0

func (s ContentTypeProfiles) String() string

String returns the string representation

func (*ContentTypeProfiles) Validate added in v0.4.0

func (s *ContentTypeProfiles) Validate() error

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

type CookieNames

type CookieNames struct {

	// A complex type that contains one Name element for each cookie that you want
	// CloudFront to forward to the origin for this cache behavior.
	Items []string `locationNameList:"Name" type:"list"`

	// The number of different cookies that you want CloudFront to forward to the
	// origin 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 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 Request Headers (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html) in the Amazon CloudFront Developer Guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CookieNames

func (CookieNames) MarshalFields added in v0.3.0

func (s CookieNames) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CookieNames) String

func (s CookieNames) String() string

String returns the string representation

func (*CookieNames) Validate

func (s *CookieNames) Validate() error

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

type CookiePreference

type CookiePreference struct {

	// 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 ItemSelection `type:"string" required:"true" enum:"true"`

	// 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
}

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CookiePreference

func (CookiePreference) MarshalFields added in v0.3.0

func (s CookiePreference) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CookiePreference) String

func (s CookiePreference) String() string

String returns the string representation

func (*CookiePreference) Validate

func (s *CookiePreference) Validate() error

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

type CreateCloudFrontOriginAccessIdentityInput

type CreateCloudFrontOriginAccessIdentityInput struct {

	// The current configuration information for the identity.
	//
	// CloudFrontOriginAccessIdentityConfig is a required field
	CloudFrontOriginAccessIdentityConfig *CloudFrontOriginAccessIdentityConfig `` /* 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateCloudFrontOriginAccessIdentityRequest

func (CreateCloudFrontOriginAccessIdentityInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateCloudFrontOriginAccessIdentityInput) String

String returns the string representation

func (*CreateCloudFrontOriginAccessIdentityInput) Validate

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 *CloudFrontOriginAccessIdentity `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. For
	// example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateCloudFrontOriginAccessIdentityResult

func (CreateCloudFrontOriginAccessIdentityOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateCloudFrontOriginAccessIdentityOutput) String

String returns the string representation

type CreateCloudFrontOriginAccessIdentityRequest

CreateCloudFrontOriginAccessIdentityRequest is the request type for the CreateCloudFrontOriginAccessIdentity API operation.

func (CreateCloudFrontOriginAccessIdentityRequest) Send

Send marshals and sends the CreateCloudFrontOriginAccessIdentity API request.

type CreateCloudFrontOriginAccessIdentityResponse added in v0.9.0

type CreateCloudFrontOriginAccessIdentityResponse struct {
	*CreateCloudFrontOriginAccessIdentityOutput
	// contains filtered or unexported fields
}

CreateCloudFrontOriginAccessIdentityResponse is the response type for the CreateCloudFrontOriginAccessIdentity API operation.

func (*CreateCloudFrontOriginAccessIdentityResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the CreateCloudFrontOriginAccessIdentity request.

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/2019-03-26/"`
	// contains filtered or unexported fields
}

The request to create a new distribution. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateDistributionRequest

func (CreateDistributionInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateDistributionInput) String

func (s CreateDistributionInput) String() string

String returns the string representation

func (*CreateDistributionInput) Validate

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. For
	// example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateDistributionResult

func (CreateDistributionOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateDistributionOutput) String

func (s CreateDistributionOutput) String() string

String returns the string representation

type CreateDistributionRequest

type CreateDistributionRequest struct {
	*aws.Request
	Input *CreateDistributionInput
	Copy  func(*CreateDistributionInput) CreateDistributionRequest
}

CreateDistributionRequest is the request type for the CreateDistribution API operation.

func (CreateDistributionRequest) Send

Send marshals and sends the CreateDistribution API request.

type CreateDistributionResponse added in v0.9.0

type CreateDistributionResponse struct {
	*CreateDistributionOutput
	// contains filtered or unexported fields
}

CreateDistributionResponse is the response type for the CreateDistribution API operation.

func (*CreateDistributionResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateDistributionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateDistribution request.

type CreateDistributionWithTagsInput

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateDistributionWithTagsRequest

func (CreateDistributionWithTagsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateDistributionWithTagsInput) String

String returns the string representation

func (*CreateDistributionWithTagsInput) Validate

func (s *CreateDistributionWithTagsInput) Validate() error

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

type CreateDistributionWithTagsOutput

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. For
	// example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateDistributionWithTagsResult

func (CreateDistributionWithTagsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateDistributionWithTagsOutput) String

String returns the string representation

type CreateDistributionWithTagsRequest

type CreateDistributionWithTagsRequest struct {
	*aws.Request
	Input *CreateDistributionWithTagsInput
	Copy  func(*CreateDistributionWithTagsInput) CreateDistributionWithTagsRequest
}

CreateDistributionWithTagsRequest is the request type for the CreateDistributionWithTags API operation.

func (CreateDistributionWithTagsRequest) Send

Send marshals and sends the CreateDistributionWithTags API request.

type CreateDistributionWithTagsResponse added in v0.9.0

type CreateDistributionWithTagsResponse struct {
	*CreateDistributionWithTagsOutput
	// contains filtered or unexported fields
}

CreateDistributionWithTagsResponse is the response type for the CreateDistributionWithTags API operation.

func (*CreateDistributionWithTagsResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateDistributionWithTagsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateDistributionWithTags request.

type CreateFieldLevelEncryptionConfigInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateFieldLevelEncryptionConfigRequest

func (CreateFieldLevelEncryptionConfigInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateFieldLevelEncryptionConfigInput) String added in v0.4.0

String returns the string representation

func (*CreateFieldLevelEncryptionConfigInput) Validate added in v0.4.0

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

type CreateFieldLevelEncryptionConfigOutput added in v0.4.0

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. For
	// example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateFieldLevelEncryptionConfigResult

func (CreateFieldLevelEncryptionConfigOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateFieldLevelEncryptionConfigOutput) String added in v0.4.0

String returns the string representation

type CreateFieldLevelEncryptionConfigRequest added in v0.4.0

type CreateFieldLevelEncryptionConfigRequest struct {
	*aws.Request
	Input *CreateFieldLevelEncryptionConfigInput
	Copy  func(*CreateFieldLevelEncryptionConfigInput) CreateFieldLevelEncryptionConfigRequest
}

CreateFieldLevelEncryptionConfigRequest is the request type for the CreateFieldLevelEncryptionConfig API operation.

func (CreateFieldLevelEncryptionConfigRequest) Send added in v0.4.0

Send marshals and sends the CreateFieldLevelEncryptionConfig API request.

type CreateFieldLevelEncryptionConfigResponse added in v0.9.0

type CreateFieldLevelEncryptionConfigResponse struct {
	*CreateFieldLevelEncryptionConfigOutput
	// contains filtered or unexported fields
}

CreateFieldLevelEncryptionConfigResponse is the response type for the CreateFieldLevelEncryptionConfig API operation.

func (*CreateFieldLevelEncryptionConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateFieldLevelEncryptionConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateFieldLevelEncryptionConfig request.

type CreateFieldLevelEncryptionProfileInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateFieldLevelEncryptionProfileRequest

func (CreateFieldLevelEncryptionProfileInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateFieldLevelEncryptionProfileInput) String added in v0.4.0

String returns the string representation

func (*CreateFieldLevelEncryptionProfileInput) Validate added in v0.4.0

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

type CreateFieldLevelEncryptionProfileOutput added in v0.4.0

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. For example:
	// https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5.
	Location *string `location:"header" locationName:"Location" type:"string"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateFieldLevelEncryptionProfileResult

func (CreateFieldLevelEncryptionProfileOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateFieldLevelEncryptionProfileOutput) String added in v0.4.0

String returns the string representation

type CreateFieldLevelEncryptionProfileRequest added in v0.4.0

CreateFieldLevelEncryptionProfileRequest is the request type for the CreateFieldLevelEncryptionProfile API operation.

func (CreateFieldLevelEncryptionProfileRequest) Send added in v0.4.0

Send marshals and sends the CreateFieldLevelEncryptionProfile API request.

type CreateFieldLevelEncryptionProfileResponse added in v0.9.0

type CreateFieldLevelEncryptionProfileResponse struct {
	*CreateFieldLevelEncryptionProfileOutput
	// contains filtered or unexported fields
}

CreateFieldLevelEncryptionProfileResponse is the response type for the CreateFieldLevelEncryptionProfile API operation.

func (*CreateFieldLevelEncryptionProfileResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateFieldLevelEncryptionProfileResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateFieldLevelEncryptionProfile request.

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/2019-03-26/"`
	// contains filtered or unexported fields
}

The request to create an invalidation. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateInvalidationRequest

func (CreateInvalidationInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateInvalidationInput) String

func (s CreateInvalidationInput) String() string

String returns the string representation

func (*CreateInvalidationInput) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateInvalidationResult

func (CreateInvalidationOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateInvalidationOutput) String

func (s CreateInvalidationOutput) String() string

String returns the string representation

type CreateInvalidationRequest

type CreateInvalidationRequest struct {
	*aws.Request
	Input *CreateInvalidationInput
	Copy  func(*CreateInvalidationInput) CreateInvalidationRequest
}

CreateInvalidationRequest is the request type for the CreateInvalidation API operation.

func (CreateInvalidationRequest) Send

Send marshals and sends the CreateInvalidation API request.

type CreateInvalidationResponse added in v0.9.0

type CreateInvalidationResponse struct {
	*CreateInvalidationOutput
	// contains filtered or unexported fields
}

CreateInvalidationResponse is the response type for the CreateInvalidation API operation.

func (*CreateInvalidationResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateInvalidationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateInvalidation request.

type CreatePublicKeyInput added in v0.4.0

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/2019-03-26/"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreatePublicKeyRequest

func (CreatePublicKeyInput) MarshalFields added in v0.4.0

func (s CreatePublicKeyInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreatePublicKeyInput) String added in v0.4.0

func (s CreatePublicKeyInput) String() string

String returns the string representation

func (*CreatePublicKeyInput) Validate added in v0.4.0

func (s *CreatePublicKeyInput) Validate() error

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

type CreatePublicKeyOutput added in v0.4.0

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. For
	// example: https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5.
	Location *string `location:"header" locationName:"Location" type:"string"`

	// Returned when you add a public key.
	PublicKey *PublicKey `type:"structure"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreatePublicKeyResult

func (CreatePublicKeyOutput) MarshalFields added in v0.4.0

func (s CreatePublicKeyOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreatePublicKeyOutput) String added in v0.4.0

func (s CreatePublicKeyOutput) String() string

String returns the string representation

type CreatePublicKeyRequest added in v0.4.0

type CreatePublicKeyRequest struct {
	*aws.Request
	Input *CreatePublicKeyInput
	Copy  func(*CreatePublicKeyInput) CreatePublicKeyRequest
}

CreatePublicKeyRequest is the request type for the CreatePublicKey API operation.

func (CreatePublicKeyRequest) Send added in v0.4.0

Send marshals and sends the CreatePublicKey API request.

type CreatePublicKeyResponse added in v0.9.0

type CreatePublicKeyResponse struct {
	*CreatePublicKeyOutput
	// contains filtered or unexported fields
}

CreatePublicKeyResponse is the response type for the CreatePublicKey API operation.

func (*CreatePublicKeyResponse) SDKResponseMetdata added in v0.9.0

func (r *CreatePublicKeyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreatePublicKey request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateStreamingDistributionRequest

func (CreateStreamingDistributionInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateStreamingDistributionInput) String

String returns the string representation

func (*CreateStreamingDistributionInput) Validate

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.
	// For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.
	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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateStreamingDistributionResult

func (CreateStreamingDistributionOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateStreamingDistributionOutput) String

String returns the string representation

type CreateStreamingDistributionRequest

type CreateStreamingDistributionRequest struct {
	*aws.Request
	Input *CreateStreamingDistributionInput
	Copy  func(*CreateStreamingDistributionInput) CreateStreamingDistributionRequest
}

CreateStreamingDistributionRequest is the request type for the CreateStreamingDistribution API operation.

func (CreateStreamingDistributionRequest) Send

Send marshals and sends the CreateStreamingDistribution API request.

type CreateStreamingDistributionResponse added in v0.9.0

type CreateStreamingDistributionResponse struct {
	*CreateStreamingDistributionOutput
	// contains filtered or unexported fields
}

CreateStreamingDistributionResponse is the response type for the CreateStreamingDistribution API operation.

func (*CreateStreamingDistributionResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateStreamingDistributionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateStreamingDistribution request.

type CreateStreamingDistributionWithTagsInput

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateStreamingDistributionWithTagsRequest

func (CreateStreamingDistributionWithTagsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateStreamingDistributionWithTagsInput) String

String returns the string representation

func (*CreateStreamingDistributionWithTagsInput) Validate

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

type CreateStreamingDistributionWithTagsOutput

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.
	// For example:https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.
	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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateStreamingDistributionWithTagsResult

func (CreateStreamingDistributionWithTagsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateStreamingDistributionWithTagsOutput) String

String returns the string representation

type CreateStreamingDistributionWithTagsRequest

CreateStreamingDistributionWithTagsRequest is the request type for the CreateStreamingDistributionWithTags API operation.

func (CreateStreamingDistributionWithTagsRequest) Send

Send marshals and sends the CreateStreamingDistributionWithTags API request.

type CreateStreamingDistributionWithTagsResponse added in v0.9.0

type CreateStreamingDistributionWithTagsResponse struct {
	*CreateStreamingDistributionWithTagsOutput
	// contains filtered or unexported fields
}

CreateStreamingDistributionWithTagsResponse is the response type for the CreateStreamingDistributionWithTags API operation.

func (*CreateStreamingDistributionWithTagsResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateStreamingDistributionWithTagsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateStreamingDistributionWithTags request.

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.
	//
	// If you don't want to specify a value, include an empty element, <ErrorCachingMinTTL>,
	// in the XML document.
	//
	// 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. If you don't want to specify a value, include an empty
	// element, <ResponseCode>, in the XML document.
	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. If you don't want to specify a value, include an empty
	// element, <ResponsePagePath>, in the XML document.
	//
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CustomErrorResponse

func (CustomErrorResponse) MarshalFields added in v0.3.0

func (s CustomErrorResponse) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CustomErrorResponse) String

func (s CustomErrorResponse) String() string

String returns the string representation

func (*CustomErrorResponse) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CustomErrorResponses

func (CustomErrorResponses) MarshalFields added in v0.3.0

func (s CustomErrorResponses) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CustomErrorResponses) String

func (s CustomErrorResponses) String() string

String returns the string representation

func (*CustomErrorResponses) Validate

func (s *CustomErrorResponses) Validate() error

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

type CustomHeaders

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CustomHeaders

func (CustomHeaders) MarshalFields added in v0.3.0

func (s CustomHeaders) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CustomHeaders) String

func (s CustomHeaders) String() string

String returns the string representation

func (*CustomHeaders) Validate

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 the custom origin listens on.
	//
	// HTTPPort is a required field
	HTTPPort *int64 `type:"integer" required:"true"`

	// The HTTPS port the custom origin listens on.
	//
	// HTTPSPort is a required field
	HTTPSPort *int64 `type:"integer" required:"true"`

	// You can create a custom keep-alive timeout. All timeout units are in seconds.
	// The default keep-alive timeout is 5 seconds, but you can configure custom
	// timeout lengths using the CloudFront API. The minimum timeout length is 1
	// second; the maximum is 60 seconds.
	//
	// If you need to increase the maximum time limit, contact the AWS Support Center
	// (https://console.aws.amazon.com/support/home#/).
	OriginKeepaliveTimeout *int64 `type:"integer"`

	// The origin protocol policy to apply to your origin.
	//
	// OriginProtocolPolicy is a required field
	OriginProtocolPolicy OriginProtocolPolicy `type:"string" required:"true" enum:"true"`

	// You can create a custom origin read timeout. All timeout units are in seconds.
	// The default origin read timeout is 30 seconds, but you can configure custom
	// timeout lengths using the CloudFront API. The minimum timeout length is 4
	// seconds; the maximum is 60 seconds.
	//
	// If you need to increase the maximum time limit, contact the AWS Support Center
	// (https://console.aws.amazon.com/support/home#/).
	OriginReadTimeout *int64 `type:"integer"`

	// The SSL/TLS protocols that you want CloudFront to use when communicating
	// with your origin over HTTPS.
	OriginSslProtocols *OriginSslProtocols `type:"structure"`
	// contains filtered or unexported fields
}

A custom origin or an Amazon S3 bucket configured as a website endpoint. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CustomOriginConfig

func (CustomOriginConfig) MarshalFields added in v0.3.0

func (s CustomOriginConfig) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CustomOriginConfig) String

func (s CustomOriginConfig) String() string

String returns the string representation

func (*CustomOriginConfig) Validate

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"`

	// 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"`

	// 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.
	DefaultTTL *int64 `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 a cache behavior
	// or for the default cache behavior in your distribution.
	FieldLevelEncryptionId *string `type:"string"`

	// A complex type that specifies how CloudFront handles query strings and cookies.
	//
	// ForwardedValues is a required field
	ForwardedValues *ForwardedValues `type:"structure" required:"true"`

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

	// 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.
	MaxTTL *int64 `type:"long"`

	// 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).
	//
	// MinTTL is a required field
	MinTTL *int64 `type:"long" 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 a request matches the path pattern either for a cache behavior or
	// for the default cache behavior in your distribution.
	//
	// 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 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.
	//
	// 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 Using an HTTPS
	// Connection to Access Your Objects (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.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 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.
	//
	// ViewerProtocolPolicy is a required field
	ViewerProtocolPolicy ViewerProtocolPolicy `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DefaultCacheBehavior

func (DefaultCacheBehavior) MarshalFields added in v0.3.0

func (s DefaultCacheBehavior) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DefaultCacheBehavior) String

func (s DefaultCacheBehavior) String() string

String returns the string representation

func (*DefaultCacheBehavior) Validate

func (s *DefaultCacheBehavior) Validate() error

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

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteCloudFrontOriginAccessIdentityRequest

func (DeleteCloudFrontOriginAccessIdentityInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteCloudFrontOriginAccessIdentityInput) String

String returns the string representation

func (*DeleteCloudFrontOriginAccessIdentityInput) Validate

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

type DeleteCloudFrontOriginAccessIdentityOutput

type DeleteCloudFrontOriginAccessIdentityOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteCloudFrontOriginAccessIdentityOutput

func (DeleteCloudFrontOriginAccessIdentityOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteCloudFrontOriginAccessIdentityOutput) String

String returns the string representation

type DeleteCloudFrontOriginAccessIdentityRequest

DeleteCloudFrontOriginAccessIdentityRequest is the request type for the DeleteCloudFrontOriginAccessIdentity API operation.

func (DeleteCloudFrontOriginAccessIdentityRequest) Send

Send marshals and sends the DeleteCloudFrontOriginAccessIdentity API request.

type DeleteCloudFrontOriginAccessIdentityResponse added in v0.9.0

type DeleteCloudFrontOriginAccessIdentityResponse struct {
	*DeleteCloudFrontOriginAccessIdentityOutput
	// contains filtered or unexported fields
}

DeleteCloudFrontOriginAccessIdentityResponse is the response type for the DeleteCloudFrontOriginAccessIdentity API operation.

func (*DeleteCloudFrontOriginAccessIdentityResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DeleteCloudFrontOriginAccessIdentity request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteDistributionRequest

func (DeleteDistributionInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteDistributionInput) String

func (s DeleteDistributionInput) String() string

String returns the string representation

func (*DeleteDistributionInput) Validate

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteDistributionOutput

func (DeleteDistributionOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteDistributionOutput) String

func (s DeleteDistributionOutput) String() string

String returns the string representation

type DeleteDistributionRequest

type DeleteDistributionRequest struct {
	*aws.Request
	Input *DeleteDistributionInput
	Copy  func(*DeleteDistributionInput) DeleteDistributionRequest
}

DeleteDistributionRequest is the request type for the DeleteDistribution API operation.

func (DeleteDistributionRequest) Send

Send marshals and sends the DeleteDistribution API request.

type DeleteDistributionResponse added in v0.9.0

type DeleteDistributionResponse struct {
	*DeleteDistributionOutput
	// contains filtered or unexported fields
}

DeleteDistributionResponse is the response type for the DeleteDistribution API operation.

func (*DeleteDistributionResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteDistributionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteDistribution request.

type DeleteFieldLevelEncryptionConfigInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteFieldLevelEncryptionConfigRequest

func (DeleteFieldLevelEncryptionConfigInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteFieldLevelEncryptionConfigInput) String added in v0.4.0

String returns the string representation

func (*DeleteFieldLevelEncryptionConfigInput) Validate added in v0.4.0

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

type DeleteFieldLevelEncryptionConfigOutput added in v0.4.0

type DeleteFieldLevelEncryptionConfigOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteFieldLevelEncryptionConfigOutput

func (DeleteFieldLevelEncryptionConfigOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteFieldLevelEncryptionConfigOutput) String added in v0.4.0

String returns the string representation

type DeleteFieldLevelEncryptionConfigRequest added in v0.4.0

type DeleteFieldLevelEncryptionConfigRequest struct {
	*aws.Request
	Input *DeleteFieldLevelEncryptionConfigInput
	Copy  func(*DeleteFieldLevelEncryptionConfigInput) DeleteFieldLevelEncryptionConfigRequest
}

DeleteFieldLevelEncryptionConfigRequest is the request type for the DeleteFieldLevelEncryptionConfig API operation.

func (DeleteFieldLevelEncryptionConfigRequest) Send added in v0.4.0

Send marshals and sends the DeleteFieldLevelEncryptionConfig API request.

type DeleteFieldLevelEncryptionConfigResponse added in v0.9.0

type DeleteFieldLevelEncryptionConfigResponse struct {
	*DeleteFieldLevelEncryptionConfigOutput
	// contains filtered or unexported fields
}

DeleteFieldLevelEncryptionConfigResponse is the response type for the DeleteFieldLevelEncryptionConfig API operation.

func (*DeleteFieldLevelEncryptionConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteFieldLevelEncryptionConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteFieldLevelEncryptionConfig request.

type DeleteFieldLevelEncryptionProfileInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteFieldLevelEncryptionProfileRequest

func (DeleteFieldLevelEncryptionProfileInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteFieldLevelEncryptionProfileInput) String added in v0.4.0

String returns the string representation

func (*DeleteFieldLevelEncryptionProfileInput) Validate added in v0.4.0

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

type DeleteFieldLevelEncryptionProfileOutput added in v0.4.0

type DeleteFieldLevelEncryptionProfileOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteFieldLevelEncryptionProfileOutput

func (DeleteFieldLevelEncryptionProfileOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteFieldLevelEncryptionProfileOutput) String added in v0.4.0

String returns the string representation

type DeleteFieldLevelEncryptionProfileRequest added in v0.4.0

DeleteFieldLevelEncryptionProfileRequest is the request type for the DeleteFieldLevelEncryptionProfile API operation.

func (DeleteFieldLevelEncryptionProfileRequest) Send added in v0.4.0

Send marshals and sends the DeleteFieldLevelEncryptionProfile API request.

type DeleteFieldLevelEncryptionProfileResponse added in v0.9.0

type DeleteFieldLevelEncryptionProfileResponse struct {
	*DeleteFieldLevelEncryptionProfileOutput
	// contains filtered or unexported fields
}

DeleteFieldLevelEncryptionProfileResponse is the response type for the DeleteFieldLevelEncryptionProfile API operation.

func (*DeleteFieldLevelEncryptionProfileResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteFieldLevelEncryptionProfileResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteFieldLevelEncryptionProfile request.

type DeletePublicKeyInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeletePublicKeyRequest

func (DeletePublicKeyInput) MarshalFields added in v0.4.0

func (s DeletePublicKeyInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeletePublicKeyInput) String added in v0.4.0

func (s DeletePublicKeyInput) String() string

String returns the string representation

func (*DeletePublicKeyInput) Validate added in v0.4.0

func (s *DeletePublicKeyInput) Validate() error

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

type DeletePublicKeyOutput added in v0.4.0

type DeletePublicKeyOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeletePublicKeyOutput

func (DeletePublicKeyOutput) MarshalFields added in v0.4.0

func (s DeletePublicKeyOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeletePublicKeyOutput) String added in v0.4.0

func (s DeletePublicKeyOutput) String() string

String returns the string representation

type DeletePublicKeyRequest added in v0.4.0

type DeletePublicKeyRequest struct {
	*aws.Request
	Input *DeletePublicKeyInput
	Copy  func(*DeletePublicKeyInput) DeletePublicKeyRequest
}

DeletePublicKeyRequest is the request type for the DeletePublicKey API operation.

func (DeletePublicKeyRequest) Send added in v0.4.0

Send marshals and sends the DeletePublicKey API request.

type DeletePublicKeyResponse added in v0.9.0

type DeletePublicKeyResponse struct {
	*DeletePublicKeyOutput
	// contains filtered or unexported fields
}

DeletePublicKeyResponse is the response type for the DeletePublicKey API operation.

func (*DeletePublicKeyResponse) SDKResponseMetdata added in v0.9.0

func (r *DeletePublicKeyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeletePublicKey request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteStreamingDistributionRequest

func (DeleteStreamingDistributionInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteStreamingDistributionInput) String

String returns the string representation

func (*DeleteStreamingDistributionInput) Validate

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

type DeleteStreamingDistributionOutput

type DeleteStreamingDistributionOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteStreamingDistributionOutput

func (DeleteStreamingDistributionOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteStreamingDistributionOutput) String

String returns the string representation

type DeleteStreamingDistributionRequest

type DeleteStreamingDistributionRequest struct {
	*aws.Request
	Input *DeleteStreamingDistributionInput
	Copy  func(*DeleteStreamingDistributionInput) DeleteStreamingDistributionRequest
}

DeleteStreamingDistributionRequest is the request type for the DeleteStreamingDistribution API operation.

func (DeleteStreamingDistributionRequest) Send

Send marshals and sends the DeleteStreamingDistribution API request.

type DeleteStreamingDistributionResponse added in v0.9.0

type DeleteStreamingDistributionResponse struct {
	*DeleteStreamingDistributionOutput
	// contains filtered or unexported fields
}

DeleteStreamingDistributionResponse is the response type for the DeleteStreamingDistribution API operation.

func (*DeleteStreamingDistributionResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteStreamingDistributionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteStreamingDistribution request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Distribution

func (Distribution) MarshalFields added in v0.3.0

func (s Distribution) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Distribution) String

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"`

	// 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 HttpVersion `type:"string" enum:"true"`

	// 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 PriceClass `type:"string" enum:"true"`

	// A complex type that identifies ways in which you want to restrict distribution
	// of your content.
	Restrictions *Restrictions `type:"structure"`

	// A complex type that specifies whether you want viewers to use HTTP or HTTPS
	// to request your objects, whether you're using an alternate domain name with
	// HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a third-party
	// certificate authority.
	ViewerCertificate *ViewerCertificate `type:"structure"`

	// A unique identifier that specifies the AWS WAF web ACL, if any, to associate
	// with this distribution.
	//
	// 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 (http://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html).
	WebACLId *string `type:"string"`
	// contains filtered or unexported fields
}

A distribution configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DistributionConfig

func (DistributionConfig) MarshalFields added in v0.3.0

func (s DistributionConfig) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DistributionConfig) String

func (s DistributionConfig) String() string

String returns the string representation

func (*DistributionConfig) Validate

func (s *DistributionConfig) Validate() error

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

type DistributionConfigWithTags

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DistributionConfigWithTags

func (DistributionConfigWithTags) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DistributionConfigWithTags) String

String returns the string representation

func (*DistributionConfigWithTags) Validate

func (s *DistributionConfigWithTags) Validate() error

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

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DistributionList

func (DistributionList) MarshalFields added in v0.3.0

func (s DistributionList) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DistributionList) String

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 HttpVersion `type:"string" required:"true" enum:"true"`

	// 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 PriceClass `type:"string" required:"true" enum:"true"`

	// 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 specifies whether you want viewers to use HTTP or HTTPS
	// to request your objects, whether you're using an alternate domain name with
	// HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a third-party
	// certificate authority.
	//
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DistributionSummary

func (DistributionSummary) MarshalFields added in v0.3.0

func (s DistributionSummary) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DistributionSummary) String

func (s DistributionSummary) String() string

String returns the string representation

type EncryptionEntities added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/EncryptionEntities

func (EncryptionEntities) MarshalFields added in v0.4.0

func (s EncryptionEntities) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (EncryptionEntities) String added in v0.4.0

func (s EncryptionEntities) String() string

String returns the string representation

func (*EncryptionEntities) Validate added in v0.4.0

func (s *EncryptionEntities) Validate() error

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

type EncryptionEntity added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/EncryptionEntity

func (EncryptionEntity) MarshalFields added in v0.4.0

func (s EncryptionEntity) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (EncryptionEntity) String added in v0.4.0

func (s EncryptionEntity) String() string

String returns the string representation

func (*EncryptionEntity) Validate added in v0.4.0

func (s *EncryptionEntity) Validate() error

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

type EventType

type EventType string
const (
	EventTypeViewerRequest  EventType = "viewer-request"
	EventTypeViewerResponse EventType = "viewer-response"
	EventTypeOriginRequest  EventType = "origin-request"
	EventTypeOriginResponse EventType = "origin-response"
)

Enum values for EventType

func (EventType) MarshalValue added in v0.3.0

func (enum EventType) MarshalValue() (string, error)

func (EventType) MarshalValueBuf added in v0.3.0

func (enum EventType) MarshalValueBuf(b []byte) ([]byte, error)

type FieldLevelEncryption added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/FieldLevelEncryption

func (FieldLevelEncryption) MarshalFields added in v0.4.0

func (s FieldLevelEncryption) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (FieldLevelEncryption) String added in v0.4.0

func (s FieldLevelEncryption) String() string

String returns the string representation

type FieldLevelEncryptionConfig added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/FieldLevelEncryptionConfig

func (FieldLevelEncryptionConfig) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (FieldLevelEncryptionConfig) String added in v0.4.0

String returns the string representation

func (*FieldLevelEncryptionConfig) Validate added in v0.4.0

func (s *FieldLevelEncryptionConfig) Validate() error

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

type FieldLevelEncryptionList added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/FieldLevelEncryptionList

func (FieldLevelEncryptionList) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (FieldLevelEncryptionList) String added in v0.4.0

func (s FieldLevelEncryptionList) String() string

String returns the string representation

type FieldLevelEncryptionProfile added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/FieldLevelEncryptionProfile

func (FieldLevelEncryptionProfile) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (FieldLevelEncryptionProfile) String added in v0.4.0

String returns the string representation

type FieldLevelEncryptionProfileConfig added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/FieldLevelEncryptionProfileConfig

func (FieldLevelEncryptionProfileConfig) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (FieldLevelEncryptionProfileConfig) String added in v0.4.0

String returns the string representation

func (*FieldLevelEncryptionProfileConfig) Validate added in v0.4.0

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

type FieldLevelEncryptionProfileList added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/FieldLevelEncryptionProfileList

func (FieldLevelEncryptionProfileList) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (FieldLevelEncryptionProfileList) String added in v0.4.0

String returns the string representation

type FieldLevelEncryptionProfileSummary added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/FieldLevelEncryptionProfileSummary

func (FieldLevelEncryptionProfileSummary) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (FieldLevelEncryptionProfileSummary) String added in v0.4.0

String returns the string representation

type FieldLevelEncryptionSummary added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/FieldLevelEncryptionSummary

func (FieldLevelEncryptionSummary) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (FieldLevelEncryptionSummary) String added in v0.4.0

String returns the string representation

type FieldPatterns added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/FieldPatterns

func (FieldPatterns) MarshalFields added in v0.4.0

func (s FieldPatterns) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (FieldPatterns) String added in v0.4.0

func (s FieldPatterns) String() string

String returns the string representation

func (*FieldPatterns) Validate added in v0.4.0

func (s *FieldPatterns) Validate() error

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

type Format added in v0.4.0

type Format string
const (
	FormatUrlencoded Format = "URLEncoded"
)

Enum values for Format

func (Format) MarshalValue added in v0.4.0

func (enum Format) MarshalValue() (string, error)

func (Format) MarshalValueBuf added in v0.4.0

func (enum Format) MarshalValueBuf(b []byte) ([]byte, error)

type ForwardedValues

type ForwardedValues struct {

	// 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"`

	// 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"`

	// 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"`

	// 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
}

A complex type that specifies how CloudFront handles query strings and cookies. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ForwardedValues

func (ForwardedValues) MarshalFields added in v0.3.0

func (s ForwardedValues) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ForwardedValues) String

func (s ForwardedValues) String() string

String returns the string representation

func (*ForwardedValues) Validate

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 GeoRestrictionType `type:"string" required:"true" enum:"true"`
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GeoRestriction

func (GeoRestriction) MarshalFields added in v0.3.0

func (s GeoRestriction) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GeoRestriction) String

func (s GeoRestriction) String() string

String returns the string representation

func (*GeoRestriction) Validate

func (s *GeoRestriction) Validate() error

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

type GeoRestrictionType

type GeoRestrictionType string
const (
	GeoRestrictionTypeBlacklist GeoRestrictionType = "blacklist"
	GeoRestrictionTypeWhitelist GeoRestrictionType = "whitelist"
	GeoRestrictionTypeNone      GeoRestrictionType = "none"
)

Enum values for GeoRestrictionType

func (GeoRestrictionType) MarshalValue added in v0.3.0

func (enum GeoRestrictionType) MarshalValue() (string, error)

func (GeoRestrictionType) MarshalValueBuf added in v0.3.0

func (enum GeoRestrictionType) MarshalValueBuf(b []byte) ([]byte, error)

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). Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetCloudFrontOriginAccessIdentityConfigRequest

func (GetCloudFrontOriginAccessIdentityConfigInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetCloudFrontOriginAccessIdentityConfigInput) String

String returns the string representation

func (*GetCloudFrontOriginAccessIdentityConfigInput) Validate

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 *CloudFrontOriginAccessIdentityConfig `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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetCloudFrontOriginAccessIdentityConfigResult

func (GetCloudFrontOriginAccessIdentityConfigOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetCloudFrontOriginAccessIdentityConfigOutput) String

String returns the string representation

type GetCloudFrontOriginAccessIdentityConfigRequest

GetCloudFrontOriginAccessIdentityConfigRequest is the request type for the GetCloudFrontOriginAccessIdentityConfig API operation.

func (GetCloudFrontOriginAccessIdentityConfigRequest) Send

Send marshals and sends the GetCloudFrontOriginAccessIdentityConfig API request.

type GetCloudFrontOriginAccessIdentityConfigResponse added in v0.9.0

type GetCloudFrontOriginAccessIdentityConfigResponse struct {
	*GetCloudFrontOriginAccessIdentityConfigOutput
	// contains filtered or unexported fields
}

GetCloudFrontOriginAccessIdentityConfigResponse is the response type for the GetCloudFrontOriginAccessIdentityConfig API operation.

func (*GetCloudFrontOriginAccessIdentityConfigResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the GetCloudFrontOriginAccessIdentityConfig request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetCloudFrontOriginAccessIdentityRequest

func (GetCloudFrontOriginAccessIdentityInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetCloudFrontOriginAccessIdentityInput) String

String returns the string representation

func (*GetCloudFrontOriginAccessIdentityInput) Validate

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 *CloudFrontOriginAccessIdentity `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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetCloudFrontOriginAccessIdentityResult

func (GetCloudFrontOriginAccessIdentityOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetCloudFrontOriginAccessIdentityOutput) String

String returns the string representation

type GetCloudFrontOriginAccessIdentityRequest

GetCloudFrontOriginAccessIdentityRequest is the request type for the GetCloudFrontOriginAccessIdentity API operation.

func (GetCloudFrontOriginAccessIdentityRequest) Send

Send marshals and sends the GetCloudFrontOriginAccessIdentity API request.

type GetCloudFrontOriginAccessIdentityResponse added in v0.9.0

type GetCloudFrontOriginAccessIdentityResponse struct {
	*GetCloudFrontOriginAccessIdentityOutput
	// contains filtered or unexported fields
}

GetCloudFrontOriginAccessIdentityResponse is the response type for the GetCloudFrontOriginAccessIdentity API operation.

func (*GetCloudFrontOriginAccessIdentityResponse) SDKResponseMetdata added in v0.9.0

func (r *GetCloudFrontOriginAccessIdentityResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetCloudFrontOriginAccessIdentity request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetDistributionConfigRequest

func (GetDistributionConfigInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetDistributionConfigInput) String

String returns the string representation

func (*GetDistributionConfigInput) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetDistributionConfigResult

func (GetDistributionConfigOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetDistributionConfigOutput) String

String returns the string representation

type GetDistributionConfigRequest

type GetDistributionConfigRequest struct {
	*aws.Request
	Input *GetDistributionConfigInput
	Copy  func(*GetDistributionConfigInput) GetDistributionConfigRequest
}

GetDistributionConfigRequest is the request type for the GetDistributionConfig API operation.

func (GetDistributionConfigRequest) Send

Send marshals and sends the GetDistributionConfig API request.

type GetDistributionConfigResponse added in v0.9.0

type GetDistributionConfigResponse struct {
	*GetDistributionConfigOutput
	// contains filtered or unexported fields
}

GetDistributionConfigResponse is the response type for the GetDistributionConfig API operation.

func (*GetDistributionConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *GetDistributionConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetDistributionConfig request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetDistributionRequest

func (GetDistributionInput) MarshalFields added in v0.3.0

func (s GetDistributionInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetDistributionInput) String

func (s GetDistributionInput) String() string

String returns the string representation

func (*GetDistributionInput) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetDistributionResult

func (GetDistributionOutput) MarshalFields added in v0.3.0

func (s GetDistributionOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetDistributionOutput) String

func (s GetDistributionOutput) String() string

String returns the string representation

type GetDistributionRequest

type GetDistributionRequest struct {
	*aws.Request
	Input *GetDistributionInput
	Copy  func(*GetDistributionInput) GetDistributionRequest
}

GetDistributionRequest is the request type for the GetDistribution API operation.

func (GetDistributionRequest) Send

Send marshals and sends the GetDistribution API request.

type GetDistributionResponse added in v0.9.0

type GetDistributionResponse struct {
	*GetDistributionOutput
	// contains filtered or unexported fields
}

GetDistributionResponse is the response type for the GetDistribution API operation.

func (*GetDistributionResponse) SDKResponseMetdata added in v0.9.0

func (r *GetDistributionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetDistribution request.

type GetFieldLevelEncryptionConfigInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionConfigRequest

func (GetFieldLevelEncryptionConfigInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetFieldLevelEncryptionConfigInput) String added in v0.4.0

String returns the string representation

func (*GetFieldLevelEncryptionConfigInput) Validate added in v0.4.0

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

type GetFieldLevelEncryptionConfigOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionConfigResult

func (GetFieldLevelEncryptionConfigOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetFieldLevelEncryptionConfigOutput) String added in v0.4.0

String returns the string representation

type GetFieldLevelEncryptionConfigRequest added in v0.4.0

type GetFieldLevelEncryptionConfigRequest struct {
	*aws.Request
	Input *GetFieldLevelEncryptionConfigInput
	Copy  func(*GetFieldLevelEncryptionConfigInput) GetFieldLevelEncryptionConfigRequest
}

GetFieldLevelEncryptionConfigRequest is the request type for the GetFieldLevelEncryptionConfig API operation.

func (GetFieldLevelEncryptionConfigRequest) Send added in v0.4.0

Send marshals and sends the GetFieldLevelEncryptionConfig API request.

type GetFieldLevelEncryptionConfigResponse added in v0.9.0

type GetFieldLevelEncryptionConfigResponse struct {
	*GetFieldLevelEncryptionConfigOutput
	// contains filtered or unexported fields
}

GetFieldLevelEncryptionConfigResponse is the response type for the GetFieldLevelEncryptionConfig API operation.

func (*GetFieldLevelEncryptionConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *GetFieldLevelEncryptionConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetFieldLevelEncryptionConfig request.

type GetFieldLevelEncryptionInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionRequest

func (GetFieldLevelEncryptionInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetFieldLevelEncryptionInput) String added in v0.4.0

String returns the string representation

func (*GetFieldLevelEncryptionInput) Validate added in v0.4.0

func (s *GetFieldLevelEncryptionInput) Validate() error

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

type GetFieldLevelEncryptionOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionResult

func (GetFieldLevelEncryptionOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetFieldLevelEncryptionOutput) String added in v0.4.0

String returns the string representation

type GetFieldLevelEncryptionProfileConfigInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionProfileConfigRequest

func (GetFieldLevelEncryptionProfileConfigInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetFieldLevelEncryptionProfileConfigInput) String added in v0.4.0

String returns the string representation

func (*GetFieldLevelEncryptionProfileConfigInput) Validate added in v0.4.0

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

type GetFieldLevelEncryptionProfileConfigOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionProfileConfigResult

func (GetFieldLevelEncryptionProfileConfigOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetFieldLevelEncryptionProfileConfigOutput) String added in v0.4.0

String returns the string representation

type GetFieldLevelEncryptionProfileConfigRequest added in v0.4.0

GetFieldLevelEncryptionProfileConfigRequest is the request type for the GetFieldLevelEncryptionProfileConfig API operation.

func (GetFieldLevelEncryptionProfileConfigRequest) Send added in v0.4.0

Send marshals and sends the GetFieldLevelEncryptionProfileConfig API request.

type GetFieldLevelEncryptionProfileConfigResponse added in v0.9.0

type GetFieldLevelEncryptionProfileConfigResponse struct {
	*GetFieldLevelEncryptionProfileConfigOutput
	// contains filtered or unexported fields
}

GetFieldLevelEncryptionProfileConfigResponse is the response type for the GetFieldLevelEncryptionProfileConfig API operation.

func (*GetFieldLevelEncryptionProfileConfigResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the GetFieldLevelEncryptionProfileConfig request.

type GetFieldLevelEncryptionProfileInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionProfileRequest

func (GetFieldLevelEncryptionProfileInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetFieldLevelEncryptionProfileInput) String added in v0.4.0

String returns the string representation

func (*GetFieldLevelEncryptionProfileInput) Validate added in v0.4.0

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

type GetFieldLevelEncryptionProfileOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionProfileResult

func (GetFieldLevelEncryptionProfileOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetFieldLevelEncryptionProfileOutput) String added in v0.4.0

String returns the string representation

type GetFieldLevelEncryptionProfileRequest added in v0.4.0

type GetFieldLevelEncryptionProfileRequest struct {
	*aws.Request
	Input *GetFieldLevelEncryptionProfileInput
	Copy  func(*GetFieldLevelEncryptionProfileInput) GetFieldLevelEncryptionProfileRequest
}

GetFieldLevelEncryptionProfileRequest is the request type for the GetFieldLevelEncryptionProfile API operation.

func (GetFieldLevelEncryptionProfileRequest) Send added in v0.4.0

Send marshals and sends the GetFieldLevelEncryptionProfile API request.

type GetFieldLevelEncryptionProfileResponse added in v0.9.0

type GetFieldLevelEncryptionProfileResponse struct {
	*GetFieldLevelEncryptionProfileOutput
	// contains filtered or unexported fields
}

GetFieldLevelEncryptionProfileResponse is the response type for the GetFieldLevelEncryptionProfile API operation.

func (*GetFieldLevelEncryptionProfileResponse) SDKResponseMetdata added in v0.9.0

func (r *GetFieldLevelEncryptionProfileResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetFieldLevelEncryptionProfile request.

type GetFieldLevelEncryptionRequest added in v0.4.0

type GetFieldLevelEncryptionRequest struct {
	*aws.Request
	Input *GetFieldLevelEncryptionInput
	Copy  func(*GetFieldLevelEncryptionInput) GetFieldLevelEncryptionRequest
}

GetFieldLevelEncryptionRequest is the request type for the GetFieldLevelEncryption API operation.

func (GetFieldLevelEncryptionRequest) Send added in v0.4.0

Send marshals and sends the GetFieldLevelEncryption API request.

type GetFieldLevelEncryptionResponse added in v0.9.0

type GetFieldLevelEncryptionResponse struct {
	*GetFieldLevelEncryptionOutput
	// contains filtered or unexported fields
}

GetFieldLevelEncryptionResponse is the response type for the GetFieldLevelEncryption API operation.

func (*GetFieldLevelEncryptionResponse) SDKResponseMetdata added in v0.9.0

func (r *GetFieldLevelEncryptionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetFieldLevelEncryption request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetInvalidationRequest

func (GetInvalidationInput) MarshalFields added in v0.3.0

func (s GetInvalidationInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetInvalidationInput) String

func (s GetInvalidationInput) String() string

String returns the string representation

func (*GetInvalidationInput) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetInvalidationResult

func (GetInvalidationOutput) MarshalFields added in v0.3.0

func (s GetInvalidationOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetInvalidationOutput) String

func (s GetInvalidationOutput) String() string

String returns the string representation

type GetInvalidationRequest

type GetInvalidationRequest struct {
	*aws.Request
	Input *GetInvalidationInput
	Copy  func(*GetInvalidationInput) GetInvalidationRequest
}

GetInvalidationRequest is the request type for the GetInvalidation API operation.

func (GetInvalidationRequest) Send

Send marshals and sends the GetInvalidation API request.

type GetInvalidationResponse added in v0.9.0

type GetInvalidationResponse struct {
	*GetInvalidationOutput
	// contains filtered or unexported fields
}

GetInvalidationResponse is the response type for the GetInvalidation API operation.

func (*GetInvalidationResponse) SDKResponseMetdata added in v0.9.0

func (r *GetInvalidationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetInvalidation request.

type GetPublicKeyConfigInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetPublicKeyConfigRequest

func (GetPublicKeyConfigInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetPublicKeyConfigInput) String added in v0.4.0

func (s GetPublicKeyConfigInput) String() string

String returns the string representation

func (*GetPublicKeyConfigInput) Validate added in v0.4.0

func (s *GetPublicKeyConfigInput) Validate() error

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

type GetPublicKeyConfigOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetPublicKeyConfigResult

func (GetPublicKeyConfigOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetPublicKeyConfigOutput) String added in v0.4.0

func (s GetPublicKeyConfigOutput) String() string

String returns the string representation

type GetPublicKeyConfigRequest added in v0.4.0

type GetPublicKeyConfigRequest struct {
	*aws.Request
	Input *GetPublicKeyConfigInput
	Copy  func(*GetPublicKeyConfigInput) GetPublicKeyConfigRequest
}

GetPublicKeyConfigRequest is the request type for the GetPublicKeyConfig API operation.

func (GetPublicKeyConfigRequest) Send added in v0.4.0

Send marshals and sends the GetPublicKeyConfig API request.

type GetPublicKeyConfigResponse added in v0.9.0

type GetPublicKeyConfigResponse struct {
	*GetPublicKeyConfigOutput
	// contains filtered or unexported fields
}

GetPublicKeyConfigResponse is the response type for the GetPublicKeyConfig API operation.

func (*GetPublicKeyConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *GetPublicKeyConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetPublicKeyConfig request.

type GetPublicKeyInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetPublicKeyRequest

func (GetPublicKeyInput) MarshalFields added in v0.4.0

func (s GetPublicKeyInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetPublicKeyInput) String added in v0.4.0

func (s GetPublicKeyInput) String() string

String returns the string representation

func (*GetPublicKeyInput) Validate added in v0.4.0

func (s *GetPublicKeyInput) Validate() error

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

type GetPublicKeyOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetPublicKeyResult

func (GetPublicKeyOutput) MarshalFields added in v0.4.0

func (s GetPublicKeyOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetPublicKeyOutput) String added in v0.4.0

func (s GetPublicKeyOutput) String() string

String returns the string representation

type GetPublicKeyRequest added in v0.4.0

type GetPublicKeyRequest struct {
	*aws.Request
	Input *GetPublicKeyInput
	Copy  func(*GetPublicKeyInput) GetPublicKeyRequest
}

GetPublicKeyRequest is the request type for the GetPublicKey API operation.

func (GetPublicKeyRequest) Send added in v0.4.0

Send marshals and sends the GetPublicKey API request.

type GetPublicKeyResponse added in v0.9.0

type GetPublicKeyResponse struct {
	*GetPublicKeyOutput
	// contains filtered or unexported fields
}

GetPublicKeyResponse is the response type for the GetPublicKey API operation.

func (*GetPublicKeyResponse) SDKResponseMetdata added in v0.9.0

func (r *GetPublicKeyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetPublicKey request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetStreamingDistributionConfigRequest

func (GetStreamingDistributionConfigInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetStreamingDistributionConfigInput) String

String returns the string representation

func (*GetStreamingDistributionConfigInput) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetStreamingDistributionConfigResult

func (GetStreamingDistributionConfigOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetStreamingDistributionConfigOutput) String

String returns the string representation

type GetStreamingDistributionConfigRequest

type GetStreamingDistributionConfigRequest struct {
	*aws.Request
	Input *GetStreamingDistributionConfigInput
	Copy  func(*GetStreamingDistributionConfigInput) GetStreamingDistributionConfigRequest
}

GetStreamingDistributionConfigRequest is the request type for the GetStreamingDistributionConfig API operation.

func (GetStreamingDistributionConfigRequest) Send

Send marshals and sends the GetStreamingDistributionConfig API request.

type GetStreamingDistributionConfigResponse added in v0.9.0

type GetStreamingDistributionConfigResponse struct {
	*GetStreamingDistributionConfigOutput
	// contains filtered or unexported fields
}

GetStreamingDistributionConfigResponse is the response type for the GetStreamingDistributionConfig API operation.

func (*GetStreamingDistributionConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *GetStreamingDistributionConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetStreamingDistributionConfig request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetStreamingDistributionRequest

func (GetStreamingDistributionInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetStreamingDistributionInput) String

String returns the string representation

func (*GetStreamingDistributionInput) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetStreamingDistributionResult

func (GetStreamingDistributionOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetStreamingDistributionOutput) String

String returns the string representation

type GetStreamingDistributionRequest

type GetStreamingDistributionRequest struct {
	*aws.Request
	Input *GetStreamingDistributionInput
	Copy  func(*GetStreamingDistributionInput) GetStreamingDistributionRequest
}

GetStreamingDistributionRequest is the request type for the GetStreamingDistribution API operation.

func (GetStreamingDistributionRequest) Send

Send marshals and sends the GetStreamingDistribution API request.

type GetStreamingDistributionResponse added in v0.9.0

type GetStreamingDistributionResponse struct {
	*GetStreamingDistributionOutput
	// contains filtered or unexported fields
}

GetStreamingDistributionResponse is the response type for the GetStreamingDistribution API operation.

func (*GetStreamingDistributionResponse) SDKResponseMetdata added in v0.9.0

func (r *GetStreamingDistributionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetStreamingDistribution request.

type Headers

type Headers struct {

	// A list that contains one Name element for each header that you want CloudFront
	// to use for caching in this cache behavior. If Quantity is 0, omit Items.
	Items []string `locationNameList:"Name" type:"list"`

	// The number of different headers that you want CloudFront to base caching
	// on for this cache behavior. You can configure each cache behavior in a web
	// distribution to do one of the following:
	//
	//    * Forward all headers to your origin: Specify 1 for Quantity and * for
	//    Name. CloudFront doesn't cache the objects that are associated with this
	//    cache behavior. Instead, CloudFront sends every request to the origin.
	//
	//    * Forward a whitelist of headers you specify: Specify the number of headers
	//    that you want CloudFront to base caching on. Then specify the header names
	//    in Name elements. CloudFront caches your objects based on the values in
	//    the specified headers.
	//
	//    * Forward only the default headers: Specify 0 for Quantity and omit Items.
	//    In this configuration, CloudFront doesn't cache based on the values in
	//    the request headers.
	//
	// Regardless of which option you choose, CloudFront forwards headers to your
	// origin based on whether the origin is an S3 bucket or a custom origin. See
	// the following documentation:
	//
	//    * S3 bucket: See HTTP Request Headers That CloudFront Removes or Updates
	//    (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorS3Origin.html#request-s3-removed-headers)
	//
	//    * Custom origin: See HTTP Request Headers and CloudFront Behavior (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorCustomOrigin.html#request-custom-headers-behavior)
	//
	// Quantity is a required field
	Quantity *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that specifies the request headers, if any, that you want CloudFront to base caching on for this cache behavior.

For the headers that you specify, CloudFront caches separate versions of a specified object based on the header values in viewer requests. For example, suppose viewer requests for logo.jpg contain a custom product header that has a value of either acme or apex, and you configure CloudFront to cache your content based on values in the product header. CloudFront forwards the product header to the origin and caches the response from the origin once for each header value. For more information about caching based on header values, see How CloudFront Forwards and Caches Headers (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html) in the Amazon CloudFront Developer Guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Headers

func (Headers) MarshalFields added in v0.3.0

func (s Headers) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Headers) String

func (s Headers) String() string

String returns the string representation

func (*Headers) Validate

func (s *Headers) Validate() error

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

type HttpVersion

type HttpVersion string
const (
	HttpVersionHttp11 HttpVersion = "http1.1"
	HttpVersionHttp2  HttpVersion = "http2"
)

Enum values for HttpVersion

func (HttpVersion) MarshalValue added in v0.3.0

func (enum HttpVersion) MarshalValue() (string, error)

func (HttpVersion) MarshalValueBuf added in v0.3.0

func (enum HttpVersion) MarshalValueBuf(b []byte) ([]byte, error)

type ICPRecordalStatus added in v0.10.0

type ICPRecordalStatus string
const (
	ICPRecordalStatusApproved  ICPRecordalStatus = "APPROVED"
	ICPRecordalStatusSuspended ICPRecordalStatus = "SUSPENDED"
	ICPRecordalStatusPending   ICPRecordalStatus = "PENDING"
)

Enum values for ICPRecordalStatus

func (ICPRecordalStatus) MarshalValue added in v0.10.0

func (enum ICPRecordalStatus) MarshalValue() (string, error)

func (ICPRecordalStatus) MarshalValueBuf added in v0.10.0

func (enum ICPRecordalStatus) MarshalValueBuf(b []byte) ([]byte, error)

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Invalidation

func (Invalidation) MarshalFields added in v0.3.0

func (s Invalidation) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Invalidation) String

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/InvalidationBatch

func (InvalidationBatch) MarshalFields added in v0.3.0

func (s InvalidationBatch) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (InvalidationBatch) String

func (s InvalidationBatch) String() string

String returns the string representation

func (*InvalidationBatch) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/InvalidationList

func (InvalidationList) MarshalFields added in v0.3.0

func (s InvalidationList) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (InvalidationList) String

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/InvalidationSummary

func (InvalidationSummary) MarshalFields added in v0.3.0

func (s InvalidationSummary) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (InvalidationSummary) String

func (s InvalidationSummary) String() string

String returns the string representation

type ItemSelection

type ItemSelection string
const (
	ItemSelectionNone      ItemSelection = "none"
	ItemSelectionWhitelist ItemSelection = "whitelist"
	ItemSelectionAll       ItemSelection = "all"
)

Enum values for ItemSelection

func (ItemSelection) MarshalValue added in v0.3.0

func (enum ItemSelection) MarshalValue() (string, error)

func (ItemSelection) MarshalValueBuf added in v0.3.0

func (enum ItemSelection) MarshalValueBuf(b []byte) ([]byte, error)

type KeyPairIds

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). Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/KeyPairIds

func (KeyPairIds) MarshalFields added in v0.3.0

func (s KeyPairIds) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (KeyPairIds) String

func (s KeyPairIds) String() string

String returns the string representation

type LambdaFunctionAssociation

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 forwards
	//    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 EventType `type:"string" required:"true" enum:"true"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/LambdaFunctionAssociation

func (LambdaFunctionAssociation) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (LambdaFunctionAssociation) String

func (s LambdaFunctionAssociation) String() string

String returns the string representation

func (*LambdaFunctionAssociation) Validate added in v0.4.0

func (s *LambdaFunctionAssociation) Validate() error

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

type LambdaFunctionAssociations

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/LambdaFunctionAssociations

func (LambdaFunctionAssociations) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (LambdaFunctionAssociations) String

String returns the string representation

func (*LambdaFunctionAssociations) Validate

func (s *LambdaFunctionAssociations) Validate() error

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

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListCloudFrontOriginAccessIdentitiesRequest

func (ListCloudFrontOriginAccessIdentitiesInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListCloudFrontOriginAccessIdentitiesInput) String

String returns the string representation

type ListCloudFrontOriginAccessIdentitiesOutput

type ListCloudFrontOriginAccessIdentitiesOutput struct {

	// The CloudFrontOriginAccessIdentityList type.
	CloudFrontOriginAccessIdentityList *CloudFrontOriginAccessIdentityList `type:"structure"`
	// contains filtered or unexported fields
}

The returned result of the corresponding request. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListCloudFrontOriginAccessIdentitiesResult

func (ListCloudFrontOriginAccessIdentitiesOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListCloudFrontOriginAccessIdentitiesOutput) String

String returns the string representation

type ListCloudFrontOriginAccessIdentitiesPaginator added in v0.9.0

type ListCloudFrontOriginAccessIdentitiesPaginator struct {
	aws.Pager
}

ListCloudFrontOriginAccessIdentitiesPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListCloudFrontOriginAccessIdentitiesPaginator added in v0.9.0

func NewListCloudFrontOriginAccessIdentitiesPaginator(req ListCloudFrontOriginAccessIdentitiesRequest) ListCloudFrontOriginAccessIdentitiesPaginator

NewListCloudFrontOriginAccessIdentitiesRequestPaginator returns a paginator for ListCloudFrontOriginAccessIdentities. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListCloudFrontOriginAccessIdentitiesRequest(input)
p := cloudfront.NewListCloudFrontOriginAccessIdentitiesRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListCloudFrontOriginAccessIdentitiesPaginator) CurrentPage added in v0.9.0

type ListCloudFrontOriginAccessIdentitiesRequest

ListCloudFrontOriginAccessIdentitiesRequest is the request type for the ListCloudFrontOriginAccessIdentities API operation.

func (ListCloudFrontOriginAccessIdentitiesRequest) Send

Send marshals and sends the ListCloudFrontOriginAccessIdentities API request.

type ListCloudFrontOriginAccessIdentitiesResponse added in v0.9.0

type ListCloudFrontOriginAccessIdentitiesResponse struct {
	*ListCloudFrontOriginAccessIdentitiesOutput
	// contains filtered or unexported fields
}

ListCloudFrontOriginAccessIdentitiesResponse is the response type for the ListCloudFrontOriginAccessIdentities API operation.

func (*ListCloudFrontOriginAccessIdentitiesResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the ListCloudFrontOriginAccessIdentities request.

type ListDistributionsByWebACLIdInput

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListDistributionsByWebACLIdRequest

func (ListDistributionsByWebACLIdInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListDistributionsByWebACLIdInput) String

String returns the string representation

func (*ListDistributionsByWebACLIdInput) Validate

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

type ListDistributionsByWebACLIdOutput

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListDistributionsByWebACLIdResult

func (ListDistributionsByWebACLIdOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListDistributionsByWebACLIdOutput) String

String returns the string representation

type ListDistributionsByWebACLIdRequest

type ListDistributionsByWebACLIdRequest struct {
	*aws.Request
	Input *ListDistributionsByWebACLIdInput
	Copy  func(*ListDistributionsByWebACLIdInput) ListDistributionsByWebACLIdRequest
}

ListDistributionsByWebACLIdRequest is the request type for the ListDistributionsByWebACLId API operation.

func (ListDistributionsByWebACLIdRequest) Send

Send marshals and sends the ListDistributionsByWebACLId API request.

type ListDistributionsByWebACLIdResponse added in v0.9.0

type ListDistributionsByWebACLIdResponse struct {
	*ListDistributionsByWebACLIdOutput
	// contains filtered or unexported fields
}

ListDistributionsByWebACLIdResponse is the response type for the ListDistributionsByWebACLId API operation.

func (*ListDistributionsByWebACLIdResponse) SDKResponseMetdata added in v0.9.0

func (r *ListDistributionsByWebACLIdResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListDistributionsByWebACLId request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListDistributionsRequest

func (ListDistributionsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListDistributionsInput) String

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListDistributionsResult

func (ListDistributionsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListDistributionsOutput) String

func (s ListDistributionsOutput) String() string

String returns the string representation

type ListDistributionsPaginator added in v0.9.0

type ListDistributionsPaginator struct {
	aws.Pager
}

ListDistributionsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListDistributionsPaginator added in v0.9.0

func NewListDistributionsPaginator(req ListDistributionsRequest) ListDistributionsPaginator

NewListDistributionsRequestPaginator returns a paginator for ListDistributions. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListDistributionsRequest(input)
p := cloudfront.NewListDistributionsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListDistributionsPaginator) CurrentPage added in v0.9.0

type ListDistributionsRequest

type ListDistributionsRequest struct {
	*aws.Request
	Input *ListDistributionsInput
	Copy  func(*ListDistributionsInput) ListDistributionsRequest
}

ListDistributionsRequest is the request type for the ListDistributions API operation.

func (ListDistributionsRequest) Send

Send marshals and sends the ListDistributions API request.

type ListDistributionsResponse added in v0.9.0

type ListDistributionsResponse struct {
	*ListDistributionsOutput
	// contains filtered or unexported fields
}

ListDistributionsResponse is the response type for the ListDistributions API operation.

func (*ListDistributionsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListDistributionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListDistributions request.

type ListFieldLevelEncryptionConfigsInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListFieldLevelEncryptionConfigsRequest

func (ListFieldLevelEncryptionConfigsInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListFieldLevelEncryptionConfigsInput) String added in v0.4.0

String returns the string representation

type ListFieldLevelEncryptionConfigsOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListFieldLevelEncryptionConfigsResult

func (ListFieldLevelEncryptionConfigsOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListFieldLevelEncryptionConfigsOutput) String added in v0.4.0

String returns the string representation

type ListFieldLevelEncryptionConfigsRequest added in v0.4.0

type ListFieldLevelEncryptionConfigsRequest struct {
	*aws.Request
	Input *ListFieldLevelEncryptionConfigsInput
	Copy  func(*ListFieldLevelEncryptionConfigsInput) ListFieldLevelEncryptionConfigsRequest
}

ListFieldLevelEncryptionConfigsRequest is the request type for the ListFieldLevelEncryptionConfigs API operation.

func (ListFieldLevelEncryptionConfigsRequest) Send added in v0.4.0

Send marshals and sends the ListFieldLevelEncryptionConfigs API request.

type ListFieldLevelEncryptionConfigsResponse added in v0.9.0

type ListFieldLevelEncryptionConfigsResponse struct {
	*ListFieldLevelEncryptionConfigsOutput
	// contains filtered or unexported fields
}

ListFieldLevelEncryptionConfigsResponse is the response type for the ListFieldLevelEncryptionConfigs API operation.

func (*ListFieldLevelEncryptionConfigsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListFieldLevelEncryptionConfigsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListFieldLevelEncryptionConfigs request.

type ListFieldLevelEncryptionProfilesInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListFieldLevelEncryptionProfilesRequest

func (ListFieldLevelEncryptionProfilesInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListFieldLevelEncryptionProfilesInput) String added in v0.4.0

String returns the string representation

type ListFieldLevelEncryptionProfilesOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListFieldLevelEncryptionProfilesResult

func (ListFieldLevelEncryptionProfilesOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListFieldLevelEncryptionProfilesOutput) String added in v0.4.0

String returns the string representation

type ListFieldLevelEncryptionProfilesRequest added in v0.4.0

type ListFieldLevelEncryptionProfilesRequest struct {
	*aws.Request
	Input *ListFieldLevelEncryptionProfilesInput
	Copy  func(*ListFieldLevelEncryptionProfilesInput) ListFieldLevelEncryptionProfilesRequest
}

ListFieldLevelEncryptionProfilesRequest is the request type for the ListFieldLevelEncryptionProfiles API operation.

func (ListFieldLevelEncryptionProfilesRequest) Send added in v0.4.0

Send marshals and sends the ListFieldLevelEncryptionProfiles API request.

type ListFieldLevelEncryptionProfilesResponse added in v0.9.0

type ListFieldLevelEncryptionProfilesResponse struct {
	*ListFieldLevelEncryptionProfilesOutput
	// contains filtered or unexported fields
}

ListFieldLevelEncryptionProfilesResponse is the response type for the ListFieldLevelEncryptionProfiles API operation.

func (*ListFieldLevelEncryptionProfilesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListFieldLevelEncryptionProfilesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListFieldLevelEncryptionProfiles request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListInvalidationsRequest

func (ListInvalidationsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListInvalidationsInput) String

func (s ListInvalidationsInput) String() string

String returns the string representation

func (*ListInvalidationsInput) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListInvalidationsResult

func (ListInvalidationsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListInvalidationsOutput) String

func (s ListInvalidationsOutput) String() string

String returns the string representation

type ListInvalidationsPaginator added in v0.9.0

type ListInvalidationsPaginator struct {
	aws.Pager
}

ListInvalidationsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListInvalidationsPaginator added in v0.9.0

func NewListInvalidationsPaginator(req ListInvalidationsRequest) ListInvalidationsPaginator

NewListInvalidationsRequestPaginator returns a paginator for ListInvalidations. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListInvalidationsRequest(input)
p := cloudfront.NewListInvalidationsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListInvalidationsPaginator) CurrentPage added in v0.9.0

type ListInvalidationsRequest

type ListInvalidationsRequest struct {
	*aws.Request
	Input *ListInvalidationsInput
	Copy  func(*ListInvalidationsInput) ListInvalidationsRequest
}

ListInvalidationsRequest is the request type for the ListInvalidations API operation.

func (ListInvalidationsRequest) Send

Send marshals and sends the ListInvalidations API request.

type ListInvalidationsResponse added in v0.9.0

type ListInvalidationsResponse struct {
	*ListInvalidationsOutput
	// contains filtered or unexported fields
}

ListInvalidationsResponse is the response type for the ListInvalidations API operation.

func (*ListInvalidationsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListInvalidationsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListInvalidations request.

type ListPublicKeysInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListPublicKeysRequest

func (ListPublicKeysInput) MarshalFields added in v0.4.0

func (s ListPublicKeysInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListPublicKeysInput) String added in v0.4.0

func (s ListPublicKeysInput) String() string

String returns the string representation

type ListPublicKeysOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListPublicKeysResult

func (ListPublicKeysOutput) MarshalFields added in v0.4.0

func (s ListPublicKeysOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListPublicKeysOutput) String added in v0.4.0

func (s ListPublicKeysOutput) String() string

String returns the string representation

type ListPublicKeysRequest added in v0.4.0

type ListPublicKeysRequest struct {
	*aws.Request
	Input *ListPublicKeysInput
	Copy  func(*ListPublicKeysInput) ListPublicKeysRequest
}

ListPublicKeysRequest is the request type for the ListPublicKeys API operation.

func (ListPublicKeysRequest) Send added in v0.4.0

Send marshals and sends the ListPublicKeys API request.

type ListPublicKeysResponse added in v0.9.0

type ListPublicKeysResponse struct {
	*ListPublicKeysOutput
	// contains filtered or unexported fields
}

ListPublicKeysResponse is the response type for the ListPublicKeys API operation.

func (*ListPublicKeysResponse) SDKResponseMetdata added in v0.9.0

func (r *ListPublicKeysResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListPublicKeys request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListStreamingDistributionsRequest

func (ListStreamingDistributionsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListStreamingDistributionsInput) String

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListStreamingDistributionsResult

func (ListStreamingDistributionsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListStreamingDistributionsOutput) String

String returns the string representation

type ListStreamingDistributionsPaginator added in v0.9.0

type ListStreamingDistributionsPaginator struct {
	aws.Pager
}

ListStreamingDistributionsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListStreamingDistributionsPaginator added in v0.9.0

func NewListStreamingDistributionsPaginator(req ListStreamingDistributionsRequest) ListStreamingDistributionsPaginator

NewListStreamingDistributionsRequestPaginator returns a paginator for ListStreamingDistributions. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListStreamingDistributionsRequest(input)
p := cloudfront.NewListStreamingDistributionsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListStreamingDistributionsPaginator) CurrentPage added in v0.9.0

type ListStreamingDistributionsRequest

type ListStreamingDistributionsRequest struct {
	*aws.Request
	Input *ListStreamingDistributionsInput
	Copy  func(*ListStreamingDistributionsInput) ListStreamingDistributionsRequest
}

ListStreamingDistributionsRequest is the request type for the ListStreamingDistributions API operation.

func (ListStreamingDistributionsRequest) Send

Send marshals and sends the ListStreamingDistributions API request.

type ListStreamingDistributionsResponse added in v0.9.0

type ListStreamingDistributionsResponse struct {
	*ListStreamingDistributionsOutput
	// contains filtered or unexported fields
}

ListStreamingDistributionsResponse is the response type for the ListStreamingDistributions API operation.

func (*ListStreamingDistributionsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListStreamingDistributionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListStreamingDistributions request.

type ListTagsForResourceInput

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListTagsForResourceRequest

func (ListTagsForResourceInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

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

type ListTagsForResourceOutput

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListTagsForResourceResult

func (ListTagsForResourceOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type ListTagsForResourceRequest

type ListTagsForResourceRequest struct {
	*aws.Request
	Input *ListTagsForResourceInput
	Copy  func(*ListTagsForResourceInput) ListTagsForResourceRequest
}

ListTagsForResourceRequest is the request type for the ListTagsForResource API operation.

func (ListTagsForResourceRequest) Send

Send marshals and sends the ListTagsForResource API request.

type ListTagsForResourceResponse added in v0.9.0

type ListTagsForResourceResponse struct {
	*ListTagsForResourceOutput
	// contains filtered or unexported fields
}

ListTagsForResourceResponse is the response type for the ListTagsForResource API operation.

func (*ListTagsForResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTagsForResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTagsForResource request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/LoggingConfig

func (LoggingConfig) MarshalFields added in v0.3.0

func (s LoggingConfig) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (LoggingConfig) String

func (s LoggingConfig) String() string

String returns the string representation

func (*LoggingConfig) Validate

func (s *LoggingConfig) Validate() error

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

type Method

type Method string
const (
	MethodGet     Method = "GET"
	MethodHead    Method = "HEAD"
	MethodPost    Method = "POST"
	MethodPut     Method = "PUT"
	MethodPatch   Method = "PATCH"
	MethodOptions Method = "OPTIONS"
	MethodDelete  Method = "DELETE"
)

Enum values for Method

func (Method) MarshalValue added in v0.3.0

func (enum Method) MarshalValue() (string, error)

func (Method) MarshalValueBuf added in v0.3.0

func (enum Method) MarshalValueBuf(b []byte) ([]byte, error)

type MinimumProtocolVersion

type MinimumProtocolVersion string
const (
	MinimumProtocolVersionSslv3      MinimumProtocolVersion = "SSLv3"
	MinimumProtocolVersionTlsv1      MinimumProtocolVersion = "TLSv1"
	MinimumProtocolVersionTlsv12016  MinimumProtocolVersion = "TLSv1_2016"
	MinimumProtocolVersionTlsv112016 MinimumProtocolVersion = "TLSv1.1_2016"
	MinimumProtocolVersionTlsv122018 MinimumProtocolVersion = "TLSv1.2_2018"
)

Enum values for MinimumProtocolVersion

func (MinimumProtocolVersion) MarshalValue added in v0.3.0

func (enum MinimumProtocolVersion) MarshalValue() (string, error)

func (MinimumProtocolVersion) MarshalValueBuf added in v0.3.0

func (enum MinimumProtocolVersion) MarshalValueBuf(b []byte) ([]byte, error)

type Origin

type Origin struct {

	// A complex type that contains names and values for the custom headers that
	// you want.
	CustomHeaders *CustomHeaders `type:"structure"`

	// A complex type that contains information about a custom origin. If the origin
	// is an Amazon S3 bucket, use the S3OriginConfig element instead.
	CustomOriginConfig *CustomOriginConfig `type:"structure"`

	// Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want
	// CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com.
	// If you set up your bucket to be configured as a website endpoint, enter the
	// Amazon S3 static website hosting endpoint for the bucket.
	//
	// For more information about specifying this value for different types of origins,
	// see Origin Domain Name (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesDomainName)
	// in the Amazon CloudFront Developer Guide.
	//
	// Constraints for Amazon S3 origins:
	//
	//    * If you configured Amazon S3 Transfer Acceleration for your bucket, don't
	//    specify the s3-accelerate endpoint for DomainName.
	//
	//    * The bucket name must be between 3 and 63 characters long (inclusive).
	//
	//    * The bucket name must contain only lowercase characters, numbers, periods,
	//    underscores, and dashes.
	//
	//    * The bucket name must not contain adjacent periods.
	//
	// Custom Origins: The DNS domain name for the HTTP server from which you want
	// CloudFront to get objects for this origin, for example, www.example.com.
	//
	// Constraints for custom origins:
	//
	//    * DomainName must be a valid DNS name that contains only a-z, A-Z, 0-9,
	//    dot (.), hyphen (-), or underscore (_) characters.
	//
	//    * The name cannot exceed 128 characters.
	//
	// DomainName is a required field
	DomainName *string `type:"string" required:"true"`

	// A unique identifier for the origin or origin group. The value of Id must
	// be unique within the distribution.
	//
	// When you specify the value of TargetOriginId for the default cache behavior
	// or for another cache behavior, you indicate the origin to which you want
	// the cache behavior to route requests by specifying the value of the Id element
	// for that origin. When a request matches the path pattern for that cache behavior,
	// CloudFront routes the request to the specified origin. For more information,
	// see Cache Behavior Settings (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior)
	// in the Amazon CloudFront Developer Guide.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// An optional element that causes CloudFront to request your content from a
	// directory in your Amazon S3 bucket or your custom origin. When you include
	// the OriginPath element, specify the directory name, beginning with a /. CloudFront
	// appends the directory name to the value of DomainName, for example, example.com/production.
	// Do not include a / at the end of the directory name.
	//
	// For example, suppose you've specified the following values for your distribution:
	//
	//    * DomainName: An Amazon S3 bucket named myawsbucket.
	//
	//    * OriginPath: /production
	//
	//    * CNAME: example.com
	//
	// When a user enters example.com/index.html in a browser, CloudFront sends
	// a request to Amazon S3 for myawsbucket/production/index.html.
	//
	// When a user enters example.com/acme/index.html in a browser, CloudFront sends
	// a request to Amazon S3 for myawsbucket/production/acme/index.html.
	OriginPath *string `type:"string"`

	// A complex type that contains information about the Amazon S3 origin. If the
	// origin is a custom origin, use the CustomOriginConfig element instead.
	S3OriginConfig *S3OriginConfig `type:"structure"`
	// contains filtered or unexported fields
}

A complex type that describes the Amazon S3 bucket, HTTP server (for example, a web server), Amazon MediaStore, or other server from which CloudFront gets your files. This can also be an origin group, if you've created an origin group. You must specify at least one origin or origin group.

For the current limit on the number of origins or origin groups that you can specify for a distribution, see Amazon CloudFront Limits (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_cloudfront) in the AWS General Reference. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Origin

func (Origin) MarshalFields added in v0.3.0

func (s Origin) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Origin) String

func (s Origin) String() string

String returns the string representation

func (*Origin) Validate

func (s *Origin) Validate() error

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

type OriginCustomHeader

type OriginCustomHeader struct {

	// The name of a header that you want CloudFront to forward to your origin.
	// For more information, see Forwarding Custom Headers to Your Origin (Web Distributions
	// Only) (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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/OriginCustomHeader

func (OriginCustomHeader) MarshalFields added in v0.3.0

func (s OriginCustomHeader) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (OriginCustomHeader) String

func (s OriginCustomHeader) String() string

String returns the string representation

func (*OriginCustomHeader) Validate

func (s *OriginCustomHeader) Validate() error

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

type OriginGroup added in v0.6.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/OriginGroup

func (OriginGroup) MarshalFields added in v0.6.0

func (s OriginGroup) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (OriginGroup) String added in v0.6.0

func (s OriginGroup) String() string

String returns the string representation

func (*OriginGroup) Validate added in v0.6.0

func (s *OriginGroup) Validate() error

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

type OriginGroupFailoverCriteria added in v0.6.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/OriginGroupFailoverCriteria

func (OriginGroupFailoverCriteria) MarshalFields added in v0.6.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (OriginGroupFailoverCriteria) String added in v0.6.0

String returns the string representation

func (*OriginGroupFailoverCriteria) Validate added in v0.6.0

func (s *OriginGroupFailoverCriteria) Validate() error

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

type OriginGroupMember added in v0.6.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/OriginGroupMember

func (OriginGroupMember) MarshalFields added in v0.6.0

func (s OriginGroupMember) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (OriginGroupMember) String added in v0.6.0

func (s OriginGroupMember) String() string

String returns the string representation

func (*OriginGroupMember) Validate added in v0.6.0

func (s *OriginGroupMember) Validate() error

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

type OriginGroupMembers added in v0.6.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/OriginGroupMembers

func (OriginGroupMembers) MarshalFields added in v0.6.0

func (s OriginGroupMembers) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (OriginGroupMembers) String added in v0.6.0

func (s OriginGroupMembers) String() string

String returns the string representation

func (*OriginGroupMembers) Validate added in v0.6.0

func (s *OriginGroupMembers) Validate() error

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

type OriginGroups added in v0.6.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/OriginGroups

func (OriginGroups) MarshalFields added in v0.6.0

func (s OriginGroups) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (OriginGroups) String added in v0.6.0

func (s OriginGroups) String() string

String returns the string representation

func (*OriginGroups) Validate added in v0.6.0

func (s *OriginGroups) Validate() error

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

type OriginProtocolPolicy

type OriginProtocolPolicy string
const (
	OriginProtocolPolicyHttpOnly    OriginProtocolPolicy = "http-only"
	OriginProtocolPolicyMatchViewer OriginProtocolPolicy = "match-viewer"
	OriginProtocolPolicyHttpsOnly   OriginProtocolPolicy = "https-only"
)

Enum values for OriginProtocolPolicy

func (OriginProtocolPolicy) MarshalValue added in v0.3.0

func (enum OriginProtocolPolicy) MarshalValue() (string, error)

func (OriginProtocolPolicy) MarshalValueBuf added in v0.3.0

func (enum OriginProtocolPolicy) MarshalValueBuf(b []byte) ([]byte, error)

type OriginSslProtocols

type OriginSslProtocols struct {

	// A list that contains allowed SSL/TLS protocols for this distribution.
	//
	// Items is a required field
	Items []SslProtocol `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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/OriginSslProtocols

func (OriginSslProtocols) MarshalFields added in v0.3.0

func (s OriginSslProtocols) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (OriginSslProtocols) String

func (s OriginSslProtocols) String() string

String returns the string representation

func (*OriginSslProtocols) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Origins

func (Origins) MarshalFields added in v0.3.0

func (s Origins) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Origins) String

func (s Origins) String() string

String returns the string representation

func (*Origins) Validate

func (s *Origins) Validate() error

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Paths

func (Paths) MarshalFields added in v0.3.0

func (s Paths) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Paths) String

func (s Paths) String() string

String returns the string representation

func (*Paths) Validate

func (s *Paths) Validate() error

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

type PriceClass

type PriceClass string
const (
	PriceClassPriceClass100 PriceClass = "PriceClass_100"
	PriceClassPriceClass200 PriceClass = "PriceClass_200"
	PriceClassPriceClassAll PriceClass = "PriceClass_All"
)

Enum values for PriceClass

func (PriceClass) MarshalValue added in v0.3.0

func (enum PriceClass) MarshalValue() (string, error)

func (PriceClass) MarshalValueBuf added in v0.3.0

func (enum PriceClass) MarshalValueBuf(b []byte) ([]byte, error)

type PublicKey added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/PublicKey

func (PublicKey) MarshalFields added in v0.4.0

func (s PublicKey) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (PublicKey) String added in v0.4.0

func (s PublicKey) String() string

String returns the string representation

type PublicKeyConfig added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/PublicKeyConfig

func (PublicKeyConfig) MarshalFields added in v0.4.0

func (s PublicKeyConfig) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (PublicKeyConfig) String added in v0.4.0

func (s PublicKeyConfig) String() string

String returns the string representation

func (*PublicKeyConfig) Validate added in v0.4.0

func (s *PublicKeyConfig) Validate() error

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

type PublicKeyList added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/PublicKeyList

func (PublicKeyList) MarshalFields added in v0.4.0

func (s PublicKeyList) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (PublicKeyList) String added in v0.4.0

func (s PublicKeyList) String() string

String returns the string representation

type PublicKeySummary added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/PublicKeySummary

func (PublicKeySummary) MarshalFields added in v0.4.0

func (s PublicKeySummary) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (PublicKeySummary) String added in v0.4.0

func (s PublicKeySummary) String() string

String returns the string representation

type QueryArgProfile added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/QueryArgProfile

func (QueryArgProfile) MarshalFields added in v0.4.0

func (s QueryArgProfile) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (QueryArgProfile) String added in v0.4.0

func (s QueryArgProfile) String() string

String returns the string representation

func (*QueryArgProfile) Validate added in v0.4.0

func (s *QueryArgProfile) Validate() error

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

type QueryArgProfileConfig added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/QueryArgProfileConfig

func (QueryArgProfileConfig) MarshalFields added in v0.4.0

func (s QueryArgProfileConfig) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (QueryArgProfileConfig) String added in v0.4.0

func (s QueryArgProfileConfig) String() string

String returns the string representation

func (*QueryArgProfileConfig) Validate added in v0.4.0

func (s *QueryArgProfileConfig) Validate() error

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

type QueryArgProfiles added in v0.4.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/QueryArgProfiles

func (QueryArgProfiles) MarshalFields added in v0.4.0

func (s QueryArgProfiles) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (QueryArgProfiles) String added in v0.4.0

func (s QueryArgProfiles) String() string

String returns the string representation

func (*QueryArgProfiles) Validate added in v0.4.0

func (s *QueryArgProfiles) Validate() error

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

type QueryStringCacheKeys

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
}

A complex type that contains information about the query string parameters that you want CloudFront to use for caching for a cache behavior. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/QueryStringCacheKeys

func (QueryStringCacheKeys) MarshalFields added in v0.3.0

func (s QueryStringCacheKeys) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (QueryStringCacheKeys) String

func (s QueryStringCacheKeys) String() string

String returns the string representation

func (*QueryStringCacheKeys) Validate

func (s *QueryStringCacheKeys) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Restrictions

func (Restrictions) MarshalFields added in v0.3.0

func (s Restrictions) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Restrictions) String

func (s Restrictions) String() string

String returns the string representation

func (*Restrictions) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/S3Origin

func (S3Origin) MarshalFields added in v0.3.0

func (s S3Origin) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (S3Origin) String

func (s S3Origin) String() string

String returns the string representation

func (*S3Origin) Validate

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, use the CustomOriginConfig element instead. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/S3OriginConfig

func (S3OriginConfig) MarshalFields added in v0.3.0

func (s S3OriginConfig) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (S3OriginConfig) String

func (s S3OriginConfig) String() string

String returns the string representation

func (*S3OriginConfig) Validate

func (s *S3OriginConfig) Validate() error

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

type SSLSupportMethod

type SSLSupportMethod string
const (
	SSLSupportMethodSniOnly SSLSupportMethod = "sni-only"
	SSLSupportMethodVip     SSLSupportMethod = "vip"
)

Enum values for SSLSupportMethod

func (SSLSupportMethod) MarshalValue added in v0.3.0

func (enum SSLSupportMethod) MarshalValue() (string, error)

func (SSLSupportMethod) MarshalValueBuf added in v0.3.0

func (enum SSLSupportMethod) MarshalValueBuf(b []byte) ([]byte, error)

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Signer

func (Signer) MarshalFields added in v0.3.0

func (s Signer) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Signer) String

func (s Signer) String() string

String returns the string representation

type SslProtocol

type SslProtocol string
const (
	SslProtocolSslv3  SslProtocol = "SSLv3"
	SslProtocolTlsv1  SslProtocol = "TLSv1"
	SslProtocolTlsv11 SslProtocol = "TLSv1.1"
	SslProtocolTlsv12 SslProtocol = "TLSv1.2"
)

Enum values for SslProtocol

func (SslProtocol) MarshalValue added in v0.3.0

func (enum SslProtocol) MarshalValue() (string, error)

func (SslProtocol) MarshalValueBuf added in v0.3.0

func (enum SslProtocol) MarshalValueBuf(b []byte) ([]byte, error)

type StatusCodes added in v0.6.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/StatusCodes

func (StatusCodes) MarshalFields added in v0.6.0

func (s StatusCodes) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (StatusCodes) String added in v0.6.0

func (s StatusCodes) String() string

String returns the string representation

func (*StatusCodes) Validate added in v0.6.0

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/StreamingDistribution

func (StreamingDistribution) MarshalFields added in v0.3.0

func (s StreamingDistribution) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (StreamingDistribution) String

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 PriceClass `type:"string" enum:"true"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/StreamingDistributionConfig

func (StreamingDistributionConfig) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (StreamingDistributionConfig) String

String returns the string representation

func (*StreamingDistributionConfig) Validate

func (s *StreamingDistributionConfig) Validate() error

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

type StreamingDistributionConfigWithTags

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/StreamingDistributionConfigWithTags

func (StreamingDistributionConfigWithTags) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (StreamingDistributionConfigWithTags) String

String returns the string representation

func (*StreamingDistributionConfigWithTags) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/StreamingDistributionList

func (StreamingDistributionList) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (StreamingDistributionList) String

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 PriceClass `type:"string" required:"true" enum:"true"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/StreamingDistributionSummary

func (StreamingDistributionSummary) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (StreamingDistributionSummary) String

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/StreamingLoggingConfig

func (StreamingLoggingConfig) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (StreamingLoggingConfig) String

func (s StreamingLoggingConfig) String() string

String returns the string representation

func (*StreamingLoggingConfig) Validate

func (s *StreamingLoggingConfig) Validate() error

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

type Tag

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Tag

func (Tag) MarshalFields added in v0.3.0

func (s Tag) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Tag) String

func (s Tag) String() string

String returns the string representation

func (*Tag) Validate

func (s *Tag) Validate() error

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

type TagKeys

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/TagKeys

func (TagKeys) MarshalFields added in v0.3.0

func (s TagKeys) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (TagKeys) String

func (s TagKeys) String() string

String returns the string representation

type TagResourceInput

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/2019-03-26/"`
	// contains filtered or unexported fields
}

The request to add tags to a CloudFront resource. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/TagResourceRequest

func (TagResourceInput) MarshalFields added in v0.3.0

func (s TagResourceInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

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

type TagResourceOutput

type TagResourceOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/TagResourceOutput

func (TagResourceOutput) MarshalFields added in v0.3.0

func (s TagResourceOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation

type TagResourceRequest

type TagResourceRequest struct {
	*aws.Request
	Input *TagResourceInput
	Copy  func(*TagResourceInput) TagResourceRequest
}

TagResourceRequest is the request type for the TagResource API operation.

func (TagResourceRequest) Send

Send marshals and sends the TagResource API request.

type TagResourceResponse added in v0.9.0

type TagResourceResponse struct {
	*TagResourceOutput
	// contains filtered or unexported fields
}

TagResourceResponse is the response type for the TagResource API operation.

func (*TagResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *TagResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the TagResource request.

type Tags

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Tags

func (Tags) MarshalFields added in v0.3.0

func (s Tags) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Tags) String

func (s Tags) String() string

String returns the string representation

func (*Tags) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/TrustedSigners

func (TrustedSigners) MarshalFields added in v0.3.0

func (s TrustedSigners) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (TrustedSigners) String

func (s TrustedSigners) String() string

String returns the string representation

func (*TrustedSigners) Validate

func (s *TrustedSigners) Validate() error

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

type UntagResourceInput

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/2019-03-26/"`
	// contains filtered or unexported fields
}

The request to remove tags from a CloudFront resource. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UntagResourceRequest

func (UntagResourceInput) MarshalFields added in v0.3.0

func (s UntagResourceInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

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

type UntagResourceOutput

type UntagResourceOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UntagResourceOutput

func (UntagResourceOutput) MarshalFields added in v0.3.0

func (s UntagResourceOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation

type UntagResourceRequest

type UntagResourceRequest struct {
	*aws.Request
	Input *UntagResourceInput
	Copy  func(*UntagResourceInput) UntagResourceRequest
}

UntagResourceRequest is the request type for the UntagResource API operation.

func (UntagResourceRequest) Send

Send marshals and sends the UntagResource API request.

type UntagResourceResponse added in v0.9.0

type UntagResourceResponse struct {
	*UntagResourceOutput
	// contains filtered or unexported fields
}

UntagResourceResponse is the response type for the UntagResource API operation.

func (*UntagResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *UntagResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UntagResource request.

type UpdateCloudFrontOriginAccessIdentityInput

type UpdateCloudFrontOriginAccessIdentityInput struct {

	// The identity's configuration information.
	//
	// CloudFrontOriginAccessIdentityConfig is a required field
	CloudFrontOriginAccessIdentityConfig *CloudFrontOriginAccessIdentityConfig `` /* 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateCloudFrontOriginAccessIdentityRequest

func (UpdateCloudFrontOriginAccessIdentityInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateCloudFrontOriginAccessIdentityInput) String

String returns the string representation

func (*UpdateCloudFrontOriginAccessIdentityInput) Validate

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 *CloudFrontOriginAccessIdentity `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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateCloudFrontOriginAccessIdentityResult

func (UpdateCloudFrontOriginAccessIdentityOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateCloudFrontOriginAccessIdentityOutput) String

String returns the string representation

type UpdateCloudFrontOriginAccessIdentityRequest

UpdateCloudFrontOriginAccessIdentityRequest is the request type for the UpdateCloudFrontOriginAccessIdentity API operation.

func (UpdateCloudFrontOriginAccessIdentityRequest) Send

Send marshals and sends the UpdateCloudFrontOriginAccessIdentity API request.

type UpdateCloudFrontOriginAccessIdentityResponse added in v0.9.0

type UpdateCloudFrontOriginAccessIdentityResponse struct {
	*UpdateCloudFrontOriginAccessIdentityOutput
	// contains filtered or unexported fields
}

UpdateCloudFrontOriginAccessIdentityResponse is the response type for the UpdateCloudFrontOriginAccessIdentity API operation.

func (*UpdateCloudFrontOriginAccessIdentityResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the UpdateCloudFrontOriginAccessIdentity request.

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/2019-03-26/"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateDistributionRequest

func (UpdateDistributionInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateDistributionInput) String

func (s UpdateDistributionInput) String() string

String returns the string representation

func (*UpdateDistributionInput) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateDistributionResult

func (UpdateDistributionOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateDistributionOutput) String

func (s UpdateDistributionOutput) String() string

String returns the string representation

type UpdateDistributionRequest

type UpdateDistributionRequest struct {
	*aws.Request
	Input *UpdateDistributionInput
	Copy  func(*UpdateDistributionInput) UpdateDistributionRequest
}

UpdateDistributionRequest is the request type for the UpdateDistribution API operation.

func (UpdateDistributionRequest) Send

Send marshals and sends the UpdateDistribution API request.

type UpdateDistributionResponse added in v0.9.0

type UpdateDistributionResponse struct {
	*UpdateDistributionOutput
	// contains filtered or unexported fields
}

UpdateDistributionResponse is the response type for the UpdateDistribution API operation.

func (*UpdateDistributionResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateDistributionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateDistribution request.

type UpdateFieldLevelEncryptionConfigInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateFieldLevelEncryptionConfigRequest

func (UpdateFieldLevelEncryptionConfigInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateFieldLevelEncryptionConfigInput) String added in v0.4.0

String returns the string representation

func (*UpdateFieldLevelEncryptionConfigInput) Validate added in v0.4.0

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

type UpdateFieldLevelEncryptionConfigOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateFieldLevelEncryptionConfigResult

func (UpdateFieldLevelEncryptionConfigOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateFieldLevelEncryptionConfigOutput) String added in v0.4.0

String returns the string representation

type UpdateFieldLevelEncryptionConfigRequest added in v0.4.0

type UpdateFieldLevelEncryptionConfigRequest struct {
	*aws.Request
	Input *UpdateFieldLevelEncryptionConfigInput
	Copy  func(*UpdateFieldLevelEncryptionConfigInput) UpdateFieldLevelEncryptionConfigRequest
}

UpdateFieldLevelEncryptionConfigRequest is the request type for the UpdateFieldLevelEncryptionConfig API operation.

func (UpdateFieldLevelEncryptionConfigRequest) Send added in v0.4.0

Send marshals and sends the UpdateFieldLevelEncryptionConfig API request.

type UpdateFieldLevelEncryptionConfigResponse added in v0.9.0

type UpdateFieldLevelEncryptionConfigResponse struct {
	*UpdateFieldLevelEncryptionConfigOutput
	// contains filtered or unexported fields
}

UpdateFieldLevelEncryptionConfigResponse is the response type for the UpdateFieldLevelEncryptionConfig API operation.

func (*UpdateFieldLevelEncryptionConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateFieldLevelEncryptionConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateFieldLevelEncryptionConfig request.

type UpdateFieldLevelEncryptionProfileInput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateFieldLevelEncryptionProfileRequest

func (UpdateFieldLevelEncryptionProfileInput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateFieldLevelEncryptionProfileInput) String added in v0.4.0

String returns the string representation

func (*UpdateFieldLevelEncryptionProfileInput) Validate added in v0.4.0

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

type UpdateFieldLevelEncryptionProfileOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateFieldLevelEncryptionProfileResult

func (UpdateFieldLevelEncryptionProfileOutput) MarshalFields added in v0.4.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateFieldLevelEncryptionProfileOutput) String added in v0.4.0

String returns the string representation

type UpdateFieldLevelEncryptionProfileRequest added in v0.4.0

UpdateFieldLevelEncryptionProfileRequest is the request type for the UpdateFieldLevelEncryptionProfile API operation.

func (UpdateFieldLevelEncryptionProfileRequest) Send added in v0.4.0

Send marshals and sends the UpdateFieldLevelEncryptionProfile API request.

type UpdateFieldLevelEncryptionProfileResponse added in v0.9.0

type UpdateFieldLevelEncryptionProfileResponse struct {
	*UpdateFieldLevelEncryptionProfileOutput
	// contains filtered or unexported fields
}

UpdateFieldLevelEncryptionProfileResponse is the response type for the UpdateFieldLevelEncryptionProfile API operation.

func (*UpdateFieldLevelEncryptionProfileResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateFieldLevelEncryptionProfileResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateFieldLevelEncryptionProfile request.

type UpdatePublicKeyInput added in v0.4.0

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/2019-03-26/"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdatePublicKeyRequest

func (UpdatePublicKeyInput) MarshalFields added in v0.4.0

func (s UpdatePublicKeyInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdatePublicKeyInput) String added in v0.4.0

func (s UpdatePublicKeyInput) String() string

String returns the string representation

func (*UpdatePublicKeyInput) Validate added in v0.4.0

func (s *UpdatePublicKeyInput) Validate() error

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

type UpdatePublicKeyOutput added in v0.4.0

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdatePublicKeyResult

func (UpdatePublicKeyOutput) MarshalFields added in v0.4.0

func (s UpdatePublicKeyOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdatePublicKeyOutput) String added in v0.4.0

func (s UpdatePublicKeyOutput) String() string

String returns the string representation

type UpdatePublicKeyRequest added in v0.4.0

type UpdatePublicKeyRequest struct {
	*aws.Request
	Input *UpdatePublicKeyInput
	Copy  func(*UpdatePublicKeyInput) UpdatePublicKeyRequest
}

UpdatePublicKeyRequest is the request type for the UpdatePublicKey API operation.

func (UpdatePublicKeyRequest) Send added in v0.4.0

Send marshals and sends the UpdatePublicKey API request.

type UpdatePublicKeyResponse added in v0.9.0

type UpdatePublicKeyResponse struct {
	*UpdatePublicKeyOutput
	// contains filtered or unexported fields
}

UpdatePublicKeyResponse is the response type for the UpdatePublicKey API operation.

func (*UpdatePublicKeyResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdatePublicKeyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdatePublicKey request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateStreamingDistributionRequest

func (UpdateStreamingDistributionInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateStreamingDistributionInput) String

String returns the string representation

func (*UpdateStreamingDistributionInput) Validate

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateStreamingDistributionResult

func (UpdateStreamingDistributionOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateStreamingDistributionOutput) String

String returns the string representation

type UpdateStreamingDistributionRequest

type UpdateStreamingDistributionRequest struct {
	*aws.Request
	Input *UpdateStreamingDistributionInput
	Copy  func(*UpdateStreamingDistributionInput) UpdateStreamingDistributionRequest
}

UpdateStreamingDistributionRequest is the request type for the UpdateStreamingDistribution API operation.

func (UpdateStreamingDistributionRequest) Send

Send marshals and sends the UpdateStreamingDistribution API request.

type UpdateStreamingDistributionResponse added in v0.9.0

type UpdateStreamingDistributionResponse struct {
	*UpdateStreamingDistributionOutput
	// contains filtered or unexported fields
}

UpdateStreamingDistributionResponse is the response type for the UpdateStreamingDistribution API operation.

func (*UpdateStreamingDistributionResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateStreamingDistributionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateStreamingDistribution request.

type ViewerCertificate

type ViewerCertificate struct {

	// If you want viewers to use HTTPS to request your objects and you're using
	// an alternate domain name, you must choose the type of certificate that you
	// want to use. Specify the following value if ACM provided your certificate:
	//
	//    * <ACMCertificateArn>ARN for ACM SSL/TLS certificate<ACMCertificateArn>
	//    where ARN for ACM SSL/TLS certificate is the ARN for the ACM SSL/TLS certificate
	//    that you want to use for this distribution.
	//
	// If you specify ACMCertificateArn, you must also specify a value for SSLSupportMethod.
	ACMCertificateArn *string `type:"string"`

	// This field is no longer used. Use one of the following fields instead:
	//
	//    * ACMCertificateArn (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-ACMCertificateArn)
	//
	//    * IAMCertificateId (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-IAMCertificateId)
	//
	//    * CloudFrontDefaultCertificate (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-CloudFrontDefaultCertificate)
	Certificate *string `deprecated:"true" type:"string"`

	// This field is no longer used. Use one of the following fields instead:
	//
	//    * ACMCertificateArn (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-ACMCertificateArn)
	//
	//    * IAMCertificateId (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-IAMCertificateId)
	//
	//    * CloudFrontDefaultCertificate (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-CloudFrontDefaultCertificate)
	CertificateSource CertificateSource `deprecated:"true" type:"string" enum:"true"`

	// If you're using the CloudFront domain name for your distribution, such as
	// d111111abcdef8.cloudfront.net, specify the following value:
	//
	//    * <CloudFrontDefaultCertificate>true<CloudFrontDefaultCertificate>
	CloudFrontDefaultCertificate *bool `type:"boolean"`

	// If you want viewers to use HTTPS to request your objects and you're using
	// an alternate domain name, you must choose the type of certificate that you
	// want to use. Specify the following value if you purchased your certificate
	// from a third-party certificate authority:
	//
	//    * <IAMCertificateId>IAM certificate ID<IAMCertificateId> where IAM certificate
	//    ID is the ID that IAM returned when you added the certificate to the IAM
	//    certificate store.
	//
	// If you specify IAMCertificateId, you must also specify a value for SSLSupportMethod.
	IAMCertificateId *string `type:"string"`

	// Specify the security policy that you want CloudFront to use for HTTPS connections.
	// A security policy determines two settings:
	//
	//    * The minimum SSL/TLS protocol that CloudFront uses to communicate with
	//    viewers
	//
	//    * The cipher that CloudFront uses to encrypt the content that it returns
	//    to viewers
	//
	// On the CloudFront console, this setting is called Security policy.
	//
	// We recommend that you specify TLSv1.1_2016 unless your users are using browsers
	// or devices that do not support TLSv1.1 or later.
	//
	// When both of the following are true, you must specify TLSv1 or later for
	// the security policy:
	//
	//    * You're using a custom certificate: you specified a value for ACMCertificateArn
	//    or for IAMCertificateId
	//
	//    * You're using SNI: you specified sni-only for SSLSupportMethod
	//
	// If you specify true for CloudFrontDefaultCertificate, CloudFront automatically
	// sets the security policy to TLSv1 regardless of the value that you specify
	// for MinimumProtocolVersion.
	//
	// For information about the relationship between the security policy that you
	// choose and the protocols and ciphers that CloudFront uses to communicate
	// with viewers, see Supported SSL/TLS Protocols and Ciphers for Communication
	// 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.
	MinimumProtocolVersion MinimumProtocolVersion `type:"string" enum:"true"`

	// If you specify a value for ACMCertificateArn (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-ACMCertificateArn)
	// or for IAMCertificateId (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-IAMCertificateId),
	// you must also specify how you want CloudFront to serve HTTPS requests: using
	// a method that works for browsers and clients released after 2010 or one that
	// works for all clients.
	//
	//    * sni-only: CloudFront can respond to HTTPS requests from viewers that
	//    support Server Name Indication (SNI). All modern browsers support SNI,
	//    but there are a few that don't. For a current list of the browsers that
	//    support SNI, see the Wikipedia entry Server Name Indication (http://en.wikipedia.org/wiki/Server_Name_Indication).
	//    To learn about options to explore if you have users with browsers that
	//    don't include SNI support, see Choosing How CloudFront Serves HTTPS Requests
	//    (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cnames-https-dedicated-ip-or-sni.html)
	//    in the Amazon CloudFront Developer Guide.
	//
	//    * vip: CloudFront uses dedicated IP addresses for your content and can
	//    respond to HTTPS requests from any viewer. However, there are additional
	//    monthly charges. For details, including specific pricing information,
	//    see Custom SSL options for Amazon CloudFront (http://aws.amazon.com/cloudfront/custom-ssl-domains/)
	//    on the AWS marketing site.
	//
	// Don't specify a value for SSLSupportMethod if you specified <CloudFrontDefaultCertificate>true<CloudFrontDefaultCertificate>.
	//
	// For more information, see Choosing How CloudFront Serves HTTPS Requests (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cnames-https-dedicated-ip-or-sni.html)
	// in the Amazon CloudFront Developer Guide.
	SSLSupportMethod SSLSupportMethod `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

A complex type that specifies the following:

  • Whether you want viewers to use HTTP or HTTPS to request your objects.

  • If you want viewers to use HTTPS, whether you're using an alternate domain name such as example.com or the CloudFront domain name for your distribution, such as d111111abcdef8.cloudfront.net.

  • If you're using an alternate domain name, whether AWS Certificate Manager (ACM) provided the certificate, or you purchased a certificate from a third-party certificate authority and imported it into ACM or uploaded it to the IAM certificate store.

Specify only one of the following values:

For more information, see Using Alternate Domain Names and HTTPS (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.html#CNAMEsAndHTTPS) in the Amazon CloudFront Developer Guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ViewerCertificate

func (ViewerCertificate) MarshalFields added in v0.3.0

func (s ViewerCertificate) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ViewerCertificate) String

func (s ViewerCertificate) String() string

String returns the string representation

type ViewerProtocolPolicy

type ViewerProtocolPolicy string
const (
	ViewerProtocolPolicyAllowAll        ViewerProtocolPolicy = "allow-all"
	ViewerProtocolPolicyHttpsOnly       ViewerProtocolPolicy = "https-only"
	ViewerProtocolPolicyRedirectToHttps ViewerProtocolPolicy = "redirect-to-https"
)

Enum values for ViewerProtocolPolicy

func (ViewerProtocolPolicy) MarshalValue added in v0.3.0

func (enum ViewerProtocolPolicy) MarshalValue() (string, error)

func (ViewerProtocolPolicy) MarshalValueBuf added in v0.3.0

func (enum ViewerProtocolPolicy) MarshalValueBuf(b []byte) ([]byte, error)

Source Files

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