...
AWS SDK for Go API Reference
import "github.com/aws/aws-sdk-go/service/cloudfront"
Overview
Examples
Constants

Overview ▾

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

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

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

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

Using the Client

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

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

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

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

The stub package, cloudfrontiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

AssociateAlias
CopyDistribution
CreateCachePolicy
CreateCloudFrontOriginAccessIdentity
CreateContinuousDeploymentPolicy
CreateDistribution
CreateDistributionWithTags
CreateFieldLevelEncryptionConfig
CreateFieldLevelEncryptionProfile
CreateFunction
CreateInvalidation
CreateKeyGroup
CreateMonitoringSubscription
CreateOriginAccessControl
CreateOriginRequestPolicy
CreatePublicKey
CreateRealtimeLogConfig
CreateResponseHeadersPolicy
CreateStreamingDistribution
CreateStreamingDistributionWithTags
DeleteCachePolicy
DeleteCloudFrontOriginAccessIdentity
DeleteContinuousDeploymentPolicy
DeleteDistribution
DeleteFieldLevelEncryptionConfig
DeleteFieldLevelEncryptionProfile
DeleteFunction
DeleteKeyGroup
DeleteMonitoringSubscription
DeleteOriginAccessControl
DeleteOriginRequestPolicy
DeletePublicKey
DeleteRealtimeLogConfig
DeleteResponseHeadersPolicy
DeleteStreamingDistribution
DescribeFunction
GetCachePolicy
GetCachePolicyConfig
GetCloudFrontOriginAccessIdentity
GetCloudFrontOriginAccessIdentityConfig
GetContinuousDeploymentPolicy
GetContinuousDeploymentPolicyConfig
GetDistribution
GetDistributionConfig
GetFieldLevelEncryption
GetFieldLevelEncryptionConfig
GetFieldLevelEncryptionProfile
GetFieldLevelEncryptionProfileConfig
GetFunction
GetInvalidation
GetKeyGroup
GetKeyGroupConfig
GetMonitoringSubscription
GetOriginAccessControl
GetOriginAccessControlConfig
GetOriginRequestPolicy
GetOriginRequestPolicyConfig
GetPublicKey
GetPublicKeyConfig
GetRealtimeLogConfig
GetResponseHeadersPolicy
GetResponseHeadersPolicyConfig
GetStreamingDistribution
GetStreamingDistributionConfig
ListCachePolicies
ListCloudFrontOriginAccessIdentities ( Paginator )
ListConflictingAliases
ListContinuousDeploymentPolicies
ListDistributions ( Paginator )
ListDistributionsByCachePolicyId
ListDistributionsByKeyGroup
ListDistributionsByOriginRequestPolicyId
ListDistributionsByRealtimeLogConfig
ListDistributionsByResponseHeadersPolicyId
ListDistributionsByWebACLId
ListFieldLevelEncryptionConfigs
ListFieldLevelEncryptionProfiles
ListFunctions
ListInvalidations ( Paginator )
ListKeyGroups
ListOriginAccessControls
ListOriginRequestPolicies
ListPublicKeys
ListRealtimeLogConfigs
ListResponseHeadersPolicies
ListStreamingDistributions ( Paginator )
ListTagsForResource
PublishFunction
TagResource
TestFunction
UntagResource
UpdateCachePolicy
UpdateCloudFrontOriginAccessIdentity
UpdateContinuousDeploymentPolicy
UpdateDistribution
UpdateDistributionWithStagingConfig
UpdateFieldLevelEncryptionConfig
UpdateFieldLevelEncryptionProfile
UpdateFunction
UpdateKeyGroup
UpdateOriginAccessControl
UpdateOriginRequestPolicy
UpdatePublicKey
UpdateRealtimeLogConfig
UpdateResponseHeadersPolicy
UpdateStreamingDistribution

Types ▾

type CloudFront
func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudFront
func (c *CloudFront) AssociateAlias(input *AssociateAliasInput) (*AssociateAliasOutput, error)
func (c *CloudFront) AssociateAliasRequest(input *AssociateAliasInput) (req *request.Request, output *AssociateAliasOutput)
func (c *CloudFront) AssociateAliasWithContext(ctx aws.Context, input *AssociateAliasInput, opts ...request.Option) (*AssociateAliasOutput, error)
func (c *CloudFront) CopyDistribution(input *CopyDistributionInput) (*CopyDistributionOutput, error)
func (c *CloudFront) CopyDistributionRequest(input *CopyDistributionInput) (req *request.Request, output *CopyDistributionOutput)
func (c *CloudFront) CopyDistributionWithContext(ctx aws.Context, input *CopyDistributionInput, opts ...request.Option) (*CopyDistributionOutput, error)
func (c *CloudFront) CreateCachePolicy(input *CreateCachePolicyInput) (*CreateCachePolicyOutput, error)
func (c *CloudFront) CreateCachePolicyRequest(input *CreateCachePolicyInput) (req *request.Request, output *CreateCachePolicyOutput)
func (c *CloudFront) CreateCachePolicyWithContext(ctx aws.Context, input *CreateCachePolicyInput, opts ...request.Option) (*CreateCachePolicyOutput, error)
func (c *CloudFront) CreateCloudFrontOriginAccessIdentity(input *CreateCloudFrontOriginAccessIdentityInput) (*CreateCloudFrontOriginAccessIdentityOutput, error)
func (c *CloudFront) CreateCloudFrontOriginAccessIdentityRequest(input *CreateCloudFrontOriginAccessIdentityInput) (req *request.Request, output *CreateCloudFrontOriginAccessIdentityOutput)
func (c *CloudFront) CreateCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *CreateCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*CreateCloudFrontOriginAccessIdentityOutput, error)
func (c *CloudFront) CreateContinuousDeploymentPolicy(input *CreateContinuousDeploymentPolicyInput) (*CreateContinuousDeploymentPolicyOutput, error)
func (c *CloudFront) CreateContinuousDeploymentPolicyRequest(input *CreateContinuousDeploymentPolicyInput) (req *request.Request, output *CreateContinuousDeploymentPolicyOutput)
func (c *CloudFront) CreateContinuousDeploymentPolicyWithContext(ctx aws.Context, input *CreateContinuousDeploymentPolicyInput, opts ...request.Option) (*CreateContinuousDeploymentPolicyOutput, error)
func (c *CloudFront) CreateDistribution(input *CreateDistributionInput) (*CreateDistributionOutput, error)
func (c *CloudFront) CreateDistributionRequest(input *CreateDistributionInput) (req *request.Request, output *CreateDistributionOutput)
func (c *CloudFront) CreateDistributionWithContext(ctx aws.Context, input *CreateDistributionInput, opts ...request.Option) (*CreateDistributionOutput, error)
func (c *CloudFront) CreateDistributionWithTags(input *CreateDistributionWithTagsInput) (*CreateDistributionWithTagsOutput, error)
func (c *CloudFront) CreateDistributionWithTagsRequest(input *CreateDistributionWithTagsInput) (req *request.Request, output *CreateDistributionWithTagsOutput)
func (c *CloudFront) CreateDistributionWithTagsWithContext(ctx aws.Context, input *CreateDistributionWithTagsInput, opts ...request.Option) (*CreateDistributionWithTagsOutput, error)
func (c *CloudFront) CreateFieldLevelEncryptionConfig(input *CreateFieldLevelEncryptionConfigInput) (*CreateFieldLevelEncryptionConfigOutput, error)
func (c *CloudFront) CreateFieldLevelEncryptionConfigRequest(input *CreateFieldLevelEncryptionConfigInput) (req *request.Request, output *CreateFieldLevelEncryptionConfigOutput)
func (c *CloudFront) CreateFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *CreateFieldLevelEncryptionConfigInput, opts ...request.Option) (*CreateFieldLevelEncryptionConfigOutput, error)
func (c *CloudFront) CreateFieldLevelEncryptionProfile(input *CreateFieldLevelEncryptionProfileInput) (*CreateFieldLevelEncryptionProfileOutput, error)
func (c *CloudFront) CreateFieldLevelEncryptionProfileRequest(input *CreateFieldLevelEncryptionProfileInput) (req *request.Request, output *CreateFieldLevelEncryptionProfileOutput)
func (c *CloudFront) CreateFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *CreateFieldLevelEncryptionProfileInput, opts ...request.Option) (*CreateFieldLevelEncryptionProfileOutput, error)
func (c *CloudFront) CreateFunction(input *CreateFunctionInput) (*CreateFunctionOutput, error)
func (c *CloudFront) CreateFunctionRequest(input *CreateFunctionInput) (req *request.Request, output *CreateFunctionOutput)
func (c *CloudFront) CreateFunctionWithContext(ctx aws.Context, input *CreateFunctionInput, opts ...request.Option) (*CreateFunctionOutput, error)
func (c *CloudFront) CreateInvalidation(input *CreateInvalidationInput) (*CreateInvalidationOutput, error)
func (c *CloudFront) CreateInvalidationRequest(input *CreateInvalidationInput) (req *request.Request, output *CreateInvalidationOutput)
func (c *CloudFront) CreateInvalidationWithContext(ctx aws.Context, input *CreateInvalidationInput, opts ...request.Option) (*CreateInvalidationOutput, error)
func (c *CloudFront) CreateKeyGroup(input *CreateKeyGroupInput) (*CreateKeyGroupOutput, error)
func (c *CloudFront) CreateKeyGroupRequest(input *CreateKeyGroupInput) (req *request.Request, output *CreateKeyGroupOutput)
func (c *CloudFront) CreateKeyGroupWithContext(ctx aws.Context, input *CreateKeyGroupInput, opts ...request.Option) (*CreateKeyGroupOutput, error)
func (c *CloudFront) CreateMonitoringSubscription(input *CreateMonitoringSubscriptionInput) (*CreateMonitoringSubscriptionOutput, error)
func (c *CloudFront) CreateMonitoringSubscriptionRequest(input *CreateMonitoringSubscriptionInput) (req *request.Request, output *CreateMonitoringSubscriptionOutput)
func (c *CloudFront) CreateMonitoringSubscriptionWithContext(ctx aws.Context, input *CreateMonitoringSubscriptionInput, opts ...request.Option) (*CreateMonitoringSubscriptionOutput, error)
func (c *CloudFront) CreateOriginAccessControl(input *CreateOriginAccessControlInput) (*CreateOriginAccessControlOutput, error)
func (c *CloudFront) CreateOriginAccessControlRequest(input *CreateOriginAccessControlInput) (req *request.Request, output *CreateOriginAccessControlOutput)
func (c *CloudFront) CreateOriginAccessControlWithContext(ctx aws.Context, input *CreateOriginAccessControlInput, opts ...request.Option) (*CreateOriginAccessControlOutput, error)
func (c *CloudFront) CreateOriginRequestPolicy(input *CreateOriginRequestPolicyInput) (*CreateOriginRequestPolicyOutput, error)
func (c *CloudFront) CreateOriginRequestPolicyRequest(input *CreateOriginRequestPolicyInput) (req *request.Request, output *CreateOriginRequestPolicyOutput)
func (c *CloudFront) CreateOriginRequestPolicyWithContext(ctx aws.Context, input *CreateOriginRequestPolicyInput, opts ...request.Option) (*CreateOriginRequestPolicyOutput, error)
func (c *CloudFront) CreatePublicKey(input *CreatePublicKeyInput) (*CreatePublicKeyOutput, error)
func (c *CloudFront) CreatePublicKeyRequest(input *CreatePublicKeyInput) (req *request.Request, output *CreatePublicKeyOutput)
func (c *CloudFront) CreatePublicKeyWithContext(ctx aws.Context, input *CreatePublicKeyInput, opts ...request.Option) (*CreatePublicKeyOutput, error)
func (c *CloudFront) CreateRealtimeLogConfig(input *CreateRealtimeLogConfigInput) (*CreateRealtimeLogConfigOutput, error)
func (c *CloudFront) CreateRealtimeLogConfigRequest(input *CreateRealtimeLogConfigInput) (req *request.Request, output *CreateRealtimeLogConfigOutput)
func (c *CloudFront) CreateRealtimeLogConfigWithContext(ctx aws.Context, input *CreateRealtimeLogConfigInput, opts ...request.Option) (*CreateRealtimeLogConfigOutput, error)
func (c *CloudFront) CreateResponseHeadersPolicy(input *CreateResponseHeadersPolicyInput) (*CreateResponseHeadersPolicyOutput, error)
func (c *CloudFront) CreateResponseHeadersPolicyRequest(input *CreateResponseHeadersPolicyInput) (req *request.Request, output *CreateResponseHeadersPolicyOutput)
func (c *CloudFront) CreateResponseHeadersPolicyWithContext(ctx aws.Context, input *CreateResponseHeadersPolicyInput, opts ...request.Option) (*CreateResponseHeadersPolicyOutput, error)
func (c *CloudFront) CreateStreamingDistribution(input *CreateStreamingDistributionInput) (*CreateStreamingDistributionOutput, error)
func (c *CloudFront) CreateStreamingDistributionRequest(input *CreateStreamingDistributionInput) (req *request.Request, output *CreateStreamingDistributionOutput)
func (c *CloudFront) CreateStreamingDistributionWithContext(ctx aws.Context, input *CreateStreamingDistributionInput, opts ...request.Option) (*CreateStreamingDistributionOutput, error)
func (c *CloudFront) CreateStreamingDistributionWithTags(input *CreateStreamingDistributionWithTagsInput) (*CreateStreamingDistributionWithTagsOutput, error)
func (c *CloudFront) CreateStreamingDistributionWithTagsRequest(input *CreateStreamingDistributionWithTagsInput) (req *request.Request, output *CreateStreamingDistributionWithTagsOutput)
func (c *CloudFront) CreateStreamingDistributionWithTagsWithContext(ctx aws.Context, input *CreateStreamingDistributionWithTagsInput, opts ...request.Option) (*CreateStreamingDistributionWithTagsOutput, error)
func (c *CloudFront) DeleteCachePolicy(input *DeleteCachePolicyInput) (*DeleteCachePolicyOutput, error)
func (c *CloudFront) DeleteCachePolicyRequest(input *DeleteCachePolicyInput) (req *request.Request, output *DeleteCachePolicyOutput)
func (c *CloudFront) DeleteCachePolicyWithContext(ctx aws.Context, input *DeleteCachePolicyInput, opts ...request.Option) (*DeleteCachePolicyOutput, error)
func (c *CloudFront) DeleteCloudFrontOriginAccessIdentity(input *DeleteCloudFrontOriginAccessIdentityInput) (*DeleteCloudFrontOriginAccessIdentityOutput, error)
func (c *CloudFront) DeleteCloudFrontOriginAccessIdentityRequest(input *DeleteCloudFrontOriginAccessIdentityInput) (req *request.Request, output *DeleteCloudFrontOriginAccessIdentityOutput)
func (c *CloudFront) DeleteCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *DeleteCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*DeleteCloudFrontOriginAccessIdentityOutput, error)
func (c *CloudFront) DeleteContinuousDeploymentPolicy(input *DeleteContinuousDeploymentPolicyInput) (*DeleteContinuousDeploymentPolicyOutput, error)
func (c *CloudFront) DeleteContinuousDeploymentPolicyRequest(input *DeleteContinuousDeploymentPolicyInput) (req *request.Request, output *DeleteContinuousDeploymentPolicyOutput)
func (c *CloudFront) DeleteContinuousDeploymentPolicyWithContext(ctx aws.Context, input *DeleteContinuousDeploymentPolicyInput, opts ...request.Option) (*DeleteContinuousDeploymentPolicyOutput, error)
func (c *CloudFront) DeleteDistribution(input *DeleteDistributionInput) (*DeleteDistributionOutput, error)
func (c *CloudFront) DeleteDistributionRequest(input *DeleteDistributionInput) (req *request.Request, output *DeleteDistributionOutput)
func (c *CloudFront) DeleteDistributionWithContext(ctx aws.Context, input *DeleteDistributionInput, opts ...request.Option) (*DeleteDistributionOutput, error)
func (c *CloudFront) DeleteFieldLevelEncryptionConfig(input *DeleteFieldLevelEncryptionConfigInput) (*DeleteFieldLevelEncryptionConfigOutput, error)
func (c *CloudFront) DeleteFieldLevelEncryptionConfigRequest(input *DeleteFieldLevelEncryptionConfigInput) (req *request.Request, output *DeleteFieldLevelEncryptionConfigOutput)
func (c *CloudFront) DeleteFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *DeleteFieldLevelEncryptionConfigInput, opts ...request.Option) (*DeleteFieldLevelEncryptionConfigOutput, error)
func (c *CloudFront) DeleteFieldLevelEncryptionProfile(input *DeleteFieldLevelEncryptionProfileInput) (*DeleteFieldLevelEncryptionProfileOutput, error)
func (c *CloudFront) DeleteFieldLevelEncryptionProfileRequest(input *DeleteFieldLevelEncryptionProfileInput) (req *request.Request, output *DeleteFieldLevelEncryptionProfileOutput)
func (c *CloudFront) DeleteFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *DeleteFieldLevelEncryptionProfileInput, opts ...request.Option) (*DeleteFieldLevelEncryptionProfileOutput, error)
func (c *CloudFront) DeleteFunction(input *DeleteFunctionInput) (*DeleteFunctionOutput, error)
func (c *CloudFront) DeleteFunctionRequest(input *DeleteFunctionInput) (req *request.Request, output *DeleteFunctionOutput)
func (c *CloudFront) DeleteFunctionWithContext(ctx aws.Context, input *DeleteFunctionInput, opts ...request.Option) (*DeleteFunctionOutput, error)
func (c *CloudFront) DeleteKeyGroup(input *DeleteKeyGroupInput) (*DeleteKeyGroupOutput, error)
func (c *CloudFront) DeleteKeyGroupRequest(input *DeleteKeyGroupInput) (req *request.Request, output *DeleteKeyGroupOutput)
func (c *CloudFront) DeleteKeyGroupWithContext(ctx aws.Context, input *DeleteKeyGroupInput, opts ...request.Option) (*DeleteKeyGroupOutput, error)
func (c *CloudFront) DeleteMonitoringSubscription(input *DeleteMonitoringSubscriptionInput) (*DeleteMonitoringSubscriptionOutput, error)
func (c *CloudFront) DeleteMonitoringSubscriptionRequest(input *DeleteMonitoringSubscriptionInput) (req *request.Request, output *DeleteMonitoringSubscriptionOutput)
func (c *CloudFront) DeleteMonitoringSubscriptionWithContext(ctx aws.Context, input *DeleteMonitoringSubscriptionInput, opts ...request.Option) (*DeleteMonitoringSubscriptionOutput, error)
func (c *CloudFront) DeleteOriginAccessControl(input *DeleteOriginAccessControlInput) (*DeleteOriginAccessControlOutput, error)
func (c *CloudFront) DeleteOriginAccessControlRequest(input *DeleteOriginAccessControlInput) (req *request.Request, output *DeleteOriginAccessControlOutput)
func (c *CloudFront) DeleteOriginAccessControlWithContext(ctx aws.Context, input *DeleteOriginAccessControlInput, opts ...request.Option) (*DeleteOriginAccessControlOutput, error)
func (c *CloudFront) DeleteOriginRequestPolicy(input *DeleteOriginRequestPolicyInput) (*DeleteOriginRequestPolicyOutput, error)
func (c *CloudFront) DeleteOriginRequestPolicyRequest(input *DeleteOriginRequestPolicyInput) (req *request.Request, output *DeleteOriginRequestPolicyOutput)
func (c *CloudFront) DeleteOriginRequestPolicyWithContext(ctx aws.Context, input *DeleteOriginRequestPolicyInput, opts ...request.Option) (*DeleteOriginRequestPolicyOutput, error)
func (c *CloudFront) DeletePublicKey(input *DeletePublicKeyInput) (*DeletePublicKeyOutput, error)
func (c *CloudFront) DeletePublicKeyRequest(input *DeletePublicKeyInput) (req *request.Request, output *DeletePublicKeyOutput)
func (c *CloudFront) DeletePublicKeyWithContext(ctx aws.Context, input *DeletePublicKeyInput, opts ...request.Option) (*DeletePublicKeyOutput, error)
func (c *CloudFront) DeleteRealtimeLogConfig(input *DeleteRealtimeLogConfigInput) (*DeleteRealtimeLogConfigOutput, error)
func (c *CloudFront) DeleteRealtimeLogConfigRequest(input *DeleteRealtimeLogConfigInput) (req *request.Request, output *DeleteRealtimeLogConfigOutput)
func (c *CloudFront) DeleteRealtimeLogConfigWithContext(ctx aws.Context, input *DeleteRealtimeLogConfigInput, opts ...request.Option) (*DeleteRealtimeLogConfigOutput, error)
func (c *CloudFront) DeleteResponseHeadersPolicy(input *DeleteResponseHeadersPolicyInput) (*DeleteResponseHeadersPolicyOutput, error)
func (c *CloudFront) DeleteResponseHeadersPolicyRequest(input *DeleteResponseHeadersPolicyInput) (req *request.Request, output *DeleteResponseHeadersPolicyOutput)
func (c *CloudFront) DeleteResponseHeadersPolicyWithContext(ctx aws.Context, input *DeleteResponseHeadersPolicyInput, opts ...request.Option) (*DeleteResponseHeadersPolicyOutput, error)
func (c *CloudFront) DeleteStreamingDistribution(input *DeleteStreamingDistributionInput) (*DeleteStreamingDistributionOutput, error)
func (c *CloudFront) DeleteStreamingDistributionRequest(input *DeleteStreamingDistributionInput) (req *request.Request, output *DeleteStreamingDistributionOutput)
func (c *CloudFront) DeleteStreamingDistributionWithContext(ctx aws.Context, input *DeleteStreamingDistributionInput, opts ...request.Option) (*DeleteStreamingDistributionOutput, error)
func (c *CloudFront) DescribeFunction(input *DescribeFunctionInput) (*DescribeFunctionOutput, error)
func (c *CloudFront) DescribeFunctionRequest(input *DescribeFunctionInput) (req *request.Request, output *DescribeFunctionOutput)
func (c *CloudFront) DescribeFunctionWithContext(ctx aws.Context, input *DescribeFunctionInput, opts ...request.Option) (*DescribeFunctionOutput, error)
func (c *CloudFront) GetCachePolicy(input *GetCachePolicyInput) (*GetCachePolicyOutput, error)
func (c *CloudFront) GetCachePolicyConfig(input *GetCachePolicyConfigInput) (*GetCachePolicyConfigOutput, error)
func (c *CloudFront) GetCachePolicyConfigRequest(input *GetCachePolicyConfigInput) (req *request.Request, output *GetCachePolicyConfigOutput)
func (c *CloudFront) GetCachePolicyConfigWithContext(ctx aws.Context, input *GetCachePolicyConfigInput, opts ...request.Option) (*GetCachePolicyConfigOutput, error)
func (c *CloudFront) GetCachePolicyRequest(input *GetCachePolicyInput) (req *request.Request, output *GetCachePolicyOutput)
func (c *CloudFront) GetCachePolicyWithContext(ctx aws.Context, input *GetCachePolicyInput, opts ...request.Option) (*GetCachePolicyOutput, error)
func (c *CloudFront) GetCloudFrontOriginAccessIdentity(input *GetCloudFrontOriginAccessIdentityInput) (*GetCloudFrontOriginAccessIdentityOutput, error)
func (c *CloudFront) GetCloudFrontOriginAccessIdentityConfig(input *GetCloudFrontOriginAccessIdentityConfigInput) (*GetCloudFrontOriginAccessIdentityConfigOutput, error)
func (c *CloudFront) GetCloudFrontOriginAccessIdentityConfigRequest(input *GetCloudFrontOriginAccessIdentityConfigInput) (req *request.Request, output *GetCloudFrontOriginAccessIdentityConfigOutput)
func (c *CloudFront) GetCloudFrontOriginAccessIdentityConfigWithContext(ctx aws.Context, input *GetCloudFrontOriginAccessIdentityConfigInput, opts ...request.Option) (*GetCloudFrontOriginAccessIdentityConfigOutput, error)
func (c *CloudFront) GetCloudFrontOriginAccessIdentityRequest(input *GetCloudFrontOriginAccessIdentityInput) (req *request.Request, output *GetCloudFrontOriginAccessIdentityOutput)
func (c *CloudFront) GetCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *GetCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*GetCloudFrontOriginAccessIdentityOutput, error)
func (c *CloudFront) GetContinuousDeploymentPolicy(input *GetContinuousDeploymentPolicyInput) (*GetContinuousDeploymentPolicyOutput, error)
func (c *CloudFront) GetContinuousDeploymentPolicyConfig(input *GetContinuousDeploymentPolicyConfigInput) (*GetContinuousDeploymentPolicyConfigOutput, error)
func (c *CloudFront) GetContinuousDeploymentPolicyConfigRequest(input *GetContinuousDeploymentPolicyConfigInput) (req *request.Request, output *GetContinuousDeploymentPolicyConfigOutput)
func (c *CloudFront) GetContinuousDeploymentPolicyConfigWithContext(ctx aws.Context, input *GetContinuousDeploymentPolicyConfigInput, opts ...request.Option) (*GetContinuousDeploymentPolicyConfigOutput, error)
func (c *CloudFront) GetContinuousDeploymentPolicyRequest(input *GetContinuousDeploymentPolicyInput) (req *request.Request, output *GetContinuousDeploymentPolicyOutput)
func (c *CloudFront) GetContinuousDeploymentPolicyWithContext(ctx aws.Context, input *GetContinuousDeploymentPolicyInput, opts ...request.Option) (*GetContinuousDeploymentPolicyOutput, error)
func (c *CloudFront) GetDistribution(input *GetDistributionInput) (*GetDistributionOutput, error)
func (c *CloudFront) GetDistributionConfig(input *GetDistributionConfigInput) (*GetDistributionConfigOutput, error)
func (c *CloudFront) GetDistributionConfigRequest(input *GetDistributionConfigInput) (req *request.Request, output *GetDistributionConfigOutput)
func (c *CloudFront) GetDistributionConfigWithContext(ctx aws.Context, input *GetDistributionConfigInput, opts ...request.Option) (*GetDistributionConfigOutput, error)
func (c *CloudFront) GetDistributionRequest(input *GetDistributionInput) (req *request.Request, output *GetDistributionOutput)
func (c *CloudFront) GetDistributionWithContext(ctx aws.Context, input *GetDistributionInput, opts ...request.Option) (*GetDistributionOutput, error)
func (c *CloudFront) GetFieldLevelEncryption(input *GetFieldLevelEncryptionInput) (*GetFieldLevelEncryptionOutput, error)
func (c *CloudFront) GetFieldLevelEncryptionConfig(input *GetFieldLevelEncryptionConfigInput) (*GetFieldLevelEncryptionConfigOutput, error)
func (c *CloudFront) GetFieldLevelEncryptionConfigRequest(input *GetFieldLevelEncryptionConfigInput) (req *request.Request, output *GetFieldLevelEncryptionConfigOutput)
func (c *CloudFront) GetFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *GetFieldLevelEncryptionConfigInput, opts ...request.Option) (*GetFieldLevelEncryptionConfigOutput, error)
func (c *CloudFront) GetFieldLevelEncryptionProfile(input *GetFieldLevelEncryptionProfileInput) (*GetFieldLevelEncryptionProfileOutput, error)
func (c *CloudFront) GetFieldLevelEncryptionProfileConfig(input *GetFieldLevelEncryptionProfileConfigInput) (*GetFieldLevelEncryptionProfileConfigOutput, error)
func (c *CloudFront) GetFieldLevelEncryptionProfileConfigRequest(input *GetFieldLevelEncryptionProfileConfigInput) (req *request.Request, output *GetFieldLevelEncryptionProfileConfigOutput)
func (c *CloudFront) GetFieldLevelEncryptionProfileConfigWithContext(ctx aws.Context, input *GetFieldLevelEncryptionProfileConfigInput, opts ...request.Option) (*GetFieldLevelEncryptionProfileConfigOutput, error)
func (c *CloudFront) GetFieldLevelEncryptionProfileRequest(input *GetFieldLevelEncryptionProfileInput) (req *request.Request, output *GetFieldLevelEncryptionProfileOutput)
func (c *CloudFront) GetFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *GetFieldLevelEncryptionProfileInput, opts ...request.Option) (*GetFieldLevelEncryptionProfileOutput, error)
func (c *CloudFront) GetFieldLevelEncryptionRequest(input *GetFieldLevelEncryptionInput) (req *request.Request, output *GetFieldLevelEncryptionOutput)
func (c *CloudFront) GetFieldLevelEncryptionWithContext(ctx aws.Context, input *GetFieldLevelEncryptionInput, opts ...request.Option) (*GetFieldLevelEncryptionOutput, error)
func (c *CloudFront) GetFunction(input *GetFunctionInput) (*GetFunctionOutput, error)
func (c *CloudFront) GetFunctionRequest(input *GetFunctionInput) (req *request.Request, output *GetFunctionOutput)
func (c *CloudFront) GetFunctionWithContext(ctx aws.Context, input *GetFunctionInput, opts ...request.Option) (*GetFunctionOutput, error)
func (c *CloudFront) GetInvalidation(input *GetInvalidationInput) (*GetInvalidationOutput, error)
func (c *CloudFront) GetInvalidationRequest(input *GetInvalidationInput) (req *request.Request, output *GetInvalidationOutput)
func (c *CloudFront) GetInvalidationWithContext(ctx aws.Context, input *GetInvalidationInput, opts ...request.Option) (*GetInvalidationOutput, error)
func (c *CloudFront) GetKeyGroup(input *GetKeyGroupInput) (*GetKeyGroupOutput, error)
func (c *CloudFront) GetKeyGroupConfig(input *GetKeyGroupConfigInput) (*GetKeyGroupConfigOutput, error)
func (c *CloudFront) GetKeyGroupConfigRequest(input *GetKeyGroupConfigInput) (req *request.Request, output *GetKeyGroupConfigOutput)
func (c *CloudFront) GetKeyGroupConfigWithContext(ctx aws.Context, input *GetKeyGroupConfigInput, opts ...request.Option) (*GetKeyGroupConfigOutput, error)
func (c *CloudFront) GetKeyGroupRequest(input *GetKeyGroupInput) (req *request.Request, output *GetKeyGroupOutput)
func (c *CloudFront) GetKeyGroupWithContext(ctx aws.Context, input *GetKeyGroupInput, opts ...request.Option) (*GetKeyGroupOutput, error)
func (c *CloudFront) GetMonitoringSubscription(input *GetMonitoringSubscriptionInput) (*GetMonitoringSubscriptionOutput, error)
func (c *CloudFront) GetMonitoringSubscriptionRequest(input *GetMonitoringSubscriptionInput) (req *request.Request, output *GetMonitoringSubscriptionOutput)
func (c *CloudFront) GetMonitoringSubscriptionWithContext(ctx aws.Context, input *GetMonitoringSubscriptionInput, opts ...request.Option) (*GetMonitoringSubscriptionOutput, error)
func (c *CloudFront) GetOriginAccessControl(input *GetOriginAccessControlInput) (*GetOriginAccessControlOutput, error)
func (c *CloudFront) GetOriginAccessControlConfig(input *GetOriginAccessControlConfigInput) (*GetOriginAccessControlConfigOutput, error)
func (c *CloudFront) GetOriginAccessControlConfigRequest(input *GetOriginAccessControlConfigInput) (req *request.Request, output *GetOriginAccessControlConfigOutput)
func (c *CloudFront) GetOriginAccessControlConfigWithContext(ctx aws.Context, input *GetOriginAccessControlConfigInput, opts ...request.Option) (*GetOriginAccessControlConfigOutput, error)
func (c *CloudFront) GetOriginAccessControlRequest(input *GetOriginAccessControlInput) (req *request.Request, output *GetOriginAccessControlOutput)
func (c *CloudFront) GetOriginAccessControlWithContext(ctx aws.Context, input *GetOriginAccessControlInput, opts ...request.Option) (*GetOriginAccessControlOutput, error)
func (c *CloudFront) GetOriginRequestPolicy(input *GetOriginRequestPolicyInput) (*GetOriginRequestPolicyOutput, error)
func (c *CloudFront) GetOriginRequestPolicyConfig(input *GetOriginRequestPolicyConfigInput) (*GetOriginRequestPolicyConfigOutput, error)
func (c *CloudFront) GetOriginRequestPolicyConfigRequest(input *GetOriginRequestPolicyConfigInput) (req *request.Request, output *GetOriginRequestPolicyConfigOutput)
func (c *CloudFront) GetOriginRequestPolicyConfigWithContext(ctx aws.Context, input *GetOriginRequestPolicyConfigInput, opts ...request.Option) (*GetOriginRequestPolicyConfigOutput, error)
func (c *CloudFront) GetOriginRequestPolicyRequest(input *GetOriginRequestPolicyInput) (req *request.Request, output *GetOriginRequestPolicyOutput)
func (c *CloudFront) GetOriginRequestPolicyWithContext(ctx aws.Context, input *GetOriginRequestPolicyInput, opts ...request.Option) (*GetOriginRequestPolicyOutput, error)
func (c *CloudFront) GetPublicKey(input *GetPublicKeyInput) (*GetPublicKeyOutput, error)
func (c *CloudFront) GetPublicKeyConfig(input *GetPublicKeyConfigInput) (*GetPublicKeyConfigOutput, error)
func (c *CloudFront) GetPublicKeyConfigRequest(input *GetPublicKeyConfigInput) (req *request.Request, output *GetPublicKeyConfigOutput)
func (c *CloudFront) GetPublicKeyConfigWithContext(ctx aws.Context, input *GetPublicKeyConfigInput, opts ...request.Option) (*GetPublicKeyConfigOutput, error)
func (c *CloudFront) GetPublicKeyRequest(input *GetPublicKeyInput) (req *request.Request, output *GetPublicKeyOutput)
func (c *CloudFront) GetPublicKeyWithContext(ctx aws.Context, input *GetPublicKeyInput, opts ...request.Option) (*GetPublicKeyOutput, error)
func (c *CloudFront) GetRealtimeLogConfig(input *GetRealtimeLogConfigInput) (*GetRealtimeLogConfigOutput, error)
func (c *CloudFront) GetRealtimeLogConfigRequest(input *GetRealtimeLogConfigInput) (req *request.Request, output *GetRealtimeLogConfigOutput)
func (c *CloudFront) GetRealtimeLogConfigWithContext(ctx aws.Context, input *GetRealtimeLogConfigInput, opts ...request.Option) (*GetRealtimeLogConfigOutput, error)
func (c *CloudFront) GetResponseHeadersPolicy(input *GetResponseHeadersPolicyInput) (*GetResponseHeadersPolicyOutput, error)
func (c *CloudFront) GetResponseHeadersPolicyConfig(input *GetResponseHeadersPolicyConfigInput) (*GetResponseHeadersPolicyConfigOutput, error)
func (c *CloudFront) GetResponseHeadersPolicyConfigRequest(input *GetResponseHeadersPolicyConfigInput) (req *request.Request, output *GetResponseHeadersPolicyConfigOutput)
func (c *CloudFront) GetResponseHeadersPolicyConfigWithContext(ctx aws.Context, input *GetResponseHeadersPolicyConfigInput, opts ...request.Option) (*GetResponseHeadersPolicyConfigOutput, error)
func (c *CloudFront) GetResponseHeadersPolicyRequest(input *GetResponseHeadersPolicyInput) (req *request.Request, output *GetResponseHeadersPolicyOutput)
func (c *CloudFront) GetResponseHeadersPolicyWithContext(ctx aws.Context, input *GetResponseHeadersPolicyInput, opts ...request.Option) (*GetResponseHeadersPolicyOutput, error)
func (c *CloudFront) GetStreamingDistribution(input *GetStreamingDistributionInput) (*GetStreamingDistributionOutput, error)
func (c *CloudFront) GetStreamingDistributionConfig(input *GetStreamingDistributionConfigInput) (*GetStreamingDistributionConfigOutput, error)
func (c *CloudFront) GetStreamingDistributionConfigRequest(input *GetStreamingDistributionConfigInput) (req *request.Request, output *GetStreamingDistributionConfigOutput)
func (c *CloudFront) GetStreamingDistributionConfigWithContext(ctx aws.Context, input *GetStreamingDistributionConfigInput, opts ...request.Option) (*GetStreamingDistributionConfigOutput, error)
func (c *CloudFront) GetStreamingDistributionRequest(input *GetStreamingDistributionInput) (req *request.Request, output *GetStreamingDistributionOutput)
func (c *CloudFront) GetStreamingDistributionWithContext(ctx aws.Context, input *GetStreamingDistributionInput, opts ...request.Option) (*GetStreamingDistributionOutput, error)
func (c *CloudFront) ListCachePolicies(input *ListCachePoliciesInput) (*ListCachePoliciesOutput, error)
func (c *CloudFront) ListCachePoliciesRequest(input *ListCachePoliciesInput) (req *request.Request, output *ListCachePoliciesOutput)
func (c *CloudFront) ListCachePoliciesWithContext(ctx aws.Context, input *ListCachePoliciesInput, opts ...request.Option) (*ListCachePoliciesOutput, error)
func (c *CloudFront) ListCloudFrontOriginAccessIdentities(input *ListCloudFrontOriginAccessIdentitiesInput) (*ListCloudFrontOriginAccessIdentitiesOutput, error)
func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesPages(input *ListCloudFrontOriginAccessIdentitiesInput, fn func(*ListCloudFrontOriginAccessIdentitiesOutput, bool) bool) error
func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesPagesWithContext(ctx aws.Context, input *ListCloudFrontOriginAccessIdentitiesInput, fn func(*ListCloudFrontOriginAccessIdentitiesOutput, bool) bool, opts ...request.Option) error
func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesRequest(input *ListCloudFrontOriginAccessIdentitiesInput) (req *request.Request, output *ListCloudFrontOriginAccessIdentitiesOutput)
func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesWithContext(ctx aws.Context, input *ListCloudFrontOriginAccessIdentitiesInput, opts ...request.Option) (*ListCloudFrontOriginAccessIdentitiesOutput, error)
func (c *CloudFront) ListConflictingAliases(input *ListConflictingAliasesInput) (*ListConflictingAliasesOutput, error)
func (c *CloudFront) ListConflictingAliasesRequest(input *ListConflictingAliasesInput) (req *request.Request, output *ListConflictingAliasesOutput)
func (c *CloudFront) ListConflictingAliasesWithContext(ctx aws.Context, input *ListConflictingAliasesInput, opts ...request.Option) (*ListConflictingAliasesOutput, error)
func (c *CloudFront) ListContinuousDeploymentPolicies(input *ListContinuousDeploymentPoliciesInput) (*ListContinuousDeploymentPoliciesOutput, error)
func (c *CloudFront) ListContinuousDeploymentPoliciesRequest(input *ListContinuousDeploymentPoliciesInput) (req *request.Request, output *ListContinuousDeploymentPoliciesOutput)
func (c *CloudFront) ListContinuousDeploymentPoliciesWithContext(ctx aws.Context, input *ListContinuousDeploymentPoliciesInput, opts ...request.Option) (*ListContinuousDeploymentPoliciesOutput, error)
func (c *CloudFront) ListDistributions(input *ListDistributionsInput) (*ListDistributionsOutput, error)
func (c *CloudFront) ListDistributionsByCachePolicyId(input *ListDistributionsByCachePolicyIdInput) (*ListDistributionsByCachePolicyIdOutput, error)
func (c *CloudFront) ListDistributionsByCachePolicyIdRequest(input *ListDistributionsByCachePolicyIdInput) (req *request.Request, output *ListDistributionsByCachePolicyIdOutput)
func (c *CloudFront) ListDistributionsByCachePolicyIdWithContext(ctx aws.Context, input *ListDistributionsByCachePolicyIdInput, opts ...request.Option) (*ListDistributionsByCachePolicyIdOutput, error)
func (c *CloudFront) ListDistributionsByKeyGroup(input *ListDistributionsByKeyGroupInput) (*ListDistributionsByKeyGroupOutput, error)
func (c *CloudFront) ListDistributionsByKeyGroupRequest(input *ListDistributionsByKeyGroupInput) (req *request.Request, output *ListDistributionsByKeyGroupOutput)
func (c *CloudFront) ListDistributionsByKeyGroupWithContext(ctx aws.Context, input *ListDistributionsByKeyGroupInput, opts ...request.Option) (*ListDistributionsByKeyGroupOutput, error)
func (c *CloudFront) ListDistributionsByOriginRequestPolicyId(input *ListDistributionsByOriginRequestPolicyIdInput) (*ListDistributionsByOriginRequestPolicyIdOutput, error)
func (c *CloudFront) ListDistributionsByOriginRequestPolicyIdRequest(input *ListDistributionsByOriginRequestPolicyIdInput) (req *request.Request, output *ListDistributionsByOriginRequestPolicyIdOutput)
func (c *CloudFront) ListDistributionsByOriginRequestPolicyIdWithContext(ctx aws.Context, input *ListDistributionsByOriginRequestPolicyIdInput, opts ...request.Option) (*ListDistributionsByOriginRequestPolicyIdOutput, error)
func (c *CloudFront) ListDistributionsByRealtimeLogConfig(input *ListDistributionsByRealtimeLogConfigInput) (*ListDistributionsByRealtimeLogConfigOutput, error)
func (c *CloudFront) ListDistributionsByRealtimeLogConfigRequest(input *ListDistributionsByRealtimeLogConfigInput) (req *request.Request, output *ListDistributionsByRealtimeLogConfigOutput)
func (c *CloudFront) ListDistributionsByRealtimeLogConfigWithContext(ctx aws.Context, input *ListDistributionsByRealtimeLogConfigInput, opts ...request.Option) (*ListDistributionsByRealtimeLogConfigOutput, error)
func (c *CloudFront) ListDistributionsByResponseHeadersPolicyId(input *ListDistributionsByResponseHeadersPolicyIdInput) (*ListDistributionsByResponseHeadersPolicyIdOutput, error)
func (c *CloudFront) ListDistributionsByResponseHeadersPolicyIdRequest(input *ListDistributionsByResponseHeadersPolicyIdInput) (req *request.Request, output *ListDistributionsByResponseHeadersPolicyIdOutput)
func (c *CloudFront) ListDistributionsByResponseHeadersPolicyIdWithContext(ctx aws.Context, input *ListDistributionsByResponseHeadersPolicyIdInput, opts ...request.Option) (*ListDistributionsByResponseHeadersPolicyIdOutput, error)
func (c *CloudFront) ListDistributionsByWebACLId(input *ListDistributionsByWebACLIdInput) (*ListDistributionsByWebACLIdOutput, error)
func (c *CloudFront) ListDistributionsByWebACLIdRequest(input *ListDistributionsByWebACLIdInput) (req *request.Request, output *ListDistributionsByWebACLIdOutput)
func (c *CloudFront) ListDistributionsByWebACLIdWithContext(ctx aws.Context, input *ListDistributionsByWebACLIdInput, opts ...request.Option) (*ListDistributionsByWebACLIdOutput, error)
func (c *CloudFront) ListDistributionsPages(input *ListDistributionsInput, fn func(*ListDistributionsOutput, bool) bool) error
func (c *CloudFront) ListDistributionsPagesWithContext(ctx aws.Context, input *ListDistributionsInput, fn func(*ListDistributionsOutput, bool) bool, opts ...request.Option) error
func (c *CloudFront) ListDistributionsRequest(input *ListDistributionsInput) (req *request.Request, output *ListDistributionsOutput)
func (c *CloudFront) ListDistributionsWithContext(ctx aws.Context, input *ListDistributionsInput, opts ...request.Option) (*ListDistributionsOutput, error)
func (c *CloudFront) ListFieldLevelEncryptionConfigs(input *ListFieldLevelEncryptionConfigsInput) (*ListFieldLevelEncryptionConfigsOutput, error)
func (c *CloudFront) ListFieldLevelEncryptionConfigsRequest(input *ListFieldLevelEncryptionConfigsInput) (req *request.Request, output *ListFieldLevelEncryptionConfigsOutput)
func (c *CloudFront) ListFieldLevelEncryptionConfigsWithContext(ctx aws.Context, input *ListFieldLevelEncryptionConfigsInput, opts ...request.Option) (*ListFieldLevelEncryptionConfigsOutput, error)
func (c *CloudFront) ListFieldLevelEncryptionProfiles(input *ListFieldLevelEncryptionProfilesInput) (*ListFieldLevelEncryptionProfilesOutput, error)
func (c *CloudFront) ListFieldLevelEncryptionProfilesRequest(input *ListFieldLevelEncryptionProfilesInput) (req *request.Request, output *ListFieldLevelEncryptionProfilesOutput)
func (c *CloudFront) ListFieldLevelEncryptionProfilesWithContext(ctx aws.Context, input *ListFieldLevelEncryptionProfilesInput, opts ...request.Option) (*ListFieldLevelEncryptionProfilesOutput, error)
func (c *CloudFront) ListFunctions(input *ListFunctionsInput) (*ListFunctionsOutput, error)
func (c *CloudFront) ListFunctionsRequest(input *ListFunctionsInput) (req *request.Request, output *ListFunctionsOutput)
func (c *CloudFront) ListFunctionsWithContext(ctx aws.Context, input *ListFunctionsInput, opts ...request.Option) (*ListFunctionsOutput, error)
func (c *CloudFront) ListInvalidations(input *ListInvalidationsInput) (*ListInvalidationsOutput, error)
func (c *CloudFront) ListInvalidationsPages(input *ListInvalidationsInput, fn func(*ListInvalidationsOutput, bool) bool) error
func (c *CloudFront) ListInvalidationsPagesWithContext(ctx aws.Context, input *ListInvalidationsInput, fn func(*ListInvalidationsOutput, bool) bool, opts ...request.Option) error
func (c *CloudFront) ListInvalidationsRequest(input *ListInvalidationsInput) (req *request.Request, output *ListInvalidationsOutput)
func (c *CloudFront) ListInvalidationsWithContext(ctx aws.Context, input *ListInvalidationsInput, opts ...request.Option) (*ListInvalidationsOutput, error)
func (c *CloudFront) ListKeyGroups(input *ListKeyGroupsInput) (*ListKeyGroupsOutput, error)
func (c *CloudFront) ListKeyGroupsRequest(input *ListKeyGroupsInput) (req *request.Request, output *ListKeyGroupsOutput)
func (c *CloudFront) ListKeyGroupsWithContext(ctx aws.Context, input *ListKeyGroupsInput, opts ...request.Option) (*ListKeyGroupsOutput, error)
func (c *CloudFront) ListOriginAccessControls(input *ListOriginAccessControlsInput) (*ListOriginAccessControlsOutput, error)
func (c *CloudFront) ListOriginAccessControlsRequest(input *ListOriginAccessControlsInput) (req *request.Request, output *ListOriginAccessControlsOutput)
func (c *CloudFront) ListOriginAccessControlsWithContext(ctx aws.Context, input *ListOriginAccessControlsInput, opts ...request.Option) (*ListOriginAccessControlsOutput, error)
func (c *CloudFront) ListOriginRequestPolicies(input *ListOriginRequestPoliciesInput) (*ListOriginRequestPoliciesOutput, error)
func (c *CloudFront) ListOriginRequestPoliciesRequest(input *ListOriginRequestPoliciesInput) (req *request.Request, output *ListOriginRequestPoliciesOutput)
func (c *CloudFront) ListOriginRequestPoliciesWithContext(ctx aws.Context, input *ListOriginRequestPoliciesInput, opts ...request.Option) (*ListOriginRequestPoliciesOutput, error)
func (c *CloudFront) ListPublicKeys(input *ListPublicKeysInput) (*ListPublicKeysOutput, error)
func (c *CloudFront) ListPublicKeysRequest(input *ListPublicKeysInput) (req *request.Request, output *ListPublicKeysOutput)
func (c *CloudFront) ListPublicKeysWithContext(ctx aws.Context, input *ListPublicKeysInput, opts ...request.Option) (*ListPublicKeysOutput, error)
func (c *CloudFront) ListRealtimeLogConfigs(input *ListRealtimeLogConfigsInput) (*ListRealtimeLogConfigsOutput, error)
func (c *CloudFront) ListRealtimeLogConfigsRequest(input *ListRealtimeLogConfigsInput) (req *request.Request, output *ListRealtimeLogConfigsOutput)
func (c *CloudFront) ListRealtimeLogConfigsWithContext(ctx aws.Context, input *ListRealtimeLogConfigsInput, opts ...request.Option) (*ListRealtimeLogConfigsOutput, error)
func (c *CloudFront) ListResponseHeadersPolicies(input *ListResponseHeadersPoliciesInput) (*ListResponseHeadersPoliciesOutput, error)
func (c *CloudFront) ListResponseHeadersPoliciesRequest(input *ListResponseHeadersPoliciesInput) (req *request.Request, output *ListResponseHeadersPoliciesOutput)
func (c *CloudFront) ListResponseHeadersPoliciesWithContext(ctx aws.Context, input *ListResponseHeadersPoliciesInput, opts ...request.Option) (*ListResponseHeadersPoliciesOutput, error)
func (c *CloudFront) ListStreamingDistributions(input *ListStreamingDistributionsInput) (*ListStreamingDistributionsOutput, error)
func (c *CloudFront) ListStreamingDistributionsPages(input *ListStreamingDistributionsInput, fn func(*ListStreamingDistributionsOutput, bool) bool) error
func (c *CloudFront) ListStreamingDistributionsPagesWithContext(ctx aws.Context, input *ListStreamingDistributionsInput, fn func(*ListStreamingDistributionsOutput, bool) bool, opts ...request.Option) error
func (c *CloudFront) ListStreamingDistributionsRequest(input *ListStreamingDistributionsInput) (req *request.Request, output *ListStreamingDistributionsOutput)
func (c *CloudFront) ListStreamingDistributionsWithContext(ctx aws.Context, input *ListStreamingDistributionsInput, opts ...request.Option) (*ListStreamingDistributionsOutput, error)
func (c *CloudFront) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *CloudFront) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *CloudFront) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *CloudFront) PublishFunction(input *PublishFunctionInput) (*PublishFunctionOutput, error)
func (c *CloudFront) PublishFunctionRequest(input *PublishFunctionInput) (req *request.Request, output *PublishFunctionOutput)
func (c *CloudFront) PublishFunctionWithContext(ctx aws.Context, input *PublishFunctionInput, opts ...request.Option) (*PublishFunctionOutput, error)
func (c *CloudFront) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *CloudFront) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *CloudFront) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *CloudFront) TestFunction(input *TestFunctionInput) (*TestFunctionOutput, error)
func (c *CloudFront) TestFunctionRequest(input *TestFunctionInput) (req *request.Request, output *TestFunctionOutput)
func (c *CloudFront) TestFunctionWithContext(ctx aws.Context, input *TestFunctionInput, opts ...request.Option) (*TestFunctionOutput, error)
func (c *CloudFront) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *CloudFront) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *CloudFront) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *CloudFront) UpdateCachePolicy(input *UpdateCachePolicyInput) (*UpdateCachePolicyOutput, error)
func (c *CloudFront) UpdateCachePolicyRequest(input *UpdateCachePolicyInput) (req *request.Request, output *UpdateCachePolicyOutput)
func (c *CloudFront) UpdateCachePolicyWithContext(ctx aws.Context, input *UpdateCachePolicyInput, opts ...request.Option) (*UpdateCachePolicyOutput, error)
func (c *CloudFront) UpdateCloudFrontOriginAccessIdentity(input *UpdateCloudFrontOriginAccessIdentityInput) (*UpdateCloudFrontOriginAccessIdentityOutput, error)
func (c *CloudFront) UpdateCloudFrontOriginAccessIdentityRequest(input *UpdateCloudFrontOriginAccessIdentityInput) (req *request.Request, output *UpdateCloudFrontOriginAccessIdentityOutput)
func (c *CloudFront) UpdateCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *UpdateCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*UpdateCloudFrontOriginAccessIdentityOutput, error)
func (c *CloudFront) UpdateContinuousDeploymentPolicy(input *UpdateContinuousDeploymentPolicyInput) (*UpdateContinuousDeploymentPolicyOutput, error)
func (c *CloudFront) UpdateContinuousDeploymentPolicyRequest(input *UpdateContinuousDeploymentPolicyInput) (req *request.Request, output *UpdateContinuousDeploymentPolicyOutput)
func (c *CloudFront) UpdateContinuousDeploymentPolicyWithContext(ctx aws.Context, input *UpdateContinuousDeploymentPolicyInput, opts ...request.Option) (*UpdateContinuousDeploymentPolicyOutput, error)
func (c *CloudFront) UpdateDistribution(input *UpdateDistributionInput) (*UpdateDistributionOutput, error)
func (c *CloudFront) UpdateDistributionRequest(input *UpdateDistributionInput) (req *request.Request, output *UpdateDistributionOutput)
func (c *CloudFront) UpdateDistributionWithContext(ctx aws.Context, input *UpdateDistributionInput, opts ...request.Option) (*UpdateDistributionOutput, error)
func (c *CloudFront) UpdateDistributionWithStagingConfig(input *UpdateDistributionWithStagingConfigInput) (*UpdateDistributionWithStagingConfigOutput, error)
func (c *CloudFront) UpdateDistributionWithStagingConfigRequest(input *UpdateDistributionWithStagingConfigInput) (req *request.Request, output *UpdateDistributionWithStagingConfigOutput)
func (c *CloudFront) UpdateDistributionWithStagingConfigWithContext(ctx aws.Context, input *UpdateDistributionWithStagingConfigInput, opts ...request.Option) (*UpdateDistributionWithStagingConfigOutput, error)
func (c *CloudFront) UpdateFieldLevelEncryptionConfig(input *UpdateFieldLevelEncryptionConfigInput) (*UpdateFieldLevelEncryptionConfigOutput, error)
func (c *CloudFront) UpdateFieldLevelEncryptionConfigRequest(input *UpdateFieldLevelEncryptionConfigInput) (req *request.Request, output *UpdateFieldLevelEncryptionConfigOutput)
func (c *CloudFront) UpdateFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *UpdateFieldLevelEncryptionConfigInput, opts ...request.Option) (*UpdateFieldLevelEncryptionConfigOutput, error)
func (c *CloudFront) UpdateFieldLevelEncryptionProfile(input *UpdateFieldLevelEncryptionProfileInput) (*UpdateFieldLevelEncryptionProfileOutput, error)
func (c *CloudFront) UpdateFieldLevelEncryptionProfileRequest(input *UpdateFieldLevelEncryptionProfileInput) (req *request.Request, output *UpdateFieldLevelEncryptionProfileOutput)
func (c *CloudFront) UpdateFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *UpdateFieldLevelEncryptionProfileInput, opts ...request.Option) (*UpdateFieldLevelEncryptionProfileOutput, error)
func (c *CloudFront) UpdateFunction(input *UpdateFunctionInput) (*UpdateFunctionOutput, error)
func (c *CloudFront) UpdateFunctionRequest(input *UpdateFunctionInput) (req *request.Request, output *UpdateFunctionOutput)
func (c *CloudFront) UpdateFunctionWithContext(ctx aws.Context, input *UpdateFunctionInput, opts ...request.Option) (*UpdateFunctionOutput, error)
func (c *CloudFront) UpdateKeyGroup(input *UpdateKeyGroupInput) (*UpdateKeyGroupOutput, error)
func (c *CloudFront) UpdateKeyGroupRequest(input *UpdateKeyGroupInput) (req *request.Request, output *UpdateKeyGroupOutput)
func (c *CloudFront) UpdateKeyGroupWithContext(ctx aws.Context, input *UpdateKeyGroupInput, opts ...request.Option) (*UpdateKeyGroupOutput, error)
func (c *CloudFront) UpdateOriginAccessControl(input *UpdateOriginAccessControlInput) (*UpdateOriginAccessControlOutput, error)
func (c *CloudFront) UpdateOriginAccessControlRequest(input *UpdateOriginAccessControlInput) (req *request.Request, output *UpdateOriginAccessControlOutput)
func (c *CloudFront) UpdateOriginAccessControlWithContext(ctx aws.Context, input *UpdateOriginAccessControlInput, opts ...request.Option) (*UpdateOriginAccessControlOutput, error)
func (c *CloudFront) UpdateOriginRequestPolicy(input *UpdateOriginRequestPolicyInput) (*UpdateOriginRequestPolicyOutput, error)
func (c *CloudFront) UpdateOriginRequestPolicyRequest(input *UpdateOriginRequestPolicyInput) (req *request.Request, output *UpdateOriginRequestPolicyOutput)
func (c *CloudFront) UpdateOriginRequestPolicyWithContext(ctx aws.Context, input *UpdateOriginRequestPolicyInput, opts ...request.Option) (*UpdateOriginRequestPolicyOutput, error)
func (c *CloudFront) UpdatePublicKey(input *UpdatePublicKeyInput) (*UpdatePublicKeyOutput, error)
func (c *CloudFront) UpdatePublicKeyRequest(input *UpdatePublicKeyInput) (req *request.Request, output *UpdatePublicKeyOutput)
func (c *CloudFront) UpdatePublicKeyWithContext(ctx aws.Context, input *UpdatePublicKeyInput, opts ...request.Option) (*UpdatePublicKeyOutput, error)
func (c *CloudFront) UpdateRealtimeLogConfig(input *UpdateRealtimeLogConfigInput) (*UpdateRealtimeLogConfigOutput, error)
func (c *CloudFront) UpdateRealtimeLogConfigRequest(input *UpdateRealtimeLogConfigInput) (req *request.Request, output *UpdateRealtimeLogConfigOutput)
func (c *CloudFront) UpdateRealtimeLogConfigWithContext(ctx aws.Context, input *UpdateRealtimeLogConfigInput, opts ...request.Option) (*UpdateRealtimeLogConfigOutput, error)
func (c *CloudFront) UpdateResponseHeadersPolicy(input *UpdateResponseHeadersPolicyInput) (*UpdateResponseHeadersPolicyOutput, error)
func (c *CloudFront) UpdateResponseHeadersPolicyRequest(input *UpdateResponseHeadersPolicyInput) (req *request.Request, output *UpdateResponseHeadersPolicyOutput)
func (c *CloudFront) UpdateResponseHeadersPolicyWithContext(ctx aws.Context, input *UpdateResponseHeadersPolicyInput, opts ...request.Option) (*UpdateResponseHeadersPolicyOutput, error)
func (c *CloudFront) UpdateStreamingDistribution(input *UpdateStreamingDistributionInput) (*UpdateStreamingDistributionOutput, error)
func (c *CloudFront) UpdateStreamingDistributionRequest(input *UpdateStreamingDistributionInput) (req *request.Request, output *UpdateStreamingDistributionOutput)
func (c *CloudFront) UpdateStreamingDistributionWithContext(ctx aws.Context, input *UpdateStreamingDistributionInput, opts ...request.Option) (*UpdateStreamingDistributionOutput, error)
func (c *CloudFront) WaitUntilDistributionDeployed(input *GetDistributionInput) error
func (c *CloudFront) WaitUntilDistributionDeployedWithContext(ctx aws.Context, input *GetDistributionInput, opts ...request.WaiterOption) error
func (c *CloudFront) WaitUntilInvalidationCompleted(input *GetInvalidationInput) error
func (c *CloudFront) WaitUntilInvalidationCompletedWithContext(ctx aws.Context, input *GetInvalidationInput, opts ...request.WaiterOption) error
func (c *CloudFront) WaitUntilStreamingDistributionDeployed(input *GetStreamingDistributionInput) error
func (c *CloudFront) WaitUntilStreamingDistributionDeployedWithContext(ctx aws.Context, input *GetStreamingDistributionInput, opts ...request.WaiterOption) error
func CachePolicyCookieBehavior_Values() []string
func CachePolicyHeaderBehavior_Values() []string
func CachePolicyQueryStringBehavior_Values() []string
func CachePolicyType_Values() []string
func CertificateSource_Values() []string
func ContinuousDeploymentPolicyType_Values() []string
func EventType_Values() []string
func Format_Values() []string
func FrameOptionsList_Values() []string
func FunctionRuntime_Values() []string
func FunctionStage_Values() []string
func GeoRestrictionType_Values() []string
func HttpVersion_Values() []string
func ICPRecordalStatus_Values() []string
func ItemSelection_Values() []string
func Method_Values() []string
func MinimumProtocolVersion_Values() []string
func OriginAccessControlOriginTypes_Values() []string
func OriginAccessControlSigningBehaviors_Values() []string
func OriginAccessControlSigningProtocols_Values() []string
func OriginProtocolPolicy_Values() []string
func OriginRequestPolicyCookieBehavior_Values() []string
func OriginRequestPolicyHeaderBehavior_Values() []string
func OriginRequestPolicyQueryStringBehavior_Values() []string
func OriginRequestPolicyType_Values() []string
func PriceClass_Values() []string
func RealtimeMetricsSubscriptionStatus_Values() []string
func ReferrerPolicyList_Values() []string
func ResponseHeadersPolicyAccessControlAllowMethodsValues_Values() []string
func ResponseHeadersPolicyType_Values() []string
func SSLSupportMethod_Values() []string
func SslProtocol_Values() []string
func ViewerProtocolPolicy_Values() []string
type ActiveTrustedKeyGroups
type ActiveTrustedSigners
type AliasICPRecordal
type Aliases
type AllowedMethods
type AssociateAliasInput
type AssociateAliasOutput
type CacheBehavior
type CacheBehaviors
type CachePolicy
type CachePolicyConfig
type CachePolicyCookiesConfig
type CachePolicyHeadersConfig
type CachePolicyList
type CachePolicyQueryStringsConfig
type CachePolicySummary
type CachedMethods
type ConflictingAlias
type ConflictingAliasesList
type ContentTypeProfile
type ContentTypeProfileConfig
type ContentTypeProfiles
type ContinuousDeploymentPolicy
type ContinuousDeploymentPolicyConfig
type ContinuousDeploymentPolicyList
type ContinuousDeploymentPolicySummary
type ContinuousDeploymentSingleHeaderConfig
type ContinuousDeploymentSingleWeightConfig
type CookieNames
type CookiePreference
type CopyDistributionInput
type CopyDistributionOutput
type CreateCachePolicyInput
type CreateCachePolicyOutput
type CreateCloudFrontOriginAccessIdentityInput
type CreateCloudFrontOriginAccessIdentityOutput
type CreateContinuousDeploymentPolicyInput
type CreateContinuousDeploymentPolicyOutput
type CreateDistributionInput
type CreateDistributionOutput
type CreateDistributionWithTagsInput
type CreateDistributionWithTagsOutput
type CreateFieldLevelEncryptionConfigInput
type CreateFieldLevelEncryptionConfigOutput
type CreateFieldLevelEncryptionProfileInput
type CreateFieldLevelEncryptionProfileOutput
type CreateFunctionInput
type CreateFunctionOutput
type CreateInvalidationInput
type CreateInvalidationOutput
type CreateKeyGroupInput
type CreateKeyGroupOutput
type CreateMonitoringSubscriptionInput
type CreateMonitoringSubscriptionOutput
type CreateOriginAccessControlInput
type CreateOriginAccessControlOutput
type CreateOriginRequestPolicyInput
type CreateOriginRequestPolicyOutput
type CreatePublicKeyInput
type CreatePublicKeyOutput
type CreateRealtimeLogConfigInput
type CreateRealtimeLogConfigOutput
type CreateResponseHeadersPolicyInput
type CreateResponseHeadersPolicyOutput
type CreateStreamingDistributionInput
type CreateStreamingDistributionOutput
type CreateStreamingDistributionWithTagsInput
type CreateStreamingDistributionWithTagsOutput
type CustomErrorResponse
type CustomErrorResponses
type CustomHeaders
type CustomOriginConfig
type DefaultCacheBehavior
type DeleteCachePolicyInput
type DeleteCachePolicyOutput
type DeleteCloudFrontOriginAccessIdentityInput
type DeleteCloudFrontOriginAccessIdentityOutput
type DeleteContinuousDeploymentPolicyInput
type DeleteContinuousDeploymentPolicyOutput
type DeleteDistributionInput
type DeleteDistributionOutput
type DeleteFieldLevelEncryptionConfigInput
type DeleteFieldLevelEncryptionConfigOutput
type DeleteFieldLevelEncryptionProfileInput
type DeleteFieldLevelEncryptionProfileOutput
type DeleteFunctionInput
type DeleteFunctionOutput
type DeleteKeyGroupInput
type DeleteKeyGroupOutput
type DeleteMonitoringSubscriptionInput
type DeleteMonitoringSubscriptionOutput
type DeleteOriginAccessControlInput
type DeleteOriginAccessControlOutput
type DeleteOriginRequestPolicyInput
type DeleteOriginRequestPolicyOutput
type DeletePublicKeyInput
type DeletePublicKeyOutput
type DeleteRealtimeLogConfigInput
type DeleteRealtimeLogConfigOutput
type DeleteResponseHeadersPolicyInput
type DeleteResponseHeadersPolicyOutput
type DeleteStreamingDistributionInput
type DeleteStreamingDistributionOutput
type DescribeFunctionInput
type DescribeFunctionOutput
type Distribution
type DistributionConfig
type DistributionConfigWithTags
type DistributionIdList
type DistributionList
type DistributionSummary
type EncryptionEntities
type EncryptionEntity
type EndPoint
type FieldLevelEncryption
type FieldLevelEncryptionConfig
type FieldLevelEncryptionList
type FieldLevelEncryptionProfile
type FieldLevelEncryptionProfileConfig
type FieldLevelEncryptionProfileList
type FieldLevelEncryptionProfileSummary
type FieldLevelEncryptionSummary
type FieldPatterns
type ForwardedValues
type FunctionAssociation
type FunctionAssociations
type FunctionConfig
type FunctionList
type FunctionMetadata
type FunctionSummary
type GeoRestriction
type GetCachePolicyConfigInput
type GetCachePolicyConfigOutput
type GetCachePolicyInput
type GetCachePolicyOutput
type GetCloudFrontOriginAccessIdentityConfigInput
type GetCloudFrontOriginAccessIdentityConfigOutput
type GetCloudFrontOriginAccessIdentityInput
type GetCloudFrontOriginAccessIdentityOutput
type GetContinuousDeploymentPolicyConfigInput
type GetContinuousDeploymentPolicyConfigOutput
type GetContinuousDeploymentPolicyInput
type GetContinuousDeploymentPolicyOutput
type GetDistributionConfigInput
type GetDistributionConfigOutput
type GetDistributionInput
type GetDistributionOutput
type GetFieldLevelEncryptionConfigInput
type GetFieldLevelEncryptionConfigOutput
type GetFieldLevelEncryptionInput
type GetFieldLevelEncryptionOutput
type GetFieldLevelEncryptionProfileConfigInput
type GetFieldLevelEncryptionProfileConfigOutput
type GetFieldLevelEncryptionProfileInput
type GetFieldLevelEncryptionProfileOutput
type GetFunctionInput
type GetFunctionOutput
type GetInvalidationInput
type GetInvalidationOutput
type GetKeyGroupConfigInput
type GetKeyGroupConfigOutput
type GetKeyGroupInput
type GetKeyGroupOutput
type GetMonitoringSubscriptionInput
type GetMonitoringSubscriptionOutput
type GetOriginAccessControlConfigInput
type GetOriginAccessControlConfigOutput
type GetOriginAccessControlInput
type GetOriginAccessControlOutput
type GetOriginRequestPolicyConfigInput
type GetOriginRequestPolicyConfigOutput
type GetOriginRequestPolicyInput
type GetOriginRequestPolicyOutput
type GetPublicKeyConfigInput
type GetPublicKeyConfigOutput
type GetPublicKeyInput
type GetPublicKeyOutput
type GetRealtimeLogConfigInput
type GetRealtimeLogConfigOutput
type GetResponseHeadersPolicyConfigInput
type GetResponseHeadersPolicyConfigOutput
type GetResponseHeadersPolicyInput
type GetResponseHeadersPolicyOutput
type GetStreamingDistributionConfigInput
type GetStreamingDistributionConfigOutput
type GetStreamingDistributionInput
type GetStreamingDistributionOutput
type Headers
type Invalidation
type InvalidationBatch
type InvalidationList
type InvalidationSummary
type KGKeyPairIds
type KeyGroup
type KeyGroupConfig
type KeyGroupList
type KeyGroupSummary
type KeyPairIds
type KinesisStreamConfig
type LambdaFunctionAssociation
type LambdaFunctionAssociations
type ListCachePoliciesInput
type ListCachePoliciesOutput
type ListCloudFrontOriginAccessIdentitiesInput
type ListCloudFrontOriginAccessIdentitiesOutput
type ListConflictingAliasesInput
type ListConflictingAliasesOutput
type ListContinuousDeploymentPoliciesInput
type ListContinuousDeploymentPoliciesOutput
type ListDistributionsByCachePolicyIdInput
type ListDistributionsByCachePolicyIdOutput
type ListDistributionsByKeyGroupInput
type ListDistributionsByKeyGroupOutput
type ListDistributionsByOriginRequestPolicyIdInput
type ListDistributionsByOriginRequestPolicyIdOutput
type ListDistributionsByRealtimeLogConfigInput
type ListDistributionsByRealtimeLogConfigOutput
type ListDistributionsByResponseHeadersPolicyIdInput
type ListDistributionsByResponseHeadersPolicyIdOutput
type ListDistributionsByWebACLIdInput
type ListDistributionsByWebACLIdOutput
type ListDistributionsInput
type ListDistributionsOutput
type ListFieldLevelEncryptionConfigsInput
type ListFieldLevelEncryptionConfigsOutput
type ListFieldLevelEncryptionProfilesInput
type ListFieldLevelEncryptionProfilesOutput
type ListFunctionsInput
type ListFunctionsOutput
type ListInvalidationsInput
type ListInvalidationsOutput
type ListKeyGroupsInput
type ListKeyGroupsOutput
type ListOriginAccessControlsInput
type ListOriginAccessControlsOutput
type ListOriginRequestPoliciesInput
type ListOriginRequestPoliciesOutput
type ListPublicKeysInput
type ListPublicKeysOutput
type ListRealtimeLogConfigsInput
type ListRealtimeLogConfigsOutput
type ListResponseHeadersPoliciesInput
type ListResponseHeadersPoliciesOutput
type ListStreamingDistributionsInput
type ListStreamingDistributionsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type LoggingConfig
type MonitoringSubscription
type Origin
type OriginAccessControl
type OriginAccessControlConfig
type OriginAccessControlList
type OriginAccessControlSummary
type OriginAccessIdentity
type OriginAccessIdentityConfig
type OriginAccessIdentityList
type OriginAccessIdentitySummary
type OriginCustomHeader
type OriginGroup
type OriginGroupFailoverCriteria
type OriginGroupMember
type OriginGroupMembers
type OriginGroups
type OriginRequestPolicy
type OriginRequestPolicyConfig
type OriginRequestPolicyCookiesConfig
type OriginRequestPolicyHeadersConfig
type OriginRequestPolicyList
type OriginRequestPolicyQueryStringsConfig
type OriginRequestPolicySummary
type OriginShield
type OriginSslProtocols
type Origins
type ParametersInCacheKeyAndForwardedToOrigin
type Paths
type PublicKey
type PublicKeyConfig
type PublicKeyList
type PublicKeySummary
type PublishFunctionInput
type PublishFunctionOutput
type QueryArgProfile
type QueryArgProfileConfig
type QueryArgProfiles
type QueryStringCacheKeys
type QueryStringNames
type RealtimeLogConfig
type RealtimeLogConfigs
type RealtimeMetricsSubscriptionConfig
type ResponseHeadersPolicy
type ResponseHeadersPolicyAccessControlAllowHeaders
type ResponseHeadersPolicyAccessControlAllowMethods
type ResponseHeadersPolicyAccessControlAllowOrigins
type ResponseHeadersPolicyAccessControlExposeHeaders
type ResponseHeadersPolicyConfig
type ResponseHeadersPolicyContentSecurityPolicy
type ResponseHeadersPolicyContentTypeOptions
type ResponseHeadersPolicyCorsConfig
type ResponseHeadersPolicyCustomHeader
type ResponseHeadersPolicyCustomHeadersConfig
type ResponseHeadersPolicyFrameOptions
type ResponseHeadersPolicyList
type ResponseHeadersPolicyReferrerPolicy
type ResponseHeadersPolicyRemoveHeader
type ResponseHeadersPolicyRemoveHeadersConfig
type ResponseHeadersPolicySecurityHeadersConfig
type ResponseHeadersPolicyServerTimingHeadersConfig
type ResponseHeadersPolicyStrictTransportSecurity
type ResponseHeadersPolicySummary
type ResponseHeadersPolicyXSSProtection
type Restrictions
type S3Origin
type S3OriginConfig
type SessionStickinessConfig
type Signer
type StagingDistributionDnsNames
type StatusCodes
type StreamingDistribution
type StreamingDistributionConfig
type StreamingDistributionConfigWithTags
type StreamingDistributionList
type StreamingDistributionSummary
type StreamingLoggingConfig
type Tag
type TagKeys
type TagResourceInput
type TagResourceOutput
type Tags
type TestFunctionInput
type TestFunctionOutput
type TestResult
type TrafficConfig
type TrustedKeyGroups
type TrustedSigners
type UntagResourceInput
type UntagResourceOutput
type UpdateCachePolicyInput
type UpdateCachePolicyOutput
type UpdateCloudFrontOriginAccessIdentityInput
type UpdateCloudFrontOriginAccessIdentityOutput
type UpdateContinuousDeploymentPolicyInput
type UpdateContinuousDeploymentPolicyOutput
type UpdateDistributionInput
type UpdateDistributionOutput
type UpdateDistributionWithStagingConfigInput
type UpdateDistributionWithStagingConfigOutput
type UpdateFieldLevelEncryptionConfigInput
type UpdateFieldLevelEncryptionConfigOutput
type UpdateFieldLevelEncryptionProfileInput
type UpdateFieldLevelEncryptionProfileOutput
type UpdateFunctionInput
type UpdateFunctionOutput
type UpdateKeyGroupInput
type UpdateKeyGroupOutput
type UpdateOriginAccessControlInput
type UpdateOriginAccessControlOutput
type UpdateOriginRequestPolicyInput
type UpdateOriginRequestPolicyOutput
type UpdatePublicKeyInput
type UpdatePublicKeyOutput
type UpdateRealtimeLogConfigInput
type UpdateRealtimeLogConfigOutput
type UpdateResponseHeadersPolicyInput
type UpdateResponseHeadersPolicyOutput
type UpdateStreamingDistributionInput
type UpdateStreamingDistributionOutput
type ViewerCertificate

Constants ▾

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

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

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

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

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

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

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

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

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

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

    // CertificateSourceAcm is a CertificateSource enum value
    CertificateSourceAcm = "acm"
)
const (
    // ContinuousDeploymentPolicyTypeSingleWeight is a ContinuousDeploymentPolicyType enum value
    ContinuousDeploymentPolicyTypeSingleWeight = "SingleWeight"

    // ContinuousDeploymentPolicyTypeSingleHeader is a ContinuousDeploymentPolicyType enum value
    ContinuousDeploymentPolicyTypeSingleHeader = "SingleHeader"
)
const (
    // EventTypeViewerRequest is a EventType enum value
    EventTypeViewerRequest = "viewer-request"

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

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

    // EventTypeOriginResponse is a EventType enum value
    EventTypeOriginResponse = "origin-response"
)
const (
    // FrameOptionsListDeny is a FrameOptionsList enum value
    FrameOptionsListDeny = "DENY"

    // FrameOptionsListSameorigin is a FrameOptionsList enum value
    FrameOptionsListSameorigin = "SAMEORIGIN"
)
const (
    // FunctionStageDevelopment is a FunctionStage enum value
    FunctionStageDevelopment = "DEVELOPMENT"

    // FunctionStageLive is a FunctionStage enum value
    FunctionStageLive = "LIVE"
)
const (
    // GeoRestrictionTypeBlacklist is a GeoRestrictionType enum value
    GeoRestrictionTypeBlacklist = "blacklist"

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

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

    // HttpVersionHttp2 is a HttpVersion enum value
    HttpVersionHttp2 = "http2"

    // HttpVersionHttp3 is a HttpVersion enum value
    HttpVersionHttp3 = "http3"

    // HttpVersionHttp2and3 is a HttpVersion enum value
    HttpVersionHttp2and3 = "http2and3"
)
const (
    // ICPRecordalStatusApproved is a ICPRecordalStatus enum value
    ICPRecordalStatusApproved = "APPROVED"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    // MinimumProtocolVersionTlsv122019 is a MinimumProtocolVersion enum value
    MinimumProtocolVersionTlsv122019 = "TLSv1.2_2019"

    // MinimumProtocolVersionTlsv122021 is a MinimumProtocolVersion enum value
    MinimumProtocolVersionTlsv122021 = "TLSv1.2_2021"
)
const (
    // OriginAccessControlOriginTypesS3 is a OriginAccessControlOriginTypes enum value
    OriginAccessControlOriginTypesS3 = "s3"

    // OriginAccessControlOriginTypesMediastore is a OriginAccessControlOriginTypes enum value
    OriginAccessControlOriginTypesMediastore = "mediastore"
)
const (
    // OriginAccessControlSigningBehaviorsNever is a OriginAccessControlSigningBehaviors enum value
    OriginAccessControlSigningBehaviorsNever = "never"

    // OriginAccessControlSigningBehaviorsAlways is a OriginAccessControlSigningBehaviors enum value
    OriginAccessControlSigningBehaviorsAlways = "always"

    // OriginAccessControlSigningBehaviorsNoOverride is a OriginAccessControlSigningBehaviors enum value
    OriginAccessControlSigningBehaviorsNoOverride = "no-override"
)
const (
    // OriginProtocolPolicyHttpOnly is a OriginProtocolPolicy enum value
    OriginProtocolPolicyHttpOnly = "http-only"

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

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

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

    // OriginRequestPolicyCookieBehaviorAll is a OriginRequestPolicyCookieBehavior enum value
    OriginRequestPolicyCookieBehaviorAll = "all"

    // OriginRequestPolicyCookieBehaviorAllExcept is a OriginRequestPolicyCookieBehavior enum value
    OriginRequestPolicyCookieBehaviorAllExcept = "allExcept"
)
const (
    // OriginRequestPolicyHeaderBehaviorNone is a OriginRequestPolicyHeaderBehavior enum value
    OriginRequestPolicyHeaderBehaviorNone = "none"

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

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

    // OriginRequestPolicyHeaderBehaviorAllViewerAndWhitelistCloudFront is a OriginRequestPolicyHeaderBehavior enum value
    OriginRequestPolicyHeaderBehaviorAllViewerAndWhitelistCloudFront = "allViewerAndWhitelistCloudFront"

    // OriginRequestPolicyHeaderBehaviorAllExcept is a OriginRequestPolicyHeaderBehavior enum value
    OriginRequestPolicyHeaderBehaviorAllExcept = "allExcept"
)
const (
    // OriginRequestPolicyQueryStringBehaviorNone is a OriginRequestPolicyQueryStringBehavior enum value
    OriginRequestPolicyQueryStringBehaviorNone = "none"

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

    // OriginRequestPolicyQueryStringBehaviorAll is a OriginRequestPolicyQueryStringBehavior enum value
    OriginRequestPolicyQueryStringBehaviorAll = "all"

    // OriginRequestPolicyQueryStringBehaviorAllExcept is a OriginRequestPolicyQueryStringBehavior enum value
    OriginRequestPolicyQueryStringBehaviorAllExcept = "allExcept"
)
const (
    // OriginRequestPolicyTypeManaged is a OriginRequestPolicyType enum value
    OriginRequestPolicyTypeManaged = "managed"

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

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

    // PriceClassPriceClassAll is a PriceClass enum value
    PriceClassPriceClassAll = "PriceClass_All"
)
const (
    // RealtimeMetricsSubscriptionStatusEnabled is a RealtimeMetricsSubscriptionStatus enum value
    RealtimeMetricsSubscriptionStatusEnabled = "Enabled"

    // RealtimeMetricsSubscriptionStatusDisabled is a RealtimeMetricsSubscriptionStatus enum value
    RealtimeMetricsSubscriptionStatusDisabled = "Disabled"
)
const (
    // ReferrerPolicyListNoReferrer is a ReferrerPolicyList enum value
    ReferrerPolicyListNoReferrer = "no-referrer"

    // ReferrerPolicyListNoReferrerWhenDowngrade is a ReferrerPolicyList enum value
    ReferrerPolicyListNoReferrerWhenDowngrade = "no-referrer-when-downgrade"

    // ReferrerPolicyListOrigin is a ReferrerPolicyList enum value
    ReferrerPolicyListOrigin = "origin"

    // ReferrerPolicyListOriginWhenCrossOrigin is a ReferrerPolicyList enum value
    ReferrerPolicyListOriginWhenCrossOrigin = "origin-when-cross-origin"

    // ReferrerPolicyListSameOrigin is a ReferrerPolicyList enum value
    ReferrerPolicyListSameOrigin = "same-origin"

    // ReferrerPolicyListStrictOrigin is a ReferrerPolicyList enum value
    ReferrerPolicyListStrictOrigin = "strict-origin"

    // ReferrerPolicyListStrictOriginWhenCrossOrigin is a ReferrerPolicyList enum value
    ReferrerPolicyListStrictOriginWhenCrossOrigin = "strict-origin-when-cross-origin"

    // ReferrerPolicyListUnsafeUrl is a ReferrerPolicyList enum value
    ReferrerPolicyListUnsafeUrl = "unsafe-url"
)
const (
    // ResponseHeadersPolicyAccessControlAllowMethodsValuesGet is a ResponseHeadersPolicyAccessControlAllowMethodsValues enum value
    ResponseHeadersPolicyAccessControlAllowMethodsValuesGet = "GET"

    // ResponseHeadersPolicyAccessControlAllowMethodsValuesPost is a ResponseHeadersPolicyAccessControlAllowMethodsValues enum value
    ResponseHeadersPolicyAccessControlAllowMethodsValuesPost = "POST"

    // ResponseHeadersPolicyAccessControlAllowMethodsValuesOptions is a ResponseHeadersPolicyAccessControlAllowMethodsValues enum value
    ResponseHeadersPolicyAccessControlAllowMethodsValuesOptions = "OPTIONS"

    // ResponseHeadersPolicyAccessControlAllowMethodsValuesPut is a ResponseHeadersPolicyAccessControlAllowMethodsValues enum value
    ResponseHeadersPolicyAccessControlAllowMethodsValuesPut = "PUT"

    // ResponseHeadersPolicyAccessControlAllowMethodsValuesDelete is a ResponseHeadersPolicyAccessControlAllowMethodsValues enum value
    ResponseHeadersPolicyAccessControlAllowMethodsValuesDelete = "DELETE"

    // ResponseHeadersPolicyAccessControlAllowMethodsValuesPatch is a ResponseHeadersPolicyAccessControlAllowMethodsValues enum value
    ResponseHeadersPolicyAccessControlAllowMethodsValuesPatch = "PATCH"

    // ResponseHeadersPolicyAccessControlAllowMethodsValuesHead is a ResponseHeadersPolicyAccessControlAllowMethodsValues enum value
    ResponseHeadersPolicyAccessControlAllowMethodsValuesHead = "HEAD"

    // ResponseHeadersPolicyAccessControlAllowMethodsValuesAll is a ResponseHeadersPolicyAccessControlAllowMethodsValues enum value
    ResponseHeadersPolicyAccessControlAllowMethodsValuesAll = "ALL"
)
const (
    // ResponseHeadersPolicyTypeManaged is a ResponseHeadersPolicyType enum value
    ResponseHeadersPolicyTypeManaged = "managed"

    // ResponseHeadersPolicyTypeCustom is a ResponseHeadersPolicyType enum value
    ResponseHeadersPolicyTypeCustom = "custom"
)
const (
    // SSLSupportMethodSniOnly is a SSLSupportMethod enum value
    SSLSupportMethodSniOnly = "sni-only"

    // SSLSupportMethodVip is a SSLSupportMethod enum value
    SSLSupportMethodVip = "vip"

    // SSLSupportMethodStaticIp is a SSLSupportMethod enum value
    SSLSupportMethodStaticIp = "static-ip"
)
const (
    // SslProtocolSslv3 is a SslProtocol enum value
    SslProtocolSslv3 = "SSLv3"

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

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

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

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

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

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

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

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

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

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

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

    // ErrCodeContinuousDeploymentPolicyAlreadyExists for service response error code
    // "ContinuousDeploymentPolicyAlreadyExists".
    //
    // A continuous deployment policy with this configuration already exists.
    ErrCodeContinuousDeploymentPolicyAlreadyExists = "ContinuousDeploymentPolicyAlreadyExists"

    // ErrCodeContinuousDeploymentPolicyInUse for service response error code
    // "ContinuousDeploymentPolicyInUse".
    //
    // You cannot delete a continuous deployment policy that is associated with
    // a primary distribution.
    ErrCodeContinuousDeploymentPolicyInUse = "ContinuousDeploymentPolicyInUse"

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

    // ErrCodeFunctionAlreadyExists for service response error code
    // "FunctionAlreadyExists".
    //
    // A function with the same name already exists in this Amazon Web Services
    // account. To create a function, you must provide a unique name. To update
    // an existing function, use UpdateFunction.
    ErrCodeFunctionAlreadyExists = "FunctionAlreadyExists"

    // ErrCodeFunctionInUse for service response error code
    // "FunctionInUse".
    //
    // Cannot delete the function because it's attached to one or more cache behaviors.
    ErrCodeFunctionInUse = "FunctionInUse"

    // ErrCodeFunctionSizeLimitExceeded for service response error code
    // "FunctionSizeLimitExceeded".
    //
    // The function is too large. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
    // (formerly known as limits) in the Amazon CloudFront Developer Guide.
    ErrCodeFunctionSizeLimitExceeded = "FunctionSizeLimitExceeded"

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

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

    // ErrCodeIllegalOriginAccessConfiguration for service response error code
    // "IllegalOriginAccessConfiguration".
    //
    // An origin cannot contain both an origin access control (OAC) and an origin
    // access identity (OAI).
    ErrCodeIllegalOriginAccessConfiguration = "IllegalOriginAccessConfiguration"

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

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

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

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

    // ErrCodeInvalidDomainNameForOriginAccessControl for service response error code
    // "InvalidDomainNameForOriginAccessControl".
    //
    // An origin access control is associated with an origin whose domain name is
    // not supported.
    ErrCodeInvalidDomainNameForOriginAccessControl = "InvalidDomainNameForOriginAccessControl"

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

    // ErrCodeInvalidFunctionAssociation for service response error code
    // "InvalidFunctionAssociation".
    //
    // A CloudFront function association is invalid.
    ErrCodeInvalidFunctionAssociation = "InvalidFunctionAssociation"

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

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

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

    // ErrCodeInvalidLambdaFunctionAssociation for service response error code
    // "InvalidLambdaFunctionAssociation".
    //
    // The specified Lambda@Edge 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"

    // ErrCodeInvalidOriginAccessControl for service response error code
    // "InvalidOriginAccessControl".
    //
    // The origin access control is not valid.
    ErrCodeInvalidOriginAccessControl = "InvalidOriginAccessControl"

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

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

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

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

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

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

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

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

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

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

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

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

    // ErrCodeKeyGroupAlreadyExists for service response error code
    // "KeyGroupAlreadyExists".
    //
    // A key group with this name already exists. You must provide a unique name.
    // To modify an existing key group, use UpdateKeyGroup.
    ErrCodeKeyGroupAlreadyExists = "KeyGroupAlreadyExists"

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

    // ErrCodeMonitoringSubscriptionAlreadyExists for service response error code
    // "MonitoringSubscriptionAlreadyExists".
    //
    // A monitoring subscription already exists for the specified distribution.
    ErrCodeMonitoringSubscriptionAlreadyExists = "MonitoringSubscriptionAlreadyExists"

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

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

    // ErrCodeNoSuchContinuousDeploymentPolicy for service response error code
    // "NoSuchContinuousDeploymentPolicy".
    //
    // The continuous deployment policy doesn't exist.
    ErrCodeNoSuchContinuousDeploymentPolicy = "NoSuchContinuousDeploymentPolicy"

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

    // ErrCodeNoSuchFunctionExists for service response error code
    // "NoSuchFunctionExists".
    //
    // The function does not exist.
    ErrCodeNoSuchFunctionExists = "NoSuchFunctionExists"

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

    // ErrCodeNoSuchMonitoringSubscription for service response error code
    // "NoSuchMonitoringSubscription".
    //
    // A monitoring subscription does not exist for the specified distribution.
    ErrCodeNoSuchMonitoringSubscription = "NoSuchMonitoringSubscription"

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

    // ErrCodeNoSuchOriginAccessControl for service response error code
    // "NoSuchOriginAccessControl".
    //
    // The origin access control does not exist.
    ErrCodeNoSuchOriginAccessControl = "NoSuchOriginAccessControl"

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

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

    // ErrCodeNoSuchRealtimeLogConfig for service response error code
    // "NoSuchRealtimeLogConfig".
    //
    // The real-time log configuration does not exist.
    ErrCodeNoSuchRealtimeLogConfig = "NoSuchRealtimeLogConfig"

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

    // ErrCodeNoSuchResponseHeadersPolicy for service response error code
    // "NoSuchResponseHeadersPolicy".
    //
    // The response headers policy does not exist.
    ErrCodeNoSuchResponseHeadersPolicy = "NoSuchResponseHeadersPolicy"

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

    // ErrCodeOriginAccessControlAlreadyExists for service response error code
    // "OriginAccessControlAlreadyExists".
    //
    // An origin access control with the specified parameters already exists.
    ErrCodeOriginAccessControlAlreadyExists = "OriginAccessControlAlreadyExists"

    // ErrCodeOriginAccessControlInUse for service response error code
    // "OriginAccessControlInUse".
    //
    // Cannot delete the origin access control because it's in use by one or more
    // distributions.
    ErrCodeOriginAccessControlInUse = "OriginAccessControlInUse"

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

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

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

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

    // ErrCodePreconditionFailed for service response error code
    // "PreconditionFailed".
    //
    // The precondition in one or more of the request 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"

    // ErrCodeRealtimeLogConfigAlreadyExists for service response error code
    // "RealtimeLogConfigAlreadyExists".
    //
    // A real-time log configuration with this name already exists. You must provide
    // a unique name. To modify an existing real-time log configuration, use UpdateRealtimeLogConfig.
    ErrCodeRealtimeLogConfigAlreadyExists = "RealtimeLogConfigAlreadyExists"

    // ErrCodeRealtimeLogConfigInUse for service response error code
    // "RealtimeLogConfigInUse".
    //
    // Cannot delete the real-time log configuration because it is attached to one
    // or more cache behaviors.
    ErrCodeRealtimeLogConfigInUse = "RealtimeLogConfigInUse"

    // ErrCodeRealtimeLogConfigOwnerMismatch for service response error code
    // "RealtimeLogConfigOwnerMismatch".
    //
    // The specified real-time log configuration belongs to a different Amazon Web
    // Services account.
    ErrCodeRealtimeLogConfigOwnerMismatch = "RealtimeLogConfigOwnerMismatch"

    // ErrCodeResourceInUse for service response error code
    // "ResourceInUse".
    //
    // Cannot delete this resource because it is in use.
    ErrCodeResourceInUse = "ResourceInUse"

    // ErrCodeResponseHeadersPolicyAlreadyExists for service response error code
    // "ResponseHeadersPolicyAlreadyExists".
    //
    // A response headers policy with this name already exists. You must provide
    // a unique name. To modify an existing response headers policy, use UpdateResponseHeadersPolicy.
    ErrCodeResponseHeadersPolicyAlreadyExists = "ResponseHeadersPolicyAlreadyExists"

    // ErrCodeResponseHeadersPolicyInUse for service response error code
    // "ResponseHeadersPolicyInUse".
    //
    // Cannot delete the response headers policy because it is attached to one or
    // more cache behaviors in a CloudFront distribution.
    ErrCodeResponseHeadersPolicyInUse = "ResponseHeadersPolicyInUse"

    // ErrCodeStagingDistributionInUse for service response error code
    // "StagingDistributionInUse".
    //
    // A continuous deployment policy for this staging distribution already exists.
    ErrCodeStagingDistributionInUse = "StagingDistributionInUse"

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

    // ErrCodeTestFunctionFailed for service response error code
    // "TestFunctionFailed".
    //
    // The CloudFront function failed.
    ErrCodeTestFunctionFailed = "TestFunctionFailed"

    // ErrCodeTooLongCSPInResponseHeadersPolicy for service response error code
    // "TooLongCSPInResponseHeadersPolicy".
    //
    // The length of the Content-Security-Policy header value in the response headers
    // policy exceeds the maximum.
    //
    // For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
    // (formerly known as limits) in the Amazon CloudFront Developer Guide.
    ErrCodeTooLongCSPInResponseHeadersPolicy = "TooLongCSPInResponseHeadersPolicy"

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

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

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

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

    // ErrCodeTooManyContinuousDeploymentPolicies for service response error code
    // "TooManyContinuousDeploymentPolicies".
    //
    // You have reached the maximum number of continuous deployment policies for
    // this Amazon Web Services account.
    ErrCodeTooManyContinuousDeploymentPolicies = "TooManyContinuousDeploymentPolicies"

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

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

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

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

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

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

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

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

    // ErrCodeTooManyDistributionsAssociatedToKeyGroup for service response error code
    // "TooManyDistributionsAssociatedToKeyGroup".
    //
    // The number of distributions that reference this key group is more than the
    // maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
    // (formerly known as limits) in the Amazon CloudFront Developer Guide.
    ErrCodeTooManyDistributionsAssociatedToKeyGroup = "TooManyDistributionsAssociatedToKeyGroup"

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

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

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

    // ErrCodeTooManyDistributionsWithFunctionAssociations for service response error code
    // "TooManyDistributionsWithFunctionAssociations".
    //
    // You have reached the maximum number of distributions that are associated
    // with a CloudFront function. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
    // (formerly known as limits) in the Amazon CloudFront Developer Guide.
    ErrCodeTooManyDistributionsWithFunctionAssociations = "TooManyDistributionsWithFunctionAssociations"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    // ErrCodeTooManyKeyGroupsAssociatedToDistribution for service response error code
    // "TooManyKeyGroupsAssociatedToDistribution".
    //
    // The number of key groups referenced by this distribution is more than the
    // maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
    // (formerly known as limits) in the Amazon CloudFront Developer Guide.
    ErrCodeTooManyKeyGroupsAssociatedToDistribution = "TooManyKeyGroupsAssociatedToDistribution"

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

    // ErrCodeTooManyOriginAccessControls for service response error code
    // "TooManyOriginAccessControls".
    //
    // The number of origin access controls in your Amazon Web Services account
    // exceeds the maximum allowed.
    //
    // For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
    // (formerly known as limits) in the Amazon CloudFront Developer Guide.
    ErrCodeTooManyOriginAccessControls = "TooManyOriginAccessControls"

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

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

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

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

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

    // ErrCodeTooManyPublicKeysInKeyGroup for service response error code
    // "TooManyPublicKeysInKeyGroup".
    //
    // The number of public keys in this key group is more than the maximum allowed.
    // For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
    // (formerly known as limits) in the Amazon CloudFront Developer Guide.
    ErrCodeTooManyPublicKeysInKeyGroup = "TooManyPublicKeysInKeyGroup"

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

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

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

    // ErrCodeTooManyRealtimeLogConfigs for service response error code
    // "TooManyRealtimeLogConfigs".
    //
    // You have reached the maximum number of real-time log configurations for this
    // Amazon Web Services account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
    // (formerly known as limits) in the Amazon CloudFront Developer Guide.
    ErrCodeTooManyRealtimeLogConfigs = "TooManyRealtimeLogConfigs"

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

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

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

    // ErrCodeTrustedKeyGroupDoesNotExist for service response error code
    // "TrustedKeyGroupDoesNotExist".
    //
    // The specified key group does not exist.
    ErrCodeTrustedKeyGroupDoesNotExist = "TrustedKeyGroupDoesNotExist"

    // ErrCodeTrustedSignerDoesNotExist for service response error code
    // "TrustedSignerDoesNotExist".
    //
    // One or more of your trusted signers don't exist.
    ErrCodeTrustedSignerDoesNotExist = "TrustedSignerDoesNotExist"

    // ErrCodeUnsupportedOperation for service response error code
    // "UnsupportedOperation".
    //
    // This operation is not supported in this region.
    ErrCodeUnsupportedOperation = "UnsupportedOperation"
)
const (
    ServiceName = "cloudfront" // Name of service.
    EndpointsID = ServiceName  // ID to lookup a service endpoint with.
    ServiceID   = "CloudFront" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // FormatUrlencoded is a Format enum value
    FormatUrlencoded = "URLEncoded"
)
const (
    // FunctionRuntimeCloudfrontJs10 is a FunctionRuntime enum value
    FunctionRuntimeCloudfrontJs10 = "cloudfront-js-1.0"
)
const (
    // OriginAccessControlSigningProtocolsSigv4 is a OriginAccessControlSigningProtocols enum value
    OriginAccessControlSigningProtocolsSigv4 = "sigv4"
)

func CachePolicyCookieBehavior_Values

func CachePolicyCookieBehavior_Values() []string

CachePolicyCookieBehavior_Values returns all elements of the CachePolicyCookieBehavior enum

func CachePolicyHeaderBehavior_Values

func CachePolicyHeaderBehavior_Values() []string

CachePolicyHeaderBehavior_Values returns all elements of the CachePolicyHeaderBehavior enum

func CachePolicyQueryStringBehavior_Values

func CachePolicyQueryStringBehavior_Values() []string

CachePolicyQueryStringBehavior_Values returns all elements of the CachePolicyQueryStringBehavior enum

func CachePolicyType_Values

func CachePolicyType_Values() []string

CachePolicyType_Values returns all elements of the CachePolicyType enum

func CertificateSource_Values

func CertificateSource_Values() []string

CertificateSource_Values returns all elements of the CertificateSource enum

func ContinuousDeploymentPolicyType_Values

func ContinuousDeploymentPolicyType_Values() []string

ContinuousDeploymentPolicyType_Values returns all elements of the ContinuousDeploymentPolicyType enum

func EventType_Values

func EventType_Values() []string

EventType_Values returns all elements of the EventType enum

func Format_Values

func Format_Values() []string

Format_Values returns all elements of the Format enum

func FrameOptionsList_Values

func FrameOptionsList_Values() []string

FrameOptionsList_Values returns all elements of the FrameOptionsList enum

func FunctionRuntime_Values

func FunctionRuntime_Values() []string

FunctionRuntime_Values returns all elements of the FunctionRuntime enum

func FunctionStage_Values

func FunctionStage_Values() []string

FunctionStage_Values returns all elements of the FunctionStage enum

func GeoRestrictionType_Values

func GeoRestrictionType_Values() []string

GeoRestrictionType_Values returns all elements of the GeoRestrictionType enum

func HttpVersion_Values

func HttpVersion_Values() []string

HttpVersion_Values returns all elements of the HttpVersion enum

func ICPRecordalStatus_Values

func ICPRecordalStatus_Values() []string

ICPRecordalStatus_Values returns all elements of the ICPRecordalStatus enum

func ItemSelection_Values

func ItemSelection_Values() []string

ItemSelection_Values returns all elements of the ItemSelection enum

func Method_Values

func Method_Values() []string

Method_Values returns all elements of the Method enum

func MinimumProtocolVersion_Values

func MinimumProtocolVersion_Values() []string

MinimumProtocolVersion_Values returns all elements of the MinimumProtocolVersion enum

func OriginAccessControlOriginTypes_Values

func OriginAccessControlOriginTypes_Values() []string

OriginAccessControlOriginTypes_Values returns all elements of the OriginAccessControlOriginTypes enum

func OriginAccessControlSigningBehaviors_Values

func OriginAccessControlSigningBehaviors_Values() []string

OriginAccessControlSigningBehaviors_Values returns all elements of the OriginAccessControlSigningBehaviors enum

func OriginAccessControlSigningProtocols_Values

func OriginAccessControlSigningProtocols_Values() []string

OriginAccessControlSigningProtocols_Values returns all elements of the OriginAccessControlSigningProtocols enum

func OriginProtocolPolicy_Values

func OriginProtocolPolicy_Values() []string

OriginProtocolPolicy_Values returns all elements of the OriginProtocolPolicy enum

func OriginRequestPolicyCookieBehavior_Values

func OriginRequestPolicyCookieBehavior_Values() []string

OriginRequestPolicyCookieBehavior_Values returns all elements of the OriginRequestPolicyCookieBehavior enum

func OriginRequestPolicyHeaderBehavior_Values

func OriginRequestPolicyHeaderBehavior_Values() []string

OriginRequestPolicyHeaderBehavior_Values returns all elements of the OriginRequestPolicyHeaderBehavior enum

func OriginRequestPolicyQueryStringBehavior_Values

func OriginRequestPolicyQueryStringBehavior_Values() []string

OriginRequestPolicyQueryStringBehavior_Values returns all elements of the OriginRequestPolicyQueryStringBehavior enum

func OriginRequestPolicyType_Values

func OriginRequestPolicyType_Values() []string

OriginRequestPolicyType_Values returns all elements of the OriginRequestPolicyType enum

func PriceClass_Values

func PriceClass_Values() []string

PriceClass_Values returns all elements of the PriceClass enum

func RealtimeMetricsSubscriptionStatus_Values

func RealtimeMetricsSubscriptionStatus_Values() []string

RealtimeMetricsSubscriptionStatus_Values returns all elements of the RealtimeMetricsSubscriptionStatus enum

func ReferrerPolicyList_Values

func ReferrerPolicyList_Values() []string

ReferrerPolicyList_Values returns all elements of the ReferrerPolicyList enum

func ResponseHeadersPolicyAccessControlAllowMethodsValues_Values

func ResponseHeadersPolicyAccessControlAllowMethodsValues_Values() []string

ResponseHeadersPolicyAccessControlAllowMethodsValues_Values returns all elements of the ResponseHeadersPolicyAccessControlAllowMethodsValues enum

func ResponseHeadersPolicyType_Values

func ResponseHeadersPolicyType_Values() []string

ResponseHeadersPolicyType_Values returns all elements of the ResponseHeadersPolicyType enum

func SSLSupportMethod_Values

func SSLSupportMethod_Values() []string

SSLSupportMethod_Values returns all elements of the SSLSupportMethod enum

func SslProtocol_Values

func SslProtocol_Values() []string

SslProtocol_Values returns all elements of the SslProtocol enum

func ViewerProtocolPolicy_Values

func ViewerProtocolPolicy_Values() []string

ViewerProtocolPolicy_Values returns all elements of the ViewerProtocolPolicy enum

type ActiveTrustedKeyGroups

type ActiveTrustedKeyGroups struct {

    // This field is true if any of the key groups have public keys that CloudFront
    // can use to verify the signatures of signed URLs and signed cookies. If not,
    // this field is false.
    //
    // Enabled is a required field
    Enabled *bool `type:"boolean" required:"true"`

    // A list of key groups, including the identifiers of the public keys in each
    // key group that CloudFront can use to verify the signatures of signed URLs
    // and signed cookies.
    Items []*KGKeyPairIds `locationNameList:"KeyGroup" type:"list"`

    // The number of key groups in the list.
    //
    // Quantity is a required field
    Quantity *int64 `type:"integer" required:"true"`
    // contains filtered or unexported fields
}

A list of key groups, and the public keys in each key group, that CloudFront can use to verify the signatures of signed URLs and signed cookies.

func (ActiveTrustedKeyGroups) GoString

func (s ActiveTrustedKeyGroups) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ActiveTrustedKeyGroups) SetEnabled

func (s *ActiveTrustedKeyGroups) SetEnabled(v bool) *ActiveTrustedKeyGroups

SetEnabled sets the Enabled field's value.

func (*ActiveTrustedKeyGroups) SetItems

func (s *ActiveTrustedKeyGroups) SetItems(v []*KGKeyPairIds) *ActiveTrustedKeyGroups

SetItems sets the Items field's value.

func (*ActiveTrustedKeyGroups) SetQuantity

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

SetQuantity sets the Quantity field's value.

func (ActiveTrustedKeyGroups) String

func (s ActiveTrustedKeyGroups) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ActiveTrustedSigners

type ActiveTrustedSigners struct {

    // This field is true if any of the Amazon Web Services accounts in the list
    // have active CloudFront key pairs that CloudFront can use to verify the signatures
    // of signed URLs and signed cookies. If not, this field is false.
    //
    // Enabled is a required field
    Enabled *bool `type:"boolean" required:"true"`

    // A list of Amazon Web Services accounts and the identifiers of active CloudFront
    // key pairs in each account that CloudFront can use to verify the signatures
    // of signed URLs and signed cookies.
    Items []*Signer `locationNameList:"Signer" type:"list"`

    // The number of Amazon Web Services accounts in the list.
    //
    // Quantity is a required field
    Quantity *int64 `type:"integer" required:"true"`
    // contains filtered or unexported fields
}

A list of Amazon Web Services accounts and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

func (ActiveTrustedSigners) GoString

func (s ActiveTrustedSigners) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ActiveTrustedSigners) SetEnabled

func (s *ActiveTrustedSigners) SetEnabled(v bool) *ActiveTrustedSigners

SetEnabled sets the Enabled field's value.

func (*ActiveTrustedSigners) SetItems

func (s *ActiveTrustedSigners) SetItems(v []*Signer) *ActiveTrustedSigners

SetItems sets the Items field's value.

func (*ActiveTrustedSigners) SetQuantity

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

SetQuantity sets the Quantity field's value.

func (ActiveTrustedSigners) String

func (s ActiveTrustedSigners) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AliasICPRecordal

type AliasICPRecordal struct {

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

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

Amazon Web Services 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 Amazon Web Services services in China.

func (AliasICPRecordal) GoString

func (s AliasICPRecordal) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AliasICPRecordal) SetCNAME

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

SetCNAME sets the CNAME field's value.

func (*AliasICPRecordal) SetICPRecordalStatus

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

SetICPRecordalStatus sets the ICPRecordalStatus field's value.

func (AliasICPRecordal) String

func (s AliasICPRecordal) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Aliases

type Aliases struct {

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

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

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

func (Aliases) GoString

func (s Aliases) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Aliases) SetItems

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

SetItems sets the Items field's value.

func (*Aliases) SetQuantity

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

SetQuantity sets the Quantity field's value.

func (Aliases) String

func (s Aliases) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 []*string `locationNameList:"Method" type:"list" required:"true" enum:"Method"`

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

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

  • CloudFront forwards only GET and HEAD requests.

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

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

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

func (AllowedMethods) GoString

func (s AllowedMethods) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AllowedMethods) SetCachedMethods

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

SetCachedMethods sets the CachedMethods field's value.

func (*AllowedMethods) SetItems

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

SetItems sets the Items field's value.

func (*AllowedMethods) SetQuantity

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

SetQuantity sets the Quantity field's value.

func (AllowedMethods) String

func (s AllowedMethods) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AllowedMethods) Validate

func (s *AllowedMethods) Validate() error

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

type AssociateAliasInput

type AssociateAliasInput struct {

    // The alias (also known as a CNAME) to add to the target distribution.
    //
    // Alias is a required field
    Alias *string `location:"querystring" locationName:"Alias" type:"string" required:"true"`

    // The ID of the distribution that you're associating the alias with.
    //
    // TargetDistributionId is a required field
    TargetDistributionId *string `location:"uri" locationName:"TargetDistributionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateAliasInput) GoString

func (s AssociateAliasInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateAliasInput) SetAlias

func (s *AssociateAliasInput) SetAlias(v string) *AssociateAliasInput

SetAlias sets the Alias field's value.

func (*AssociateAliasInput) SetTargetDistributionId

func (s *AssociateAliasInput) SetTargetDistributionId(v string) *AssociateAliasInput

SetTargetDistributionId sets the TargetDistributionId field's value.

func (AssociateAliasInput) String

func (s AssociateAliasInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateAliasInput) Validate

func (s *AssociateAliasInput) Validate() error

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

type AssociateAliasOutput

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

func (AssociateAliasOutput) GoString

func (s AssociateAliasOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AssociateAliasOutput) String

func (s AssociateAliasOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CacheBehavior

type CacheBehavior struct {

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

    // The unique identifier of the cache policy that is attached to this cache
    // behavior. For more information, see Creating cache policies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy)
    // or Using the managed cache policies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html)
    // in the Amazon CloudFront Developer Guide.
    //
    // A CacheBehavior must include either a CachePolicyId or ForwardedValues. We
    // recommend that you use a CachePolicyId.
    CachePolicyId *string `type:"string"`

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

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

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

    // This field is deprecated. We recommend that you use a cache policy or an
    // origin request policy instead of this field. For more information, see Working
    // with policies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/working-with-policies.html)
    // in the Amazon CloudFront Developer Guide.
    //
    // If you want to include values in the cache key, use a cache policy. For more
    // information, see Creating cache policies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy)
    // or Using the managed cache policies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html)
    // in the Amazon CloudFront Developer Guide.
    //
    // If you want to send values to the origin but not include them in the cache
    // key, use an origin request policy. For more information, see Creating origin
    // request policies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy)
    // or Using the managed origin request policies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html)
    // in the Amazon CloudFront Developer Guide.
    //
    // A CacheBehavior must include either a CachePolicyId or ForwardedValues. We
    // recommend that you use a CachePolicyId.
    //
    // A complex type that specifies how CloudFront handles query strings, cookies,
    // and HTTP headers.
    //
    // Deprecated: ForwardedValues has been deprecated
    ForwardedValues *ForwardedValues `deprecated:"true" type:"structure"`

    // A list of CloudFront functions that are associated with this cache behavior.
    // CloudFront functions must be published to the LIVE stage to associate them
    // with a cache behavior.
    FunctionAssociations *FunctionAssociations `type:"structure"`

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

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

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

    // The unique identifier of the origin request policy that is attached to this
    // cache behavior. For more information, see Creating origin request policies
    // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy)
    // or Using the managed origin request policies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html)
    // in the Amazon CloudFront Developer Guide.
    OriginRequestPolicyId *string `type:"string"`

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

    // The Amazon Resource Name (ARN) of the real-time log configuration that is
    // attached to this cache behavior. For more information, see Real-time logs
    // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html)
    // in the Amazon CloudFront Developer Guide.
    RealtimeLogConfigArn *string `type:"string"`

    // The identifier for a response headers policy.
    ResponseHeadersPolicyId *string `type:"string"`

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

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

    // A list of key groups that CloudFront can use to validate signed URLs or signed
    // cookies.
    //
    // When a cache behavior contains trusted key groups, CloudFront requires signed
    // URLs or signed cookies for all requests that match the cache behavior. The
    // URLs or cookies must be signed with a private key whose corresponding public
    // key is in the key group. The signed URL or cookie contains information about
    // which public key CloudFront should use to verify the signature. For more
    // information, see Serving private content (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html)
    // in the Amazon CloudFront Developer Guide.
    TrustedKeyGroups *TrustedKeyGroups `type:"structure"`

    //
    // We recommend using TrustedKeyGroups instead of TrustedSigners.
    //
    // A list of Amazon Web Services account IDs whose public keys CloudFront can
    // use to validate signed URLs or signed cookies.
    //
    // When a cache behavior contains trusted signers, CloudFront requires signed
    // URLs or signed cookies for all requests that match the cache behavior. The
    // URLs or cookies must be signed with the private key of a CloudFront key pair
    // in the trusted signer's Amazon Web Services account. The signed URL or cookie
    // contains information about which public key CloudFront should use to verify
    // the signature. For more information, see Serving private content (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html)
    // in the Amazon CloudFront Developer Guide.
    TrustedSigners *TrustedSigners `type:"structure"`

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

A complex type that describes how CloudFront processes requests.

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

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

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

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

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

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

func (CacheBehavior) GoString

func (s CacheBehavior) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CacheBehavior) SetAllowedMethods

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

SetAllowedMethods sets the AllowedMethods field's value.

func (*CacheBehavior) SetCachePolicyId

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

SetCachePolicyId sets the CachePolicyId field's value.

func (*CacheBehavior) SetCompress

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

SetCompress sets the Compress field's value.

func (*CacheBehavior) SetDefaultTTL

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

SetDefaultTTL sets the DefaultTTL field's value.

func (*CacheBehavior) SetFieldLevelEncryptionId

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

SetFieldLevelEncryptionId sets the FieldLevelEncryptionId field's value.

func (*CacheBehavior) SetForwardedValues

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

SetForwardedValues sets the ForwardedValues field's value.

func (*CacheBehavior) SetFunctionAssociations

func (s *CacheBehavior) SetFunctionAssociations(v *FunctionAssociations) *CacheBehavior

SetFunctionAssociations sets the FunctionAssociations field's value.

func (*CacheBehavior) SetLambdaFunctionAssociations

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

SetLambdaFunctionAssociations sets the LambdaFunctionAssociations field's value.

func (*CacheBehavior) SetMaxTTL

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

SetMaxTTL sets the MaxTTL field's value.

func (*CacheBehavior) SetMinTTL

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

SetMinTTL sets the MinTTL field's value.

func (*CacheBehavior) SetOriginRequestPolicyId

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

SetOriginRequestPolicyId sets the OriginRequestPolicyId field's value.

func (*CacheBehavior) SetPathPattern

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

SetPathPattern sets the PathPattern field's value.

func (*CacheBehavior) SetRealtimeLogConfigArn

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

SetRealtimeLogConfigArn sets the RealtimeLogConfigArn field's value.

func (*CacheBehavior) SetResponseHeadersPolicyId

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

SetResponseHeadersPolicyId sets the ResponseHeadersPolicyId field's value.

func (*CacheBehavior) SetSmoothStreaming

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

SetSmoothStreaming sets the SmoothStreaming field's value.

func (*CacheBehavior) SetTargetOriginId

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

SetTargetOriginId sets the TargetOriginId field's value.

func (*CacheBehavior) SetTrustedKeyGroups

func (s *CacheBehavior) SetTrustedKeyGroups(v *TrustedKeyGroups) *CacheBehavior

SetTrustedKeyGroups sets the TrustedKeyGroups field's value.

func (*CacheBehavior) SetTrustedSigners

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

SetTrustedSigners sets the TrustedSigners field's value.

func (*CacheBehavior) SetViewerProtocolPolicy

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

SetViewerProtocolPolicy sets the ViewerProtocolPolicy field's value.

func (CacheBehavior) String

func (s CacheBehavior) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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.

func (CacheBehaviors) GoString

func (s CacheBehaviors) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CacheBehaviors) SetItems

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

SetItems sets the Items field's value.

func (*CacheBehaviors) SetQuantity

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

SetQuantity sets the Quantity field's value.

func (CacheBehaviors) String

func (s CacheBehaviors) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CacheBehaviors) Validate

func (s *CacheBehaviors) Validate() error

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

type CachePolicy

type CachePolicy struct {

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

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

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

A cache policy.

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

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

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

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

func (CachePolicy) GoString

func (s CachePolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicy) SetCachePolicyConfig

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

SetCachePolicyConfig sets the CachePolicyConfig field's value.

func (*CachePolicy) SetId

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

SetId sets the Id field's value.

func (*CachePolicy) SetLastModifiedTime

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

SetLastModifiedTime sets the LastModifiedTime field's value.

func (CachePolicy) String

func (s CachePolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CachePolicyConfig

type CachePolicyConfig struct {

    // A comment to describe the cache policy. The comment cannot be longer than
    // 128 characters.
    Comment *string `type:"string"`

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

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

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

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

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

A cache policy configuration.

This configuration determines the following:

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

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

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

func (CachePolicyConfig) GoString

func (s CachePolicyConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicyConfig) SetComment

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

SetComment sets the Comment field's value.

func (*CachePolicyConfig) SetDefaultTTL

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

SetDefaultTTL sets the DefaultTTL field's value.

func (*CachePolicyConfig) SetMaxTTL

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

SetMaxTTL sets the MaxTTL field's value.

func (*CachePolicyConfig) SetMinTTL

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

SetMinTTL sets the MinTTL field's value.

func (*CachePolicyConfig) SetName

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

SetName sets the Name field's value.

func (*CachePolicyConfig) SetParametersInCacheKeyAndForwardedToOrigin

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

SetParametersInCacheKeyAndForwardedToOrigin sets the ParametersInCacheKeyAndForwardedToOrigin field's value.

func (CachePolicyConfig) String

func (s CachePolicyConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicyConfig) Validate

func (s *CachePolicyConfig) Validate() error

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

type CachePolicyCookiesConfig

type CachePolicyCookiesConfig struct {

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

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

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

func (CachePolicyCookiesConfig) GoString

func (s CachePolicyCookiesConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicyCookiesConfig) SetCookieBehavior

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

SetCookieBehavior sets the CookieBehavior field's value.

func (*CachePolicyCookiesConfig) SetCookies

func (s *CachePolicyCookiesConfig) SetCookies(v *CookieNames) *CachePolicyCookiesConfig

SetCookies sets the Cookies field's value.

func (CachePolicyCookiesConfig) String

func (s CachePolicyCookiesConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicyCookiesConfig) Validate

func (s *CachePolicyCookiesConfig) Validate() error

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

type CachePolicyHeadersConfig

type CachePolicyHeadersConfig struct {

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

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

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

func (CachePolicyHeadersConfig) GoString

func (s CachePolicyHeadersConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicyHeadersConfig) SetHeaderBehavior

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

SetHeaderBehavior sets the HeaderBehavior field's value.

func (*CachePolicyHeadersConfig) SetHeaders

func (s *CachePolicyHeadersConfig) SetHeaders(v *Headers) *CachePolicyHeadersConfig

SetHeaders sets the Headers field's value.

func (CachePolicyHeadersConfig) String

func (s CachePolicyHeadersConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicyHeadersConfig) Validate

func (s *CachePolicyHeadersConfig) Validate() error

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

type CachePolicyList

type CachePolicyList struct {

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

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

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

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

A list of cache policies.

func (CachePolicyList) GoString

func (s CachePolicyList) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicyList) SetItems

func (s *CachePolicyList) SetItems(v []*CachePolicySummary) *CachePolicyList

SetItems sets the Items field's value.

func (*CachePolicyList) SetMaxItems

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

SetMaxItems sets the MaxItems field's value.

func (*CachePolicyList) SetNextMarker

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

SetNextMarker sets the NextMarker field's value.

func (*CachePolicyList) SetQuantity

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

SetQuantity sets the Quantity field's value.

func (CachePolicyList) String

func (s CachePolicyList) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CachePolicyQueryStringsConfig

type CachePolicyQueryStringsConfig struct {

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

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

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

func (CachePolicyQueryStringsConfig) GoString

func (s CachePolicyQueryStringsConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicyQueryStringsConfig) SetQueryStringBehavior

func (s *CachePolicyQueryStringsConfig) SetQueryStringBehavior(v string) *CachePolicyQueryStringsConfig

SetQueryStringBehavior sets the QueryStringBehavior field's value.

func (*CachePolicyQueryStringsConfig) SetQueryStrings

func (s *CachePolicyQueryStringsConfig) SetQueryStrings(v *QueryStringNames) *CachePolicyQueryStringsConfig

SetQueryStrings sets the QueryStrings field's value.

func (CachePolicyQueryStringsConfig) String

func (s CachePolicyQueryStringsConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicyQueryStringsConfig) Validate

func (s *CachePolicyQueryStringsConfig) Validate() error

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

type CachePolicySummary

type CachePolicySummary struct {

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

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

Contains a cache policy.

func (CachePolicySummary) GoString

func (s CachePolicySummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachePolicySummary) SetCachePolicy

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

SetCachePolicy sets the CachePolicy field's value.

func (*CachePolicySummary) SetType

func (s *CachePolicySummary) SetType(v string) *CachePolicySummary

SetType sets the Type field's value.

func (CachePolicySummary) String

func (s CachePolicySummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CachedMethods

type CachedMethods struct {

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

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

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

  • CloudFront caches responses to GET and HEAD requests.

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

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

func (CachedMethods) GoString

func (s CachedMethods) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachedMethods) SetItems

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

SetItems sets the Items field's value.

func (*CachedMethods) SetQuantity

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

SetQuantity sets the Quantity field's value.

func (CachedMethods) String

func (s CachedMethods) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CachedMethods) Validate

func (s *CachedMethods) Validate() error

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

type CloudFront

type CloudFront struct {
    *client.Client
}

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

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

func New

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

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

Example:

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

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

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

func (*CloudFront) AssociateAlias

func (c *CloudFront) AssociateAlias(input *AssociateAliasInput) (*AssociateAliasOutput, error)

AssociateAlias API operation for Amazon CloudFront.

Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront distribution.

With this operation you can move an alias that's already in use on a CloudFront distribution to a different distribution in one step. This prevents the downtime that could occur if you first remove the alias from one distribution and then separately add the alias to another distribution.

To use this operation to associate an alias with a distribution, you provide the alias and the ID of the target distribution for the alias. For more information, including how to set up the target distribution, prerequisites that you must complete, and other restrictions, see Moving an alternate domain name to a different distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move) in the Amazon CloudFront Developer Guide.

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

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

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

func (*CloudFront) AssociateAliasRequest

func (c *CloudFront) AssociateAliasRequest(input *AssociateAliasInput) (req *request.Request, output *AssociateAliasOutput)

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

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

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

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

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

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

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

func (*CloudFront) AssociateAliasWithContext

func (c *CloudFront) AssociateAliasWithContext(ctx aws.Context, input *AssociateAliasInput, opts ...request.Option) (*AssociateAliasOutput, error)

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

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

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

func (*CloudFront) CopyDistribution

func (c *CloudFront) CopyDistribution(input *CopyDistributionInput) (*CopyDistributionOutput, error)

CopyDistribution API operation for Amazon CloudFront.

Creates a staging distribution using the configuration of the provided primary distribution. A staging distribution is a copy of an existing distribution (called the primary distribution) that you can use in a continuous deployment workflow.

After you create a staging distribution, you can use UpdateDistribution to modify the staging distribution's configuration. Then you can use CreateContinuousDeploymentPolicy to incrementally move traffic to the staging distribution.

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

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

Returned Error Codes:

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

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

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

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

  • ErrCodeInvalidOriginAccessControl "InvalidOriginAccessControl" The origin access control is not valid.

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

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

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

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

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

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

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

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

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

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

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

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

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

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • ErrCodeTooManyDistributionsWithFunctionAssociations "TooManyDistributionsWithFunctionAssociations" You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyFunctionAssociations "TooManyFunctionAssociations" You have reached the maximum number of CloudFront function associations for this distribution. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeInvalidFunctionAssociation "InvalidFunctionAssociation" A CloudFront function association is invalid.

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

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

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

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

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

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

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

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToResponseHeadersPolicy "TooManyDistributionsAssociatedToResponseHeadersPolicy" The maximum number of distributions have been associated with the specified response headers policy.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

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

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

  • ErrCodeTooManyDistributionsAssociatedToKeyGroup "TooManyDistributionsAssociatedToKeyGroup" The number of distributions that reference this key group is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyKeyGroupsAssociatedToDistribution "TooManyKeyGroupsAssociatedToDistribution" The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTrustedKeyGroupDoesNotExist "TrustedKeyGroupDoesNotExist" The specified key group does not exist.

  • ErrCodeNoSuchRealtimeLogConfig "NoSuchRealtimeLogConfig" The real-time log configuration does not exist.

  • ErrCodeRealtimeLogConfigOwnerMismatch "RealtimeLogConfigOwnerMismatch" The specified real-time log configuration belongs to a different Amazon Web Services account.

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

func (*CloudFront) CopyDistributionRequest

func (c *CloudFront) CopyDistributionRequest(input *CopyDistributionInput) (req *request.Request, output *CopyDistributionOutput)

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

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

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

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

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

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

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

func (*CloudFront) CopyDistributionWithContext

func (c *CloudFront) CopyDistributionWithContext(ctx aws.Context, input *CopyDistributionInput, opts ...request.Option) (*CopyDistributionOutput, error)

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

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

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

func (*CloudFront) CreateCachePolicy

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

CreateCachePolicy API operation for Amazon CloudFront.

Creates a cache policy.

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

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

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

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

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

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

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

Returned Error Codes:

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

func (*CloudFront) CreateCachePolicyRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateCachePolicyWithContext

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

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

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

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

func (*CloudFront) CreateCloudFrontOriginAccessIdentity

func (c *CloudFront) CreateCloudFrontOriginAccessIdentity(input *CreateCloudFrontOriginAccessIdentityInput) (*CreateCloudFrontOriginAccessIdentityOutput, error)

CreateCloudFrontOriginAccessIdentity API operation for Amazon CloudFront.

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

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

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

Returned Error Codes:

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

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

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

Example (Shared00)

Code:

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

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

fmt.Println(result)

func (*CloudFront) CreateCloudFrontOriginAccessIdentityRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateCloudFrontOriginAccessIdentityWithContext

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

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

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

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

func (*CloudFront) CreateContinuousDeploymentPolicy

func (c *CloudFront) CreateContinuousDeploymentPolicy(input *CreateContinuousDeploymentPolicyInput) (*CreateContinuousDeploymentPolicyOutput, error)

CreateContinuousDeploymentPolicy API operation for Amazon CloudFront.

Creates a continuous deployment policy that distributes traffic for a custom domain name to two different CloudFront distributions.

To use a continuous deployment policy, first use CopyDistribution to create a staging distribution, then use UpdateDistribution to modify the staging distribution's configuration.

After you create and update a staging distribution, you can use a continuous deployment policy to incrementally move traffic to the staging distribution. This workflow enables you to test changes to a distribution's configuration before moving all of your domain's production traffic to the new configuration.

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

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

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

  • ErrCodeContinuousDeploymentPolicyAlreadyExists "ContinuousDeploymentPolicyAlreadyExists" A continuous deployment policy with this configuration already exists.

  • ErrCodeTooManyContinuousDeploymentPolicies "TooManyContinuousDeploymentPolicies" You have reached the maximum number of continuous deployment policies for this Amazon Web Services account.

  • ErrCodeStagingDistributionInUse "StagingDistributionInUse" A continuous deployment policy for this staging distribution already exists.

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

func (*CloudFront) CreateContinuousDeploymentPolicyRequest

func (c *CloudFront) CreateContinuousDeploymentPolicyRequest(input *CreateContinuousDeploymentPolicyInput) (req *request.Request, output *CreateContinuousDeploymentPolicyOutput)

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

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

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

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

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

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

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

func (*CloudFront) CreateContinuousDeploymentPolicyWithContext

func (c *CloudFront) CreateContinuousDeploymentPolicyWithContext(ctx aws.Context, input *CreateContinuousDeploymentPolicyInput, opts ...request.Option) (*CreateContinuousDeploymentPolicyOutput, error)

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

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

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

func (*CloudFront) CreateDistribution

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

CreateDistribution API operation for Amazon CloudFront.

Creates a CloudFront distribution.

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

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

Returned Error Codes:

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

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

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

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

  • ErrCodeInvalidOriginAccessControl "InvalidOriginAccessControl" The origin access control is not valid.

  • ErrCodeIllegalOriginAccessConfiguration "IllegalOriginAccessConfiguration" An origin cannot contain both an origin access control (OAC) and an origin access identity (OAI).

  • ErrCodeTooManyDistributionsAssociatedToOriginAccessControl "TooManyDistributionsAssociatedToOriginAccessControl" The maximum number of distributions have been associated with the specified origin access control.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

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

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

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

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

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

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

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

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

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

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • ErrCodeTooManyDistributionsWithFunctionAssociations "TooManyDistributionsWithFunctionAssociations" You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyFunctionAssociations "TooManyFunctionAssociations" You have reached the maximum number of CloudFront function associations for this distribution. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeInvalidFunctionAssociation "InvalidFunctionAssociation" A CloudFront function association is invalid.

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

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

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

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

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

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

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

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToResponseHeadersPolicy "TooManyDistributionsAssociatedToResponseHeadersPolicy" The maximum number of distributions have been associated with the specified response headers policy.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

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

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

  • ErrCodeTooManyDistributionsAssociatedToKeyGroup "TooManyDistributionsAssociatedToKeyGroup" The number of distributions that reference this key group is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyKeyGroupsAssociatedToDistribution "TooManyKeyGroupsAssociatedToDistribution" The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTrustedKeyGroupDoesNotExist "TrustedKeyGroupDoesNotExist" The specified key group does not exist.

  • ErrCodeNoSuchRealtimeLogConfig "NoSuchRealtimeLogConfig" The real-time log configuration does not exist.

  • ErrCodeRealtimeLogConfigOwnerMismatch "RealtimeLogConfigOwnerMismatch" The specified real-time log configuration belongs to a different Amazon Web Services account.

  • ErrCodeContinuousDeploymentPolicyInUse "ContinuousDeploymentPolicyInUse" You cannot delete a continuous deployment policy that is associated with a primary distribution.

  • ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" The continuous deployment policy doesn't exist.

  • ErrCodeInvalidDomainNameForOriginAccessControl "InvalidDomainNameForOriginAccessControl" An origin access control is associated with an origin whose domain name is not supported.

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

Example (Shared00)

Code:

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

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

fmt.Println(result)

func (*CloudFront) CreateDistributionRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateDistributionWithContext

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

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

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

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

func (*CloudFront) CreateDistributionWithTags

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

CreateDistributionWithTags API operation for Amazon CloudFront.

Create a new distribution with tags.

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

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

Returned Error Codes:

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

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

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

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

  • ErrCodeInvalidOriginAccessControl "InvalidOriginAccessControl" The origin access control is not valid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

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

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

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

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

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

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

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

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

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

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • ErrCodeTooManyDistributionsWithFunctionAssociations "TooManyDistributionsWithFunctionAssociations" You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyFunctionAssociations "TooManyFunctionAssociations" You have reached the maximum number of CloudFront function associations for this distribution. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeInvalidFunctionAssociation "InvalidFunctionAssociation" A CloudFront function association is invalid.

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

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

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

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

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

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

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

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToResponseHeadersPolicy "TooManyDistributionsAssociatedToResponseHeadersPolicy" The maximum number of distributions have been associated with the specified response headers policy.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

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

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

  • ErrCodeTooManyDistributionsAssociatedToKeyGroup "TooManyDistributionsAssociatedToKeyGroup" The number of distributions that reference this key group is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyKeyGroupsAssociatedToDistribution "TooManyKeyGroupsAssociatedToDistribution" The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTrustedKeyGroupDoesNotExist "TrustedKeyGroupDoesNotExist" The specified key group does not exist.

  • ErrCodeNoSuchRealtimeLogConfig "NoSuchRealtimeLogConfig" The real-time log configuration does not exist.

  • ErrCodeRealtimeLogConfigOwnerMismatch "RealtimeLogConfigOwnerMismatch" The specified real-time log configuration belongs to a different Amazon Web Services account.

  • ErrCodeContinuousDeploymentPolicyInUse "ContinuousDeploymentPolicyInUse" You cannot delete a continuous deployment policy that is associated with a primary distribution.

  • ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" The continuous deployment policy doesn't exist.

  • ErrCodeInvalidDomainNameForOriginAccessControl "InvalidDomainNameForOriginAccessControl" An origin access control is associated with an origin whose domain name is not supported.

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

Example (Shared00)

Code:

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

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

fmt.Println(result)

func (*CloudFront) CreateDistributionWithTagsRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateDistributionWithTagsWithContext

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

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

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

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

func (*CloudFront) CreateFieldLevelEncryptionConfig

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

CreateFieldLevelEncryptionConfig API operation for Amazon CloudFront.

Create a new field-level encryption configuration.

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

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

Returned Error Codes:

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

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

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

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

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

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

func (*CloudFront) CreateFieldLevelEncryptionConfigRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateFieldLevelEncryptionConfigWithContext

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

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

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

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

func (*CloudFront) CreateFieldLevelEncryptionProfile

func (c *CloudFront) CreateFieldLevelEncryptionProfile(input *CreateFieldLevelEncryptionProfileInput) (*CreateFieldLevelEncryptionProfileOutput, error)

CreateFieldLevelEncryptionProfile API operation for Amazon CloudFront.

Create a field-level encryption profile.

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

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

Returned Error Codes:

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

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

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

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

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

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

func (*CloudFront) CreateFieldLevelEncryptionProfileRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateFieldLevelEncryptionProfileWithContext

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

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

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

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

func (*CloudFront) CreateFunction

func (c *CloudFront) CreateFunction(input *CreateFunctionInput) (*CreateFunctionOutput, error)

CreateFunction API operation for Amazon CloudFront.

Creates a CloudFront function.

To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function.

When you create a function, it's in the DEVELOPMENT stage. In this stage, you can test the function with TestFunction, and update it with UpdateFunction.

When you're ready to use your function with a CloudFront distribution, use PublishFunction to copy the function from the DEVELOPMENT stage to LIVE. When it's live, you can attach the function to a distribution's cache behavior, using the function's ARN.

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

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

Returned Error Codes:

  • ErrCodeTooManyFunctions "TooManyFunctions" You have reached the maximum number of CloudFront functions for this Amazon Web Services account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeFunctionAlreadyExists "FunctionAlreadyExists" A function with the same name already exists in this Amazon Web Services account. To create a function, you must provide a unique name. To update an existing function, use UpdateFunction.

  • ErrCodeFunctionSizeLimitExceeded "FunctionSizeLimitExceeded" The function is too large. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

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

func (*CloudFront) CreateFunctionRequest

func (c *CloudFront) CreateFunctionRequest(input *CreateFunctionInput) (req *request.Request, output *CreateFunctionOutput)

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

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

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

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

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

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

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

func (*CloudFront) CreateFunctionWithContext

func (c *CloudFront) CreateFunctionWithContext(ctx aws.Context, input *CreateFunctionInput, opts ...request.Option) (*CreateFunctionOutput, error)

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

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

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

func (*CloudFront) CreateInvalidation

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

CreateInvalidation API operation for Amazon CloudFront.

Create a new invalidation.

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

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

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

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

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

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

Example (Shared00)

Code:

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

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

fmt.Println(result)

func (*CloudFront) CreateInvalidationRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateInvalidationWithContext

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

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

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

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

func (*CloudFront) CreateKeyGroup

func (c *CloudFront) CreateKeyGroup(input *CreateKeyGroupInput) (*CreateKeyGroupOutput, error)

CreateKeyGroup API operation for Amazon CloudFront.

Creates a key group that you can use with CloudFront signed URLs and signed cookies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html).

To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the Amazon CloudFront Developer Guide.

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

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

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeKeyGroupAlreadyExists "KeyGroupAlreadyExists" A key group with this name already exists. You must provide a unique name. To modify an existing key group, use UpdateKeyGroup.

  • ErrCodeTooManyKeyGroups "TooManyKeyGroups" You have reached the maximum number of key groups for this Amazon Web Services account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyPublicKeysInKeyGroup "TooManyPublicKeysInKeyGroup" The number of public keys in this key group is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

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

func (*CloudFront) CreateKeyGroupRequest

func (c *CloudFront) CreateKeyGroupRequest(input *CreateKeyGroupInput) (req *request.Request, output *CreateKeyGroupOutput)

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

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

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

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

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

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

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

func (*CloudFront) CreateKeyGroupWithContext

func (c *CloudFront) CreateKeyGroupWithContext(ctx aws.Context, input *CreateKeyGroupInput, opts ...request.Option) (*CreateKeyGroupOutput, error)

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

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

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

func (*CloudFront) CreateMonitoringSubscription

func (c *CloudFront) CreateMonitoringSubscription(input *CreateMonitoringSubscriptionInput) (*CreateMonitoringSubscriptionOutput, error)

CreateMonitoringSubscription API operation for Amazon CloudFront.

Enables additional CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost.

For more information, see Viewing additional CloudFront distribution metrics (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/viewing-cloudfront-metrics.html#monitoring-console.distributions-additional) in the Amazon CloudFront Developer Guide.

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

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

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

  • ErrCodeMonitoringSubscriptionAlreadyExists "MonitoringSubscriptionAlreadyExists" A monitoring subscription already exists for the specified distribution.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

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

func (*CloudFront) CreateMonitoringSubscriptionRequest

func (c *CloudFront) CreateMonitoringSubscriptionRequest(input *CreateMonitoringSubscriptionInput) (req *request.Request, output *CreateMonitoringSubscriptionOutput)

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

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

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

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

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

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

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

func (*CloudFront) CreateMonitoringSubscriptionWithContext

func (c *CloudFront) CreateMonitoringSubscriptionWithContext(ctx aws.Context, input *CreateMonitoringSubscriptionInput, opts ...request.Option) (*CreateMonitoringSubscriptionOutput, error)

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

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

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

func (*CloudFront) CreateOriginAccessControl

func (c *CloudFront) CreateOriginAccessControl(input *CreateOriginAccessControlInput) (*CreateOriginAccessControlOutput, error)

CreateOriginAccessControl API operation for Amazon CloudFront.

Creates a new origin access control in CloudFront. After you create an origin access control, you can add it to an origin in a CloudFront distribution so that CloudFront sends authenticated (signed) requests to the origin.

This makes it possible to block public access to the origin, allowing viewers (users) to access the origin's content only through CloudFront.

For more information about using a CloudFront origin access control, see Restricting access to an Amazon Web Services origin (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html) in the Amazon CloudFront Developer Guide.

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

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

Returned Error Codes:

  • ErrCodeOriginAccessControlAlreadyExists "OriginAccessControlAlreadyExists" An origin access control with the specified parameters already exists.

  • ErrCodeTooManyOriginAccessControls "TooManyOriginAccessControls" The number of origin access controls in your Amazon Web Services account exceeds the maximum allowed.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

func (*CloudFront) CreateOriginAccessControlRequest

func (c *CloudFront) CreateOriginAccessControlRequest(input *CreateOriginAccessControlInput) (req *request.Request, output *CreateOriginAccessControlOutput)

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

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

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

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

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

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

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

func (*CloudFront) CreateOriginAccessControlWithContext

func (c *CloudFront) CreateOriginAccessControlWithContext(ctx aws.Context, input *CreateOriginAccessControlInput, opts ...request.Option) (*CreateOriginAccessControlOutput, error)

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

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

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

func (*CloudFront) CreateOriginRequestPolicy

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

CreateOriginRequestPolicy API operation for Amazon CloudFront.

Creates an origin request policy.

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

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

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

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

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

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

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

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

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

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

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

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

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

func (*CloudFront) CreateOriginRequestPolicyRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateOriginRequestPolicyWithContext

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

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

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

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

func (*CloudFront) CreatePublicKey

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

CreatePublicKey API operation for Amazon CloudFront.

Uploads a public key to CloudFront that you can use with signed URLs and signed cookies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html), or with field-level encryption (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html).

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

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

Returned Error Codes:

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

func (*CloudFront) CreatePublicKeyRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreatePublicKeyWithContext

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

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

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

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

func (*CloudFront) CreateRealtimeLogConfig

func (c *CloudFront) CreateRealtimeLogConfig(input *CreateRealtimeLogConfigInput) (*CreateRealtimeLogConfigOutput, error)

CreateRealtimeLogConfig API operation for Amazon CloudFront.

Creates a real-time log configuration.

After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream.

For more information about real-time log configurations, see Real-time logs (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html) in the Amazon CloudFront Developer Guide.

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

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

Returned Error Codes:

  • ErrCodeRealtimeLogConfigAlreadyExists "RealtimeLogConfigAlreadyExists" A real-time log configuration with this name already exists. You must provide a unique name. To modify an existing real-time log configuration, use UpdateRealtimeLogConfig.

  • ErrCodeTooManyRealtimeLogConfigs "TooManyRealtimeLogConfigs" You have reached the maximum number of real-time log configurations for this Amazon Web Services account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

func (*CloudFront) CreateRealtimeLogConfigRequest

func (c *CloudFront) CreateRealtimeLogConfigRequest(input *CreateRealtimeLogConfigInput) (req *request.Request, output *CreateRealtimeLogConfigOutput)

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

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

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

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

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

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

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

func (*CloudFront) CreateRealtimeLogConfigWithContext

func (c *CloudFront) CreateRealtimeLogConfigWithContext(ctx aws.Context, input *CreateRealtimeLogConfigInput, opts ...request.Option) (*CreateRealtimeLogConfigOutput, error)

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

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

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

func (*CloudFront) CreateResponseHeadersPolicy

func (c *CloudFront) CreateResponseHeadersPolicy(input *CreateResponseHeadersPolicyInput) (*CreateResponseHeadersPolicyOutput, error)

CreateResponseHeadersPolicy API operation for Amazon CloudFront.

Creates a response headers policy.

A response headers policy contains information about a set of HTTP headers. To create a response headers policy, you provide some metadata about the policy and a set of configurations that specify the headers.

After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to requests that match the cache behavior. CloudFront adds or removes response headers according to the configuration of the response headers policy.

For more information, see Adding or removing HTTP headers in CloudFront responses (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html) in the Amazon CloudFront Developer Guide.

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

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

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeResponseHeadersPolicyAlreadyExists "ResponseHeadersPolicyAlreadyExists" A response headers policy with this name already exists. You must provide a unique name. To modify an existing response headers policy, use UpdateResponseHeadersPolicy.

  • ErrCodeTooManyResponseHeadersPolicies "TooManyResponseHeadersPolicies" You have reached the maximum number of response headers policies for this Amazon Web Services account.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyCustomHeadersInResponseHeadersPolicy "TooManyCustomHeadersInResponseHeadersPolicy" The number of custom headers in the response headers policy exceeds the maximum.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooLongCSPInResponseHeadersPolicy "TooLongCSPInResponseHeadersPolicy" The length of the Content-Security-Policy header value in the response headers policy exceeds the maximum.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyRemoveHeadersInResponseHeadersPolicy "TooManyRemoveHeadersInResponseHeadersPolicy" The number of headers in RemoveHeadersConfig in the response headers policy exceeds the maximum.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

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

func (*CloudFront) CreateResponseHeadersPolicyRequest

func (c *CloudFront) CreateResponseHeadersPolicyRequest(input *CreateResponseHeadersPolicyInput) (req *request.Request, output *CreateResponseHeadersPolicyOutput)

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

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

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

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

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

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

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

func (*CloudFront) CreateResponseHeadersPolicyWithContext

func (c *CloudFront) CreateResponseHeadersPolicyWithContext(ctx aws.Context, input *CreateResponseHeadersPolicyInput, opts ...request.Option) (*CreateResponseHeadersPolicyOutput, error)

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

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

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

func (*CloudFront) CreateStreamingDistribution

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

CreateStreamingDistribution API operation for Amazon CloudFront.

This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement (http://forums.aws.amazon.com/ann.jspa?annID=7356) on the Amazon CloudFront discussion forum.

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

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

Returned Error Codes:

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

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

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

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

  • ErrCodeInvalidOriginAccessControl "InvalidOriginAccessControl" The origin access control is not valid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

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

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

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

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

Example (Shared00)

Code:

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

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

fmt.Println(result)

func (*CloudFront) CreateStreamingDistributionRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateStreamingDistributionWithContext

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

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

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

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

func (*CloudFront) CreateStreamingDistributionWithTags

func (c *CloudFront) CreateStreamingDistributionWithTags(input *CreateStreamingDistributionWithTagsInput) (*CreateStreamingDistributionWithTagsOutput, error)

CreateStreamingDistributionWithTags API operation for Amazon CloudFront.

This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement (http://forums.aws.amazon.com/ann.jspa?annID=7356) on the Amazon CloudFront discussion forum.

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

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

Returned Error Codes:

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

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

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

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

  • ErrCodeInvalidOriginAccessControl "InvalidOriginAccessControl" The origin access control is not valid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

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

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

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

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

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

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

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

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

func (*CloudFront) CreateStreamingDistributionWithTagsRequest

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

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

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

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

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

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

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

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

func (*CloudFront) CreateStreamingDistributionWithTagsWithContext

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

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

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

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

func (*CloudFront) DeleteCachePolicy

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

DeleteCachePolicy API operation for Amazon CloudFront.

Deletes a cache policy.

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

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

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

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

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

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

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

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

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

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

func (*CloudFront) DeleteCachePolicyRequest

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

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

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

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

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

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

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

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

func (*CloudFront) DeleteCachePolicyWithContext

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

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

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

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

func (*CloudFront) DeleteCloudFrontOriginAccessIdentity

func (c *CloudFront) DeleteCloudFrontOriginAccessIdentity(input *DeleteCloudFrontOriginAccessIdentityInput) (*DeleteCloudFrontOriginAccessIdentityOutput, error)

DeleteCloudFrontOriginAccessIdentity API operation for Amazon CloudFront.

Delete an origin access identity.

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

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

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

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

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

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

  • ErrCodeOriginAccessIdentityInUse "CloudFrontOriginAccessIdentityInUse" The Origin Access Identity specified is already in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteCloudFrontOriginAccessIdentity

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.DeleteCloudFrontOriginAccessIdentityInput{}

result, err := svc.DeleteCloudFrontOriginAccessIdentity(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        case cloudfront.ErrCodeInvalidIfMatchVersion:
            fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
        case cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity:
            fmt.Println(cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity, aerr.Error())
        case cloudfront.ErrCodePreconditionFailed:
            fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
        case cloudfront.ErrCodeOriginAccessIdentityInUse:
            fmt.Println(cloudfront.ErrCodeOriginAccessIdentityInUse, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) DeleteCloudFrontOriginAccessIdentityRequest

func (c *CloudFront) DeleteCloudFrontOriginAccessIdentityRequest(input *DeleteCloudFrontOriginAccessIdentityInput) (req *request.Request, output *DeleteCloudFrontOriginAccessIdentityOutput)

DeleteCloudFrontOriginAccessIdentityRequest generates a "aws/request.Request" representing the client's request for the DeleteCloudFrontOriginAccessIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteCloudFrontOriginAccessIdentity for more information on using the DeleteCloudFrontOriginAccessIdentity API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteCloudFrontOriginAccessIdentityRequest method.
req, resp := client.DeleteCloudFrontOriginAccessIdentityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteCloudFrontOriginAccessIdentity

func (*CloudFront) DeleteCloudFrontOriginAccessIdentityWithContext

func (c *CloudFront) DeleteCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *DeleteCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*DeleteCloudFrontOriginAccessIdentityOutput, error)

DeleteCloudFrontOriginAccessIdentityWithContext is the same as DeleteCloudFrontOriginAccessIdentity with the addition of the ability to pass a context and additional request options.

See DeleteCloudFrontOriginAccessIdentity for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteContinuousDeploymentPolicy

func (c *CloudFront) DeleteContinuousDeploymentPolicy(input *DeleteContinuousDeploymentPolicyInput) (*DeleteContinuousDeploymentPolicyOutput, error)

DeleteContinuousDeploymentPolicy API operation for Amazon CloudFront.

Deletes a continuous deployment policy.

You cannot delete a continuous deployment policy that's attached to a primary distribution. First update your distribution to remove the continuous deployment policy, then you can delete the policy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteContinuousDeploymentPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeContinuousDeploymentPolicyInUse "ContinuousDeploymentPolicyInUse" You cannot delete a continuous deployment policy that is associated with a primary distribution.

  • ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" The continuous deployment policy doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteContinuousDeploymentPolicy

func (*CloudFront) DeleteContinuousDeploymentPolicyRequest

func (c *CloudFront) DeleteContinuousDeploymentPolicyRequest(input *DeleteContinuousDeploymentPolicyInput) (req *request.Request, output *DeleteContinuousDeploymentPolicyOutput)

DeleteContinuousDeploymentPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteContinuousDeploymentPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteContinuousDeploymentPolicy for more information on using the DeleteContinuousDeploymentPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteContinuousDeploymentPolicyRequest method.
req, resp := client.DeleteContinuousDeploymentPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteContinuousDeploymentPolicy

func (*CloudFront) DeleteContinuousDeploymentPolicyWithContext

func (c *CloudFront) DeleteContinuousDeploymentPolicyWithContext(ctx aws.Context, input *DeleteContinuousDeploymentPolicyInput, opts ...request.Option) (*DeleteContinuousDeploymentPolicyOutput, error)

DeleteContinuousDeploymentPolicyWithContext is the same as DeleteContinuousDeploymentPolicy with the addition of the ability to pass a context and additional request options.

See DeleteContinuousDeploymentPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteDistribution

func (c *CloudFront) DeleteDistribution(input *DeleteDistributionInput) (*DeleteDistributionOutput, error)

DeleteDistribution API operation for Amazon CloudFront.

Delete a distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeDistributionNotDisabled "DistributionNotDisabled" The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteDistribution

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.DeleteDistributionInput{}

result, err := svc.DeleteDistribution(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        case cloudfront.ErrCodeDistributionNotDisabled:
            fmt.Println(cloudfront.ErrCodeDistributionNotDisabled, aerr.Error())
        case cloudfront.ErrCodeInvalidIfMatchVersion:
            fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
        case cloudfront.ErrCodeNoSuchDistribution:
            fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
        case cloudfront.ErrCodePreconditionFailed:
            fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) DeleteDistributionRequest

func (c *CloudFront) DeleteDistributionRequest(input *DeleteDistributionInput) (req *request.Request, output *DeleteDistributionOutput)

DeleteDistributionRequest generates a "aws/request.Request" representing the client's request for the DeleteDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDistribution for more information on using the DeleteDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDistributionRequest method.
req, resp := client.DeleteDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteDistribution

func (*CloudFront) DeleteDistributionWithContext

func (c *CloudFront) DeleteDistributionWithContext(ctx aws.Context, input *DeleteDistributionInput, opts ...request.Option) (*DeleteDistributionOutput, error)

DeleteDistributionWithContext is the same as DeleteDistribution with the addition of the ability to pass a context and additional request options.

See DeleteDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteFieldLevelEncryptionConfig

func (c *CloudFront) DeleteFieldLevelEncryptionConfig(input *DeleteFieldLevelEncryptionConfigInput) (*DeleteFieldLevelEncryptionConfigOutput, error)

DeleteFieldLevelEncryptionConfig API operation for Amazon CloudFront.

Remove a field-level encryption configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteFieldLevelEncryptionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeFieldLevelEncryptionConfigInUse "FieldLevelEncryptionConfigInUse" The specified configuration for field-level encryption is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionConfig

func (*CloudFront) DeleteFieldLevelEncryptionConfigRequest

func (c *CloudFront) DeleteFieldLevelEncryptionConfigRequest(input *DeleteFieldLevelEncryptionConfigInput) (req *request.Request, output *DeleteFieldLevelEncryptionConfigOutput)

DeleteFieldLevelEncryptionConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteFieldLevelEncryptionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFieldLevelEncryptionConfig for more information on using the DeleteFieldLevelEncryptionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFieldLevelEncryptionConfigRequest method.
req, resp := client.DeleteFieldLevelEncryptionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionConfig

func (*CloudFront) DeleteFieldLevelEncryptionConfigWithContext

func (c *CloudFront) DeleteFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *DeleteFieldLevelEncryptionConfigInput, opts ...request.Option) (*DeleteFieldLevelEncryptionConfigOutput, error)

DeleteFieldLevelEncryptionConfigWithContext is the same as DeleteFieldLevelEncryptionConfig with the addition of the ability to pass a context and additional request options.

See DeleteFieldLevelEncryptionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteFieldLevelEncryptionProfile

func (c *CloudFront) DeleteFieldLevelEncryptionProfile(input *DeleteFieldLevelEncryptionProfileInput) (*DeleteFieldLevelEncryptionProfileOutput, error)

DeleteFieldLevelEncryptionProfile API operation for Amazon CloudFront.

Remove a field-level encryption profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteFieldLevelEncryptionProfile for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeFieldLevelEncryptionProfileInUse "FieldLevelEncryptionProfileInUse" The specified profile for field-level encryption is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionProfile

func (*CloudFront) DeleteFieldLevelEncryptionProfileRequest

func (c *CloudFront) DeleteFieldLevelEncryptionProfileRequest(input *DeleteFieldLevelEncryptionProfileInput) (req *request.Request, output *DeleteFieldLevelEncryptionProfileOutput)

DeleteFieldLevelEncryptionProfileRequest generates a "aws/request.Request" representing the client's request for the DeleteFieldLevelEncryptionProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFieldLevelEncryptionProfile for more information on using the DeleteFieldLevelEncryptionProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFieldLevelEncryptionProfileRequest method.
req, resp := client.DeleteFieldLevelEncryptionProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionProfile

func (*CloudFront) DeleteFieldLevelEncryptionProfileWithContext

func (c *CloudFront) DeleteFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *DeleteFieldLevelEncryptionProfileInput, opts ...request.Option) (*DeleteFieldLevelEncryptionProfileOutput, error)

DeleteFieldLevelEncryptionProfileWithContext is the same as DeleteFieldLevelEncryptionProfile with the addition of the ability to pass a context and additional request options.

See DeleteFieldLevelEncryptionProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteFunction

func (c *CloudFront) DeleteFunction(input *DeleteFunctionInput) (*DeleteFunctionOutput, error)

DeleteFunction API operation for Amazon CloudFront.

Deletes a CloudFront function.

You cannot delete a function if it's associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.

To delete a function, you must provide the function's name and version (ETag value). To get these values, you can use ListFunctions and DescribeFunction.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteFunction for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFunctionExists "NoSuchFunctionExists" The function does not exist.

  • ErrCodeFunctionInUse "FunctionInUse" Cannot delete the function because it's attached to one or more cache behaviors.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFunction

func (*CloudFront) DeleteFunctionRequest

func (c *CloudFront) DeleteFunctionRequest(input *DeleteFunctionInput) (req *request.Request, output *DeleteFunctionOutput)

DeleteFunctionRequest generates a "aws/request.Request" representing the client's request for the DeleteFunction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFunction for more information on using the DeleteFunction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFunctionRequest method.
req, resp := client.DeleteFunctionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFunction

func (*CloudFront) DeleteFunctionWithContext

func (c *CloudFront) DeleteFunctionWithContext(ctx aws.Context, input *DeleteFunctionInput, opts ...request.Option) (*DeleteFunctionOutput, error)

DeleteFunctionWithContext is the same as DeleteFunction with the addition of the ability to pass a context and additional request options.

See DeleteFunction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteKeyGroup

func (c *CloudFront) DeleteKeyGroup(input *DeleteKeyGroupInput) (*DeleteKeyGroupOutput, error)

DeleteKeyGroup API operation for Amazon CloudFront.

Deletes a key group.

You cannot delete a key group that is referenced in a cache behavior. First update your distributions to remove the key group from all cache behaviors, then delete the key group.

To delete a key group, you must provide the key group's identifier and version. To get these values, use ListKeyGroups followed by GetKeyGroup or GetKeyGroupConfig.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteKeyGroup for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeResourceInUse "ResourceInUse" Cannot delete this resource because it is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteKeyGroup

func (*CloudFront) DeleteKeyGroupRequest

func (c *CloudFront) DeleteKeyGroupRequest(input *DeleteKeyGroupInput) (req *request.Request, output *DeleteKeyGroupOutput)

DeleteKeyGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteKeyGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteKeyGroup for more information on using the DeleteKeyGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteKeyGroupRequest method.
req, resp := client.DeleteKeyGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteKeyGroup

func (*CloudFront) DeleteKeyGroupWithContext

func (c *CloudFront) DeleteKeyGroupWithContext(ctx aws.Context, input *DeleteKeyGroupInput, opts ...request.Option) (*DeleteKeyGroupOutput, error)

DeleteKeyGroupWithContext is the same as DeleteKeyGroup with the addition of the ability to pass a context and additional request options.

See DeleteKeyGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteMonitoringSubscription

func (c *CloudFront) DeleteMonitoringSubscription(input *DeleteMonitoringSubscriptionInput) (*DeleteMonitoringSubscriptionOutput, error)

DeleteMonitoringSubscription API operation for Amazon CloudFront.

Disables additional CloudWatch metrics for the specified CloudFront distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteMonitoringSubscription for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeNoSuchMonitoringSubscription "NoSuchMonitoringSubscription" A monitoring subscription does not exist for the specified distribution.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteMonitoringSubscription

func (*CloudFront) DeleteMonitoringSubscriptionRequest

func (c *CloudFront) DeleteMonitoringSubscriptionRequest(input *DeleteMonitoringSubscriptionInput) (req *request.Request, output *DeleteMonitoringSubscriptionOutput)

DeleteMonitoringSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteMonitoringSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteMonitoringSubscription for more information on using the DeleteMonitoringSubscription API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteMonitoringSubscriptionRequest method.
req, resp := client.DeleteMonitoringSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteMonitoringSubscription

func (*CloudFront) DeleteMonitoringSubscriptionWithContext

func (c *CloudFront) DeleteMonitoringSubscriptionWithContext(ctx aws.Context, input *DeleteMonitoringSubscriptionInput, opts ...request.Option) (*DeleteMonitoringSubscriptionOutput, error)

DeleteMonitoringSubscriptionWithContext is the same as DeleteMonitoringSubscription with the addition of the ability to pass a context and additional request options.

See DeleteMonitoringSubscription for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteOriginAccessControl

func (c *CloudFront) DeleteOriginAccessControl(input *DeleteOriginAccessControlInput) (*DeleteOriginAccessControlOutput, error)

DeleteOriginAccessControl API operation for Amazon CloudFront.

Deletes a CloudFront origin access control.

You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteOriginAccessControl for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchOriginAccessControl "NoSuchOriginAccessControl" The origin access control does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeOriginAccessControlInUse "OriginAccessControlInUse" Cannot delete the origin access control because it's in use by one or more distributions.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteOriginAccessControl

func (*CloudFront) DeleteOriginAccessControlRequest

func (c *CloudFront) DeleteOriginAccessControlRequest(input *DeleteOriginAccessControlInput) (req *request.Request, output *DeleteOriginAccessControlOutput)

DeleteOriginAccessControlRequest generates a "aws/request.Request" representing the client's request for the DeleteOriginAccessControl operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOriginAccessControl for more information on using the DeleteOriginAccessControl API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOriginAccessControlRequest method.
req, resp := client.DeleteOriginAccessControlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteOriginAccessControl

func (*CloudFront) DeleteOriginAccessControlWithContext

func (c *CloudFront) DeleteOriginAccessControlWithContext(ctx aws.Context, input *DeleteOriginAccessControlInput, opts ...request.Option) (*DeleteOriginAccessControlOutput, error)

DeleteOriginAccessControlWithContext is the same as DeleteOriginAccessControl with the addition of the ability to pass a context and additional request options.

See DeleteOriginAccessControl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteOriginRequestPolicy

func (c *CloudFront) DeleteOriginRequestPolicy(input *DeleteOriginRequestPolicyInput) (*DeleteOriginRequestPolicyOutput, error)

DeleteOriginRequestPolicy API operation for Amazon CloudFront.

Deletes an origin request policy.

You cannot delete an origin request policy if it's attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.

To delete an origin request policy, you must provide the policy's identifier and version. To get the identifier, you can use ListOriginRequestPolicies or GetOriginRequestPolicy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteOriginRequestPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeIllegalDelete "IllegalDelete" You cannot delete a managed policy.

  • ErrCodeOriginRequestPolicyInUse "OriginRequestPolicyInUse" Cannot delete the origin request policy because it is attached to one or more cache behaviors.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteOriginRequestPolicy

func (*CloudFront) DeleteOriginRequestPolicyRequest

func (c *CloudFront) DeleteOriginRequestPolicyRequest(input *DeleteOriginRequestPolicyInput) (req *request.Request, output *DeleteOriginRequestPolicyOutput)

DeleteOriginRequestPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteOriginRequestPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOriginRequestPolicy for more information on using the DeleteOriginRequestPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOriginRequestPolicyRequest method.
req, resp := client.DeleteOriginRequestPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteOriginRequestPolicy

func (*CloudFront) DeleteOriginRequestPolicyWithContext

func (c *CloudFront) DeleteOriginRequestPolicyWithContext(ctx aws.Context, input *DeleteOriginRequestPolicyInput, opts ...request.Option) (*DeleteOriginRequestPolicyOutput, error)

DeleteOriginRequestPolicyWithContext is the same as DeleteOriginRequestPolicy with the addition of the ability to pass a context and additional request options.

See DeleteOriginRequestPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeletePublicKey

func (c *CloudFront) DeletePublicKey(input *DeletePublicKeyInput) (*DeletePublicKeyOutput, error)

DeletePublicKey API operation for Amazon CloudFront.

Remove a public key you previously added to CloudFront.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeletePublicKey for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodePublicKeyInUse "PublicKeyInUse" The specified public key is in use.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeletePublicKey

func (*CloudFront) DeletePublicKeyRequest

func (c *CloudFront) DeletePublicKeyRequest(input *DeletePublicKeyInput) (req *request.Request, output *DeletePublicKeyOutput)

DeletePublicKeyRequest generates a "aws/request.Request" representing the client's request for the DeletePublicKey operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePublicKey for more information on using the DeletePublicKey API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePublicKeyRequest method.
req, resp := client.DeletePublicKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeletePublicKey

func (*CloudFront) DeletePublicKeyWithContext

func (c *CloudFront) DeletePublicKeyWithContext(ctx aws.Context, input *DeletePublicKeyInput, opts ...request.Option) (*DeletePublicKeyOutput, error)

DeletePublicKeyWithContext is the same as DeletePublicKey with the addition of the ability to pass a context and additional request options.

See DeletePublicKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteRealtimeLogConfig

func (c *CloudFront) DeleteRealtimeLogConfig(input *DeleteRealtimeLogConfigInput) (*DeleteRealtimeLogConfigOutput, error)

DeleteRealtimeLogConfig API operation for Amazon CloudFront.

Deletes a real-time log configuration.

You cannot delete a real-time log configuration if it's attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration.

To delete a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteRealtimeLogConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchRealtimeLogConfig "NoSuchRealtimeLogConfig" The real-time log configuration does not exist.

  • ErrCodeRealtimeLogConfigInUse "RealtimeLogConfigInUse" Cannot delete the real-time log configuration because it is attached to one or more cache behaviors.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteRealtimeLogConfig

func (*CloudFront) DeleteRealtimeLogConfigRequest

func (c *CloudFront) DeleteRealtimeLogConfigRequest(input *DeleteRealtimeLogConfigInput) (req *request.Request, output *DeleteRealtimeLogConfigOutput)

DeleteRealtimeLogConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteRealtimeLogConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRealtimeLogConfig for more information on using the DeleteRealtimeLogConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRealtimeLogConfigRequest method.
req, resp := client.DeleteRealtimeLogConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteRealtimeLogConfig

func (*CloudFront) DeleteRealtimeLogConfigWithContext

func (c *CloudFront) DeleteRealtimeLogConfigWithContext(ctx aws.Context, input *DeleteRealtimeLogConfigInput, opts ...request.Option) (*DeleteRealtimeLogConfigOutput, error)

DeleteRealtimeLogConfigWithContext is the same as DeleteRealtimeLogConfig with the addition of the ability to pass a context and additional request options.

See DeleteRealtimeLogConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteResponseHeadersPolicy

func (c *CloudFront) DeleteResponseHeadersPolicy(input *DeleteResponseHeadersPolicyInput) (*DeleteResponseHeadersPolicyOutput, error)

DeleteResponseHeadersPolicy API operation for Amazon CloudFront.

Deletes a response headers policy.

You cannot delete a response headers policy if it's attached to a cache behavior. First update your distributions to remove the response headers policy from all cache behaviors, then delete the response headers policy.

To delete a response headers policy, you must provide the policy's identifier and version. To get these values, you can use ListResponseHeadersPolicies or GetResponseHeadersPolicy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteResponseHeadersPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeIllegalDelete "IllegalDelete" You cannot delete a managed policy.

  • ErrCodeResponseHeadersPolicyInUse "ResponseHeadersPolicyInUse" Cannot delete the response headers policy because it is attached to one or more cache behaviors in a CloudFront distribution.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteResponseHeadersPolicy

func (*CloudFront) DeleteResponseHeadersPolicyRequest

func (c *CloudFront) DeleteResponseHeadersPolicyRequest(input *DeleteResponseHeadersPolicyInput) (req *request.Request, output *DeleteResponseHeadersPolicyOutput)

DeleteResponseHeadersPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteResponseHeadersPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteResponseHeadersPolicy for more information on using the DeleteResponseHeadersPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteResponseHeadersPolicyRequest method.
req, resp := client.DeleteResponseHeadersPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteResponseHeadersPolicy

func (*CloudFront) DeleteResponseHeadersPolicyWithContext

func (c *CloudFront) DeleteResponseHeadersPolicyWithContext(ctx aws.Context, input *DeleteResponseHeadersPolicyInput, opts ...request.Option) (*DeleteResponseHeadersPolicyOutput, error)

DeleteResponseHeadersPolicyWithContext is the same as DeleteResponseHeadersPolicy with the addition of the ability to pass a context and additional request options.

See DeleteResponseHeadersPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DeleteStreamingDistribution

func (c *CloudFront) DeleteStreamingDistribution(input *DeleteStreamingDistributionInput) (*DeleteStreamingDistributionOutput, error)

DeleteStreamingDistribution API operation for Amazon CloudFront.

Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.

To delete an RTMP distribution using the CloudFront API:

Disable the RTMP distribution.

Submit a GET Streaming Distribution Config request to get the current configuration and the Etag header for the distribution.

Update the XML document that was returned in the response to your GET Streaming Distribution Config request to change the value of Enabled to false.

Submit a PUT Streaming Distribution Config request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Streaming Distribution Config request in Step 2.

Review the response to the PUT Streaming Distribution Config request to confirm that the distribution was successfully disabled.

Submit a GET Streaming Distribution Config request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.

Submit a DELETE Streaming Distribution request. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Streaming Distribution Config request in Step 2.

Review the response to your DELETE Streaming Distribution request to confirm that the distribution was successfully deleted.

For information about deleting a distribution using the CloudFront console, see Deleting a Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html) in the Amazon CloudFront Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DeleteStreamingDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeStreamingDistributionNotDisabled "StreamingDistributionNotDisabled" The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchStreamingDistribution "NoSuchStreamingDistribution" The specified streaming distribution does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteStreamingDistribution

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.DeleteStreamingDistributionInput{}

result, err := svc.DeleteStreamingDistribution(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        case cloudfront.ErrCodeStreamingDistributionNotDisabled:
            fmt.Println(cloudfront.ErrCodeStreamingDistributionNotDisabled, aerr.Error())
        case cloudfront.ErrCodeInvalidIfMatchVersion:
            fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
        case cloudfront.ErrCodeNoSuchStreamingDistribution:
            fmt.Println(cloudfront.ErrCodeNoSuchStreamingDistribution, aerr.Error())
        case cloudfront.ErrCodePreconditionFailed:
            fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) DeleteStreamingDistributionRequest

func (c *CloudFront) DeleteStreamingDistributionRequest(input *DeleteStreamingDistributionInput) (req *request.Request, output *DeleteStreamingDistributionOutput)

DeleteStreamingDistributionRequest generates a "aws/request.Request" representing the client's request for the DeleteStreamingDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteStreamingDistribution for more information on using the DeleteStreamingDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteStreamingDistributionRequest method.
req, resp := client.DeleteStreamingDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteStreamingDistribution

func (*CloudFront) DeleteStreamingDistributionWithContext

func (c *CloudFront) DeleteStreamingDistributionWithContext(ctx aws.Context, input *DeleteStreamingDistributionInput, opts ...request.Option) (*DeleteStreamingDistributionOutput, error)

DeleteStreamingDistributionWithContext is the same as DeleteStreamingDistribution with the addition of the ability to pass a context and additional request options.

See DeleteStreamingDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) DescribeFunction

func (c *CloudFront) DescribeFunction(input *DescribeFunctionInput) (*DescribeFunctionOutput, error)

DescribeFunction API operation for Amazon CloudFront.

Gets configuration information and metadata about a CloudFront function, but not the function's code. To get a function's code, use GetFunction.

To get configuration information and metadata about a function, you must provide the function's name and stage. To get these values, you can use ListFunctions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation DescribeFunction for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchFunctionExists "NoSuchFunctionExists" The function does not exist.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DescribeFunction

func (*CloudFront) DescribeFunctionRequest

func (c *CloudFront) DescribeFunctionRequest(input *DescribeFunctionInput) (req *request.Request, output *DescribeFunctionOutput)

DescribeFunctionRequest generates a "aws/request.Request" representing the client's request for the DescribeFunction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFunction for more information on using the DescribeFunction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFunctionRequest method.
req, resp := client.DescribeFunctionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DescribeFunction

func (*CloudFront) DescribeFunctionWithContext

func (c *CloudFront) DescribeFunctionWithContext(ctx aws.Context, input *DescribeFunctionInput, opts ...request.Option) (*DescribeFunctionOutput, error)

DescribeFunctionWithContext is the same as DescribeFunction with the addition of the ability to pass a context and additional request options.

See DescribeFunction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetCachePolicy

func (c *CloudFront) GetCachePolicy(input *GetCachePolicyInput) (*GetCachePolicyOutput, error)

GetCachePolicy API operation for Amazon CloudFront.

Gets a cache policy, including the following metadata:

  • The policy's identifier.

  • The date and time when the policy was last modified.

To get a cache policy, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetCachePolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicy

func (*CloudFront) GetCachePolicyConfig

func (c *CloudFront) GetCachePolicyConfig(input *GetCachePolicyConfigInput) (*GetCachePolicyConfigOutput, error)

GetCachePolicyConfig API operation for Amazon CloudFront.

Gets a cache policy configuration.

To get a cache policy configuration, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetCachePolicyConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicyConfig

func (*CloudFront) GetCachePolicyConfigRequest

func (c *CloudFront) GetCachePolicyConfigRequest(input *GetCachePolicyConfigInput) (req *request.Request, output *GetCachePolicyConfigOutput)

GetCachePolicyConfigRequest generates a "aws/request.Request" representing the client's request for the GetCachePolicyConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCachePolicyConfig for more information on using the GetCachePolicyConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCachePolicyConfigRequest method.
req, resp := client.GetCachePolicyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicyConfig

func (*CloudFront) GetCachePolicyConfigWithContext

func (c *CloudFront) GetCachePolicyConfigWithContext(ctx aws.Context, input *GetCachePolicyConfigInput, opts ...request.Option) (*GetCachePolicyConfigOutput, error)

GetCachePolicyConfigWithContext is the same as GetCachePolicyConfig with the addition of the ability to pass a context and additional request options.

See GetCachePolicyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetCachePolicyRequest

func (c *CloudFront) GetCachePolicyRequest(input *GetCachePolicyInput) (req *request.Request, output *GetCachePolicyOutput)

GetCachePolicyRequest generates a "aws/request.Request" representing the client's request for the GetCachePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCachePolicy for more information on using the GetCachePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCachePolicyRequest method.
req, resp := client.GetCachePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicy

func (*CloudFront) GetCachePolicyWithContext

func (c *CloudFront) GetCachePolicyWithContext(ctx aws.Context, input *GetCachePolicyInput, opts ...request.Option) (*GetCachePolicyOutput, error)

GetCachePolicyWithContext is the same as GetCachePolicy with the addition of the ability to pass a context and additional request options.

See GetCachePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetCloudFrontOriginAccessIdentity

func (c *CloudFront) GetCloudFrontOriginAccessIdentity(input *GetCloudFrontOriginAccessIdentityInput) (*GetCloudFrontOriginAccessIdentityOutput, error)

GetCloudFrontOriginAccessIdentity API operation for Amazon CloudFront.

Get the information about an origin access identity.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetCloudFrontOriginAccessIdentity for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchCloudFrontOriginAccessIdentity "NoSuchCloudFrontOriginAccessIdentity" The specified origin access identity does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentity

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.GetCloudFrontOriginAccessIdentityInput{}

result, err := svc.GetCloudFrontOriginAccessIdentity(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity:
            fmt.Println(cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity, aerr.Error())
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) GetCloudFrontOriginAccessIdentityConfig

func (c *CloudFront) GetCloudFrontOriginAccessIdentityConfig(input *GetCloudFrontOriginAccessIdentityConfigInput) (*GetCloudFrontOriginAccessIdentityConfigOutput, error)

GetCloudFrontOriginAccessIdentityConfig API operation for Amazon CloudFront.

Get the configuration information about an origin access identity.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetCloudFrontOriginAccessIdentityConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchCloudFrontOriginAccessIdentity "NoSuchCloudFrontOriginAccessIdentity" The specified origin access identity does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentityConfig

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.GetCloudFrontOriginAccessIdentityConfigInput{}

result, err := svc.GetCloudFrontOriginAccessIdentityConfig(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity:
            fmt.Println(cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity, aerr.Error())
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) GetCloudFrontOriginAccessIdentityConfigRequest

func (c *CloudFront) GetCloudFrontOriginAccessIdentityConfigRequest(input *GetCloudFrontOriginAccessIdentityConfigInput) (req *request.Request, output *GetCloudFrontOriginAccessIdentityConfigOutput)

GetCloudFrontOriginAccessIdentityConfigRequest generates a "aws/request.Request" representing the client's request for the GetCloudFrontOriginAccessIdentityConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCloudFrontOriginAccessIdentityConfig for more information on using the GetCloudFrontOriginAccessIdentityConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCloudFrontOriginAccessIdentityConfigRequest method.
req, resp := client.GetCloudFrontOriginAccessIdentityConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentityConfig

func (*CloudFront) GetCloudFrontOriginAccessIdentityConfigWithContext

func (c *CloudFront) GetCloudFrontOriginAccessIdentityConfigWithContext(ctx aws.Context, input *GetCloudFrontOriginAccessIdentityConfigInput, opts ...request.Option) (*GetCloudFrontOriginAccessIdentityConfigOutput, error)

GetCloudFrontOriginAccessIdentityConfigWithContext is the same as GetCloudFrontOriginAccessIdentityConfig with the addition of the ability to pass a context and additional request options.

See GetCloudFrontOriginAccessIdentityConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetCloudFrontOriginAccessIdentityRequest

func (c *CloudFront) GetCloudFrontOriginAccessIdentityRequest(input *GetCloudFrontOriginAccessIdentityInput) (req *request.Request, output *GetCloudFrontOriginAccessIdentityOutput)

GetCloudFrontOriginAccessIdentityRequest generates a "aws/request.Request" representing the client's request for the GetCloudFrontOriginAccessIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCloudFrontOriginAccessIdentity for more information on using the GetCloudFrontOriginAccessIdentity API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCloudFrontOriginAccessIdentityRequest method.
req, resp := client.GetCloudFrontOriginAccessIdentityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentity

func (*CloudFront) GetCloudFrontOriginAccessIdentityWithContext

func (c *CloudFront) GetCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *GetCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*GetCloudFrontOriginAccessIdentityOutput, error)

GetCloudFrontOriginAccessIdentityWithContext is the same as GetCloudFrontOriginAccessIdentity with the addition of the ability to pass a context and additional request options.

See GetCloudFrontOriginAccessIdentity for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetContinuousDeploymentPolicy

func (c *CloudFront) GetContinuousDeploymentPolicy(input *GetContinuousDeploymentPolicyInput) (*GetContinuousDeploymentPolicyOutput, error)

GetContinuousDeploymentPolicy API operation for Amazon CloudFront.

Gets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetContinuousDeploymentPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" The continuous deployment policy doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetContinuousDeploymentPolicy

func (*CloudFront) GetContinuousDeploymentPolicyConfig

func (c *CloudFront) GetContinuousDeploymentPolicyConfig(input *GetContinuousDeploymentPolicyConfigInput) (*GetContinuousDeploymentPolicyConfigOutput, error)

GetContinuousDeploymentPolicyConfig API operation for Amazon CloudFront.

Gets configuration information about a continuous deployment policy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetContinuousDeploymentPolicyConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" The continuous deployment policy doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetContinuousDeploymentPolicyConfig

func (*CloudFront) GetContinuousDeploymentPolicyConfigRequest

func (c *CloudFront) GetContinuousDeploymentPolicyConfigRequest(input *GetContinuousDeploymentPolicyConfigInput) (req *request.Request, output *GetContinuousDeploymentPolicyConfigOutput)

GetContinuousDeploymentPolicyConfigRequest generates a "aws/request.Request" representing the client's request for the GetContinuousDeploymentPolicyConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetContinuousDeploymentPolicyConfig for more information on using the GetContinuousDeploymentPolicyConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetContinuousDeploymentPolicyConfigRequest method.
req, resp := client.GetContinuousDeploymentPolicyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetContinuousDeploymentPolicyConfig

func (*CloudFront) GetContinuousDeploymentPolicyConfigWithContext

func (c *CloudFront) GetContinuousDeploymentPolicyConfigWithContext(ctx aws.Context, input *GetContinuousDeploymentPolicyConfigInput, opts ...request.Option) (*GetContinuousDeploymentPolicyConfigOutput, error)

GetContinuousDeploymentPolicyConfigWithContext is the same as GetContinuousDeploymentPolicyConfig with the addition of the ability to pass a context and additional request options.

See GetContinuousDeploymentPolicyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetContinuousDeploymentPolicyRequest

func (c *CloudFront) GetContinuousDeploymentPolicyRequest(input *GetContinuousDeploymentPolicyInput) (req *request.Request, output *GetContinuousDeploymentPolicyOutput)

GetContinuousDeploymentPolicyRequest generates a "aws/request.Request" representing the client's request for the GetContinuousDeploymentPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetContinuousDeploymentPolicy for more information on using the GetContinuousDeploymentPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetContinuousDeploymentPolicyRequest method.
req, resp := client.GetContinuousDeploymentPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetContinuousDeploymentPolicy

func (*CloudFront) GetContinuousDeploymentPolicyWithContext

func (c *CloudFront) GetContinuousDeploymentPolicyWithContext(ctx aws.Context, input *GetContinuousDeploymentPolicyInput, opts ...request.Option) (*GetContinuousDeploymentPolicyOutput, error)

GetContinuousDeploymentPolicyWithContext is the same as GetContinuousDeploymentPolicy with the addition of the ability to pass a context and additional request options.

See GetContinuousDeploymentPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetDistribution

func (c *CloudFront) GetDistribution(input *GetDistributionInput) (*GetDistributionOutput, error)

GetDistribution API operation for Amazon CloudFront.

Get the information about a distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistribution

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.GetDistributionInput{}

result, err := svc.GetDistribution(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeNoSuchDistribution:
            fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) GetDistributionConfig

func (c *CloudFront) GetDistributionConfig(input *GetDistributionConfigInput) (*GetDistributionConfigOutput, error)

GetDistributionConfig API operation for Amazon CloudFront.

Get the configuration information about a distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetDistributionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistributionConfig

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.GetDistributionConfigInput{}

result, err := svc.GetDistributionConfig(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeNoSuchDistribution:
            fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) GetDistributionConfigRequest

func (c *CloudFront) GetDistributionConfigRequest(input *GetDistributionConfigInput) (req *request.Request, output *GetDistributionConfigOutput)

GetDistributionConfigRequest generates a "aws/request.Request" representing the client's request for the GetDistributionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDistributionConfig for more information on using the GetDistributionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDistributionConfigRequest method.
req, resp := client.GetDistributionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistributionConfig

func (*CloudFront) GetDistributionConfigWithContext

func (c *CloudFront) GetDistributionConfigWithContext(ctx aws.Context, input *GetDistributionConfigInput, opts ...request.Option) (*GetDistributionConfigOutput, error)

GetDistributionConfigWithContext is the same as GetDistributionConfig with the addition of the ability to pass a context and additional request options.

See GetDistributionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetDistributionRequest

func (c *CloudFront) GetDistributionRequest(input *GetDistributionInput) (req *request.Request, output *GetDistributionOutput)

GetDistributionRequest generates a "aws/request.Request" representing the client's request for the GetDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDistribution for more information on using the GetDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDistributionRequest method.
req, resp := client.GetDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistribution

func (*CloudFront) GetDistributionWithContext

func (c *CloudFront) GetDistributionWithContext(ctx aws.Context, input *GetDistributionInput, opts ...request.Option) (*GetDistributionOutput, error)

GetDistributionWithContext is the same as GetDistribution with the addition of the ability to pass a context and additional request options.

See GetDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetFieldLevelEncryption

func (c *CloudFront) GetFieldLevelEncryption(input *GetFieldLevelEncryptionInput) (*GetFieldLevelEncryptionOutput, error)

GetFieldLevelEncryption API operation for Amazon CloudFront.

Get the field-level encryption configuration information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetFieldLevelEncryption for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryption

func (*CloudFront) GetFieldLevelEncryptionConfig

func (c *CloudFront) GetFieldLevelEncryptionConfig(input *GetFieldLevelEncryptionConfigInput) (*GetFieldLevelEncryptionConfigOutput, error)

GetFieldLevelEncryptionConfig API operation for Amazon CloudFront.

Get the field-level encryption configuration information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetFieldLevelEncryptionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionConfig

func (*CloudFront) GetFieldLevelEncryptionConfigRequest

func (c *CloudFront) GetFieldLevelEncryptionConfigRequest(input *GetFieldLevelEncryptionConfigInput) (req *request.Request, output *GetFieldLevelEncryptionConfigOutput)

GetFieldLevelEncryptionConfigRequest generates a "aws/request.Request" representing the client's request for the GetFieldLevelEncryptionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFieldLevelEncryptionConfig for more information on using the GetFieldLevelEncryptionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFieldLevelEncryptionConfigRequest method.
req, resp := client.GetFieldLevelEncryptionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionConfig

func (*CloudFront) GetFieldLevelEncryptionConfigWithContext

func (c *CloudFront) GetFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *GetFieldLevelEncryptionConfigInput, opts ...request.Option) (*GetFieldLevelEncryptionConfigOutput, error)

GetFieldLevelEncryptionConfigWithContext is the same as GetFieldLevelEncryptionConfig with the addition of the ability to pass a context and additional request options.

See GetFieldLevelEncryptionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetFieldLevelEncryptionProfile

func (c *CloudFront) GetFieldLevelEncryptionProfile(input *GetFieldLevelEncryptionProfileInput) (*GetFieldLevelEncryptionProfileOutput, error)

GetFieldLevelEncryptionProfile API operation for Amazon CloudFront.

Get the field-level encryption profile information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetFieldLevelEncryptionProfile for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfile

func (*CloudFront) GetFieldLevelEncryptionProfileConfig

func (c *CloudFront) GetFieldLevelEncryptionProfileConfig(input *GetFieldLevelEncryptionProfileConfigInput) (*GetFieldLevelEncryptionProfileConfigOutput, error)

GetFieldLevelEncryptionProfileConfig API operation for Amazon CloudFront.

Get the field-level encryption profile configuration information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetFieldLevelEncryptionProfileConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfileConfig

func (*CloudFront) GetFieldLevelEncryptionProfileConfigRequest

func (c *CloudFront) GetFieldLevelEncryptionProfileConfigRequest(input *GetFieldLevelEncryptionProfileConfigInput) (req *request.Request, output *GetFieldLevelEncryptionProfileConfigOutput)

GetFieldLevelEncryptionProfileConfigRequest generates a "aws/request.Request" representing the client's request for the GetFieldLevelEncryptionProfileConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFieldLevelEncryptionProfileConfig for more information on using the GetFieldLevelEncryptionProfileConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFieldLevelEncryptionProfileConfigRequest method.
req, resp := client.GetFieldLevelEncryptionProfileConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfileConfig

func (*CloudFront) GetFieldLevelEncryptionProfileConfigWithContext

func (c *CloudFront) GetFieldLevelEncryptionProfileConfigWithContext(ctx aws.Context, input *GetFieldLevelEncryptionProfileConfigInput, opts ...request.Option) (*GetFieldLevelEncryptionProfileConfigOutput, error)

GetFieldLevelEncryptionProfileConfigWithContext is the same as GetFieldLevelEncryptionProfileConfig with the addition of the ability to pass a context and additional request options.

See GetFieldLevelEncryptionProfileConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetFieldLevelEncryptionProfileRequest

func (c *CloudFront) GetFieldLevelEncryptionProfileRequest(input *GetFieldLevelEncryptionProfileInput) (req *request.Request, output *GetFieldLevelEncryptionProfileOutput)

GetFieldLevelEncryptionProfileRequest generates a "aws/request.Request" representing the client's request for the GetFieldLevelEncryptionProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFieldLevelEncryptionProfile for more information on using the GetFieldLevelEncryptionProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFieldLevelEncryptionProfileRequest method.
req, resp := client.GetFieldLevelEncryptionProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfile

func (*CloudFront) GetFieldLevelEncryptionProfileWithContext

func (c *CloudFront) GetFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *GetFieldLevelEncryptionProfileInput, opts ...request.Option) (*GetFieldLevelEncryptionProfileOutput, error)

GetFieldLevelEncryptionProfileWithContext is the same as GetFieldLevelEncryptionProfile with the addition of the ability to pass a context and additional request options.

See GetFieldLevelEncryptionProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetFieldLevelEncryptionRequest

func (c *CloudFront) GetFieldLevelEncryptionRequest(input *GetFieldLevelEncryptionInput) (req *request.Request, output *GetFieldLevelEncryptionOutput)

GetFieldLevelEncryptionRequest generates a "aws/request.Request" representing the client's request for the GetFieldLevelEncryption operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFieldLevelEncryption for more information on using the GetFieldLevelEncryption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFieldLevelEncryptionRequest method.
req, resp := client.GetFieldLevelEncryptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryption

func (*CloudFront) GetFieldLevelEncryptionWithContext

func (c *CloudFront) GetFieldLevelEncryptionWithContext(ctx aws.Context, input *GetFieldLevelEncryptionInput, opts ...request.Option) (*GetFieldLevelEncryptionOutput, error)

GetFieldLevelEncryptionWithContext is the same as GetFieldLevelEncryption with the addition of the ability to pass a context and additional request options.

See GetFieldLevelEncryption for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetFunction

func (c *CloudFront) GetFunction(input *GetFunctionInput) (*GetFunctionOutput, error)

GetFunction API operation for Amazon CloudFront.

Gets the code of a CloudFront function. To get configuration information and metadata about a function, use DescribeFunction.

To get a function's code, you must provide the function's name and stage. To get these values, you can use ListFunctions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetFunction for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchFunctionExists "NoSuchFunctionExists" The function does not exist.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFunction

func (*CloudFront) GetFunctionRequest

func (c *CloudFront) GetFunctionRequest(input *GetFunctionInput) (req *request.Request, output *GetFunctionOutput)

GetFunctionRequest generates a "aws/request.Request" representing the client's request for the GetFunction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFunction for more information on using the GetFunction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFunctionRequest method.
req, resp := client.GetFunctionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFunction

func (*CloudFront) GetFunctionWithContext

func (c *CloudFront) GetFunctionWithContext(ctx aws.Context, input *GetFunctionInput, opts ...request.Option) (*GetFunctionOutput, error)

GetFunctionWithContext is the same as GetFunction with the addition of the ability to pass a context and additional request options.

See GetFunction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetInvalidation

func (c *CloudFront) GetInvalidation(input *GetInvalidationInput) (*GetInvalidationOutput, error)

GetInvalidation API operation for Amazon CloudFront.

Get the information about an invalidation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetInvalidation for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchInvalidation "NoSuchInvalidation" The specified invalidation does not exist.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetInvalidation

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.GetInvalidationInput{}

result, err := svc.GetInvalidation(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeNoSuchInvalidation:
            fmt.Println(cloudfront.ErrCodeNoSuchInvalidation, aerr.Error())
        case cloudfront.ErrCodeNoSuchDistribution:
            fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) GetInvalidationRequest

func (c *CloudFront) GetInvalidationRequest(input *GetInvalidationInput) (req *request.Request, output *GetInvalidationOutput)

GetInvalidationRequest generates a "aws/request.Request" representing the client's request for the GetInvalidation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetInvalidation for more information on using the GetInvalidation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetInvalidationRequest method.
req, resp := client.GetInvalidationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetInvalidation

func (*CloudFront) GetInvalidationWithContext

func (c *CloudFront) GetInvalidationWithContext(ctx aws.Context, input *GetInvalidationInput, opts ...request.Option) (*GetInvalidationOutput, error)

GetInvalidationWithContext is the same as GetInvalidation with the addition of the ability to pass a context and additional request options.

See GetInvalidation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetKeyGroup

func (c *CloudFront) GetKeyGroup(input *GetKeyGroupInput) (*GetKeyGroupOutput, error)

GetKeyGroup API operation for Amazon CloudFront.

Gets a key group, including the date and time when the key group was last modified.

To get a key group, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using ListDistributions or GetDistribution. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetKeyGroup for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetKeyGroup

func (*CloudFront) GetKeyGroupConfig

func (c *CloudFront) GetKeyGroupConfig(input *GetKeyGroupConfigInput) (*GetKeyGroupConfigOutput, error)

GetKeyGroupConfig API operation for Amazon CloudFront.

Gets a key group configuration.

To get a key group configuration, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using ListDistributions or GetDistribution. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetKeyGroupConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetKeyGroupConfig

func (*CloudFront) GetKeyGroupConfigRequest

func (c *CloudFront) GetKeyGroupConfigRequest(input *GetKeyGroupConfigInput) (req *request.Request, output *GetKeyGroupConfigOutput)

GetKeyGroupConfigRequest generates a "aws/request.Request" representing the client's request for the GetKeyGroupConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetKeyGroupConfig for more information on using the GetKeyGroupConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetKeyGroupConfigRequest method.
req, resp := client.GetKeyGroupConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetKeyGroupConfig

func (*CloudFront) GetKeyGroupConfigWithContext

func (c *CloudFront) GetKeyGroupConfigWithContext(ctx aws.Context, input *GetKeyGroupConfigInput, opts ...request.Option) (*GetKeyGroupConfigOutput, error)

GetKeyGroupConfigWithContext is the same as GetKeyGroupConfig with the addition of the ability to pass a context and additional request options.

See GetKeyGroupConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetKeyGroupRequest

func (c *CloudFront) GetKeyGroupRequest(input *GetKeyGroupInput) (req *request.Request, output *GetKeyGroupOutput)

GetKeyGroupRequest generates a "aws/request.Request" representing the client's request for the GetKeyGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetKeyGroup for more information on using the GetKeyGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetKeyGroupRequest method.
req, resp := client.GetKeyGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetKeyGroup

func (*CloudFront) GetKeyGroupWithContext

func (c *CloudFront) GetKeyGroupWithContext(ctx aws.Context, input *GetKeyGroupInput, opts ...request.Option) (*GetKeyGroupOutput, error)

GetKeyGroupWithContext is the same as GetKeyGroup with the addition of the ability to pass a context and additional request options.

See GetKeyGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetMonitoringSubscription

func (c *CloudFront) GetMonitoringSubscription(input *GetMonitoringSubscriptionInput) (*GetMonitoringSubscriptionOutput, error)

GetMonitoringSubscription API operation for Amazon CloudFront.

Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetMonitoringSubscription for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeNoSuchMonitoringSubscription "NoSuchMonitoringSubscription" A monitoring subscription does not exist for the specified distribution.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetMonitoringSubscription

func (*CloudFront) GetMonitoringSubscriptionRequest

func (c *CloudFront) GetMonitoringSubscriptionRequest(input *GetMonitoringSubscriptionInput) (req *request.Request, output *GetMonitoringSubscriptionOutput)

GetMonitoringSubscriptionRequest generates a "aws/request.Request" representing the client's request for the GetMonitoringSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMonitoringSubscription for more information on using the GetMonitoringSubscription API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMonitoringSubscriptionRequest method.
req, resp := client.GetMonitoringSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetMonitoringSubscription

func (*CloudFront) GetMonitoringSubscriptionWithContext

func (c *CloudFront) GetMonitoringSubscriptionWithContext(ctx aws.Context, input *GetMonitoringSubscriptionInput, opts ...request.Option) (*GetMonitoringSubscriptionOutput, error)

GetMonitoringSubscriptionWithContext is the same as GetMonitoringSubscription with the addition of the ability to pass a context and additional request options.

See GetMonitoringSubscription for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetOriginAccessControl

func (c *CloudFront) GetOriginAccessControl(input *GetOriginAccessControlInput) (*GetOriginAccessControlOutput, error)

GetOriginAccessControl API operation for Amazon CloudFront.

Gets a CloudFront origin access control, including its unique identifier.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetOriginAccessControl for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchOriginAccessControl "NoSuchOriginAccessControl" The origin access control does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginAccessControl

func (*CloudFront) GetOriginAccessControlConfig

func (c *CloudFront) GetOriginAccessControlConfig(input *GetOriginAccessControlConfigInput) (*GetOriginAccessControlConfigOutput, error)

GetOriginAccessControlConfig API operation for Amazon CloudFront.

Gets a CloudFront origin access control configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetOriginAccessControlConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchOriginAccessControl "NoSuchOriginAccessControl" The origin access control does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginAccessControlConfig

func (*CloudFront) GetOriginAccessControlConfigRequest

func (c *CloudFront) GetOriginAccessControlConfigRequest(input *GetOriginAccessControlConfigInput) (req *request.Request, output *GetOriginAccessControlConfigOutput)

GetOriginAccessControlConfigRequest generates a "aws/request.Request" representing the client's request for the GetOriginAccessControlConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOriginAccessControlConfig for more information on using the GetOriginAccessControlConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOriginAccessControlConfigRequest method.
req, resp := client.GetOriginAccessControlConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginAccessControlConfig

func (*CloudFront) GetOriginAccessControlConfigWithContext

func (c *CloudFront) GetOriginAccessControlConfigWithContext(ctx aws.Context, input *GetOriginAccessControlConfigInput, opts ...request.Option) (*GetOriginAccessControlConfigOutput, error)

GetOriginAccessControlConfigWithContext is the same as GetOriginAccessControlConfig with the addition of the ability to pass a context and additional request options.

See GetOriginAccessControlConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetOriginAccessControlRequest

func (c *CloudFront) GetOriginAccessControlRequest(input *GetOriginAccessControlInput) (req *request.Request, output *GetOriginAccessControlOutput)

GetOriginAccessControlRequest generates a "aws/request.Request" representing the client's request for the GetOriginAccessControl operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOriginAccessControl for more information on using the GetOriginAccessControl API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOriginAccessControlRequest method.
req, resp := client.GetOriginAccessControlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginAccessControl

func (*CloudFront) GetOriginAccessControlWithContext

func (c *CloudFront) GetOriginAccessControlWithContext(ctx aws.Context, input *GetOriginAccessControlInput, opts ...request.Option) (*GetOriginAccessControlOutput, error)

GetOriginAccessControlWithContext is the same as GetOriginAccessControl with the addition of the ability to pass a context and additional request options.

See GetOriginAccessControl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetOriginRequestPolicy

func (c *CloudFront) GetOriginRequestPolicy(input *GetOriginRequestPolicyInput) (*GetOriginRequestPolicyOutput, error)

GetOriginRequestPolicy API operation for Amazon CloudFront.

Gets an origin request policy, including the following metadata:

  • The policy's identifier.

  • The date and time when the policy was last modified.

To get an origin request policy, you must provide the policy's identifier. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetOriginRequestPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicy

func (*CloudFront) GetOriginRequestPolicyConfig

func (c *CloudFront) GetOriginRequestPolicyConfig(input *GetOriginRequestPolicyConfigInput) (*GetOriginRequestPolicyConfigOutput, error)

GetOriginRequestPolicyConfig API operation for Amazon CloudFront.

Gets an origin request policy configuration.

To get an origin request policy configuration, you must provide the policy's identifier. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetOriginRequestPolicyConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicyConfig

func (*CloudFront) GetOriginRequestPolicyConfigRequest

func (c *CloudFront) GetOriginRequestPolicyConfigRequest(input *GetOriginRequestPolicyConfigInput) (req *request.Request, output *GetOriginRequestPolicyConfigOutput)

GetOriginRequestPolicyConfigRequest generates a "aws/request.Request" representing the client's request for the GetOriginRequestPolicyConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOriginRequestPolicyConfig for more information on using the GetOriginRequestPolicyConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOriginRequestPolicyConfigRequest method.
req, resp := client.GetOriginRequestPolicyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicyConfig

func (*CloudFront) GetOriginRequestPolicyConfigWithContext

func (c *CloudFront) GetOriginRequestPolicyConfigWithContext(ctx aws.Context, input *GetOriginRequestPolicyConfigInput, opts ...request.Option) (*GetOriginRequestPolicyConfigOutput, error)

GetOriginRequestPolicyConfigWithContext is the same as GetOriginRequestPolicyConfig with the addition of the ability to pass a context and additional request options.

See GetOriginRequestPolicyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetOriginRequestPolicyRequest

func (c *CloudFront) GetOriginRequestPolicyRequest(input *GetOriginRequestPolicyInput) (req *request.Request, output *GetOriginRequestPolicyOutput)

GetOriginRequestPolicyRequest generates a "aws/request.Request" representing the client's request for the GetOriginRequestPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOriginRequestPolicy for more information on using the GetOriginRequestPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOriginRequestPolicyRequest method.
req, resp := client.GetOriginRequestPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicy

func (*CloudFront) GetOriginRequestPolicyWithContext

func (c *CloudFront) GetOriginRequestPolicyWithContext(ctx aws.Context, input *GetOriginRequestPolicyInput, opts ...request.Option) (*GetOriginRequestPolicyOutput, error)

GetOriginRequestPolicyWithContext is the same as GetOriginRequestPolicy with the addition of the ability to pass a context and additional request options.

See GetOriginRequestPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetPublicKey

func (c *CloudFront) GetPublicKey(input *GetPublicKeyInput) (*GetPublicKeyOutput, error)

GetPublicKey API operation for Amazon CloudFront.

Gets a public key.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetPublicKey for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKey

func (*CloudFront) GetPublicKeyConfig

func (c *CloudFront) GetPublicKeyConfig(input *GetPublicKeyConfigInput) (*GetPublicKeyConfigOutput, error)

GetPublicKeyConfig API operation for Amazon CloudFront.

Gets a public key configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetPublicKeyConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKeyConfig

func (*CloudFront) GetPublicKeyConfigRequest

func (c *CloudFront) GetPublicKeyConfigRequest(input *GetPublicKeyConfigInput) (req *request.Request, output *GetPublicKeyConfigOutput)

GetPublicKeyConfigRequest generates a "aws/request.Request" representing the client's request for the GetPublicKeyConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPublicKeyConfig for more information on using the GetPublicKeyConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPublicKeyConfigRequest method.
req, resp := client.GetPublicKeyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKeyConfig

func (*CloudFront) GetPublicKeyConfigWithContext

func (c *CloudFront) GetPublicKeyConfigWithContext(ctx aws.Context, input *GetPublicKeyConfigInput, opts ...request.Option) (*GetPublicKeyConfigOutput, error)

GetPublicKeyConfigWithContext is the same as GetPublicKeyConfig with the addition of the ability to pass a context and additional request options.

See GetPublicKeyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetPublicKeyRequest

func (c *CloudFront) GetPublicKeyRequest(input *GetPublicKeyInput) (req *request.Request, output *GetPublicKeyOutput)

GetPublicKeyRequest generates a "aws/request.Request" representing the client's request for the GetPublicKey operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPublicKey for more information on using the GetPublicKey API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPublicKeyRequest method.
req, resp := client.GetPublicKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKey

func (*CloudFront) GetPublicKeyWithContext

func (c *CloudFront) GetPublicKeyWithContext(ctx aws.Context, input *GetPublicKeyInput, opts ...request.Option) (*GetPublicKeyOutput, error)

GetPublicKeyWithContext is the same as GetPublicKey with the addition of the ability to pass a context and additional request options.

See GetPublicKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetRealtimeLogConfig

func (c *CloudFront) GetRealtimeLogConfig(input *GetRealtimeLogConfigInput) (*GetRealtimeLogConfigOutput, error)

GetRealtimeLogConfig API operation for Amazon CloudFront.

Gets a real-time log configuration.

To get a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetRealtimeLogConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchRealtimeLogConfig "NoSuchRealtimeLogConfig" The real-time log configuration does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetRealtimeLogConfig

func (*CloudFront) GetRealtimeLogConfigRequest

func (c *CloudFront) GetRealtimeLogConfigRequest(input *GetRealtimeLogConfigInput) (req *request.Request, output *GetRealtimeLogConfigOutput)

GetRealtimeLogConfigRequest generates a "aws/request.Request" representing the client's request for the GetRealtimeLogConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRealtimeLogConfig for more information on using the GetRealtimeLogConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRealtimeLogConfigRequest method.
req, resp := client.GetRealtimeLogConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetRealtimeLogConfig

func (*CloudFront) GetRealtimeLogConfigWithContext

func (c *CloudFront) GetRealtimeLogConfigWithContext(ctx aws.Context, input *GetRealtimeLogConfigInput, opts ...request.Option) (*GetRealtimeLogConfigOutput, error)

GetRealtimeLogConfigWithContext is the same as GetRealtimeLogConfig with the addition of the ability to pass a context and additional request options.

See GetRealtimeLogConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetResponseHeadersPolicy

func (c *CloudFront) GetResponseHeadersPolicy(input *GetResponseHeadersPolicyInput) (*GetResponseHeadersPolicyOutput, error)

GetResponseHeadersPolicy API operation for Amazon CloudFront.

Gets a response headers policy, including metadata (the policy's identifier and the date and time when the policy was last modified).

To get a response headers policy, you must provide the policy's identifier. If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetResponseHeadersPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetResponseHeadersPolicy

func (*CloudFront) GetResponseHeadersPolicyConfig

func (c *CloudFront) GetResponseHeadersPolicyConfig(input *GetResponseHeadersPolicyConfigInput) (*GetResponseHeadersPolicyConfigOutput, error)

GetResponseHeadersPolicyConfig API operation for Amazon CloudFront.

Gets a response headers policy configuration.

To get a response headers policy configuration, you must provide the policy's identifier. If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetResponseHeadersPolicyConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetResponseHeadersPolicyConfig

func (*CloudFront) GetResponseHeadersPolicyConfigRequest

func (c *CloudFront) GetResponseHeadersPolicyConfigRequest(input *GetResponseHeadersPolicyConfigInput) (req *request.Request, output *GetResponseHeadersPolicyConfigOutput)

GetResponseHeadersPolicyConfigRequest generates a "aws/request.Request" representing the client's request for the GetResponseHeadersPolicyConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetResponseHeadersPolicyConfig for more information on using the GetResponseHeadersPolicyConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetResponseHeadersPolicyConfigRequest method.
req, resp := client.GetResponseHeadersPolicyConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetResponseHeadersPolicyConfig

func (*CloudFront) GetResponseHeadersPolicyConfigWithContext

func (c *CloudFront) GetResponseHeadersPolicyConfigWithContext(ctx aws.Context, input *GetResponseHeadersPolicyConfigInput, opts ...request.Option) (*GetResponseHeadersPolicyConfigOutput, error)

GetResponseHeadersPolicyConfigWithContext is the same as GetResponseHeadersPolicyConfig with the addition of the ability to pass a context and additional request options.

See GetResponseHeadersPolicyConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetResponseHeadersPolicyRequest

func (c *CloudFront) GetResponseHeadersPolicyRequest(input *GetResponseHeadersPolicyInput) (req *request.Request, output *GetResponseHeadersPolicyOutput)

GetResponseHeadersPolicyRequest generates a "aws/request.Request" representing the client's request for the GetResponseHeadersPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetResponseHeadersPolicy for more information on using the GetResponseHeadersPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetResponseHeadersPolicyRequest method.
req, resp := client.GetResponseHeadersPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetResponseHeadersPolicy

func (*CloudFront) GetResponseHeadersPolicyWithContext

func (c *CloudFront) GetResponseHeadersPolicyWithContext(ctx aws.Context, input *GetResponseHeadersPolicyInput, opts ...request.Option) (*GetResponseHeadersPolicyOutput, error)

GetResponseHeadersPolicyWithContext is the same as GetResponseHeadersPolicy with the addition of the ability to pass a context and additional request options.

See GetResponseHeadersPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetStreamingDistribution

func (c *CloudFront) GetStreamingDistribution(input *GetStreamingDistributionInput) (*GetStreamingDistributionOutput, error)

GetStreamingDistribution API operation for Amazon CloudFront.

Gets information about a specified RTMP distribution, including the distribution configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetStreamingDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchStreamingDistribution "NoSuchStreamingDistribution" The specified streaming distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistribution

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.GetStreamingDistributionInput{}

result, err := svc.GetStreamingDistribution(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeNoSuchStreamingDistribution:
            fmt.Println(cloudfront.ErrCodeNoSuchStreamingDistribution, aerr.Error())
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) GetStreamingDistributionConfig

func (c *CloudFront) GetStreamingDistributionConfig(input *GetStreamingDistributionConfigInput) (*GetStreamingDistributionConfigOutput, error)

GetStreamingDistributionConfig API operation for Amazon CloudFront.

Get the configuration information about a streaming distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation GetStreamingDistributionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchStreamingDistribution "NoSuchStreamingDistribution" The specified streaming distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistributionConfig

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.GetStreamingDistributionConfigInput{}

result, err := svc.GetStreamingDistributionConfig(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeNoSuchStreamingDistribution:
            fmt.Println(cloudfront.ErrCodeNoSuchStreamingDistribution, aerr.Error())
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) GetStreamingDistributionConfigRequest

func (c *CloudFront) GetStreamingDistributionConfigRequest(input *GetStreamingDistributionConfigInput) (req *request.Request, output *GetStreamingDistributionConfigOutput)

GetStreamingDistributionConfigRequest generates a "aws/request.Request" representing the client's request for the GetStreamingDistributionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetStreamingDistributionConfig for more information on using the GetStreamingDistributionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetStreamingDistributionConfigRequest method.
req, resp := client.GetStreamingDistributionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistributionConfig

func (*CloudFront) GetStreamingDistributionConfigWithContext

func (c *CloudFront) GetStreamingDistributionConfigWithContext(ctx aws.Context, input *GetStreamingDistributionConfigInput, opts ...request.Option) (*GetStreamingDistributionConfigOutput, error)

GetStreamingDistributionConfigWithContext is the same as GetStreamingDistributionConfig with the addition of the ability to pass a context and additional request options.

See GetStreamingDistributionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) GetStreamingDistributionRequest

func (c *CloudFront) GetStreamingDistributionRequest(input *GetStreamingDistributionInput) (req *request.Request, output *GetStreamingDistributionOutput)

GetStreamingDistributionRequest generates a "aws/request.Request" representing the client's request for the GetStreamingDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetStreamingDistribution for more information on using the GetStreamingDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetStreamingDistributionRequest method.
req, resp := client.GetStreamingDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistribution

func (*CloudFront) GetStreamingDistributionWithContext

func (c *CloudFront) GetStreamingDistributionWithContext(ctx aws.Context, input *GetStreamingDistributionInput, opts ...request.Option) (*GetStreamingDistributionOutput, error)

GetStreamingDistributionWithContext is the same as GetStreamingDistribution with the addition of the ability to pass a context and additional request options.

See GetStreamingDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListCachePolicies

func (c *CloudFront) ListCachePolicies(input *ListCachePoliciesInput) (*ListCachePoliciesOutput, error)

ListCachePolicies API operation for Amazon CloudFront.

Gets a list of cache policies.

You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListCachePolicies for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCachePolicies

func (*CloudFront) ListCachePoliciesRequest

func (c *CloudFront) ListCachePoliciesRequest(input *ListCachePoliciesInput) (req *request.Request, output *ListCachePoliciesOutput)

ListCachePoliciesRequest generates a "aws/request.Request" representing the client's request for the ListCachePolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCachePolicies for more information on using the ListCachePolicies API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCachePoliciesRequest method.
req, resp := client.ListCachePoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCachePolicies

func (*CloudFront) ListCachePoliciesWithContext

func (c *CloudFront) ListCachePoliciesWithContext(ctx aws.Context, input *ListCachePoliciesInput, opts ...request.Option) (*ListCachePoliciesOutput, error)

ListCachePoliciesWithContext is the same as ListCachePolicies with the addition of the ability to pass a context and additional request options.

See ListCachePolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListCloudFrontOriginAccessIdentities

func (c *CloudFront) ListCloudFrontOriginAccessIdentities(input *ListCloudFrontOriginAccessIdentitiesInput) (*ListCloudFrontOriginAccessIdentitiesOutput, error)

ListCloudFrontOriginAccessIdentities API operation for Amazon CloudFront.

Lists origin access identities.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListCloudFrontOriginAccessIdentities for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCloudFrontOriginAccessIdentities

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.ListCloudFrontOriginAccessIdentitiesInput{}

result, err := svc.ListCloudFrontOriginAccessIdentities(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) ListCloudFrontOriginAccessIdentitiesPages

func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesPages(input *ListCloudFrontOriginAccessIdentitiesInput, fn func(*ListCloudFrontOriginAccessIdentitiesOutput, bool) bool) error

ListCloudFrontOriginAccessIdentitiesPages iterates over the pages of a ListCloudFrontOriginAccessIdentities operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCloudFrontOriginAccessIdentities method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCloudFrontOriginAccessIdentities operation.
pageNum := 0
err := client.ListCloudFrontOriginAccessIdentitiesPages(params,
    func(page *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CloudFront) ListCloudFrontOriginAccessIdentitiesPagesWithContext

func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesPagesWithContext(ctx aws.Context, input *ListCloudFrontOriginAccessIdentitiesInput, fn func(*ListCloudFrontOriginAccessIdentitiesOutput, bool) bool, opts ...request.Option) error

ListCloudFrontOriginAccessIdentitiesPagesWithContext same as ListCloudFrontOriginAccessIdentitiesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListCloudFrontOriginAccessIdentitiesRequest

func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesRequest(input *ListCloudFrontOriginAccessIdentitiesInput) (req *request.Request, output *ListCloudFrontOriginAccessIdentitiesOutput)

ListCloudFrontOriginAccessIdentitiesRequest generates a "aws/request.Request" representing the client's request for the ListCloudFrontOriginAccessIdentities operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCloudFrontOriginAccessIdentities for more information on using the ListCloudFrontOriginAccessIdentities API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCloudFrontOriginAccessIdentitiesRequest method.
req, resp := client.ListCloudFrontOriginAccessIdentitiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCloudFrontOriginAccessIdentities

func (*CloudFront) ListCloudFrontOriginAccessIdentitiesWithContext

func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesWithContext(ctx aws.Context, input *ListCloudFrontOriginAccessIdentitiesInput, opts ...request.Option) (*ListCloudFrontOriginAccessIdentitiesOutput, error)

ListCloudFrontOriginAccessIdentitiesWithContext is the same as ListCloudFrontOriginAccessIdentities with the addition of the ability to pass a context and additional request options.

See ListCloudFrontOriginAccessIdentities for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListConflictingAliases

func (c *CloudFront) ListConflictingAliases(input *ListConflictingAliasesInput) (*ListConflictingAliasesOutput, error)

ListConflictingAliases API operation for Amazon CloudFront.

Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias. In the returned list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.

Use this operation to find aliases that are in use in CloudFront that conflict or overlap with the provided alias. For example, if you provide www.example.com as input, the returned list can include www.example.com and the overlapping wildcard alternate domain name (*.example.com), if they exist. If you provide *.example.com as input, the returned list can include *.example.com and any alternate domain names covered by that wildcard (for example, www.example.com, test.example.com, dev.example.com, and so on), if they exist.

To list conflicting aliases, you provide the alias to search and the ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias. For more information, including how to set up the distribution and certificate, see Moving an alternate domain name to a different distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move) in the Amazon CloudFront Developer Guide.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListConflictingAliases for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListConflictingAliases

func (*CloudFront) ListConflictingAliasesRequest

func (c *CloudFront) ListConflictingAliasesRequest(input *ListConflictingAliasesInput) (req *request.Request, output *ListConflictingAliasesOutput)

ListConflictingAliasesRequest generates a "aws/request.Request" representing the client's request for the ListConflictingAliases operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListConflictingAliases for more information on using the ListConflictingAliases API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListConflictingAliasesRequest method.
req, resp := client.ListConflictingAliasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListConflictingAliases

func (*CloudFront) ListConflictingAliasesWithContext

func (c *CloudFront) ListConflictingAliasesWithContext(ctx aws.Context, input *ListConflictingAliasesInput, opts ...request.Option) (*ListConflictingAliasesOutput, error)

ListConflictingAliasesWithContext is the same as ListConflictingAliases with the addition of the ability to pass a context and additional request options.

See ListConflictingAliases for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListContinuousDeploymentPolicies

func (c *CloudFront) ListContinuousDeploymentPolicies(input *ListContinuousDeploymentPoliciesInput) (*ListContinuousDeploymentPoliciesOutput, error)

ListContinuousDeploymentPolicies API operation for Amazon CloudFront.

Gets a list of the continuous deployment policies in your Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListContinuousDeploymentPolicies for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" The continuous deployment policy doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListContinuousDeploymentPolicies

func (*CloudFront) ListContinuousDeploymentPoliciesRequest

func (c *CloudFront) ListContinuousDeploymentPoliciesRequest(input *ListContinuousDeploymentPoliciesInput) (req *request.Request, output *ListContinuousDeploymentPoliciesOutput)

ListContinuousDeploymentPoliciesRequest generates a "aws/request.Request" representing the client's request for the ListContinuousDeploymentPolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListContinuousDeploymentPolicies for more information on using the ListContinuousDeploymentPolicies API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListContinuousDeploymentPoliciesRequest method.
req, resp := client.ListContinuousDeploymentPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListContinuousDeploymentPolicies

func (*CloudFront) ListContinuousDeploymentPoliciesWithContext

func (c *CloudFront) ListContinuousDeploymentPoliciesWithContext(ctx aws.Context, input *ListContinuousDeploymentPoliciesInput, opts ...request.Option) (*ListContinuousDeploymentPoliciesOutput, error)

ListContinuousDeploymentPoliciesWithContext is the same as ListContinuousDeploymentPolicies with the addition of the ability to pass a context and additional request options.

See ListContinuousDeploymentPolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributions

func (c *CloudFront) ListDistributions(input *ListDistributionsInput) (*ListDistributionsOutput, error)

ListDistributions API operation for Amazon CloudFront.

List CloudFront distributions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributions for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributions

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.ListDistributionsInput{}

result, err := svc.ListDistributions(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) ListDistributionsByCachePolicyId

func (c *CloudFront) ListDistributionsByCachePolicyId(input *ListDistributionsByCachePolicyIdInput) (*ListDistributionsByCachePolicyIdOutput, error)

ListDistributionsByCachePolicyId API operation for Amazon CloudFront.

Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributionsByCachePolicyId for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByCachePolicyId

func (*CloudFront) ListDistributionsByCachePolicyIdRequest

func (c *CloudFront) ListDistributionsByCachePolicyIdRequest(input *ListDistributionsByCachePolicyIdInput) (req *request.Request, output *ListDistributionsByCachePolicyIdOutput)

ListDistributionsByCachePolicyIdRequest generates a "aws/request.Request" representing the client's request for the ListDistributionsByCachePolicyId operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributionsByCachePolicyId for more information on using the ListDistributionsByCachePolicyId API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsByCachePolicyIdRequest method.
req, resp := client.ListDistributionsByCachePolicyIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByCachePolicyId

func (*CloudFront) ListDistributionsByCachePolicyIdWithContext

func (c *CloudFront) ListDistributionsByCachePolicyIdWithContext(ctx aws.Context, input *ListDistributionsByCachePolicyIdInput, opts ...request.Option) (*ListDistributionsByCachePolicyIdOutput, error)

ListDistributionsByCachePolicyIdWithContext is the same as ListDistributionsByCachePolicyId with the addition of the ability to pass a context and additional request options.

See ListDistributionsByCachePolicyId for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsByKeyGroup

func (c *CloudFront) ListDistributionsByKeyGroup(input *ListDistributionsByKeyGroupInput) (*ListDistributionsByKeyGroupOutput, error)

ListDistributionsByKeyGroup API operation for Amazon CloudFront.

Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributionsByKeyGroup for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByKeyGroup

func (*CloudFront) ListDistributionsByKeyGroupRequest

func (c *CloudFront) ListDistributionsByKeyGroupRequest(input *ListDistributionsByKeyGroupInput) (req *request.Request, output *ListDistributionsByKeyGroupOutput)

ListDistributionsByKeyGroupRequest generates a "aws/request.Request" representing the client's request for the ListDistributionsByKeyGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributionsByKeyGroup for more information on using the ListDistributionsByKeyGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsByKeyGroupRequest method.
req, resp := client.ListDistributionsByKeyGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByKeyGroup

func (*CloudFront) ListDistributionsByKeyGroupWithContext

func (c *CloudFront) ListDistributionsByKeyGroupWithContext(ctx aws.Context, input *ListDistributionsByKeyGroupInput, opts ...request.Option) (*ListDistributionsByKeyGroupOutput, error)

ListDistributionsByKeyGroupWithContext is the same as ListDistributionsByKeyGroup with the addition of the ability to pass a context and additional request options.

See ListDistributionsByKeyGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsByOriginRequestPolicyId

func (c *CloudFront) ListDistributionsByOriginRequestPolicyId(input *ListDistributionsByOriginRequestPolicyIdInput) (*ListDistributionsByOriginRequestPolicyIdOutput, error)

ListDistributionsByOriginRequestPolicyId API operation for Amazon CloudFront.

Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified origin request policy.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributionsByOriginRequestPolicyId for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByOriginRequestPolicyId

func (*CloudFront) ListDistributionsByOriginRequestPolicyIdRequest

func (c *CloudFront) ListDistributionsByOriginRequestPolicyIdRequest(input *ListDistributionsByOriginRequestPolicyIdInput) (req *request.Request, output *ListDistributionsByOriginRequestPolicyIdOutput)

ListDistributionsByOriginRequestPolicyIdRequest generates a "aws/request.Request" representing the client's request for the ListDistributionsByOriginRequestPolicyId operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributionsByOriginRequestPolicyId for more information on using the ListDistributionsByOriginRequestPolicyId API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsByOriginRequestPolicyIdRequest method.
req, resp := client.ListDistributionsByOriginRequestPolicyIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByOriginRequestPolicyId

func (*CloudFront) ListDistributionsByOriginRequestPolicyIdWithContext

func (c *CloudFront) ListDistributionsByOriginRequestPolicyIdWithContext(ctx aws.Context, input *ListDistributionsByOriginRequestPolicyIdInput, opts ...request.Option) (*ListDistributionsByOriginRequestPolicyIdOutput, error)

ListDistributionsByOriginRequestPolicyIdWithContext is the same as ListDistributionsByOriginRequestPolicyId with the addition of the ability to pass a context and additional request options.

See ListDistributionsByOriginRequestPolicyId for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsByRealtimeLogConfig

func (c *CloudFront) ListDistributionsByRealtimeLogConfig(input *ListDistributionsByRealtimeLogConfigInput) (*ListDistributionsByRealtimeLogConfigOutput, error)

ListDistributionsByRealtimeLogConfig API operation for Amazon CloudFront.

Gets a list of distributions that have a cache behavior that's associated with the specified real-time log configuration.

You can specify the real-time log configuration by its name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to list distributions for.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributionsByRealtimeLogConfig for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByRealtimeLogConfig

func (*CloudFront) ListDistributionsByRealtimeLogConfigRequest

func (c *CloudFront) ListDistributionsByRealtimeLogConfigRequest(input *ListDistributionsByRealtimeLogConfigInput) (req *request.Request, output *ListDistributionsByRealtimeLogConfigOutput)

ListDistributionsByRealtimeLogConfigRequest generates a "aws/request.Request" representing the client's request for the ListDistributionsByRealtimeLogConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributionsByRealtimeLogConfig for more information on using the ListDistributionsByRealtimeLogConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsByRealtimeLogConfigRequest method.
req, resp := client.ListDistributionsByRealtimeLogConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByRealtimeLogConfig

func (*CloudFront) ListDistributionsByRealtimeLogConfigWithContext

func (c *CloudFront) ListDistributionsByRealtimeLogConfigWithContext(ctx aws.Context, input *ListDistributionsByRealtimeLogConfigInput, opts ...request.Option) (*ListDistributionsByRealtimeLogConfigOutput, error)

ListDistributionsByRealtimeLogConfigWithContext is the same as ListDistributionsByRealtimeLogConfig with the addition of the ability to pass a context and additional request options.

See ListDistributionsByRealtimeLogConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsByResponseHeadersPolicyId

func (c *CloudFront) ListDistributionsByResponseHeadersPolicyId(input *ListDistributionsByResponseHeadersPolicyIdInput) (*ListDistributionsByResponseHeadersPolicyIdOutput, error)

ListDistributionsByResponseHeadersPolicyId API operation for Amazon CloudFront.

Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified response headers policy.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributionsByResponseHeadersPolicyId for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByResponseHeadersPolicyId

func (*CloudFront) ListDistributionsByResponseHeadersPolicyIdRequest

func (c *CloudFront) ListDistributionsByResponseHeadersPolicyIdRequest(input *ListDistributionsByResponseHeadersPolicyIdInput) (req *request.Request, output *ListDistributionsByResponseHeadersPolicyIdOutput)

ListDistributionsByResponseHeadersPolicyIdRequest generates a "aws/request.Request" representing the client's request for the ListDistributionsByResponseHeadersPolicyId operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributionsByResponseHeadersPolicyId for more information on using the ListDistributionsByResponseHeadersPolicyId API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsByResponseHeadersPolicyIdRequest method.
req, resp := client.ListDistributionsByResponseHeadersPolicyIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByResponseHeadersPolicyId

func (*CloudFront) ListDistributionsByResponseHeadersPolicyIdWithContext

func (c *CloudFront) ListDistributionsByResponseHeadersPolicyIdWithContext(ctx aws.Context, input *ListDistributionsByResponseHeadersPolicyIdInput, opts ...request.Option) (*ListDistributionsByResponseHeadersPolicyIdOutput, error)

ListDistributionsByResponseHeadersPolicyIdWithContext is the same as ListDistributionsByResponseHeadersPolicyId with the addition of the ability to pass a context and additional request options.

See ListDistributionsByResponseHeadersPolicyId for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsByWebACLId

func (c *CloudFront) ListDistributionsByWebACLId(input *ListDistributionsByWebACLIdInput) (*ListDistributionsByWebACLIdOutput, error)

ListDistributionsByWebACLId API operation for Amazon CloudFront.

List the distributions that are associated with a specified WAF web ACL.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListDistributionsByWebACLId for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidWebACLId "InvalidWebACLId" A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByWebACLId

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.ListDistributionsByWebACLIdInput{}

result, err := svc.ListDistributionsByWebACLId(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        case cloudfront.ErrCodeInvalidWebACLId:
            fmt.Println(cloudfront.ErrCodeInvalidWebACLId, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) ListDistributionsByWebACLIdRequest

func (c *CloudFront) ListDistributionsByWebACLIdRequest(input *ListDistributionsByWebACLIdInput) (req *request.Request, output *ListDistributionsByWebACLIdOutput)

ListDistributionsByWebACLIdRequest generates a "aws/request.Request" representing the client's request for the ListDistributionsByWebACLId operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributionsByWebACLId for more information on using the ListDistributionsByWebACLId API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsByWebACLIdRequest method.
req, resp := client.ListDistributionsByWebACLIdRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByWebACLId

func (*CloudFront) ListDistributionsByWebACLIdWithContext

func (c *CloudFront) ListDistributionsByWebACLIdWithContext(ctx aws.Context, input *ListDistributionsByWebACLIdInput, opts ...request.Option) (*ListDistributionsByWebACLIdOutput, error)

ListDistributionsByWebACLIdWithContext is the same as ListDistributionsByWebACLId with the addition of the ability to pass a context and additional request options.

See ListDistributionsByWebACLId for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsPages

func (c *CloudFront) ListDistributionsPages(input *ListDistributionsInput, fn func(*ListDistributionsOutput, bool) bool) error

ListDistributionsPages iterates over the pages of a ListDistributions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDistributions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDistributions operation.
pageNum := 0
err := client.ListDistributionsPages(params,
    func(page *cloudfront.ListDistributionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CloudFront) ListDistributionsPagesWithContext

func (c *CloudFront) ListDistributionsPagesWithContext(ctx aws.Context, input *ListDistributionsInput, fn func(*ListDistributionsOutput, bool) bool, opts ...request.Option) error

ListDistributionsPagesWithContext same as ListDistributionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListDistributionsRequest

func (c *CloudFront) ListDistributionsRequest(input *ListDistributionsInput) (req *request.Request, output *ListDistributionsOutput)

ListDistributionsRequest generates a "aws/request.Request" representing the client's request for the ListDistributions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDistributions for more information on using the ListDistributions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDistributionsRequest method.
req, resp := client.ListDistributionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributions

func (*CloudFront) ListDistributionsWithContext

func (c *CloudFront) ListDistributionsWithContext(ctx aws.Context, input *ListDistributionsInput, opts ...request.Option) (*ListDistributionsOutput, error)

ListDistributionsWithContext is the same as ListDistributions with the addition of the ability to pass a context and additional request options.

See ListDistributions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListFieldLevelEncryptionConfigs

func (c *CloudFront) ListFieldLevelEncryptionConfigs(input *ListFieldLevelEncryptionConfigsInput) (*ListFieldLevelEncryptionConfigsOutput, error)

ListFieldLevelEncryptionConfigs API operation for Amazon CloudFront.

List all field-level encryption configurations that have been created in CloudFront for this account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListFieldLevelEncryptionConfigs for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionConfigs

func (*CloudFront) ListFieldLevelEncryptionConfigsRequest

func (c *CloudFront) ListFieldLevelEncryptionConfigsRequest(input *ListFieldLevelEncryptionConfigsInput) (req *request.Request, output *ListFieldLevelEncryptionConfigsOutput)

ListFieldLevelEncryptionConfigsRequest generates a "aws/request.Request" representing the client's request for the ListFieldLevelEncryptionConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFieldLevelEncryptionConfigs for more information on using the ListFieldLevelEncryptionConfigs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFieldLevelEncryptionConfigsRequest method.
req, resp := client.ListFieldLevelEncryptionConfigsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionConfigs

func (*CloudFront) ListFieldLevelEncryptionConfigsWithContext

func (c *CloudFront) ListFieldLevelEncryptionConfigsWithContext(ctx aws.Context, input *ListFieldLevelEncryptionConfigsInput, opts ...request.Option) (*ListFieldLevelEncryptionConfigsOutput, error)

ListFieldLevelEncryptionConfigsWithContext is the same as ListFieldLevelEncryptionConfigs with the addition of the ability to pass a context and additional request options.

See ListFieldLevelEncryptionConfigs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListFieldLevelEncryptionProfiles

func (c *CloudFront) ListFieldLevelEncryptionProfiles(input *ListFieldLevelEncryptionProfilesInput) (*ListFieldLevelEncryptionProfilesOutput, error)

ListFieldLevelEncryptionProfiles API operation for Amazon CloudFront.

Request a list of field-level encryption profiles that have been created in CloudFront for this account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListFieldLevelEncryptionProfiles for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionProfiles

func (*CloudFront) ListFieldLevelEncryptionProfilesRequest

func (c *CloudFront) ListFieldLevelEncryptionProfilesRequest(input *ListFieldLevelEncryptionProfilesInput) (req *request.Request, output *ListFieldLevelEncryptionProfilesOutput)

ListFieldLevelEncryptionProfilesRequest generates a "aws/request.Request" representing the client's request for the ListFieldLevelEncryptionProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFieldLevelEncryptionProfiles for more information on using the ListFieldLevelEncryptionProfiles API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFieldLevelEncryptionProfilesRequest method.
req, resp := client.ListFieldLevelEncryptionProfilesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionProfiles

func (*CloudFront) ListFieldLevelEncryptionProfilesWithContext

func (c *CloudFront) ListFieldLevelEncryptionProfilesWithContext(ctx aws.Context, input *ListFieldLevelEncryptionProfilesInput, opts ...request.Option) (*ListFieldLevelEncryptionProfilesOutput, error)

ListFieldLevelEncryptionProfilesWithContext is the same as ListFieldLevelEncryptionProfiles with the addition of the ability to pass a context and additional request options.

See ListFieldLevelEncryptionProfiles for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListFunctions

func (c *CloudFront) ListFunctions(input *ListFunctionsInput) (*ListFunctionsOutput, error)

ListFunctions API operation for Amazon CloudFront.

Gets a list of all CloudFront functions in your Amazon Web Services account.

You can optionally apply a filter to return only the functions that are in the specified stage, either DEVELOPMENT or LIVE.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListFunctions for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFunctions

func (*CloudFront) ListFunctionsRequest

func (c *CloudFront) ListFunctionsRequest(input *ListFunctionsInput) (req *request.Request, output *ListFunctionsOutput)

ListFunctionsRequest generates a "aws/request.Request" representing the client's request for the ListFunctions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFunctions for more information on using the ListFunctions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFunctionsRequest method.
req, resp := client.ListFunctionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFunctions

func (*CloudFront) ListFunctionsWithContext

func (c *CloudFront) ListFunctionsWithContext(ctx aws.Context, input *ListFunctionsInput, opts ...request.Option) (*ListFunctionsOutput, error)

ListFunctionsWithContext is the same as ListFunctions with the addition of the ability to pass a context and additional request options.

See ListFunctions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListInvalidations

func (c *CloudFront) ListInvalidations(input *ListInvalidationsInput) (*ListInvalidationsOutput, error)

ListInvalidations API operation for Amazon CloudFront.

Lists invalidation batches.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListInvalidations for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListInvalidations

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.ListInvalidationsInput{}

result, err := svc.ListInvalidations(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        case cloudfront.ErrCodeNoSuchDistribution:
            fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) ListInvalidationsPages

func (c *CloudFront) ListInvalidationsPages(input *ListInvalidationsInput, fn func(*ListInvalidationsOutput, bool) bool) error

ListInvalidationsPages iterates over the pages of a ListInvalidations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListInvalidations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListInvalidations operation.
pageNum := 0
err := client.ListInvalidationsPages(params,
    func(page *cloudfront.ListInvalidationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CloudFront) ListInvalidationsPagesWithContext

func (c *CloudFront) ListInvalidationsPagesWithContext(ctx aws.Context, input *ListInvalidationsInput, fn func(*ListInvalidationsOutput, bool) bool, opts ...request.Option) error

ListInvalidationsPagesWithContext same as ListInvalidationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListInvalidationsRequest

func (c *CloudFront) ListInvalidationsRequest(input *ListInvalidationsInput) (req *request.Request, output *ListInvalidationsOutput)

ListInvalidationsRequest generates a "aws/request.Request" representing the client's request for the ListInvalidations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListInvalidations for more information on using the ListInvalidations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListInvalidationsRequest method.
req, resp := client.ListInvalidationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListInvalidations

func (*CloudFront) ListInvalidationsWithContext

func (c *CloudFront) ListInvalidationsWithContext(ctx aws.Context, input *ListInvalidationsInput, opts ...request.Option) (*ListInvalidationsOutput, error)

ListInvalidationsWithContext is the same as ListInvalidations with the addition of the ability to pass a context and additional request options.

See ListInvalidations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListKeyGroups

func (c *CloudFront) ListKeyGroups(input *ListKeyGroupsInput) (*ListKeyGroupsOutput, error)

ListKeyGroups API operation for Amazon CloudFront.

Gets a list of key groups.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListKeyGroups for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListKeyGroups

func (*CloudFront) ListKeyGroupsRequest

func (c *CloudFront) ListKeyGroupsRequest(input *ListKeyGroupsInput) (req *request.Request, output *ListKeyGroupsOutput)

ListKeyGroupsRequest generates a "aws/request.Request" representing the client's request for the ListKeyGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListKeyGroups for more information on using the ListKeyGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListKeyGroupsRequest method.
req, resp := client.ListKeyGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListKeyGroups

func (*CloudFront) ListKeyGroupsWithContext

func (c *CloudFront) ListKeyGroupsWithContext(ctx aws.Context, input *ListKeyGroupsInput, opts ...request.Option) (*ListKeyGroupsOutput, error)

ListKeyGroupsWithContext is the same as ListKeyGroups with the addition of the ability to pass a context and additional request options.

See ListKeyGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListOriginAccessControls

func (c *CloudFront) ListOriginAccessControls(input *ListOriginAccessControlsInput) (*ListOriginAccessControlsOutput, error)

ListOriginAccessControls API operation for Amazon CloudFront.

Gets the list of CloudFront origin access controls in this Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the NextMarker value from the current response as the Marker value in the next request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListOriginAccessControls for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginAccessControls

func (*CloudFront) ListOriginAccessControlsRequest

func (c *CloudFront) ListOriginAccessControlsRequest(input *ListOriginAccessControlsInput) (req *request.Request, output *ListOriginAccessControlsOutput)

ListOriginAccessControlsRequest generates a "aws/request.Request" representing the client's request for the ListOriginAccessControls operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOriginAccessControls for more information on using the ListOriginAccessControls API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOriginAccessControlsRequest method.
req, resp := client.ListOriginAccessControlsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginAccessControls

func (*CloudFront) ListOriginAccessControlsWithContext

func (c *CloudFront) ListOriginAccessControlsWithContext(ctx aws.Context, input *ListOriginAccessControlsInput, opts ...request.Option) (*ListOriginAccessControlsOutput, error)

ListOriginAccessControlsWithContext is the same as ListOriginAccessControls with the addition of the ability to pass a context and additional request options.

See ListOriginAccessControls for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListOriginRequestPolicies

func (c *CloudFront) ListOriginRequestPolicies(input *ListOriginRequestPoliciesInput) (*ListOriginRequestPoliciesOutput, error)

ListOriginRequestPolicies API operation for Amazon CloudFront.

Gets a list of origin request policies.

You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListOriginRequestPolicies for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginRequestPolicies

func (*CloudFront) ListOriginRequestPoliciesRequest

func (c *CloudFront) ListOriginRequestPoliciesRequest(input *ListOriginRequestPoliciesInput) (req *request.Request, output *ListOriginRequestPoliciesOutput)

ListOriginRequestPoliciesRequest generates a "aws/request.Request" representing the client's request for the ListOriginRequestPolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOriginRequestPolicies for more information on using the ListOriginRequestPolicies API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOriginRequestPoliciesRequest method.
req, resp := client.ListOriginRequestPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginRequestPolicies

func (*CloudFront) ListOriginRequestPoliciesWithContext

func (c *CloudFront) ListOriginRequestPoliciesWithContext(ctx aws.Context, input *ListOriginRequestPoliciesInput, opts ...request.Option) (*ListOriginRequestPoliciesOutput, error)

ListOriginRequestPoliciesWithContext is the same as ListOriginRequestPolicies with the addition of the ability to pass a context and additional request options.

See ListOriginRequestPolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListPublicKeys

func (c *CloudFront) ListPublicKeys(input *ListPublicKeysInput) (*ListPublicKeysOutput, error)

ListPublicKeys API operation for Amazon CloudFront.

List all public keys that have been added to CloudFront for this account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListPublicKeys for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListPublicKeys

func (*CloudFront) ListPublicKeysRequest

func (c *CloudFront) ListPublicKeysRequest(input *ListPublicKeysInput) (req *request.Request, output *ListPublicKeysOutput)

ListPublicKeysRequest generates a "aws/request.Request" representing the client's request for the ListPublicKeys operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPublicKeys for more information on using the ListPublicKeys API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPublicKeysRequest method.
req, resp := client.ListPublicKeysRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListPublicKeys

func (*CloudFront) ListPublicKeysWithContext

func (c *CloudFront) ListPublicKeysWithContext(ctx aws.Context, input *ListPublicKeysInput, opts ...request.Option) (*ListPublicKeysOutput, error)

ListPublicKeysWithContext is the same as ListPublicKeys with the addition of the ability to pass a context and additional request options.

See ListPublicKeys for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListRealtimeLogConfigs

func (c *CloudFront) ListRealtimeLogConfigs(input *ListRealtimeLogConfigsInput) (*ListRealtimeLogConfigsOutput, error)

ListRealtimeLogConfigs API operation for Amazon CloudFront.

Gets a list of real-time log configurations.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListRealtimeLogConfigs for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchRealtimeLogConfig "NoSuchRealtimeLogConfig" The real-time log configuration does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListRealtimeLogConfigs

func (*CloudFront) ListRealtimeLogConfigsRequest

func (c *CloudFront) ListRealtimeLogConfigsRequest(input *ListRealtimeLogConfigsInput) (req *request.Request, output *ListRealtimeLogConfigsOutput)

ListRealtimeLogConfigsRequest generates a "aws/request.Request" representing the client's request for the ListRealtimeLogConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRealtimeLogConfigs for more information on using the ListRealtimeLogConfigs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRealtimeLogConfigsRequest method.
req, resp := client.ListRealtimeLogConfigsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListRealtimeLogConfigs

func (*CloudFront) ListRealtimeLogConfigsWithContext

func (c *CloudFront) ListRealtimeLogConfigsWithContext(ctx aws.Context, input *ListRealtimeLogConfigsInput, opts ...request.Option) (*ListRealtimeLogConfigsOutput, error)

ListRealtimeLogConfigsWithContext is the same as ListRealtimeLogConfigs with the addition of the ability to pass a context and additional request options.

See ListRealtimeLogConfigs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListResponseHeadersPolicies

func (c *CloudFront) ListResponseHeadersPolicies(input *ListResponseHeadersPoliciesInput) (*ListResponseHeadersPoliciesOutput, error)

ListResponseHeadersPolicies API operation for Amazon CloudFront.

Gets a list of response headers policies.

You can optionally apply a filter to get only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListResponseHeadersPolicies for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListResponseHeadersPolicies

func (*CloudFront) ListResponseHeadersPoliciesRequest

func (c *CloudFront) ListResponseHeadersPoliciesRequest(input *ListResponseHeadersPoliciesInput) (req *request.Request, output *ListResponseHeadersPoliciesOutput)

ListResponseHeadersPoliciesRequest generates a "aws/request.Request" representing the client's request for the ListResponseHeadersPolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListResponseHeadersPolicies for more information on using the ListResponseHeadersPolicies API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListResponseHeadersPoliciesRequest method.
req, resp := client.ListResponseHeadersPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListResponseHeadersPolicies

func (*CloudFront) ListResponseHeadersPoliciesWithContext

func (c *CloudFront) ListResponseHeadersPoliciesWithContext(ctx aws.Context, input *ListResponseHeadersPoliciesInput, opts ...request.Option) (*ListResponseHeadersPoliciesOutput, error)

ListResponseHeadersPoliciesWithContext is the same as ListResponseHeadersPolicies with the addition of the ability to pass a context and additional request options.

See ListResponseHeadersPolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListStreamingDistributions

func (c *CloudFront) ListStreamingDistributions(input *ListStreamingDistributionsInput) (*ListStreamingDistributionsOutput, error)

ListStreamingDistributions API operation for Amazon CloudFront.

List streaming distributions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListStreamingDistributions for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListStreamingDistributions

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.ListStreamingDistributionsInput{}

result, err := svc.ListStreamingDistributions(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) ListStreamingDistributionsPages

func (c *CloudFront) ListStreamingDistributionsPages(input *ListStreamingDistributionsInput, fn func(*ListStreamingDistributionsOutput, bool) bool) error

ListStreamingDistributionsPages iterates over the pages of a ListStreamingDistributions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListStreamingDistributions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListStreamingDistributions operation.
pageNum := 0
err := client.ListStreamingDistributionsPages(params,
    func(page *cloudfront.ListStreamingDistributionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CloudFront) ListStreamingDistributionsPagesWithContext

func (c *CloudFront) ListStreamingDistributionsPagesWithContext(ctx aws.Context, input *ListStreamingDistributionsInput, fn func(*ListStreamingDistributionsOutput, bool) bool, opts ...request.Option) error

ListStreamingDistributionsPagesWithContext same as ListStreamingDistributionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListStreamingDistributionsRequest

func (c *CloudFront) ListStreamingDistributionsRequest(input *ListStreamingDistributionsInput) (req *request.Request, output *ListStreamingDistributionsOutput)

ListStreamingDistributionsRequest generates a "aws/request.Request" representing the client's request for the ListStreamingDistributions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListStreamingDistributions for more information on using the ListStreamingDistributions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListStreamingDistributionsRequest method.
req, resp := client.ListStreamingDistributionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListStreamingDistributions

func (*CloudFront) ListStreamingDistributionsWithContext

func (c *CloudFront) ListStreamingDistributionsWithContext(ctx aws.Context, input *ListStreamingDistributionsInput, opts ...request.Option) (*ListStreamingDistributionsOutput, error)

ListStreamingDistributionsWithContext is the same as ListStreamingDistributions with the addition of the ability to pass a context and additional request options.

See ListStreamingDistributions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) ListTagsForResource

func (c *CloudFront) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon CloudFront.

List tags for a CloudFront resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation ListTagsForResource for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidTagging "InvalidTagging" The tagging specified is not valid.

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListTagsForResource

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.ListTagsForResourceInput{}

result, err := svc.ListTagsForResource(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        case cloudfront.ErrCodeInvalidTagging:
            fmt.Println(cloudfront.ErrCodeInvalidTagging, aerr.Error())
        case cloudfront.ErrCodeNoSuchResource:
            fmt.Println(cloudfront.ErrCodeNoSuchResource, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) ListTagsForResourceRequest

func (c *CloudFront) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListTagsForResource

func (*CloudFront) ListTagsForResourceWithContext

func (c *CloudFront) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) PublishFunction

func (c *CloudFront) PublishFunction(input *PublishFunctionInput) (*PublishFunctionOutput, error)

PublishFunction API operation for Amazon CloudFront.

Publishes a CloudFront function by copying the function code from the DEVELOPMENT stage to LIVE. This automatically updates all cache behaviors that are using this function to use the newly published copy in the LIVE stage.

When a function is published to the LIVE stage, you can attach the function to a distribution's cache behavior, using the function's Amazon Resource Name (ARN).

To publish a function, you must provide the function's name and version (ETag value). To get these values, you can use ListFunctions and DescribeFunction.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation PublishFunction for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFunctionExists "NoSuchFunctionExists" The function does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/PublishFunction

func (*CloudFront) PublishFunctionRequest

func (c *CloudFront) PublishFunctionRequest(input *PublishFunctionInput) (req *request.Request, output *PublishFunctionOutput)

PublishFunctionRequest generates a "aws/request.Request" representing the client's request for the PublishFunction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PublishFunction for more information on using the PublishFunction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PublishFunctionRequest method.
req, resp := client.PublishFunctionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/PublishFunction

func (*CloudFront) PublishFunctionWithContext

func (c *CloudFront) PublishFunctionWithContext(ctx aws.Context, input *PublishFunctionInput, opts ...request.Option) (*PublishFunctionOutput, error)

PublishFunctionWithContext is the same as PublishFunction with the addition of the ability to pass a context and additional request options.

See PublishFunction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) TagResource

func (c *CloudFront) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for Amazon CloudFront.

Add tags to a CloudFront resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation TagResource for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidTagging "InvalidTagging" The tagging specified is not valid.

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TagResource

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.TagResourceInput{}

result, err := svc.TagResource(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        case cloudfront.ErrCodeInvalidTagging:
            fmt.Println(cloudfront.ErrCodeInvalidTagging, aerr.Error())
        case cloudfront.ErrCodeNoSuchResource:
            fmt.Println(cloudfront.ErrCodeNoSuchResource, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) TagResourceRequest

func (c *CloudFront) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TagResource

func (*CloudFront) TagResourceWithContext

func (c *CloudFront) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) TestFunction

func (c *CloudFront) TestFunction(input *TestFunctionInput) (*TestFunctionOutput, error)

TestFunction API operation for Amazon CloudFront.

Tests a CloudFront function.

To test a function, you provide an event object that represents an HTTP request or response that your CloudFront distribution could receive in production. CloudFront runs the function, passing it the event object that you provided, and returns the function's result (the modified event object) in the response. The response also contains function logs and error messages, if any exist. For more information about testing functions, see Testing functions (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function) in the Amazon CloudFront Developer Guide.

To test a function, you provide the function's name and version (ETag value) along with the event object. To get the function's name and version, you can use ListFunctions and DescribeFunction.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation TestFunction for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFunctionExists "NoSuchFunctionExists" The function does not exist.

  • ErrCodeTestFunctionFailed "TestFunctionFailed" The CloudFront function failed.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TestFunction

func (*CloudFront) TestFunctionRequest

func (c *CloudFront) TestFunctionRequest(input *TestFunctionInput) (req *request.Request, output *TestFunctionOutput)

TestFunctionRequest generates a "aws/request.Request" representing the client's request for the TestFunction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TestFunction for more information on using the TestFunction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TestFunctionRequest method.
req, resp := client.TestFunctionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TestFunction

func (*CloudFront) TestFunctionWithContext

func (c *CloudFront) TestFunctionWithContext(ctx aws.Context, input *TestFunctionInput, opts ...request.Option) (*TestFunctionOutput, error)

TestFunctionWithContext is the same as TestFunction with the addition of the ability to pass a context and additional request options.

See TestFunction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UntagResource

func (c *CloudFront) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for Amazon CloudFront.

Remove tags from a CloudFront resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UntagResource for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidTagging "InvalidTagging" The tagging specified is not valid.

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UntagResource

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.UntagResourceInput{}

result, err := svc.UntagResource(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        case cloudfront.ErrCodeInvalidTagging:
            fmt.Println(cloudfront.ErrCodeInvalidTagging, aerr.Error())
        case cloudfront.ErrCodeNoSuchResource:
            fmt.Println(cloudfront.ErrCodeNoSuchResource, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) UntagResourceRequest

func (c *CloudFront) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UntagResource

func (*CloudFront) UntagResourceWithContext

func (c *CloudFront) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateCachePolicy

func (c *CloudFront) UpdateCachePolicy(input *UpdateCachePolicyInput) (*UpdateCachePolicyOutput, error)

UpdateCachePolicy API operation for Amazon CloudFront.

Updates a cache policy configuration.

When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:

Use GetCachePolicyConfig to get the current configuration.

Locally modify the fields in the cache policy configuration that you want to update.

Call UpdateCachePolicy by providing the entire cache policy configuration, including the fields that you modified and those that you didn't.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateCachePolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeCachePolicyAlreadyExists "CachePolicyAlreadyExists" A cache policy with this name already exists. You must provide a unique name. To modify an existing cache policy, use UpdateCachePolicy.

  • ErrCodeTooManyHeadersInCachePolicy "TooManyHeadersInCachePolicy" The number of headers in the cache policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyCookiesInCachePolicy "TooManyCookiesInCachePolicy" The number of cookies in the cache policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyQueryStringsInCachePolicy "TooManyQueryStringsInCachePolicy" The number of query strings in the cache policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCachePolicy

func (*CloudFront) UpdateCachePolicyRequest

func (c *CloudFront) UpdateCachePolicyRequest(input *UpdateCachePolicyInput) (req *request.Request, output *UpdateCachePolicyOutput)

UpdateCachePolicyRequest generates a "aws/request.Request" representing the client's request for the UpdateCachePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateCachePolicy for more information on using the UpdateCachePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateCachePolicyRequest method.
req, resp := client.UpdateCachePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCachePolicy

func (*CloudFront) UpdateCachePolicyWithContext

func (c *CloudFront) UpdateCachePolicyWithContext(ctx aws.Context, input *UpdateCachePolicyInput, opts ...request.Option) (*UpdateCachePolicyOutput, error)

UpdateCachePolicyWithContext is the same as UpdateCachePolicy with the addition of the ability to pass a context and additional request options.

See UpdateCachePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateCloudFrontOriginAccessIdentity

func (c *CloudFront) UpdateCloudFrontOriginAccessIdentity(input *UpdateCloudFrontOriginAccessIdentityInput) (*UpdateCloudFrontOriginAccessIdentityOutput, error)

UpdateCloudFrontOriginAccessIdentity API operation for Amazon CloudFront.

Update an origin access identity.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateCloudFrontOriginAccessIdentity for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeNoSuchCloudFrontOriginAccessIdentity "NoSuchCloudFrontOriginAccessIdentity" The specified origin access identity does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCloudFrontOriginAccessIdentity

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.UpdateCloudFrontOriginAccessIdentityInput{}

result, err := svc.UpdateCloudFrontOriginAccessIdentity(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        case cloudfront.ErrCodeIllegalUpdate:
            fmt.Println(cloudfront.ErrCodeIllegalUpdate, aerr.Error())
        case cloudfront.ErrCodeInvalidIfMatchVersion:
            fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
        case cloudfront.ErrCodeMissingBody:
            fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
        case cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity:
            fmt.Println(cloudfront.ErrCodeNoSuchCloudFrontOriginAccessIdentity, aerr.Error())
        case cloudfront.ErrCodePreconditionFailed:
            fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        case cloudfront.ErrCodeInconsistentQuantities:
            fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) UpdateCloudFrontOriginAccessIdentityRequest

func (c *CloudFront) UpdateCloudFrontOriginAccessIdentityRequest(input *UpdateCloudFrontOriginAccessIdentityInput) (req *request.Request, output *UpdateCloudFrontOriginAccessIdentityOutput)

UpdateCloudFrontOriginAccessIdentityRequest generates a "aws/request.Request" representing the client's request for the UpdateCloudFrontOriginAccessIdentity operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateCloudFrontOriginAccessIdentity for more information on using the UpdateCloudFrontOriginAccessIdentity API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateCloudFrontOriginAccessIdentityRequest method.
req, resp := client.UpdateCloudFrontOriginAccessIdentityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCloudFrontOriginAccessIdentity

func (*CloudFront) UpdateCloudFrontOriginAccessIdentityWithContext

func (c *CloudFront) UpdateCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *UpdateCloudFrontOriginAccessIdentityInput, opts ...request.Option) (*UpdateCloudFrontOriginAccessIdentityOutput, error)

UpdateCloudFrontOriginAccessIdentityWithContext is the same as UpdateCloudFrontOriginAccessIdentity with the addition of the ability to pass a context and additional request options.

See UpdateCloudFrontOriginAccessIdentity for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateContinuousDeploymentPolicy

func (c *CloudFront) UpdateContinuousDeploymentPolicy(input *UpdateContinuousDeploymentPolicyInput) (*UpdateContinuousDeploymentPolicyOutput, error)

UpdateContinuousDeploymentPolicy API operation for Amazon CloudFront.

Updates a continuous deployment policy. You can update a continuous deployment policy to enable or disable it, to change the percentage of traffic that it sends to the staging distribution, or to change the staging distribution that it sends traffic to.

When you update a continuous deployment policy configuration, all the fields are updated with the values that are provided in the request. You cannot update some fields independent of others. To update a continuous deployment policy configuration:

Use GetContinuousDeploymentPolicyConfig to get the current configuration.

Locally modify the fields in the continuous deployment policy configuration that you want to update.

Use UpdateContinuousDeploymentPolicy, providing the entire continuous deployment policy configuration, including the fields that you modified and those that you didn't.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateContinuousDeploymentPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeStagingDistributionInUse "StagingDistributionInUse" A continuous deployment policy for this staging distribution already exists.

  • ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" The continuous deployment policy doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateContinuousDeploymentPolicy

func (*CloudFront) UpdateContinuousDeploymentPolicyRequest

func (c *CloudFront) UpdateContinuousDeploymentPolicyRequest(input *UpdateContinuousDeploymentPolicyInput) (req *request.Request, output *UpdateContinuousDeploymentPolicyOutput)

UpdateContinuousDeploymentPolicyRequest generates a "aws/request.Request" representing the client's request for the UpdateContinuousDeploymentPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateContinuousDeploymentPolicy for more information on using the UpdateContinuousDeploymentPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateContinuousDeploymentPolicyRequest method.
req, resp := client.UpdateContinuousDeploymentPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateContinuousDeploymentPolicy

func (*CloudFront) UpdateContinuousDeploymentPolicyWithContext

func (c *CloudFront) UpdateContinuousDeploymentPolicyWithContext(ctx aws.Context, input *UpdateContinuousDeploymentPolicyInput, opts ...request.Option) (*UpdateContinuousDeploymentPolicyOutput, error)

UpdateContinuousDeploymentPolicyWithContext is the same as UpdateContinuousDeploymentPolicy with the addition of the ability to pass a context and additional request options.

See UpdateContinuousDeploymentPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateDistribution

func (c *CloudFront) UpdateDistribution(input *UpdateDistributionInput) (*UpdateDistributionOutput, error)

UpdateDistribution API operation for Amazon CloudFront.

Updates the configuration for a CloudFront distribution.

The update process includes getting the current distribution configuration, updating it to make your changes, and then submitting an UpdateDistribution request to make the updates.

To update a web distribution using the CloudFront API

Use GetDistributionConfig to get the current configuration, including the version identifier (ETag).

Update the distribution configuration that was returned in the response. Note the following important requirements and restrictions:

  • You must rename the ETag field to IfMatch, leaving the value unchanged. (Set the value of IfMatch to the value of ETag, then remove the ETag field.)

  • You can't change the value of CallerReference.

Submit an UpdateDistribution request, providing the distribution configuration. The new configuration replaces the existing configuration. The values that you specify in an UpdateDistribution request are not merged into your existing configuration. Make sure to include all fields: the ones that you modified and also the ones that you didn't.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateDistribution for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeCNAMEAlreadyExists "CNAMEAlreadyExists" The CNAME specified is already defined for CloudFront.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeTooManyDistributionCNAMEs "TooManyDistributionCNAMEs" Your request contains more CNAMEs than are allowed per distribution.

  • ErrCodeInvalidDefaultRootObject "InvalidDefaultRootObject" The default root object file name is too big or contains an invalid character.

  • ErrCodeInvalidRelativePath "InvalidRelativePath" The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

  • ErrCodeInvalidErrorCode "InvalidErrorCode" An invalid error code was specified.

  • ErrCodeInvalidResponseCode "InvalidResponseCode" A response code is not valid.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidOriginAccessIdentity "InvalidOriginAccessIdentity" The origin access identity is not valid or doesn't exist.

  • ErrCodeInvalidOriginAccessControl "InvalidOriginAccessControl" The origin access control is not valid.

  • ErrCodeTooManyTrustedSigners "TooManyTrustedSigners" Your request contains more trusted signers than are allowed per distribution.

  • ErrCodeTrustedSignerDoesNotExist "TrustedSignerDoesNotExist" One or more of your trusted signers don't exist.

  • ErrCodeInvalidViewerCertificate "InvalidViewerCertificate" A viewer certificate specified is not valid.

  • ErrCodeInvalidMinimumProtocolVersion "InvalidMinimumProtocolVersion" The minimum protocol version specified is not valid.

  • ErrCodeInvalidRequiredProtocol "InvalidRequiredProtocol" This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

  • ErrCodeNoSuchOrigin "NoSuchOrigin" No origin exists with the specified Origin Id.

  • ErrCodeTooManyOrigins "TooManyOrigins" You cannot create more origins for the distribution.

  • ErrCodeTooManyOriginGroupsPerDistribution "TooManyOriginGroupsPerDistribution" Processing your request would cause you to exceed the maximum number of origin groups allowed.

  • ErrCodeTooManyCacheBehaviors "TooManyCacheBehaviors" You cannot create more cache behaviors for the distribution.

  • ErrCodeTooManyCookieNamesInWhiteList "TooManyCookieNamesInWhiteList" Your request contains more cookie names in the whitelist than are allowed per cache behavior.

  • ErrCodeInvalidForwardCookies "InvalidForwardCookies" Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

  • ErrCodeTooManyHeadersInForwardedValues "TooManyHeadersInForwardedValues" Your request contains too many headers in forwarded values.

  • ErrCodeInvalidHeadersForS3Origin "InvalidHeadersForS3Origin" The headers specified are not valid for an Amazon S3 origin.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeTooManyCertificates "TooManyCertificates" You cannot create anymore custom SSL/TLS certificates.

  • ErrCodeInvalidLocationCode "InvalidLocationCode" The location code specified is not valid.

  • ErrCodeInvalidGeoRestrictionParameter "InvalidGeoRestrictionParameter" The specified geo restriction parameter is not valid.

  • ErrCodeInvalidTTLOrder "InvalidTTLOrder" The TTL order specified is not valid.

  • ErrCodeInvalidWebACLId "InvalidWebACLId" A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

  • ErrCodeTooManyOriginCustomHeaders "TooManyOriginCustomHeaders" Your request contains too many origin custom headers.

  • ErrCodeTooManyQueryStringParameters "TooManyQueryStringParameters" Your request contains too many query string parameters.

  • ErrCodeInvalidQueryStringParameters "InvalidQueryStringParameters" The query string parameters specified are not valid.

  • ErrCodeTooManyDistributionsWithLambdaAssociations "TooManyDistributionsWithLambdaAssociations" Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.

  • ErrCodeTooManyDistributionsWithSingleFunctionARN "TooManyDistributionsWithSingleFunctionARN" The maximum number of distributions have been associated with the specified Lambda@Edge function.

  • ErrCodeTooManyLambdaFunctionAssociations "TooManyLambdaFunctionAssociations" Your request contains more Lambda@Edge function associations than are allowed per distribution.

  • ErrCodeInvalidLambdaFunctionAssociation "InvalidLambdaFunctionAssociation" The specified Lambda@Edge function association is invalid.

  • ErrCodeTooManyDistributionsWithFunctionAssociations "TooManyDistributionsWithFunctionAssociations" You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyFunctionAssociations "TooManyFunctionAssociations" You have reached the maximum number of CloudFront function associations for this distribution. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeInvalidFunctionAssociation "InvalidFunctionAssociation" A CloudFront function association is invalid.

  • ErrCodeInvalidOriginReadTimeout "InvalidOriginReadTimeout" The read timeout specified for the origin is not valid.

  • ErrCodeInvalidOriginKeepaliveTimeout "InvalidOriginKeepaliveTimeout" The keep alive timeout specified for the origin is not valid.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

  • ErrCodeIllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior" The specified configuration for field-level encryption can't be associated with the specified cache behavior.

  • ErrCodeTooManyDistributionsAssociatedToFieldLevelEncryptionConfig "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig" The maximum number of distributions have been associated with the specified configuration for field-level encryption.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToCachePolicy "TooManyDistributionsAssociatedToCachePolicy" The maximum number of distributions have been associated with the specified cache policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToResponseHeadersPolicy "TooManyDistributionsAssociatedToResponseHeadersPolicy" The maximum number of distributions have been associated with the specified response headers policy.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToOriginRequestPolicy "TooManyDistributionsAssociatedToOriginRequestPolicy" The maximum number of distributions have been associated with the specified origin request policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyDistributionsAssociatedToKeyGroup "TooManyDistributionsAssociatedToKeyGroup" The number of distributions that reference this key group is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyKeyGroupsAssociatedToDistribution "TooManyKeyGroupsAssociatedToDistribution" The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTrustedKeyGroupDoesNotExist "TrustedKeyGroupDoesNotExist" The specified key group does not exist.

  • ErrCodeNoSuchRealtimeLogConfig "NoSuchRealtimeLogConfig" The real-time log configuration does not exist.

  • ErrCodeRealtimeLogConfigOwnerMismatch "RealtimeLogConfigOwnerMismatch" The specified real-time log configuration belongs to a different Amazon Web Services account.

  • ErrCodeContinuousDeploymentPolicyInUse "ContinuousDeploymentPolicyInUse" You cannot delete a continuous deployment policy that is associated with a primary distribution.

  • ErrCodeNoSuchContinuousDeploymentPolicy "NoSuchContinuousDeploymentPolicy" The continuous deployment policy doesn't exist.

  • ErrCodeStagingDistributionInUse "StagingDistributionInUse" A continuous deployment policy for this staging distribution already exists.

  • ErrCodeIllegalOriginAccessConfiguration "IllegalOriginAccessConfiguration" An origin cannot contain both an origin access control (OAC) and an origin access identity (OAI).

  • ErrCodeInvalidDomainNameForOriginAccessControl "InvalidDomainNameForOriginAccessControl" An origin access control is associated with an origin whose domain name is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateDistribution

Example (Shared00)

Code:

svc := cloudfront.New(session.New())
input := &cloudfront.UpdateDistributionInput{}

result, err := svc.UpdateDistribution(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case cloudfront.ErrCodeAccessDenied:
            fmt.Println(cloudfront.ErrCodeAccessDenied, aerr.Error())
        case cloudfront.ErrCodeCNAMEAlreadyExists:
            fmt.Println(cloudfront.ErrCodeCNAMEAlreadyExists, aerr.Error())
        case cloudfront.ErrCodeIllegalUpdate:
            fmt.Println(cloudfront.ErrCodeIllegalUpdate, aerr.Error())
        case cloudfront.ErrCodeInvalidIfMatchVersion:
            fmt.Println(cloudfront.ErrCodeInvalidIfMatchVersion, aerr.Error())
        case cloudfront.ErrCodeMissingBody:
            fmt.Println(cloudfront.ErrCodeMissingBody, aerr.Error())
        case cloudfront.ErrCodeNoSuchDistribution:
            fmt.Println(cloudfront.ErrCodeNoSuchDistribution, aerr.Error())
        case cloudfront.ErrCodePreconditionFailed:
            fmt.Println(cloudfront.ErrCodePreconditionFailed, aerr.Error())
        case cloudfront.ErrCodeTooManyDistributionCNAMEs:
            fmt.Println(cloudfront.ErrCodeTooManyDistributionCNAMEs, aerr.Error())
        case cloudfront.ErrCodeInvalidDefaultRootObject:
            fmt.Println(cloudfront.ErrCodeInvalidDefaultRootObject, aerr.Error())
        case cloudfront.ErrCodeInvalidRelativePath:
            fmt.Println(cloudfront.ErrCodeInvalidRelativePath, aerr.Error())
        case cloudfront.ErrCodeInvalidErrorCode:
            fmt.Println(cloudfront.ErrCodeInvalidErrorCode, aerr.Error())
        case cloudfront.ErrCodeInvalidResponseCode:
            fmt.Println(cloudfront.ErrCodeInvalidResponseCode, aerr.Error())
        case cloudfront.ErrCodeInvalidArgument:
            fmt.Println(cloudfront.ErrCodeInvalidArgument, aerr.Error())
        case cloudfront.ErrCodeInvalidOriginAccessIdentity:
            fmt.Println(cloudfront.ErrCodeInvalidOriginAccessIdentity, aerr.Error())
        case cloudfront.ErrCodeTooManyTrustedSigners:
            fmt.Println(cloudfront.ErrCodeTooManyTrustedSigners, aerr.Error())
        case cloudfront.ErrCodeTrustedSignerDoesNotExist:
            fmt.Println(cloudfront.ErrCodeTrustedSignerDoesNotExist, aerr.Error())
        case cloudfront.ErrCodeInvalidViewerCertificate:
            fmt.Println(cloudfront.ErrCodeInvalidViewerCertificate, aerr.Error())
        case cloudfront.ErrCodeInvalidMinimumProtocolVersion:
            fmt.Println(cloudfront.ErrCodeInvalidMinimumProtocolVersion, aerr.Error())
        case cloudfront.ErrCodeInvalidRequiredProtocol:
            fmt.Println(cloudfront.ErrCodeInvalidRequiredProtocol, aerr.Error())
        case cloudfront.ErrCodeNoSuchOrigin:
            fmt.Println(cloudfront.ErrCodeNoSuchOrigin, aerr.Error())
        case cloudfront.ErrCodeTooManyOrigins:
            fmt.Println(cloudfront.ErrCodeTooManyOrigins, aerr.Error())
        case cloudfront.ErrCodeTooManyCacheBehaviors:
            fmt.Println(cloudfront.ErrCodeTooManyCacheBehaviors, aerr.Error())
        case cloudfront.ErrCodeTooManyCookieNamesInWhiteList:
            fmt.Println(cloudfront.ErrCodeTooManyCookieNamesInWhiteList, aerr.Error())
        case cloudfront.ErrCodeInvalidForwardCookies:
            fmt.Println(cloudfront.ErrCodeInvalidForwardCookies, aerr.Error())
        case cloudfront.ErrCodeTooManyHeadersInForwardedValues:
            fmt.Println(cloudfront.ErrCodeTooManyHeadersInForwardedValues, aerr.Error())
        case cloudfront.ErrCodeInvalidHeadersForS3Origin:
            fmt.Println(cloudfront.ErrCodeInvalidHeadersForS3Origin, aerr.Error())
        case cloudfront.ErrCodeInconsistentQuantities:
            fmt.Println(cloudfront.ErrCodeInconsistentQuantities, aerr.Error())
        case cloudfront.ErrCodeTooManyCertificates:
            fmt.Println(cloudfront.ErrCodeTooManyCertificates, aerr.Error())
        case cloudfront.ErrCodeInvalidLocationCode:
            fmt.Println(cloudfront.ErrCodeInvalidLocationCode, aerr.Error())
        case cloudfront.ErrCodeInvalidGeoRestrictionParameter:
            fmt.Println(cloudfront.ErrCodeInvalidGeoRestrictionParameter, aerr.Error())
        case cloudfront.ErrCodeInvalidTTLOrder:
            fmt.Println(cloudfront.ErrCodeInvalidTTLOrder, aerr.Error())
        case cloudfront.ErrCodeInvalidWebACLId:
            fmt.Println(cloudfront.ErrCodeInvalidWebACLId, aerr.Error())
        case cloudfront.ErrCodeTooManyOriginCustomHeaders:
            fmt.Println(cloudfront.ErrCodeTooManyOriginCustomHeaders, aerr.Error())
        case cloudfront.ErrCodeTooManyQueryStringParameters:
            fmt.Println(cloudfront.ErrCodeTooManyQueryStringParameters, aerr.Error())
        case cloudfront.ErrCodeInvalidQueryStringParameters:
            fmt.Println(cloudfront.ErrCodeInvalidQueryStringParameters, aerr.Error())
        case cloudfront.ErrCodeTooManyDistributionsWithLambdaAssociations:
            fmt.Println(cloudfront.ErrCodeTooManyDistributionsWithLambdaAssociations, aerr.Error())
        case cloudfront.ErrCodeTooManyLambdaFunctionAssociations:
            fmt.Println(cloudfront.ErrCodeTooManyLambdaFunctionAssociations, aerr.Error())
        case cloudfront.ErrCodeInvalidLambdaFunctionAssociation:
            fmt.Println(cloudfront.ErrCodeInvalidLambdaFunctionAssociation, aerr.Error())
        case cloudfront.ErrCodeInvalidOriginReadTimeout:
            fmt.Println(cloudfront.ErrCodeInvalidOriginReadTimeout, aerr.Error())
        case cloudfront.ErrCodeInvalidOriginKeepaliveTimeout:
            fmt.Println(cloudfront.ErrCodeInvalidOriginKeepaliveTimeout, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*CloudFront) UpdateDistributionRequest

func (c *CloudFront) UpdateDistributionRequest(input *UpdateDistributionInput) (req *request.Request, output *UpdateDistributionOutput)

UpdateDistributionRequest generates a "aws/request.Request" representing the client's request for the UpdateDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDistribution for more information on using the UpdateDistribution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDistributionRequest method.
req, resp := client.UpdateDistributionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateDistribution

func (*CloudFront) UpdateDistributionWithContext

func (c *CloudFront) UpdateDistributionWithContext(ctx aws.Context, input *UpdateDistributionInput, opts ...request.Option) (*UpdateDistributionOutput, error)

UpdateDistributionWithContext is the same as UpdateDistribution with the addition of the ability to pass a context and additional request options.

See UpdateDistribution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateDistributionWithStagingConfig

func (c *CloudFront) UpdateDistributionWithStagingConfig(input *UpdateDistributionWithStagingConfigInput) (*UpdateDistributionWithStagingConfigOutput, error)

UpdateDistributionWithStagingConfig API operation for Amazon CloudFront.

Copies the staging distribution's configuration to its corresponding primary distribution. The primary distribution retains its Aliases (also known as alternate domain names or CNAMEs) and ContinuousDeploymentPolicyId value, but otherwise its configuration is overwritten to match the staging distribution.

You can use this operation in a continuous deployment workflow after you have tested configuration changes on the staging distribution. After using a continuous deployment policy to move a portion of your domain name's traffic to the staging distribution and verifying that it works as intended, you can use this operation to copy the staging distribution's configuration to the primary distribution. This action will disable the continuous deployment policy and move your domain's traffic back to the primary distribution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateDistributionWithStagingConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeCNAMEAlreadyExists "CNAMEAlreadyExists" The CNAME specified is already defined for CloudFront.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.

  • ErrCodeNoSuchDistribution "NoSuchDistribution" The specified distribution does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeTooManyDistributionCNAMEs "TooManyDistributionCNAMEs" Your request contains more CNAMEs than are allowed per distribution.

  • ErrCodeInvalidDefaultRootObject "InvalidDefaultRootObject" The default root object file name is too big or contains an invalid character.

  • ErrCodeInvalidRelativePath "InvalidRelativePath" The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

  • ErrCodeInvalidErrorCode "InvalidErrorCode" An invalid error code was specified.

  • ErrCodeInvalidResponseCode "InvalidResponseCode" A response code is not valid.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidOriginAccessIdentity "InvalidOriginAccessIdentity" The origin access identity is not valid or doesn't exist.

  • ErrCodeInvalidOriginAccessControl "InvalidOriginAccessControl" The origin access control is not valid.

  • ErrCodeTooManyTrustedSigners "TooManyTrustedSigners" Your request contains more trusted signers than are allowed per distribution.

  • ErrCodeTrustedSignerDoesNotExist "TrustedSignerDoesNotExist" One or more of your trusted signers don't exist.

  • ErrCodeInvalidViewerCertificate "InvalidViewerCertificate" A viewer certificate specified is not valid.

  • ErrCodeInvalidMinimumProtocolVersion "InvalidMinimumProtocolVersion" The minimum protocol version specified is not valid.

  • ErrCodeInvalidRequiredProtocol "InvalidRequiredProtocol" This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

  • ErrCodeNoSuchOrigin "NoSuchOrigin" No origin exists with the specified Origin Id.

  • ErrCodeTooManyOrigins "TooManyOrigins" You cannot create more origins for the distribution.

  • ErrCodeTooManyOriginGroupsPerDistribution "TooManyOriginGroupsPerDistribution" Processing your request would cause you to exceed the maximum number of origin groups allowed.

  • ErrCodeTooManyCacheBehaviors "TooManyCacheBehaviors" You cannot create more cache behaviors for the distribution.

  • ErrCodeTooManyCookieNamesInWhiteList "TooManyCookieNamesInWhiteList" Your request contains more cookie names in the whitelist than are allowed per cache behavior.

  • ErrCodeInvalidForwardCookies "InvalidForwardCookies" Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

  • ErrCodeTooManyHeadersInForwardedValues "TooManyHeadersInForwardedValues" Your request contains too many headers in forwarded values.

  • ErrCodeInvalidHeadersForS3Origin "InvalidHeadersForS3Origin" The headers specified are not valid for an Amazon S3 origin.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeTooManyCertificates "TooManyCertificates" You cannot create anymore custom SSL/TLS certificates.

  • ErrCodeInvalidLocationCode "InvalidLocationCode" The location code specified is not valid.

  • ErrCodeInvalidGeoRestrictionParameter "InvalidGeoRestrictionParameter" The specified geo restriction parameter is not valid.

  • ErrCodeInvalidTTLOrder "InvalidTTLOrder" The TTL order specified is not valid.

  • ErrCodeInvalidWebACLId "InvalidWebACLId" A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

  • ErrCodeTooManyOriginCustomHeaders "TooManyOriginCustomHeaders" Your request contains too many origin custom headers.

  • ErrCodeTooManyQueryStringParameters "TooManyQueryStringParameters" Your request contains too many query string parameters.

  • ErrCodeInvalidQueryStringParameters "InvalidQueryStringParameters" The query string parameters specified are not valid.

  • ErrCodeTooManyDistributionsWithLambdaAssociations "TooManyDistributionsWithLambdaAssociations" Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.

  • ErrCodeTooManyDistributionsWithSingleFunctionARN "TooManyDistributionsWithSingleFunctionARN" The maximum number of distributions have been associated with the specified Lambda@Edge function.

  • ErrCodeTooManyLambdaFunctionAssociations "TooManyLambdaFunctionAssociations" Your request contains more Lambda@Edge function associations than are allowed per distribution.

  • ErrCodeInvalidLambdaFunctionAssociation "InvalidLambdaFunctionAssociation" The specified Lambda@Edge function association is invalid.

  • ErrCodeTooManyDistributionsWithFunctionAssociations "TooManyDistributionsWithFunctionAssociations" You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyFunctionAssociations "TooManyFunctionAssociations" You have reached the maximum number of CloudFront function associations for this distribution. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeInvalidFunctionAssociation "InvalidFunctionAssociation" A CloudFront function association is invalid.

  • ErrCodeInvalidOriginReadTimeout "InvalidOriginReadTimeout" The read timeout specified for the origin is not valid.

  • ErrCodeInvalidOriginKeepaliveTimeout "InvalidOriginKeepaliveTimeout" The keep alive timeout specified for the origin is not valid.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

  • ErrCodeIllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior" The specified configuration for field-level encryption can't be associated with the specified cache behavior.

  • ErrCodeTooManyDistributionsAssociatedToFieldLevelEncryptionConfig "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig" The maximum number of distributions have been associated with the specified configuration for field-level encryption.

  • ErrCodeNoSuchCachePolicy "NoSuchCachePolicy" The cache policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToCachePolicy "TooManyDistributionsAssociatedToCachePolicy" The maximum number of distributions have been associated with the specified cache policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToResponseHeadersPolicy "TooManyDistributionsAssociatedToResponseHeadersPolicy" The maximum number of distributions have been associated with the specified response headers policy.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodeTooManyDistributionsAssociatedToOriginRequestPolicy "TooManyDistributionsAssociatedToOriginRequestPolicy" The maximum number of distributions have been associated with the specified origin request policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyDistributionsAssociatedToKeyGroup "TooManyDistributionsAssociatedToKeyGroup" The number of distributions that reference this key group is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyKeyGroupsAssociatedToDistribution "TooManyKeyGroupsAssociatedToDistribution" The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTrustedKeyGroupDoesNotExist "TrustedKeyGroupDoesNotExist" The specified key group does not exist.

  • ErrCodeNoSuchRealtimeLogConfig "NoSuchRealtimeLogConfig" The real-time log configuration does not exist.

  • ErrCodeRealtimeLogConfigOwnerMismatch "RealtimeLogConfigOwnerMismatch" The specified real-time log configuration belongs to a different Amazon Web Services account.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateDistributionWithStagingConfig

func (*CloudFront) UpdateDistributionWithStagingConfigRequest

func (c *CloudFront) UpdateDistributionWithStagingConfigRequest(input *UpdateDistributionWithStagingConfigInput) (req *request.Request, output *UpdateDistributionWithStagingConfigOutput)

UpdateDistributionWithStagingConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateDistributionWithStagingConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDistributionWithStagingConfig for more information on using the UpdateDistributionWithStagingConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDistributionWithStagingConfigRequest method.
req, resp := client.UpdateDistributionWithStagingConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateDistributionWithStagingConfig

func (*CloudFront) UpdateDistributionWithStagingConfigWithContext

func (c *CloudFront) UpdateDistributionWithStagingConfigWithContext(ctx aws.Context, input *UpdateDistributionWithStagingConfigInput, opts ...request.Option) (*UpdateDistributionWithStagingConfigOutput, error)

UpdateDistributionWithStagingConfigWithContext is the same as UpdateDistributionWithStagingConfig with the addition of the ability to pass a context and additional request options.

See UpdateDistributionWithStagingConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateFieldLevelEncryptionConfig

func (c *CloudFront) UpdateFieldLevelEncryptionConfig(input *UpdateFieldLevelEncryptionConfigInput) (*UpdateFieldLevelEncryptionConfigOutput, error)

UpdateFieldLevelEncryptionConfig API operation for Amazon CloudFront.

Update a field-level encryption configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateFieldLevelEncryptionConfig for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

  • ErrCodeNoSuchFieldLevelEncryptionConfig "NoSuchFieldLevelEncryptionConfig" The specified configuration for field-level encryption doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeTooManyFieldLevelEncryptionQueryArgProfiles "TooManyFieldLevelEncryptionQueryArgProfiles" The maximum number of query arg profiles for field-level encryption have been created.

  • ErrCodeTooManyFieldLevelEncryptionContentTypeProfiles "TooManyFieldLevelEncryptionContentTypeProfiles" The maximum number of content type profiles for field-level encryption have been created.

  • ErrCodeQueryArgProfileEmpty "QueryArgProfileEmpty" No profile specified for the field-level encryption query argument.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionConfig

func (*CloudFront) UpdateFieldLevelEncryptionConfigRequest

func (c *CloudFront) UpdateFieldLevelEncryptionConfigRequest(input *UpdateFieldLevelEncryptionConfigInput) (req *request.Request, output *UpdateFieldLevelEncryptionConfigOutput)

UpdateFieldLevelEncryptionConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateFieldLevelEncryptionConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFieldLevelEncryptionConfig for more information on using the UpdateFieldLevelEncryptionConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFieldLevelEncryptionConfigRequest method.
req, resp := client.UpdateFieldLevelEncryptionConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionConfig

func (*CloudFront) UpdateFieldLevelEncryptionConfigWithContext

func (c *CloudFront) UpdateFieldLevelEncryptionConfigWithContext(ctx aws.Context, input *UpdateFieldLevelEncryptionConfigInput, opts ...request.Option) (*UpdateFieldLevelEncryptionConfigOutput, error)

UpdateFieldLevelEncryptionConfigWithContext is the same as UpdateFieldLevelEncryptionConfig with the addition of the ability to pass a context and additional request options.

See UpdateFieldLevelEncryptionConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateFieldLevelEncryptionProfile

func (c *CloudFront) UpdateFieldLevelEncryptionProfile(input *UpdateFieldLevelEncryptionProfileInput) (*UpdateFieldLevelEncryptionProfileOutput, error)

UpdateFieldLevelEncryptionProfile API operation for Amazon CloudFront.

Update a field-level encryption profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateFieldLevelEncryptionProfile for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeFieldLevelEncryptionProfileAlreadyExists "FieldLevelEncryptionProfileAlreadyExists" The specified profile for field-level encryption already exists.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

  • ErrCodeNoSuchFieldLevelEncryptionProfile "NoSuchFieldLevelEncryptionProfile" The specified profile for field-level encryption doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeFieldLevelEncryptionProfileSizeExceeded "FieldLevelEncryptionProfileSizeExceeded" The maximum size of a profile for field-level encryption was exceeded.

  • ErrCodeTooManyFieldLevelEncryptionEncryptionEntities "TooManyFieldLevelEncryptionEncryptionEntities" The maximum number of encryption entities for field-level encryption have been created.

  • ErrCodeTooManyFieldLevelEncryptionFieldPatterns "TooManyFieldLevelEncryptionFieldPatterns" The maximum number of field patterns for field-level encryption have been created.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionProfile

func (*CloudFront) UpdateFieldLevelEncryptionProfileRequest

func (c *CloudFront) UpdateFieldLevelEncryptionProfileRequest(input *UpdateFieldLevelEncryptionProfileInput) (req *request.Request, output *UpdateFieldLevelEncryptionProfileOutput)

UpdateFieldLevelEncryptionProfileRequest generates a "aws/request.Request" representing the client's request for the UpdateFieldLevelEncryptionProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFieldLevelEncryptionProfile for more information on using the UpdateFieldLevelEncryptionProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFieldLevelEncryptionProfileRequest method.
req, resp := client.UpdateFieldLevelEncryptionProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionProfile

func (*CloudFront) UpdateFieldLevelEncryptionProfileWithContext

func (c *CloudFront) UpdateFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *UpdateFieldLevelEncryptionProfileInput, opts ...request.Option) (*UpdateFieldLevelEncryptionProfileOutput, error)

UpdateFieldLevelEncryptionProfileWithContext is the same as UpdateFieldLevelEncryptionProfile with the addition of the ability to pass a context and additional request options.

See UpdateFieldLevelEncryptionProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateFunction

func (c *CloudFront) UpdateFunction(input *UpdateFunctionInput) (*UpdateFunctionOutput, error)

UpdateFunction API operation for Amazon CloudFront.

Updates a CloudFront function.

You can update a function's code or the comment that describes the function. You cannot update a function's name.

To update a function, you provide the function's name and version (ETag value) along with the updated function code. To get the name and version, you can use ListFunctions and DescribeFunction.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateFunction for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchFunctionExists "NoSuchFunctionExists" The function does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeFunctionSizeLimitExceeded "FunctionSizeLimitExceeded" The function is too large. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeUnsupportedOperation "UnsupportedOperation" This operation is not supported in this region.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFunction

func (*CloudFront) UpdateFunctionRequest

func (c *CloudFront) UpdateFunctionRequest(input *UpdateFunctionInput) (req *request.Request, output *UpdateFunctionOutput)

UpdateFunctionRequest generates a "aws/request.Request" representing the client's request for the UpdateFunction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFunction for more information on using the UpdateFunction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFunctionRequest method.
req, resp := client.UpdateFunctionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFunction

func (*CloudFront) UpdateFunctionWithContext

func (c *CloudFront) UpdateFunctionWithContext(ctx aws.Context, input *UpdateFunctionInput, opts ...request.Option) (*UpdateFunctionOutput, error)

UpdateFunctionWithContext is the same as UpdateFunction with the addition of the ability to pass a context and additional request options.

See UpdateFunction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateKeyGroup

func (c *CloudFront) UpdateKeyGroup(input *UpdateKeyGroupInput) (*UpdateKeyGroupOutput, error)

UpdateKeyGroup API operation for Amazon CloudFront.

Updates a key group.

When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:

Get the current key group with GetKeyGroup or GetKeyGroupConfig.

Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.

Call UpdateKeyGroup with the entire key group object, including the fields that you modified and those that you didn't.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateKeyGroup for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchResource "NoSuchResource" A resource that was specified is not valid.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeKeyGroupAlreadyExists "KeyGroupAlreadyExists" A key group with this name already exists. You must provide a unique name. To modify an existing key group, use UpdateKeyGroup.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeTooManyPublicKeysInKeyGroup "TooManyPublicKeysInKeyGroup" The number of public keys in this key group is more than the maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateKeyGroup

func (*CloudFront) UpdateKeyGroupRequest

func (c *CloudFront) UpdateKeyGroupRequest(input *UpdateKeyGroupInput) (req *request.Request, output *UpdateKeyGroupOutput)

UpdateKeyGroupRequest generates a "aws/request.Request" representing the client's request for the UpdateKeyGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateKeyGroup for more information on using the UpdateKeyGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateKeyGroupRequest method.
req, resp := client.UpdateKeyGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateKeyGroup

func (*CloudFront) UpdateKeyGroupWithContext

func (c *CloudFront) UpdateKeyGroupWithContext(ctx aws.Context, input *UpdateKeyGroupInput, opts ...request.Option) (*UpdateKeyGroupOutput, error)

UpdateKeyGroupWithContext is the same as UpdateKeyGroup with the addition of the ability to pass a context and additional request options.

See UpdateKeyGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateOriginAccessControl

func (c *CloudFront) UpdateOriginAccessControl(input *UpdateOriginAccessControlInput) (*UpdateOriginAccessControlOutput, error)

UpdateOriginAccessControl API operation for Amazon CloudFront.

Updates a CloudFront origin access control.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateOriginAccessControl for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeOriginAccessControlAlreadyExists "OriginAccessControlAlreadyExists" An origin access control with the specified parameters already exists.

  • ErrCodeNoSuchOriginAccessControl "NoSuchOriginAccessControl" The origin access control does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateOriginAccessControl

func (*CloudFront) UpdateOriginAccessControlRequest

func (c *CloudFront) UpdateOriginAccessControlRequest(input *UpdateOriginAccessControlInput) (req *request.Request, output *UpdateOriginAccessControlOutput)

UpdateOriginAccessControlRequest generates a "aws/request.Request" representing the client's request for the UpdateOriginAccessControl operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateOriginAccessControl for more information on using the UpdateOriginAccessControl API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateOriginAccessControlRequest method.
req, resp := client.UpdateOriginAccessControlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateOriginAccessControl

func (*CloudFront) UpdateOriginAccessControlWithContext

func (c *CloudFront) UpdateOriginAccessControlWithContext(ctx aws.Context, input *UpdateOriginAccessControlInput, opts ...request.Option) (*UpdateOriginAccessControlOutput, error)

UpdateOriginAccessControlWithContext is the same as UpdateOriginAccessControl with the addition of the ability to pass a context and additional request options.

See UpdateOriginAccessControl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateOriginRequestPolicy

func (c *CloudFront) UpdateOriginRequestPolicy(input *UpdateOriginRequestPolicyInput) (*UpdateOriginRequestPolicyOutput, error)

UpdateOriginRequestPolicy API operation for Amazon CloudFront.

Updates an origin request policy configuration.

When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:

Use GetOriginRequestPolicyConfig to get the current configuration.

Locally modify the fields in the origin request policy configuration that you want to update.

Call UpdateOriginRequestPolicy by providing the entire origin request policy configuration, including the fields that you modified and those that you didn't.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateOriginRequestPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchOriginRequestPolicy "NoSuchOriginRequestPolicy" The origin request policy does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeOriginRequestPolicyAlreadyExists "OriginRequestPolicyAlreadyExists" An origin request policy with this name already exists. You must provide a unique name. To modify an existing origin request policy, use UpdateOriginRequestPolicy.

  • ErrCodeTooManyHeadersInOriginRequestPolicy "TooManyHeadersInOriginRequestPolicy" The number of headers in the origin request policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyCookiesInOriginRequestPolicy "TooManyCookiesInOriginRequestPolicy" The number of cookies in the origin request policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyQueryStringsInOriginRequestPolicy "TooManyQueryStringsInOriginRequestPolicy" The number of query strings in the origin request policy exceeds the maximum. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateOriginRequestPolicy

func (*CloudFront) UpdateOriginRequestPolicyRequest

func (c *CloudFront) UpdateOriginRequestPolicyRequest(input *UpdateOriginRequestPolicyInput) (req *request.Request, output *UpdateOriginRequestPolicyOutput)

UpdateOriginRequestPolicyRequest generates a "aws/request.Request" representing the client's request for the UpdateOriginRequestPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateOriginRequestPolicy for more information on using the UpdateOriginRequestPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateOriginRequestPolicyRequest method.
req, resp := client.UpdateOriginRequestPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateOriginRequestPolicy

func (*CloudFront) UpdateOriginRequestPolicyWithContext

func (c *CloudFront) UpdateOriginRequestPolicyWithContext(ctx aws.Context, input *UpdateOriginRequestPolicyInput, opts ...request.Option) (*UpdateOriginRequestPolicyOutput, error)

UpdateOriginRequestPolicyWithContext is the same as UpdateOriginRequestPolicy with the addition of the ability to pass a context and additional request options.

See UpdateOriginRequestPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdatePublicKey

func (c *CloudFront) UpdatePublicKey(input *UpdatePublicKeyInput) (*UpdatePublicKeyOutput, error)

UpdatePublicKey API operation for Amazon CloudFront.

Update public key information. Note that the only value you can change is the comment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdatePublicKey for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeCannotChangeImmutablePublicKeyFields "CannotChangeImmutablePublicKeyFields" You can't change the value of a public key.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeNoSuchPublicKey "NoSuchPublicKey" The specified public key doesn't exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdatePublicKey

func (*CloudFront) UpdatePublicKeyRequest

func (c *CloudFront) UpdatePublicKeyRequest(input *UpdatePublicKeyInput) (req *request.Request, output *UpdatePublicKeyOutput)

UpdatePublicKeyRequest generates a "aws/request.Request" representing the client's request for the UpdatePublicKey operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePublicKey for more information on using the UpdatePublicKey API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePublicKeyRequest method.
req, resp := client.UpdatePublicKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdatePublicKey

func (*CloudFront) UpdatePublicKeyWithContext

func (c *CloudFront) UpdatePublicKeyWithContext(ctx aws.Context, input *UpdatePublicKeyInput, opts ...request.Option) (*UpdatePublicKeyOutput, error)

UpdatePublicKeyWithContext is the same as UpdatePublicKey with the addition of the ability to pass a context and additional request options.

See UpdatePublicKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateRealtimeLogConfig

func (c *CloudFront) UpdateRealtimeLogConfig(input *UpdateRealtimeLogConfigInput) (*UpdateRealtimeLogConfigOutput, error)

UpdateRealtimeLogConfig API operation for Amazon CloudFront.

Updates a real-time log configuration.

When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:

Call GetRealtimeLogConfig to get the current real-time log configuration.

Locally modify the parameters in the real-time log configuration that you want to update.

Call this API (UpdateRealtimeLogConfig) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn't.

You cannot update a real-time log configuration's Name or ARN.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateRealtimeLogConfig for usage and error information.

Returned Error Codes:

  • ErrCodeNoSuchRealtimeLogConfig "NoSuchRealtimeLogConfig" The real-time log configuration does not exist.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeAccessDenied "AccessDenied" Access denied.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateRealtimeLogConfig

func (*CloudFront) UpdateRealtimeLogConfigRequest

func (c *CloudFront) UpdateRealtimeLogConfigRequest(input *UpdateRealtimeLogConfigInput) (req *request.Request, output *UpdateRealtimeLogConfigOutput)

UpdateRealtimeLogConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateRealtimeLogConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateRealtimeLogConfig for more information on using the UpdateRealtimeLogConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateRealtimeLogConfigRequest method.
req, resp := client.UpdateRealtimeLogConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateRealtimeLogConfig

func (*CloudFront) UpdateRealtimeLogConfigWithContext

func (c *CloudFront) UpdateRealtimeLogConfigWithContext(ctx aws.Context, input *UpdateRealtimeLogConfigInput, opts ...request.Option) (*UpdateRealtimeLogConfigOutput, error)

UpdateRealtimeLogConfigWithContext is the same as UpdateRealtimeLogConfig with the addition of the ability to pass a context and additional request options.

See UpdateRealtimeLogConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CloudFront) UpdateResponseHeadersPolicy

func (c *CloudFront) UpdateResponseHeadersPolicy(input *UpdateResponseHeadersPolicyInput) (*UpdateResponseHeadersPolicyOutput, error)

UpdateResponseHeadersPolicy API operation for Amazon CloudFront.

Updates a response headers policy.

When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:

Use GetResponseHeadersPolicyConfig to get the current policy's configuration.

Modify the fields in the response headers policy configuration that you want to update.

Call UpdateResponseHeadersPolicy, providing the entire response headers policy configuration, including the fields that you modified and those that you didn't.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon CloudFront's API operation UpdateResponseHeadersPolicy for usage and error information.

Returned Error Codes:

  • ErrCodeAccessDenied "AccessDenied" Access denied.

  • ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.

  • ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.

  • ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.

  • ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.

  • ErrCodeNoSuchResponseHeadersPolicy "NoSuchResponseHeadersPolicy" The response headers policy does not exist.

  • ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.

  • ErrCodeResponseHeadersPolicyAlreadyExists "ResponseHeadersPolicyAlreadyExists" A response headers policy with this name already exists. You must provide a unique name. To modify an existing response headers policy, use UpdateResponseHeadersPolicy.

  • ErrCodeTooManyCustomHeadersInResponseHeadersPolicy "TooManyCustomHeadersInResponseHeadersPolicy" The number of custom headers in the response headers policy exceeds the maximum.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooLongCSPInResponseHeadersPolicy "TooLongCSPInResponseHeadersPolicy" The length of the Content-Security-Policy header value in the response headers policy exceeds the maximum.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

  • ErrCodeTooManyRemoveHeadersInResponseHeadersPolicy "TooManyRemoveHeadersInResponseHeadersPolicy" The number of headers in RemoveHeadersConfig in the response headers policy exceeds the maximum.

    For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html) (formerly known as limits) in the Amazon CloudFront Developer Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateResponseHeadersPolicy

func (*CloudFront) UpdateResponseHeadersPolicyRequest

func (c *CloudFront) UpdateResponseHeadersPolicyRequest(input *UpdateResponseHeadersPolicyInput) (req *request.Request, output *UpdateResponseHeadersPolicyOutput)

UpdateResponseHeadersPolicyRequest generates a "aws/request.Request" representing the client's request for the UpdateResponseHeadersPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateResponseHeadersPolicy for more information on using the UpdateResponseHeadersPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateResponseHeadersPolicyRequest method.
req, resp := client.UpdateResponseHeadersPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateResponseHeadersPolicy

func (*CloudFront) UpdateResponseHeadersPolicyWithContext

func (c *CloudFront) UpdateResponseHeadersPolicyWithContext(ctx aws.Context, input *