Documentation ¶
Overview ¶
Package cloudfront provides the client and types for making API requests to Amazon CloudFront.
This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide.
See https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31 for more information on this service.
See cloudfront package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/cloudfront/
Using the Client ¶
To contact Amazon CloudFront with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon CloudFront client CloudFront for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/cloudfront/#New
Index ¶
- Constants
- 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
- func (s ActiveTrustedKeyGroups) GoString() string
- func (s *ActiveTrustedKeyGroups) SetEnabled(v bool) *ActiveTrustedKeyGroups
- func (s *ActiveTrustedKeyGroups) SetItems(v []*KGKeyPairIds) *ActiveTrustedKeyGroups
- func (s *ActiveTrustedKeyGroups) SetQuantity(v int64) *ActiveTrustedKeyGroups
- func (s ActiveTrustedKeyGroups) String() string
- type ActiveTrustedSigners
- func (s ActiveTrustedSigners) GoString() string
- func (s *ActiveTrustedSigners) SetEnabled(v bool) *ActiveTrustedSigners
- func (s *ActiveTrustedSigners) SetItems(v []*Signer) *ActiveTrustedSigners
- func (s *ActiveTrustedSigners) SetQuantity(v int64) *ActiveTrustedSigners
- func (s ActiveTrustedSigners) String() string
- type AliasICPRecordal
- type Aliases
- type AllowedMethods
- func (s AllowedMethods) GoString() string
- func (s *AllowedMethods) SetCachedMethods(v *CachedMethods) *AllowedMethods
- func (s *AllowedMethods) SetItems(v []*string) *AllowedMethods
- func (s *AllowedMethods) SetQuantity(v int64) *AllowedMethods
- func (s AllowedMethods) String() string
- func (s *AllowedMethods) Validate() error
- type AssociateAliasInput
- type AssociateAliasOutput
- type CacheBehavior
- func (s CacheBehavior) GoString() string
- func (s *CacheBehavior) SetAllowedMethods(v *AllowedMethods) *CacheBehavior
- func (s *CacheBehavior) SetCachePolicyId(v string) *CacheBehavior
- func (s *CacheBehavior) SetCompress(v bool) *CacheBehavior
- func (s *CacheBehavior) SetDefaultTTL(v int64) *CacheBehavior
- func (s *CacheBehavior) SetFieldLevelEncryptionId(v string) *CacheBehavior
- func (s *CacheBehavior) SetForwardedValues(v *ForwardedValues) *CacheBehavior
- func (s *CacheBehavior) SetFunctionAssociations(v *FunctionAssociations) *CacheBehavior
- func (s *CacheBehavior) SetLambdaFunctionAssociations(v *LambdaFunctionAssociations) *CacheBehavior
- func (s *CacheBehavior) SetMaxTTL(v int64) *CacheBehavior
- func (s *CacheBehavior) SetMinTTL(v int64) *CacheBehavior
- func (s *CacheBehavior) SetOriginRequestPolicyId(v string) *CacheBehavior
- func (s *CacheBehavior) SetPathPattern(v string) *CacheBehavior
- func (s *CacheBehavior) SetRealtimeLogConfigArn(v string) *CacheBehavior
- func (s *CacheBehavior) SetResponseHeadersPolicyId(v string) *CacheBehavior
- func (s *CacheBehavior) SetSmoothStreaming(v bool) *CacheBehavior
- func (s *CacheBehavior) SetTargetOriginId(v string) *CacheBehavior
- func (s *CacheBehavior) SetTrustedKeyGroups(v *TrustedKeyGroups) *CacheBehavior
- func (s *CacheBehavior) SetTrustedSigners(v *TrustedSigners) *CacheBehavior
- func (s *CacheBehavior) SetViewerProtocolPolicy(v string) *CacheBehavior
- func (s CacheBehavior) String() string
- func (s *CacheBehavior) Validate() error
- type CacheBehaviors
- type CachePolicy
- type CachePolicyConfig
- func (s CachePolicyConfig) GoString() string
- func (s *CachePolicyConfig) SetComment(v string) *CachePolicyConfig
- func (s *CachePolicyConfig) SetDefaultTTL(v int64) *CachePolicyConfig
- func (s *CachePolicyConfig) SetMaxTTL(v int64) *CachePolicyConfig
- func (s *CachePolicyConfig) SetMinTTL(v int64) *CachePolicyConfig
- func (s *CachePolicyConfig) SetName(v string) *CachePolicyConfig
- func (s *CachePolicyConfig) SetParametersInCacheKeyAndForwardedToOrigin(v *ParametersInCacheKeyAndForwardedToOrigin) *CachePolicyConfig
- func (s CachePolicyConfig) String() string
- func (s *CachePolicyConfig) Validate() error
- type CachePolicyCookiesConfig
- func (s CachePolicyCookiesConfig) GoString() string
- func (s *CachePolicyCookiesConfig) SetCookieBehavior(v string) *CachePolicyCookiesConfig
- func (s *CachePolicyCookiesConfig) SetCookies(v *CookieNames) *CachePolicyCookiesConfig
- func (s CachePolicyCookiesConfig) String() string
- func (s *CachePolicyCookiesConfig) Validate() error
- type CachePolicyHeadersConfig
- func (s CachePolicyHeadersConfig) GoString() string
- func (s *CachePolicyHeadersConfig) SetHeaderBehavior(v string) *CachePolicyHeadersConfig
- func (s *CachePolicyHeadersConfig) SetHeaders(v *Headers) *CachePolicyHeadersConfig
- func (s CachePolicyHeadersConfig) String() string
- func (s *CachePolicyHeadersConfig) Validate() error
- type CachePolicyList
- func (s CachePolicyList) GoString() string
- func (s *CachePolicyList) SetItems(v []*CachePolicySummary) *CachePolicyList
- func (s *CachePolicyList) SetMaxItems(v int64) *CachePolicyList
- func (s *CachePolicyList) SetNextMarker(v string) *CachePolicyList
- func (s *CachePolicyList) SetQuantity(v int64) *CachePolicyList
- func (s CachePolicyList) String() string
- type CachePolicyQueryStringsConfig
- func (s CachePolicyQueryStringsConfig) GoString() string
- func (s *CachePolicyQueryStringsConfig) SetQueryStringBehavior(v string) *CachePolicyQueryStringsConfig
- func (s *CachePolicyQueryStringsConfig) SetQueryStrings(v *QueryStringNames) *CachePolicyQueryStringsConfig
- func (s CachePolicyQueryStringsConfig) String() string
- func (s *CachePolicyQueryStringsConfig) Validate() error
- type CachePolicySummary
- type CachedMethods
- type 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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*GetCloudFrontOriginAccessIdentityConfigOutput, error)
- func (c *CloudFront) GetCloudFrontOriginAccessIdentityRequest(input *GetCloudFrontOriginAccessIdentityInput) (req *request.Request, output *GetCloudFrontOriginAccessIdentityOutput)
- func (c *CloudFront) GetCloudFrontOriginAccessIdentityWithContext(ctx aws.Context, input *GetCloudFrontOriginAccessIdentityInput, ...) (*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, ...) (*GetContinuousDeploymentPolicyConfigOutput, error)
- func (c *CloudFront) GetContinuousDeploymentPolicyRequest(input *GetContinuousDeploymentPolicyInput) (req *request.Request, output *GetContinuousDeploymentPolicyOutput)
- func (c *CloudFront) GetContinuousDeploymentPolicyWithContext(ctx aws.Context, input *GetContinuousDeploymentPolicyInput, ...) (*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, ...) (*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, ...) (*GetFieldLevelEncryptionProfileConfigOutput, error)
- func (c *CloudFront) GetFieldLevelEncryptionProfileRequest(input *GetFieldLevelEncryptionProfileInput) (req *request.Request, output *GetFieldLevelEncryptionProfileOutput)
- func (c *CloudFront) GetFieldLevelEncryptionProfileWithContext(ctx aws.Context, input *GetFieldLevelEncryptionProfileInput, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) error
- func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesPagesWithContext(ctx aws.Context, input *ListCloudFrontOriginAccessIdentitiesInput, ...) error
- func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesRequest(input *ListCloudFrontOriginAccessIdentitiesInput) (req *request.Request, output *ListCloudFrontOriginAccessIdentitiesOutput)
- func (c *CloudFront) ListCloudFrontOriginAccessIdentitiesWithContext(ctx aws.Context, input *ListCloudFrontOriginAccessIdentitiesInput, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*ListDistributionsByWebACLIdOutput, error)
- func (c *CloudFront) ListDistributionsPages(input *ListDistributionsInput, fn func(*ListDistributionsOutput, bool) bool) error
- func (c *CloudFront) ListDistributionsPagesWithContext(ctx aws.Context, input *ListDistributionsInput, ...) 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, ...) (*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, ...) (*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, ...) 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, ...) (*ListResponseHeadersPoliciesOutput, error)
- func (c *CloudFront) ListStreamingDistributions(input *ListStreamingDistributionsInput) (*ListStreamingDistributionsOutput, error)
- func (c *CloudFront) ListStreamingDistributionsPages(input *ListStreamingDistributionsInput, ...) error
- func (c *CloudFront) ListStreamingDistributionsPagesWithContext(ctx aws.Context, input *ListStreamingDistributionsInput, ...) error
- func (c *CloudFront) ListStreamingDistributionsRequest(input *ListStreamingDistributionsInput) (req *request.Request, output *ListStreamingDistributionsOutput)
- func (c *CloudFront) ListStreamingDistributionsWithContext(ctx aws.Context, input *ListStreamingDistributionsInput, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) error
- type ConflictingAlias
- type ConflictingAliasesList
- func (s ConflictingAliasesList) GoString() string
- func (s *ConflictingAliasesList) SetItems(v []*ConflictingAlias) *ConflictingAliasesList
- func (s *ConflictingAliasesList) SetMaxItems(v int64) *ConflictingAliasesList
- func (s *ConflictingAliasesList) SetNextMarker(v string) *ConflictingAliasesList
- func (s *ConflictingAliasesList) SetQuantity(v int64) *ConflictingAliasesList
- func (s ConflictingAliasesList) String() string
- type ContentTypeProfile
- func (s ContentTypeProfile) GoString() string
- func (s *ContentTypeProfile) SetContentType(v string) *ContentTypeProfile
- func (s *ContentTypeProfile) SetFormat(v string) *ContentTypeProfile
- func (s *ContentTypeProfile) SetProfileId(v string) *ContentTypeProfile
- func (s ContentTypeProfile) String() string
- func (s *ContentTypeProfile) Validate() error
- type ContentTypeProfileConfig
- func (s ContentTypeProfileConfig) GoString() string
- func (s *ContentTypeProfileConfig) SetContentTypeProfiles(v *ContentTypeProfiles) *ContentTypeProfileConfig
- func (s *ContentTypeProfileConfig) SetForwardWhenContentTypeIsUnknown(v bool) *ContentTypeProfileConfig
- func (s ContentTypeProfileConfig) String() string
- func (s *ContentTypeProfileConfig) Validate() error
- type ContentTypeProfiles
- type ContinuousDeploymentPolicy
- func (s ContinuousDeploymentPolicy) GoString() string
- func (s *ContinuousDeploymentPolicy) SetContinuousDeploymentPolicyConfig(v *ContinuousDeploymentPolicyConfig) *ContinuousDeploymentPolicy
- func (s *ContinuousDeploymentPolicy) SetId(v string) *ContinuousDeploymentPolicy
- func (s *ContinuousDeploymentPolicy) SetLastModifiedTime(v time.Time) *ContinuousDeploymentPolicy
- func (s ContinuousDeploymentPolicy) String() string
- type ContinuousDeploymentPolicyConfig
- func (s ContinuousDeploymentPolicyConfig) GoString() string
- func (s *ContinuousDeploymentPolicyConfig) SetEnabled(v bool) *ContinuousDeploymentPolicyConfig
- func (s *ContinuousDeploymentPolicyConfig) SetStagingDistributionDnsNames(v *StagingDistributionDnsNames) *ContinuousDeploymentPolicyConfig
- func (s *ContinuousDeploymentPolicyConfig) SetTrafficConfig(v *TrafficConfig) *ContinuousDeploymentPolicyConfig
- func (s ContinuousDeploymentPolicyConfig) String() string
- func (s *ContinuousDeploymentPolicyConfig) Validate() error
- type ContinuousDeploymentPolicyList
- func (s ContinuousDeploymentPolicyList) GoString() string
- func (s *ContinuousDeploymentPolicyList) SetItems(v []*ContinuousDeploymentPolicySummary) *ContinuousDeploymentPolicyList
- func (s *ContinuousDeploymentPolicyList) SetMaxItems(v int64) *ContinuousDeploymentPolicyList
- func (s *ContinuousDeploymentPolicyList) SetNextMarker(v string) *ContinuousDeploymentPolicyList
- func (s *ContinuousDeploymentPolicyList) SetQuantity(v int64) *ContinuousDeploymentPolicyList
- func (s ContinuousDeploymentPolicyList) String() string
- type ContinuousDeploymentPolicySummary
- type ContinuousDeploymentSingleHeaderConfig
- func (s ContinuousDeploymentSingleHeaderConfig) GoString() string
- func (s *ContinuousDeploymentSingleHeaderConfig) SetHeader(v string) *ContinuousDeploymentSingleHeaderConfig
- func (s *ContinuousDeploymentSingleHeaderConfig) SetValue(v string) *ContinuousDeploymentSingleHeaderConfig
- func (s ContinuousDeploymentSingleHeaderConfig) String() string
- func (s *ContinuousDeploymentSingleHeaderConfig) Validate() error
- type ContinuousDeploymentSingleWeightConfig
- func (s ContinuousDeploymentSingleWeightConfig) GoString() string
- func (s *ContinuousDeploymentSingleWeightConfig) SetSessionStickinessConfig(v *SessionStickinessConfig) *ContinuousDeploymentSingleWeightConfig
- func (s *ContinuousDeploymentSingleWeightConfig) SetWeight(v float64) *ContinuousDeploymentSingleWeightConfig
- func (s ContinuousDeploymentSingleWeightConfig) String() string
- func (s *ContinuousDeploymentSingleWeightConfig) Validate() error
- type CookieNames
- type CookiePreference
- type CopyDistributionInput
- func (s CopyDistributionInput) GoString() string
- func (s *CopyDistributionInput) SetCallerReference(v string) *CopyDistributionInput
- func (s *CopyDistributionInput) SetEnabled(v bool) *CopyDistributionInput
- func (s *CopyDistributionInput) SetIfMatch(v string) *CopyDistributionInput
- func (s *CopyDistributionInput) SetPrimaryDistributionId(v string) *CopyDistributionInput
- func (s *CopyDistributionInput) SetStaging(v bool) *CopyDistributionInput
- func (s CopyDistributionInput) String() string
- func (s *CopyDistributionInput) Validate() error
- type CopyDistributionOutput
- func (s CopyDistributionOutput) GoString() string
- func (s *CopyDistributionOutput) SetDistribution(v *Distribution) *CopyDistributionOutput
- func (s *CopyDistributionOutput) SetETag(v string) *CopyDistributionOutput
- func (s *CopyDistributionOutput) SetLocation(v string) *CopyDistributionOutput
- func (s CopyDistributionOutput) String() string
- type CreateCachePolicyInput
- type CreateCachePolicyOutput
- func (s CreateCachePolicyOutput) GoString() string
- func (s *CreateCachePolicyOutput) SetCachePolicy(v *CachePolicy) *CreateCachePolicyOutput
- func (s *CreateCachePolicyOutput) SetETag(v string) *CreateCachePolicyOutput
- func (s *CreateCachePolicyOutput) SetLocation(v string) *CreateCachePolicyOutput
- func (s CreateCachePolicyOutput) String() string
- type CreateCloudFrontOriginAccessIdentityInput
- func (s CreateCloudFrontOriginAccessIdentityInput) GoString() string
- func (s *CreateCloudFrontOriginAccessIdentityInput) SetCloudFrontOriginAccessIdentityConfig(v *OriginAccessIdentityConfig) *CreateCloudFrontOriginAccessIdentityInput
- func (s CreateCloudFrontOriginAccessIdentityInput) String() string
- func (s *CreateCloudFrontOriginAccessIdentityInput) Validate() error
- type CreateCloudFrontOriginAccessIdentityOutput
- func (s CreateCloudFrontOriginAccessIdentityOutput) GoString() string
- func (s *CreateCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity(v *OriginAccessIdentity) *CreateCloudFrontOriginAccessIdentityOutput
- func (s *CreateCloudFrontOriginAccessIdentityOutput) SetETag(v string) *CreateCloudFrontOriginAccessIdentityOutput
- func (s *CreateCloudFrontOriginAccessIdentityOutput) SetLocation(v string) *CreateCloudFrontOriginAccessIdentityOutput
- func (s CreateCloudFrontOriginAccessIdentityOutput) String() string
- type CreateContinuousDeploymentPolicyInput
- func (s CreateContinuousDeploymentPolicyInput) GoString() string
- func (s *CreateContinuousDeploymentPolicyInput) SetContinuousDeploymentPolicyConfig(v *ContinuousDeploymentPolicyConfig) *CreateContinuousDeploymentPolicyInput
- func (s CreateContinuousDeploymentPolicyInput) String() string
- func (s *CreateContinuousDeploymentPolicyInput) Validate() error
- type CreateContinuousDeploymentPolicyOutput
- func (s CreateContinuousDeploymentPolicyOutput) GoString() string
- func (s *CreateContinuousDeploymentPolicyOutput) SetContinuousDeploymentPolicy(v *ContinuousDeploymentPolicy) *CreateContinuousDeploymentPolicyOutput
- func (s *CreateContinuousDeploymentPolicyOutput) SetETag(v string) *CreateContinuousDeploymentPolicyOutput
- func (s *CreateContinuousDeploymentPolicyOutput) SetLocation(v string) *CreateContinuousDeploymentPolicyOutput
- func (s CreateContinuousDeploymentPolicyOutput) String() string
- type CreateDistributionInput
- type CreateDistributionOutput
- func (s CreateDistributionOutput) GoString() string
- func (s *CreateDistributionOutput) SetDistribution(v *Distribution) *CreateDistributionOutput
- func (s *CreateDistributionOutput) SetETag(v string) *CreateDistributionOutput
- func (s *CreateDistributionOutput) SetLocation(v string) *CreateDistributionOutput
- func (s CreateDistributionOutput) String() string
- type CreateDistributionWithTagsInput
- func (s CreateDistributionWithTagsInput) GoString() string
- func (s *CreateDistributionWithTagsInput) SetDistributionConfigWithTags(v *DistributionConfigWithTags) *CreateDistributionWithTagsInput
- func (s CreateDistributionWithTagsInput) String() string
- func (s *CreateDistributionWithTagsInput) Validate() error
- type CreateDistributionWithTagsOutput
- func (s CreateDistributionWithTagsOutput) GoString() string
- func (s *CreateDistributionWithTagsOutput) SetDistribution(v *Distribution) *CreateDistributionWithTagsOutput
- func (s *CreateDistributionWithTagsOutput) SetETag(v string) *CreateDistributionWithTagsOutput
- func (s *CreateDistributionWithTagsOutput) SetLocation(v string) *CreateDistributionWithTagsOutput
- func (s CreateDistributionWithTagsOutput) String() string
- type CreateFieldLevelEncryptionConfigInput
- func (s CreateFieldLevelEncryptionConfigInput) GoString() string
- func (s *CreateFieldLevelEncryptionConfigInput) SetFieldLevelEncryptionConfig(v *FieldLevelEncryptionConfig) *CreateFieldLevelEncryptionConfigInput
- func (s CreateFieldLevelEncryptionConfigInput) String() string
- func (s *CreateFieldLevelEncryptionConfigInput) Validate() error
- type CreateFieldLevelEncryptionConfigOutput
- func (s CreateFieldLevelEncryptionConfigOutput) GoString() string
- func (s *CreateFieldLevelEncryptionConfigOutput) SetETag(v string) *CreateFieldLevelEncryptionConfigOutput
- func (s *CreateFieldLevelEncryptionConfigOutput) SetFieldLevelEncryption(v *FieldLevelEncryption) *CreateFieldLevelEncryptionConfigOutput
- func (s *CreateFieldLevelEncryptionConfigOutput) SetLocation(v string) *CreateFieldLevelEncryptionConfigOutput
- func (s CreateFieldLevelEncryptionConfigOutput) String() string
- type CreateFieldLevelEncryptionProfileInput
- func (s CreateFieldLevelEncryptionProfileInput) GoString() string
- func (s *CreateFieldLevelEncryptionProfileInput) SetFieldLevelEncryptionProfileConfig(v *FieldLevelEncryptionProfileConfig) *CreateFieldLevelEncryptionProfileInput
- func (s CreateFieldLevelEncryptionProfileInput) String() string
- func (s *CreateFieldLevelEncryptionProfileInput) Validate() error
- type CreateFieldLevelEncryptionProfileOutput
- func (s CreateFieldLevelEncryptionProfileOutput) GoString() string
- func (s *CreateFieldLevelEncryptionProfileOutput) SetETag(v string) *CreateFieldLevelEncryptionProfileOutput
- func (s *CreateFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile(v *FieldLevelEncryptionProfile) *CreateFieldLevelEncryptionProfileOutput
- func (s *CreateFieldLevelEncryptionProfileOutput) SetLocation(v string) *CreateFieldLevelEncryptionProfileOutput
- func (s CreateFieldLevelEncryptionProfileOutput) String() string
- type CreateFunctionInput
- func (s CreateFunctionInput) GoString() string
- func (s *CreateFunctionInput) SetFunctionCode(v []byte) *CreateFunctionInput
- func (s *CreateFunctionInput) SetFunctionConfig(v *FunctionConfig) *CreateFunctionInput
- func (s *CreateFunctionInput) SetName(v string) *CreateFunctionInput
- func (s CreateFunctionInput) String() string
- func (s *CreateFunctionInput) Validate() error
- type CreateFunctionOutput
- func (s CreateFunctionOutput) GoString() string
- func (s *CreateFunctionOutput) SetETag(v string) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetFunctionSummary(v *FunctionSummary) *CreateFunctionOutput
- func (s *CreateFunctionOutput) SetLocation(v string) *CreateFunctionOutput
- func (s CreateFunctionOutput) String() string
- type CreateInvalidationInput
- func (s CreateInvalidationInput) GoString() string
- func (s *CreateInvalidationInput) SetDistributionId(v string) *CreateInvalidationInput
- func (s *CreateInvalidationInput) SetInvalidationBatch(v *InvalidationBatch) *CreateInvalidationInput
- func (s CreateInvalidationInput) String() string
- func (s *CreateInvalidationInput) Validate() error
- type CreateInvalidationOutput
- type CreateKeyGroupInput
- type CreateKeyGroupOutput
- func (s CreateKeyGroupOutput) GoString() string
- func (s *CreateKeyGroupOutput) SetETag(v string) *CreateKeyGroupOutput
- func (s *CreateKeyGroupOutput) SetKeyGroup(v *KeyGroup) *CreateKeyGroupOutput
- func (s *CreateKeyGroupOutput) SetLocation(v string) *CreateKeyGroupOutput
- func (s CreateKeyGroupOutput) String() string
- type CreateMonitoringSubscriptionInput
- func (s CreateMonitoringSubscriptionInput) GoString() string
- func (s *CreateMonitoringSubscriptionInput) SetDistributionId(v string) *CreateMonitoringSubscriptionInput
- func (s *CreateMonitoringSubscriptionInput) SetMonitoringSubscription(v *MonitoringSubscription) *CreateMonitoringSubscriptionInput
- func (s CreateMonitoringSubscriptionInput) String() string
- func (s *CreateMonitoringSubscriptionInput) Validate() error
- type CreateMonitoringSubscriptionOutput
- type CreateOriginAccessControlInput
- func (s CreateOriginAccessControlInput) GoString() string
- func (s *CreateOriginAccessControlInput) SetOriginAccessControlConfig(v *OriginAccessControlConfig) *CreateOriginAccessControlInput
- func (s CreateOriginAccessControlInput) String() string
- func (s *CreateOriginAccessControlInput) Validate() error
- type CreateOriginAccessControlOutput
- func (s CreateOriginAccessControlOutput) GoString() string
- func (s *CreateOriginAccessControlOutput) SetETag(v string) *CreateOriginAccessControlOutput
- func (s *CreateOriginAccessControlOutput) SetLocation(v string) *CreateOriginAccessControlOutput
- func (s *CreateOriginAccessControlOutput) SetOriginAccessControl(v *OriginAccessControl) *CreateOriginAccessControlOutput
- func (s CreateOriginAccessControlOutput) String() string
- type CreateOriginRequestPolicyInput
- func (s CreateOriginRequestPolicyInput) GoString() string
- func (s *CreateOriginRequestPolicyInput) SetOriginRequestPolicyConfig(v *OriginRequestPolicyConfig) *CreateOriginRequestPolicyInput
- func (s CreateOriginRequestPolicyInput) String() string
- func (s *CreateOriginRequestPolicyInput) Validate() error
- type CreateOriginRequestPolicyOutput
- func (s CreateOriginRequestPolicyOutput) GoString() string
- func (s *CreateOriginRequestPolicyOutput) SetETag(v string) *CreateOriginRequestPolicyOutput
- func (s *CreateOriginRequestPolicyOutput) SetLocation(v string) *CreateOriginRequestPolicyOutput
- func (s *CreateOriginRequestPolicyOutput) SetOriginRequestPolicy(v *OriginRequestPolicy) *CreateOriginRequestPolicyOutput
- func (s CreateOriginRequestPolicyOutput) String() string
- type CreatePublicKeyInput
- type CreatePublicKeyOutput
- func (s CreatePublicKeyOutput) GoString() string
- func (s *CreatePublicKeyOutput) SetETag(v string) *CreatePublicKeyOutput
- func (s *CreatePublicKeyOutput) SetLocation(v string) *CreatePublicKeyOutput
- func (s *CreatePublicKeyOutput) SetPublicKey(v *PublicKey) *CreatePublicKeyOutput
- func (s CreatePublicKeyOutput) String() string
- type CreateRealtimeLogConfigInput
- func (s CreateRealtimeLogConfigInput) GoString() string
- func (s *CreateRealtimeLogConfigInput) SetEndPoints(v []*EndPoint) *CreateRealtimeLogConfigInput
- func (s *CreateRealtimeLogConfigInput) SetFields(v []*string) *CreateRealtimeLogConfigInput
- func (s *CreateRealtimeLogConfigInput) SetName(v string) *CreateRealtimeLogConfigInput
- func (s *CreateRealtimeLogConfigInput) SetSamplingRate(v int64) *CreateRealtimeLogConfigInput
- func (s CreateRealtimeLogConfigInput) String() string
- func (s *CreateRealtimeLogConfigInput) Validate() error
- type CreateRealtimeLogConfigOutput
- type CreateResponseHeadersPolicyInput
- func (s CreateResponseHeadersPolicyInput) GoString() string
- func (s *CreateResponseHeadersPolicyInput) SetResponseHeadersPolicyConfig(v *ResponseHeadersPolicyConfig) *CreateResponseHeadersPolicyInput
- func (s CreateResponseHeadersPolicyInput) String() string
- func (s *CreateResponseHeadersPolicyInput) Validate() error
- type CreateResponseHeadersPolicyOutput
- func (s CreateResponseHeadersPolicyOutput) GoString() string
- func (s *CreateResponseHeadersPolicyOutput) SetETag(v string) *CreateResponseHeadersPolicyOutput
- func (s *CreateResponseHeadersPolicyOutput) SetLocation(v string) *CreateResponseHeadersPolicyOutput
- func (s *CreateResponseHeadersPolicyOutput) SetResponseHeadersPolicy(v *ResponseHeadersPolicy) *CreateResponseHeadersPolicyOutput
- func (s CreateResponseHeadersPolicyOutput) String() string
- type CreateStreamingDistributionInput
- func (s CreateStreamingDistributionInput) GoString() string
- func (s *CreateStreamingDistributionInput) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *CreateStreamingDistributionInput
- func (s CreateStreamingDistributionInput) String() string
- func (s *CreateStreamingDistributionInput) Validate() error
- type CreateStreamingDistributionOutput
- func (s CreateStreamingDistributionOutput) GoString() string
- func (s *CreateStreamingDistributionOutput) SetETag(v string) *CreateStreamingDistributionOutput
- func (s *CreateStreamingDistributionOutput) SetLocation(v string) *CreateStreamingDistributionOutput
- func (s *CreateStreamingDistributionOutput) SetStreamingDistribution(v *StreamingDistribution) *CreateStreamingDistributionOutput
- func (s CreateStreamingDistributionOutput) String() string
- type CreateStreamingDistributionWithTagsInput
- func (s CreateStreamingDistributionWithTagsInput) GoString() string
- func (s *CreateStreamingDistributionWithTagsInput) SetStreamingDistributionConfigWithTags(v *StreamingDistributionConfigWithTags) *CreateStreamingDistributionWithTagsInput
- func (s CreateStreamingDistributionWithTagsInput) String() string
- func (s *CreateStreamingDistributionWithTagsInput) Validate() error
- type CreateStreamingDistributionWithTagsOutput
- func (s CreateStreamingDistributionWithTagsOutput) GoString() string
- func (s *CreateStreamingDistributionWithTagsOutput) SetETag(v string) *CreateStreamingDistributionWithTagsOutput
- func (s *CreateStreamingDistributionWithTagsOutput) SetLocation(v string) *CreateStreamingDistributionWithTagsOutput
- func (s *CreateStreamingDistributionWithTagsOutput) SetStreamingDistribution(v *StreamingDistribution) *CreateStreamingDistributionWithTagsOutput
- func (s CreateStreamingDistributionWithTagsOutput) String() string
- type CustomErrorResponse
- func (s CustomErrorResponse) GoString() string
- func (s *CustomErrorResponse) SetErrorCachingMinTTL(v int64) *CustomErrorResponse
- func (s *CustomErrorResponse) SetErrorCode(v int64) *CustomErrorResponse
- func (s *CustomErrorResponse) SetResponseCode(v string) *CustomErrorResponse
- func (s *CustomErrorResponse) SetResponsePagePath(v string) *CustomErrorResponse
- func (s CustomErrorResponse) String() string
- func (s *CustomErrorResponse) Validate() error
- type CustomErrorResponses
- func (s CustomErrorResponses) GoString() string
- func (s *CustomErrorResponses) SetItems(v []*CustomErrorResponse) *CustomErrorResponses
- func (s *CustomErrorResponses) SetQuantity(v int64) *CustomErrorResponses
- func (s CustomErrorResponses) String() string
- func (s *CustomErrorResponses) Validate() error
- type CustomHeaders
- type CustomOriginConfig
- func (s CustomOriginConfig) GoString() string
- func (s *CustomOriginConfig) SetHTTPPort(v int64) *CustomOriginConfig
- func (s *CustomOriginConfig) SetHTTPSPort(v int64) *CustomOriginConfig
- func (s *CustomOriginConfig) SetOriginKeepaliveTimeout(v int64) *CustomOriginConfig
- func (s *CustomOriginConfig) SetOriginProtocolPolicy(v string) *CustomOriginConfig
- func (s *CustomOriginConfig) SetOriginReadTimeout(v int64) *CustomOriginConfig
- func (s *CustomOriginConfig) SetOriginSslProtocols(v *OriginSslProtocols) *CustomOriginConfig
- func (s CustomOriginConfig) String() string
- func (s *CustomOriginConfig) Validate() error
- type DefaultCacheBehavior
- func (s DefaultCacheBehavior) GoString() string
- func (s *DefaultCacheBehavior) SetAllowedMethods(v *AllowedMethods) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetCachePolicyId(v string) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetCompress(v bool) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetDefaultTTL(v int64) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetFieldLevelEncryptionId(v string) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetForwardedValues(v *ForwardedValues) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetFunctionAssociations(v *FunctionAssociations) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetLambdaFunctionAssociations(v *LambdaFunctionAssociations) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetMaxTTL(v int64) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetMinTTL(v int64) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetOriginRequestPolicyId(v string) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetRealtimeLogConfigArn(v string) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetResponseHeadersPolicyId(v string) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetSmoothStreaming(v bool) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetTargetOriginId(v string) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetTrustedKeyGroups(v *TrustedKeyGroups) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetTrustedSigners(v *TrustedSigners) *DefaultCacheBehavior
- func (s *DefaultCacheBehavior) SetViewerProtocolPolicy(v string) *DefaultCacheBehavior
- func (s DefaultCacheBehavior) String() string
- func (s *DefaultCacheBehavior) Validate() error
- type DeleteCachePolicyInput
- type DeleteCachePolicyOutput
- type DeleteCloudFrontOriginAccessIdentityInput
- func (s DeleteCloudFrontOriginAccessIdentityInput) GoString() string
- func (s *DeleteCloudFrontOriginAccessIdentityInput) SetId(v string) *DeleteCloudFrontOriginAccessIdentityInput
- func (s *DeleteCloudFrontOriginAccessIdentityInput) SetIfMatch(v string) *DeleteCloudFrontOriginAccessIdentityInput
- func (s DeleteCloudFrontOriginAccessIdentityInput) String() string
- func (s *DeleteCloudFrontOriginAccessIdentityInput) Validate() error
- type DeleteCloudFrontOriginAccessIdentityOutput
- type DeleteContinuousDeploymentPolicyInput
- func (s DeleteContinuousDeploymentPolicyInput) GoString() string
- func (s *DeleteContinuousDeploymentPolicyInput) SetId(v string) *DeleteContinuousDeploymentPolicyInput
- func (s *DeleteContinuousDeploymentPolicyInput) SetIfMatch(v string) *DeleteContinuousDeploymentPolicyInput
- func (s DeleteContinuousDeploymentPolicyInput) String() string
- func (s *DeleteContinuousDeploymentPolicyInput) Validate() error
- type DeleteContinuousDeploymentPolicyOutput
- type DeleteDistributionInput
- func (s DeleteDistributionInput) GoString() string
- func (s *DeleteDistributionInput) SetId(v string) *DeleteDistributionInput
- func (s *DeleteDistributionInput) SetIfMatch(v string) *DeleteDistributionInput
- func (s DeleteDistributionInput) String() string
- func (s *DeleteDistributionInput) Validate() error
- type DeleteDistributionOutput
- type DeleteFieldLevelEncryptionConfigInput
- func (s DeleteFieldLevelEncryptionConfigInput) GoString() string
- func (s *DeleteFieldLevelEncryptionConfigInput) SetId(v string) *DeleteFieldLevelEncryptionConfigInput
- func (s *DeleteFieldLevelEncryptionConfigInput) SetIfMatch(v string) *DeleteFieldLevelEncryptionConfigInput
- func (s DeleteFieldLevelEncryptionConfigInput) String() string
- func (s *DeleteFieldLevelEncryptionConfigInput) Validate() error
- type DeleteFieldLevelEncryptionConfigOutput
- type DeleteFieldLevelEncryptionProfileInput
- func (s DeleteFieldLevelEncryptionProfileInput) GoString() string
- func (s *DeleteFieldLevelEncryptionProfileInput) SetId(v string) *DeleteFieldLevelEncryptionProfileInput
- func (s *DeleteFieldLevelEncryptionProfileInput) SetIfMatch(v string) *DeleteFieldLevelEncryptionProfileInput
- func (s DeleteFieldLevelEncryptionProfileInput) String() string
- func (s *DeleteFieldLevelEncryptionProfileInput) Validate() error
- type DeleteFieldLevelEncryptionProfileOutput
- type DeleteFunctionInput
- type DeleteFunctionOutput
- type DeleteKeyGroupInput
- type DeleteKeyGroupOutput
- type DeleteMonitoringSubscriptionInput
- type DeleteMonitoringSubscriptionOutput
- type DeleteOriginAccessControlInput
- func (s DeleteOriginAccessControlInput) GoString() string
- func (s *DeleteOriginAccessControlInput) SetId(v string) *DeleteOriginAccessControlInput
- func (s *DeleteOriginAccessControlInput) SetIfMatch(v string) *DeleteOriginAccessControlInput
- func (s DeleteOriginAccessControlInput) String() string
- func (s *DeleteOriginAccessControlInput) Validate() error
- type DeleteOriginAccessControlOutput
- type DeleteOriginRequestPolicyInput
- func (s DeleteOriginRequestPolicyInput) GoString() string
- func (s *DeleteOriginRequestPolicyInput) SetId(v string) *DeleteOriginRequestPolicyInput
- func (s *DeleteOriginRequestPolicyInput) SetIfMatch(v string) *DeleteOriginRequestPolicyInput
- func (s DeleteOriginRequestPolicyInput) String() string
- func (s *DeleteOriginRequestPolicyInput) Validate() error
- type DeleteOriginRequestPolicyOutput
- type DeletePublicKeyInput
- type DeletePublicKeyOutput
- type DeleteRealtimeLogConfigInput
- type DeleteRealtimeLogConfigOutput
- type DeleteResponseHeadersPolicyInput
- func (s DeleteResponseHeadersPolicyInput) GoString() string
- func (s *DeleteResponseHeadersPolicyInput) SetId(v string) *DeleteResponseHeadersPolicyInput
- func (s *DeleteResponseHeadersPolicyInput) SetIfMatch(v string) *DeleteResponseHeadersPolicyInput
- func (s DeleteResponseHeadersPolicyInput) String() string
- func (s *DeleteResponseHeadersPolicyInput) Validate() error
- type DeleteResponseHeadersPolicyOutput
- type DeleteStreamingDistributionInput
- func (s DeleteStreamingDistributionInput) GoString() string
- func (s *DeleteStreamingDistributionInput) SetId(v string) *DeleteStreamingDistributionInput
- func (s *DeleteStreamingDistributionInput) SetIfMatch(v string) *DeleteStreamingDistributionInput
- func (s DeleteStreamingDistributionInput) String() string
- func (s *DeleteStreamingDistributionInput) Validate() error
- type DeleteStreamingDistributionOutput
- type DescribeFunctionInput
- type DescribeFunctionOutput
- type Distribution
- func (s Distribution) GoString() string
- func (s *Distribution) SetARN(v string) *Distribution
- func (s *Distribution) SetActiveTrustedKeyGroups(v *ActiveTrustedKeyGroups) *Distribution
- func (s *Distribution) SetActiveTrustedSigners(v *ActiveTrustedSigners) *Distribution
- func (s *Distribution) SetAliasICPRecordals(v []*AliasICPRecordal) *Distribution
- func (s *Distribution) SetDistributionConfig(v *DistributionConfig) *Distribution
- func (s *Distribution) SetDomainName(v string) *Distribution
- func (s *Distribution) SetId(v string) *Distribution
- func (s *Distribution) SetInProgressInvalidationBatches(v int64) *Distribution
- func (s *Distribution) SetLastModifiedTime(v time.Time) *Distribution
- func (s *Distribution) SetStatus(v string) *Distribution
- func (s Distribution) String() string
- type DistributionConfig
- func (s DistributionConfig) GoString() string
- func (s *DistributionConfig) SetAliases(v *Aliases) *DistributionConfig
- func (s *DistributionConfig) SetCacheBehaviors(v *CacheBehaviors) *DistributionConfig
- func (s *DistributionConfig) SetCallerReference(v string) *DistributionConfig
- func (s *DistributionConfig) SetComment(v string) *DistributionConfig
- func (s *DistributionConfig) SetContinuousDeploymentPolicyId(v string) *DistributionConfig
- func (s *DistributionConfig) SetCustomErrorResponses(v *CustomErrorResponses) *DistributionConfig
- func (s *DistributionConfig) SetDefaultCacheBehavior(v *DefaultCacheBehavior) *DistributionConfig
- func (s *DistributionConfig) SetDefaultRootObject(v string) *DistributionConfig
- func (s *DistributionConfig) SetEnabled(v bool) *DistributionConfig
- func (s *DistributionConfig) SetHttpVersion(v string) *DistributionConfig
- func (s *DistributionConfig) SetIsIPV6Enabled(v bool) *DistributionConfig
- func (s *DistributionConfig) SetLogging(v *LoggingConfig) *DistributionConfig
- func (s *DistributionConfig) SetOriginGroups(v *OriginGroups) *DistributionConfig
- func (s *DistributionConfig) SetOrigins(v *Origins) *DistributionConfig
- func (s *DistributionConfig) SetPriceClass(v string) *DistributionConfig
- func (s *DistributionConfig) SetRestrictions(v *Restrictions) *DistributionConfig
- func (s *DistributionConfig) SetStaging(v bool) *DistributionConfig
- func (s *DistributionConfig) SetViewerCertificate(v *ViewerCertificate) *DistributionConfig
- func (s *DistributionConfig) SetWebACLId(v string) *DistributionConfig
- func (s DistributionConfig) String() string
- func (s *DistributionConfig) Validate() error
- type DistributionConfigWithTags
- func (s DistributionConfigWithTags) GoString() string
- func (s *DistributionConfigWithTags) SetDistributionConfig(v *DistributionConfig) *DistributionConfigWithTags
- func (s *DistributionConfigWithTags) SetTags(v *Tags) *DistributionConfigWithTags
- func (s DistributionConfigWithTags) String() string
- func (s *DistributionConfigWithTags) Validate() error
- type DistributionIdList
- func (s DistributionIdList) GoString() string
- func (s *DistributionIdList) SetIsTruncated(v bool) *DistributionIdList
- func (s *DistributionIdList) SetItems(v []*string) *DistributionIdList
- func (s *DistributionIdList) SetMarker(v string) *DistributionIdList
- func (s *DistributionIdList) SetMaxItems(v int64) *DistributionIdList
- func (s *DistributionIdList) SetNextMarker(v string) *DistributionIdList
- func (s *DistributionIdList) SetQuantity(v int64) *DistributionIdList
- func (s DistributionIdList) String() string
- type DistributionList
- func (s DistributionList) GoString() string
- func (s *DistributionList) SetIsTruncated(v bool) *DistributionList
- func (s *DistributionList) SetItems(v []*DistributionSummary) *DistributionList
- func (s *DistributionList) SetMarker(v string) *DistributionList
- func (s *DistributionList) SetMaxItems(v int64) *DistributionList
- func (s *DistributionList) SetNextMarker(v string) *DistributionList
- func (s *DistributionList) SetQuantity(v int64) *DistributionList
- func (s DistributionList) String() string
- type DistributionSummary
- func (s DistributionSummary) GoString() string
- func (s *DistributionSummary) SetARN(v string) *DistributionSummary
- func (s *DistributionSummary) SetAliasICPRecordals(v []*AliasICPRecordal) *DistributionSummary
- func (s *DistributionSummary) SetAliases(v *Aliases) *DistributionSummary
- func (s *DistributionSummary) SetCacheBehaviors(v *CacheBehaviors) *DistributionSummary
- func (s *DistributionSummary) SetComment(v string) *DistributionSummary
- func (s *DistributionSummary) SetCustomErrorResponses(v *CustomErrorResponses) *DistributionSummary
- func (s *DistributionSummary) SetDefaultCacheBehavior(v *DefaultCacheBehavior) *DistributionSummary
- func (s *DistributionSummary) SetDomainName(v string) *DistributionSummary
- func (s *DistributionSummary) SetEnabled(v bool) *DistributionSummary
- func (s *DistributionSummary) SetHttpVersion(v string) *DistributionSummary
- func (s *DistributionSummary) SetId(v string) *DistributionSummary
- func (s *DistributionSummary) SetIsIPV6Enabled(v bool) *DistributionSummary
- func (s *DistributionSummary) SetLastModifiedTime(v time.Time) *DistributionSummary
- func (s *DistributionSummary) SetOriginGroups(v *OriginGroups) *DistributionSummary
- func (s *DistributionSummary) SetOrigins(v *Origins) *DistributionSummary
- func (s *DistributionSummary) SetPriceClass(v string) *DistributionSummary
- func (s *DistributionSummary) SetRestrictions(v *Restrictions) *DistributionSummary
- func (s *DistributionSummary) SetStaging(v bool) *DistributionSummary
- func (s *DistributionSummary) SetStatus(v string) *DistributionSummary
- func (s *DistributionSummary) SetViewerCertificate(v *ViewerCertificate) *DistributionSummary
- func (s *DistributionSummary) SetWebACLId(v string) *DistributionSummary
- func (s DistributionSummary) String() string
- type EncryptionEntities
- type EncryptionEntity
- func (s EncryptionEntity) GoString() string
- func (s *EncryptionEntity) SetFieldPatterns(v *FieldPatterns) *EncryptionEntity
- func (s *EncryptionEntity) SetProviderId(v string) *EncryptionEntity
- func (s *EncryptionEntity) SetPublicKeyId(v string) *EncryptionEntity
- func (s EncryptionEntity) String() string
- func (s *EncryptionEntity) Validate() error
- type EndPoint
- type FieldLevelEncryption
- func (s FieldLevelEncryption) GoString() string
- func (s *FieldLevelEncryption) SetFieldLevelEncryptionConfig(v *FieldLevelEncryptionConfig) *FieldLevelEncryption
- func (s *FieldLevelEncryption) SetId(v string) *FieldLevelEncryption
- func (s *FieldLevelEncryption) SetLastModifiedTime(v time.Time) *FieldLevelEncryption
- func (s FieldLevelEncryption) String() string
- type FieldLevelEncryptionConfig
- func (s FieldLevelEncryptionConfig) GoString() string
- func (s *FieldLevelEncryptionConfig) SetCallerReference(v string) *FieldLevelEncryptionConfig
- func (s *FieldLevelEncryptionConfig) SetComment(v string) *FieldLevelEncryptionConfig
- func (s *FieldLevelEncryptionConfig) SetContentTypeProfileConfig(v *ContentTypeProfileConfig) *FieldLevelEncryptionConfig
- func (s *FieldLevelEncryptionConfig) SetQueryArgProfileConfig(v *QueryArgProfileConfig) *FieldLevelEncryptionConfig
- func (s FieldLevelEncryptionConfig) String() string
- func (s *FieldLevelEncryptionConfig) Validate() error
- type FieldLevelEncryptionList
- func (s FieldLevelEncryptionList) GoString() string
- func (s *FieldLevelEncryptionList) SetItems(v []*FieldLevelEncryptionSummary) *FieldLevelEncryptionList
- func (s *FieldLevelEncryptionList) SetMaxItems(v int64) *FieldLevelEncryptionList
- func (s *FieldLevelEncryptionList) SetNextMarker(v string) *FieldLevelEncryptionList
- func (s *FieldLevelEncryptionList) SetQuantity(v int64) *FieldLevelEncryptionList
- func (s FieldLevelEncryptionList) String() string
- type FieldLevelEncryptionProfile
- func (s FieldLevelEncryptionProfile) GoString() string
- func (s *FieldLevelEncryptionProfile) SetFieldLevelEncryptionProfileConfig(v *FieldLevelEncryptionProfileConfig) *FieldLevelEncryptionProfile
- func (s *FieldLevelEncryptionProfile) SetId(v string) *FieldLevelEncryptionProfile
- func (s *FieldLevelEncryptionProfile) SetLastModifiedTime(v time.Time) *FieldLevelEncryptionProfile
- func (s FieldLevelEncryptionProfile) String() string
- type FieldLevelEncryptionProfileConfig
- func (s FieldLevelEncryptionProfileConfig) GoString() string
- func (s *FieldLevelEncryptionProfileConfig) SetCallerReference(v string) *FieldLevelEncryptionProfileConfig
- func (s *FieldLevelEncryptionProfileConfig) SetComment(v string) *FieldLevelEncryptionProfileConfig
- func (s *FieldLevelEncryptionProfileConfig) SetEncryptionEntities(v *EncryptionEntities) *FieldLevelEncryptionProfileConfig
- func (s *FieldLevelEncryptionProfileConfig) SetName(v string) *FieldLevelEncryptionProfileConfig
- func (s FieldLevelEncryptionProfileConfig) String() string
- func (s *FieldLevelEncryptionProfileConfig) Validate() error
- type FieldLevelEncryptionProfileList
- func (s FieldLevelEncryptionProfileList) GoString() string
- func (s *FieldLevelEncryptionProfileList) SetItems(v []*FieldLevelEncryptionProfileSummary) *FieldLevelEncryptionProfileList
- func (s *FieldLevelEncryptionProfileList) SetMaxItems(v int64) *FieldLevelEncryptionProfileList
- func (s *FieldLevelEncryptionProfileList) SetNextMarker(v string) *FieldLevelEncryptionProfileList
- func (s *FieldLevelEncryptionProfileList) SetQuantity(v int64) *FieldLevelEncryptionProfileList
- func (s FieldLevelEncryptionProfileList) String() string
- type FieldLevelEncryptionProfileSummary
- func (s FieldLevelEncryptionProfileSummary) GoString() string
- func (s *FieldLevelEncryptionProfileSummary) SetComment(v string) *FieldLevelEncryptionProfileSummary
- func (s *FieldLevelEncryptionProfileSummary) SetEncryptionEntities(v *EncryptionEntities) *FieldLevelEncryptionProfileSummary
- func (s *FieldLevelEncryptionProfileSummary) SetId(v string) *FieldLevelEncryptionProfileSummary
- func (s *FieldLevelEncryptionProfileSummary) SetLastModifiedTime(v time.Time) *FieldLevelEncryptionProfileSummary
- func (s *FieldLevelEncryptionProfileSummary) SetName(v string) *FieldLevelEncryptionProfileSummary
- func (s FieldLevelEncryptionProfileSummary) String() string
- type FieldLevelEncryptionSummary
- func (s FieldLevelEncryptionSummary) GoString() string
- func (s *FieldLevelEncryptionSummary) SetComment(v string) *FieldLevelEncryptionSummary
- func (s *FieldLevelEncryptionSummary) SetContentTypeProfileConfig(v *ContentTypeProfileConfig) *FieldLevelEncryptionSummary
- func (s *FieldLevelEncryptionSummary) SetId(v string) *FieldLevelEncryptionSummary
- func (s *FieldLevelEncryptionSummary) SetLastModifiedTime(v time.Time) *FieldLevelEncryptionSummary
- func (s *FieldLevelEncryptionSummary) SetQueryArgProfileConfig(v *QueryArgProfileConfig) *FieldLevelEncryptionSummary
- func (s FieldLevelEncryptionSummary) String() string
- type FieldPatterns
- type ForwardedValues
- func (s ForwardedValues) GoString() string
- func (s *ForwardedValues) SetCookies(v *CookiePreference) *ForwardedValues
- func (s *ForwardedValues) SetHeaders(v *Headers) *ForwardedValues
- func (s *ForwardedValues) SetQueryString(v bool) *ForwardedValues
- func (s *ForwardedValues) SetQueryStringCacheKeys(v *QueryStringCacheKeys) *ForwardedValues
- func (s ForwardedValues) String() string
- func (s *ForwardedValues) Validate() error
- type FunctionAssociation
- type FunctionAssociations
- func (s FunctionAssociations) GoString() string
- func (s *FunctionAssociations) SetItems(v []*FunctionAssociation) *FunctionAssociations
- func (s *FunctionAssociations) SetQuantity(v int64) *FunctionAssociations
- func (s FunctionAssociations) String() string
- func (s *FunctionAssociations) Validate() error
- type FunctionConfig
- type FunctionList
- func (s FunctionList) GoString() string
- func (s *FunctionList) SetItems(v []*FunctionSummary) *FunctionList
- func (s *FunctionList) SetMaxItems(v int64) *FunctionList
- func (s *FunctionList) SetNextMarker(v string) *FunctionList
- func (s *FunctionList) SetQuantity(v int64) *FunctionList
- func (s FunctionList) String() string
- type FunctionMetadata
- func (s FunctionMetadata) GoString() string
- func (s *FunctionMetadata) SetCreatedTime(v time.Time) *FunctionMetadata
- func (s *FunctionMetadata) SetFunctionARN(v string) *FunctionMetadata
- func (s *FunctionMetadata) SetLastModifiedTime(v time.Time) *FunctionMetadata
- func (s *FunctionMetadata) SetStage(v string) *FunctionMetadata
- func (s FunctionMetadata) String() string
- type FunctionSummary
- func (s FunctionSummary) GoString() string
- func (s *FunctionSummary) SetFunctionConfig(v *FunctionConfig) *FunctionSummary
- func (s *FunctionSummary) SetFunctionMetadata(v *FunctionMetadata) *FunctionSummary
- func (s *FunctionSummary) SetName(v string) *FunctionSummary
- func (s *FunctionSummary) SetStatus(v string) *FunctionSummary
- func (s FunctionSummary) String() string
- type GeoRestriction
- func (s GeoRestriction) GoString() string
- func (s *GeoRestriction) SetItems(v []*string) *GeoRestriction
- func (s *GeoRestriction) SetQuantity(v int64) *GeoRestriction
- func (s *GeoRestriction) SetRestrictionType(v string) *GeoRestriction
- func (s GeoRestriction) String() string
- func (s *GeoRestriction) Validate() error
- type GetCachePolicyConfigInput
- type GetCachePolicyConfigOutput
- type GetCachePolicyInput
- type GetCachePolicyOutput
- type GetCloudFrontOriginAccessIdentityConfigInput
- func (s GetCloudFrontOriginAccessIdentityConfigInput) GoString() string
- func (s *GetCloudFrontOriginAccessIdentityConfigInput) SetId(v string) *GetCloudFrontOriginAccessIdentityConfigInput
- func (s GetCloudFrontOriginAccessIdentityConfigInput) String() string
- func (s *GetCloudFrontOriginAccessIdentityConfigInput) Validate() error
- type GetCloudFrontOriginAccessIdentityConfigOutput
- func (s GetCloudFrontOriginAccessIdentityConfigOutput) GoString() string
- func (s *GetCloudFrontOriginAccessIdentityConfigOutput) SetCloudFrontOriginAccessIdentityConfig(v *OriginAccessIdentityConfig) *GetCloudFrontOriginAccessIdentityConfigOutput
- func (s *GetCloudFrontOriginAccessIdentityConfigOutput) SetETag(v string) *GetCloudFrontOriginAccessIdentityConfigOutput
- func (s GetCloudFrontOriginAccessIdentityConfigOutput) String() string
- type GetCloudFrontOriginAccessIdentityInput
- func (s GetCloudFrontOriginAccessIdentityInput) GoString() string
- func (s *GetCloudFrontOriginAccessIdentityInput) SetId(v string) *GetCloudFrontOriginAccessIdentityInput
- func (s GetCloudFrontOriginAccessIdentityInput) String() string
- func (s *GetCloudFrontOriginAccessIdentityInput) Validate() error
- type GetCloudFrontOriginAccessIdentityOutput
- func (s GetCloudFrontOriginAccessIdentityOutput) GoString() string
- func (s *GetCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity(v *OriginAccessIdentity) *GetCloudFrontOriginAccessIdentityOutput
- func (s *GetCloudFrontOriginAccessIdentityOutput) SetETag(v string) *GetCloudFrontOriginAccessIdentityOutput
- func (s GetCloudFrontOriginAccessIdentityOutput) String() string
- type GetContinuousDeploymentPolicyConfigInput
- func (s GetContinuousDeploymentPolicyConfigInput) GoString() string
- func (s *GetContinuousDeploymentPolicyConfigInput) SetId(v string) *GetContinuousDeploymentPolicyConfigInput
- func (s GetContinuousDeploymentPolicyConfigInput) String() string
- func (s *GetContinuousDeploymentPolicyConfigInput) Validate() error
- type GetContinuousDeploymentPolicyConfigOutput
- func (s GetContinuousDeploymentPolicyConfigOutput) GoString() string
- func (s *GetContinuousDeploymentPolicyConfigOutput) SetContinuousDeploymentPolicyConfig(v *ContinuousDeploymentPolicyConfig) *GetContinuousDeploymentPolicyConfigOutput
- func (s *GetContinuousDeploymentPolicyConfigOutput) SetETag(v string) *GetContinuousDeploymentPolicyConfigOutput
- func (s GetContinuousDeploymentPolicyConfigOutput) String() string
- type GetContinuousDeploymentPolicyInput
- type GetContinuousDeploymentPolicyOutput
- func (s GetContinuousDeploymentPolicyOutput) GoString() string
- func (s *GetContinuousDeploymentPolicyOutput) SetContinuousDeploymentPolicy(v *ContinuousDeploymentPolicy) *GetContinuousDeploymentPolicyOutput
- func (s *GetContinuousDeploymentPolicyOutput) SetETag(v string) *GetContinuousDeploymentPolicyOutput
- func (s GetContinuousDeploymentPolicyOutput) String() string
- type GetDistributionConfigInput
- type GetDistributionConfigOutput
- func (s GetDistributionConfigOutput) GoString() string
- func (s *GetDistributionConfigOutput) SetDistributionConfig(v *DistributionConfig) *GetDistributionConfigOutput
- func (s *GetDistributionConfigOutput) SetETag(v string) *GetDistributionConfigOutput
- func (s GetDistributionConfigOutput) String() string
- type GetDistributionInput
- type GetDistributionOutput
- type GetFieldLevelEncryptionConfigInput
- type GetFieldLevelEncryptionConfigOutput
- func (s GetFieldLevelEncryptionConfigOutput) GoString() string
- func (s *GetFieldLevelEncryptionConfigOutput) SetETag(v string) *GetFieldLevelEncryptionConfigOutput
- func (s *GetFieldLevelEncryptionConfigOutput) SetFieldLevelEncryptionConfig(v *FieldLevelEncryptionConfig) *GetFieldLevelEncryptionConfigOutput
- func (s GetFieldLevelEncryptionConfigOutput) String() string
- type GetFieldLevelEncryptionInput
- type GetFieldLevelEncryptionOutput
- func (s GetFieldLevelEncryptionOutput) GoString() string
- func (s *GetFieldLevelEncryptionOutput) SetETag(v string) *GetFieldLevelEncryptionOutput
- func (s *GetFieldLevelEncryptionOutput) SetFieldLevelEncryption(v *FieldLevelEncryption) *GetFieldLevelEncryptionOutput
- func (s GetFieldLevelEncryptionOutput) String() string
- type GetFieldLevelEncryptionProfileConfigInput
- func (s GetFieldLevelEncryptionProfileConfigInput) GoString() string
- func (s *GetFieldLevelEncryptionProfileConfigInput) SetId(v string) *GetFieldLevelEncryptionProfileConfigInput
- func (s GetFieldLevelEncryptionProfileConfigInput) String() string
- func (s *GetFieldLevelEncryptionProfileConfigInput) Validate() error
- type GetFieldLevelEncryptionProfileConfigOutput
- func (s GetFieldLevelEncryptionProfileConfigOutput) GoString() string
- func (s *GetFieldLevelEncryptionProfileConfigOutput) SetETag(v string) *GetFieldLevelEncryptionProfileConfigOutput
- func (s *GetFieldLevelEncryptionProfileConfigOutput) SetFieldLevelEncryptionProfileConfig(v *FieldLevelEncryptionProfileConfig) *GetFieldLevelEncryptionProfileConfigOutput
- func (s GetFieldLevelEncryptionProfileConfigOutput) String() string
- type GetFieldLevelEncryptionProfileInput
- type GetFieldLevelEncryptionProfileOutput
- func (s GetFieldLevelEncryptionProfileOutput) GoString() string
- func (s *GetFieldLevelEncryptionProfileOutput) SetETag(v string) *GetFieldLevelEncryptionProfileOutput
- func (s *GetFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile(v *FieldLevelEncryptionProfile) *GetFieldLevelEncryptionProfileOutput
- func (s GetFieldLevelEncryptionProfileOutput) String() string
- type GetFunctionInput
- type GetFunctionOutput
- type GetInvalidationInput
- type GetInvalidationOutput
- type GetKeyGroupConfigInput
- type GetKeyGroupConfigOutput
- type GetKeyGroupInput
- type GetKeyGroupOutput
- type GetMonitoringSubscriptionInput
- type GetMonitoringSubscriptionOutput
- type GetOriginAccessControlConfigInput
- type GetOriginAccessControlConfigOutput
- func (s GetOriginAccessControlConfigOutput) GoString() string
- func (s *GetOriginAccessControlConfigOutput) SetETag(v string) *GetOriginAccessControlConfigOutput
- func (s *GetOriginAccessControlConfigOutput) SetOriginAccessControlConfig(v *OriginAccessControlConfig) *GetOriginAccessControlConfigOutput
- func (s GetOriginAccessControlConfigOutput) String() string
- type GetOriginAccessControlInput
- type GetOriginAccessControlOutput
- func (s GetOriginAccessControlOutput) GoString() string
- func (s *GetOriginAccessControlOutput) SetETag(v string) *GetOriginAccessControlOutput
- func (s *GetOriginAccessControlOutput) SetOriginAccessControl(v *OriginAccessControl) *GetOriginAccessControlOutput
- func (s GetOriginAccessControlOutput) String() string
- type GetOriginRequestPolicyConfigInput
- type GetOriginRequestPolicyConfigOutput
- func (s GetOriginRequestPolicyConfigOutput) GoString() string
- func (s *GetOriginRequestPolicyConfigOutput) SetETag(v string) *GetOriginRequestPolicyConfigOutput
- func (s *GetOriginRequestPolicyConfigOutput) SetOriginRequestPolicyConfig(v *OriginRequestPolicyConfig) *GetOriginRequestPolicyConfigOutput
- func (s GetOriginRequestPolicyConfigOutput) String() string
- type GetOriginRequestPolicyInput
- type GetOriginRequestPolicyOutput
- func (s GetOriginRequestPolicyOutput) GoString() string
- func (s *GetOriginRequestPolicyOutput) SetETag(v string) *GetOriginRequestPolicyOutput
- func (s *GetOriginRequestPolicyOutput) SetOriginRequestPolicy(v *OriginRequestPolicy) *GetOriginRequestPolicyOutput
- func (s GetOriginRequestPolicyOutput) String() string
- type GetPublicKeyConfigInput
- type GetPublicKeyConfigOutput
- type GetPublicKeyInput
- type GetPublicKeyOutput
- type GetRealtimeLogConfigInput
- type GetRealtimeLogConfigOutput
- type GetResponseHeadersPolicyConfigInput
- type GetResponseHeadersPolicyConfigOutput
- func (s GetResponseHeadersPolicyConfigOutput) GoString() string
- func (s *GetResponseHeadersPolicyConfigOutput) SetETag(v string) *GetResponseHeadersPolicyConfigOutput
- func (s *GetResponseHeadersPolicyConfigOutput) SetResponseHeadersPolicyConfig(v *ResponseHeadersPolicyConfig) *GetResponseHeadersPolicyConfigOutput
- func (s GetResponseHeadersPolicyConfigOutput) String() string
- type GetResponseHeadersPolicyInput
- type GetResponseHeadersPolicyOutput
- func (s GetResponseHeadersPolicyOutput) GoString() string
- func (s *GetResponseHeadersPolicyOutput) SetETag(v string) *GetResponseHeadersPolicyOutput
- func (s *GetResponseHeadersPolicyOutput) SetResponseHeadersPolicy(v *ResponseHeadersPolicy) *GetResponseHeadersPolicyOutput
- func (s GetResponseHeadersPolicyOutput) String() string
- type GetStreamingDistributionConfigInput
- type GetStreamingDistributionConfigOutput
- func (s GetStreamingDistributionConfigOutput) GoString() string
- func (s *GetStreamingDistributionConfigOutput) SetETag(v string) *GetStreamingDistributionConfigOutput
- func (s *GetStreamingDistributionConfigOutput) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *GetStreamingDistributionConfigOutput
- func (s GetStreamingDistributionConfigOutput) String() string
- type GetStreamingDistributionInput
- type GetStreamingDistributionOutput
- func (s GetStreamingDistributionOutput) GoString() string
- func (s *GetStreamingDistributionOutput) SetETag(v string) *GetStreamingDistributionOutput
- func (s *GetStreamingDistributionOutput) SetStreamingDistribution(v *StreamingDistribution) *GetStreamingDistributionOutput
- func (s GetStreamingDistributionOutput) String() string
- type Headers
- type Invalidation
- func (s Invalidation) GoString() string
- func (s *Invalidation) SetCreateTime(v time.Time) *Invalidation
- func (s *Invalidation) SetId(v string) *Invalidation
- func (s *Invalidation) SetInvalidationBatch(v *InvalidationBatch) *Invalidation
- func (s *Invalidation) SetStatus(v string) *Invalidation
- func (s Invalidation) String() string
- type InvalidationBatch
- type InvalidationList
- func (s InvalidationList) GoString() string
- func (s *InvalidationList) SetIsTruncated(v bool) *InvalidationList
- func (s *InvalidationList) SetItems(v []*InvalidationSummary) *InvalidationList
- func (s *InvalidationList) SetMarker(v string) *InvalidationList
- func (s *InvalidationList) SetMaxItems(v int64) *InvalidationList
- func (s *InvalidationList) SetNextMarker(v string) *InvalidationList
- func (s *InvalidationList) SetQuantity(v int64) *InvalidationList
- func (s InvalidationList) String() string
- type InvalidationSummary
- func (s InvalidationSummary) GoString() string
- func (s *InvalidationSummary) SetCreateTime(v time.Time) *InvalidationSummary
- func (s *InvalidationSummary) SetId(v string) *InvalidationSummary
- func (s *InvalidationSummary) SetStatus(v string) *InvalidationSummary
- func (s InvalidationSummary) String() string
- type KGKeyPairIds
- type KeyGroup
- type KeyGroupConfig
- func (s KeyGroupConfig) GoString() string
- func (s *KeyGroupConfig) SetComment(v string) *KeyGroupConfig
- func (s *KeyGroupConfig) SetItems(v []*string) *KeyGroupConfig
- func (s *KeyGroupConfig) SetName(v string) *KeyGroupConfig
- func (s KeyGroupConfig) String() string
- func (s *KeyGroupConfig) Validate() error
- type KeyGroupList
- func (s KeyGroupList) GoString() string
- func (s *KeyGroupList) SetItems(v []*KeyGroupSummary) *KeyGroupList
- func (s *KeyGroupList) SetMaxItems(v int64) *KeyGroupList
- func (s *KeyGroupList) SetNextMarker(v string) *KeyGroupList
- func (s *KeyGroupList) SetQuantity(v int64) *KeyGroupList
- func (s KeyGroupList) String() string
- type KeyGroupSummary
- type KeyPairIds
- type KinesisStreamConfig
- type LambdaFunctionAssociation
- func (s LambdaFunctionAssociation) GoString() string
- func (s *LambdaFunctionAssociation) SetEventType(v string) *LambdaFunctionAssociation
- func (s *LambdaFunctionAssociation) SetIncludeBody(v bool) *LambdaFunctionAssociation
- func (s *LambdaFunctionAssociation) SetLambdaFunctionARN(v string) *LambdaFunctionAssociation
- func (s LambdaFunctionAssociation) String() string
- func (s *LambdaFunctionAssociation) Validate() error
- type LambdaFunctionAssociations
- func (s LambdaFunctionAssociations) GoString() string
- func (s *LambdaFunctionAssociations) SetItems(v []*LambdaFunctionAssociation) *LambdaFunctionAssociations
- func (s *LambdaFunctionAssociations) SetQuantity(v int64) *LambdaFunctionAssociations
- func (s LambdaFunctionAssociations) String() string
- func (s *LambdaFunctionAssociations) Validate() error
- type ListCachePoliciesInput
- func (s ListCachePoliciesInput) GoString() string
- func (s *ListCachePoliciesInput) SetMarker(v string) *ListCachePoliciesInput
- func (s *ListCachePoliciesInput) SetMaxItems(v int64) *ListCachePoliciesInput
- func (s *ListCachePoliciesInput) SetType(v string) *ListCachePoliciesInput
- func (s ListCachePoliciesInput) String() string
- type ListCachePoliciesOutput
- type ListCloudFrontOriginAccessIdentitiesInput
- func (s ListCloudFrontOriginAccessIdentitiesInput) GoString() string
- func (s *ListCloudFrontOriginAccessIdentitiesInput) SetMarker(v string) *ListCloudFrontOriginAccessIdentitiesInput
- func (s *ListCloudFrontOriginAccessIdentitiesInput) SetMaxItems(v int64) *ListCloudFrontOriginAccessIdentitiesInput
- func (s ListCloudFrontOriginAccessIdentitiesInput) String() string
- type ListCloudFrontOriginAccessIdentitiesOutput
- func (s ListCloudFrontOriginAccessIdentitiesOutput) GoString() string
- func (s *ListCloudFrontOriginAccessIdentitiesOutput) SetCloudFrontOriginAccessIdentityList(v *OriginAccessIdentityList) *ListCloudFrontOriginAccessIdentitiesOutput
- func (s ListCloudFrontOriginAccessIdentitiesOutput) String() string
- type ListConflictingAliasesInput
- func (s ListConflictingAliasesInput) GoString() string
- func (s *ListConflictingAliasesInput) SetAlias(v string) *ListConflictingAliasesInput
- func (s *ListConflictingAliasesInput) SetDistributionId(v string) *ListConflictingAliasesInput
- func (s *ListConflictingAliasesInput) SetMarker(v string) *ListConflictingAliasesInput
- func (s *ListConflictingAliasesInput) SetMaxItems(v int64) *ListConflictingAliasesInput
- func (s ListConflictingAliasesInput) String() string
- func (s *ListConflictingAliasesInput) Validate() error
- type ListConflictingAliasesOutput
- type ListContinuousDeploymentPoliciesInput
- func (s ListContinuousDeploymentPoliciesInput) GoString() string
- func (s *ListContinuousDeploymentPoliciesInput) SetMarker(v string) *ListContinuousDeploymentPoliciesInput
- func (s *ListContinuousDeploymentPoliciesInput) SetMaxItems(v int64) *ListContinuousDeploymentPoliciesInput
- func (s ListContinuousDeploymentPoliciesInput) String() string
- type ListContinuousDeploymentPoliciesOutput
- type ListDistributionsByCachePolicyIdInput
- func (s ListDistributionsByCachePolicyIdInput) GoString() string
- func (s *ListDistributionsByCachePolicyIdInput) SetCachePolicyId(v string) *ListDistributionsByCachePolicyIdInput
- func (s *ListDistributionsByCachePolicyIdInput) SetMarker(v string) *ListDistributionsByCachePolicyIdInput
- func (s *ListDistributionsByCachePolicyIdInput) SetMaxItems(v int64) *ListDistributionsByCachePolicyIdInput
- func (s ListDistributionsByCachePolicyIdInput) String() string
- func (s *ListDistributionsByCachePolicyIdInput) Validate() error
- type ListDistributionsByCachePolicyIdOutput
- type ListDistributionsByKeyGroupInput
- func (s ListDistributionsByKeyGroupInput) GoString() string
- func (s *ListDistributionsByKeyGroupInput) SetKeyGroupId(v string) *ListDistributionsByKeyGroupInput
- func (s *ListDistributionsByKeyGroupInput) SetMarker(v string) *ListDistributionsByKeyGroupInput
- func (s *ListDistributionsByKeyGroupInput) SetMaxItems(v int64) *ListDistributionsByKeyGroupInput
- func (s ListDistributionsByKeyGroupInput) String() string
- func (s *ListDistributionsByKeyGroupInput) Validate() error
- type ListDistributionsByKeyGroupOutput
- type ListDistributionsByOriginRequestPolicyIdInput
- func (s ListDistributionsByOriginRequestPolicyIdInput) GoString() string
- func (s *ListDistributionsByOriginRequestPolicyIdInput) SetMarker(v string) *ListDistributionsByOriginRequestPolicyIdInput
- func (s *ListDistributionsByOriginRequestPolicyIdInput) SetMaxItems(v int64) *ListDistributionsByOriginRequestPolicyIdInput
- func (s *ListDistributionsByOriginRequestPolicyIdInput) SetOriginRequestPolicyId(v string) *ListDistributionsByOriginRequestPolicyIdInput
- func (s ListDistributionsByOriginRequestPolicyIdInput) String() string
- func (s *ListDistributionsByOriginRequestPolicyIdInput) Validate() error
- type ListDistributionsByOriginRequestPolicyIdOutput
- type ListDistributionsByRealtimeLogConfigInput
- func (s ListDistributionsByRealtimeLogConfigInput) GoString() string
- func (s *ListDistributionsByRealtimeLogConfigInput) SetMarker(v string) *ListDistributionsByRealtimeLogConfigInput
- func (s *ListDistributionsByRealtimeLogConfigInput) SetMaxItems(v int64) *ListDistributionsByRealtimeLogConfigInput
- func (s *ListDistributionsByRealtimeLogConfigInput) SetRealtimeLogConfigArn(v string) *ListDistributionsByRealtimeLogConfigInput
- func (s *ListDistributionsByRealtimeLogConfigInput) SetRealtimeLogConfigName(v string) *ListDistributionsByRealtimeLogConfigInput
- func (s ListDistributionsByRealtimeLogConfigInput) String() string
- type ListDistributionsByRealtimeLogConfigOutput
- type ListDistributionsByResponseHeadersPolicyIdInput
- func (s ListDistributionsByResponseHeadersPolicyIdInput) GoString() string
- func (s *ListDistributionsByResponseHeadersPolicyIdInput) SetMarker(v string) *ListDistributionsByResponseHeadersPolicyIdInput
- func (s *ListDistributionsByResponseHeadersPolicyIdInput) SetMaxItems(v int64) *ListDistributionsByResponseHeadersPolicyIdInput
- func (s *ListDistributionsByResponseHeadersPolicyIdInput) SetResponseHeadersPolicyId(v string) *ListDistributionsByResponseHeadersPolicyIdInput
- func (s ListDistributionsByResponseHeadersPolicyIdInput) String() string
- func (s *ListDistributionsByResponseHeadersPolicyIdInput) Validate() error
- type ListDistributionsByResponseHeadersPolicyIdOutput
- func (s ListDistributionsByResponseHeadersPolicyIdOutput) GoString() string
- func (s *ListDistributionsByResponseHeadersPolicyIdOutput) SetDistributionIdList(v *DistributionIdList) *ListDistributionsByResponseHeadersPolicyIdOutput
- func (s ListDistributionsByResponseHeadersPolicyIdOutput) String() string
- type ListDistributionsByWebACLIdInput
- func (s ListDistributionsByWebACLIdInput) GoString() string
- func (s *ListDistributionsByWebACLIdInput) SetMarker(v string) *ListDistributionsByWebACLIdInput
- func (s *ListDistributionsByWebACLIdInput) SetMaxItems(v int64) *ListDistributionsByWebACLIdInput
- func (s *ListDistributionsByWebACLIdInput) SetWebACLId(v string) *ListDistributionsByWebACLIdInput
- func (s ListDistributionsByWebACLIdInput) String() string
- func (s *ListDistributionsByWebACLIdInput) Validate() error
- type ListDistributionsByWebACLIdOutput
- type ListDistributionsInput
- type ListDistributionsOutput
- type ListFieldLevelEncryptionConfigsInput
- func (s ListFieldLevelEncryptionConfigsInput) GoString() string
- func (s *ListFieldLevelEncryptionConfigsInput) SetMarker(v string) *ListFieldLevelEncryptionConfigsInput
- func (s *ListFieldLevelEncryptionConfigsInput) SetMaxItems(v int64) *ListFieldLevelEncryptionConfigsInput
- func (s ListFieldLevelEncryptionConfigsInput) String() string
- type ListFieldLevelEncryptionConfigsOutput
- type ListFieldLevelEncryptionProfilesInput
- func (s ListFieldLevelEncryptionProfilesInput) GoString() string
- func (s *ListFieldLevelEncryptionProfilesInput) SetMarker(v string) *ListFieldLevelEncryptionProfilesInput
- func (s *ListFieldLevelEncryptionProfilesInput) SetMaxItems(v int64) *ListFieldLevelEncryptionProfilesInput
- func (s ListFieldLevelEncryptionProfilesInput) String() string
- type ListFieldLevelEncryptionProfilesOutput
- type ListFunctionsInput
- type ListFunctionsOutput
- type ListInvalidationsInput
- func (s ListInvalidationsInput) GoString() string
- func (s *ListInvalidationsInput) SetDistributionId(v string) *ListInvalidationsInput
- func (s *ListInvalidationsInput) SetMarker(v string) *ListInvalidationsInput
- func (s *ListInvalidationsInput) SetMaxItems(v int64) *ListInvalidationsInput
- func (s ListInvalidationsInput) String() string
- func (s *ListInvalidationsInput) Validate() error
- type ListInvalidationsOutput
- type ListKeyGroupsInput
- type ListKeyGroupsOutput
- type ListOriginAccessControlsInput
- type ListOriginAccessControlsOutput
- type ListOriginRequestPoliciesInput
- func (s ListOriginRequestPoliciesInput) GoString() string
- func (s *ListOriginRequestPoliciesInput) SetMarker(v string) *ListOriginRequestPoliciesInput
- func (s *ListOriginRequestPoliciesInput) SetMaxItems(v int64) *ListOriginRequestPoliciesInput
- func (s *ListOriginRequestPoliciesInput) SetType(v string) *ListOriginRequestPoliciesInput
- func (s ListOriginRequestPoliciesInput) String() string
- type ListOriginRequestPoliciesOutput
- type ListPublicKeysInput
- type ListPublicKeysOutput
- type ListRealtimeLogConfigsInput
- type ListRealtimeLogConfigsOutput
- type ListResponseHeadersPoliciesInput
- func (s ListResponseHeadersPoliciesInput) GoString() string
- func (s *ListResponseHeadersPoliciesInput) SetMarker(v string) *ListResponseHeadersPoliciesInput
- func (s *ListResponseHeadersPoliciesInput) SetMaxItems(v int64) *ListResponseHeadersPoliciesInput
- func (s *ListResponseHeadersPoliciesInput) SetType(v string) *ListResponseHeadersPoliciesInput
- func (s ListResponseHeadersPoliciesInput) String() string
- type ListResponseHeadersPoliciesOutput
- type ListStreamingDistributionsInput
- func (s ListStreamingDistributionsInput) GoString() string
- func (s *ListStreamingDistributionsInput) SetMarker(v string) *ListStreamingDistributionsInput
- func (s *ListStreamingDistributionsInput) SetMaxItems(v int64) *ListStreamingDistributionsInput
- func (s ListStreamingDistributionsInput) String() string
- type ListStreamingDistributionsOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type LoggingConfig
- func (s LoggingConfig) GoString() string
- func (s *LoggingConfig) SetBucket(v string) *LoggingConfig
- func (s *LoggingConfig) SetEnabled(v bool) *LoggingConfig
- func (s *LoggingConfig) SetIncludeCookies(v bool) *LoggingConfig
- func (s *LoggingConfig) SetPrefix(v string) *LoggingConfig
- func (s LoggingConfig) String() string
- func (s *LoggingConfig) Validate() error
- type MonitoringSubscription
- type Origin
- func (s Origin) GoString() string
- func (s *Origin) SetConnectionAttempts(v int64) *Origin
- func (s *Origin) SetConnectionTimeout(v int64) *Origin
- func (s *Origin) SetCustomHeaders(v *CustomHeaders) *Origin
- func (s *Origin) SetCustomOriginConfig(v *CustomOriginConfig) *Origin
- func (s *Origin) SetDomainName(v string) *Origin
- func (s *Origin) SetId(v string) *Origin
- func (s *Origin) SetOriginAccessControlId(v string) *Origin
- func (s *Origin) SetOriginPath(v string) *Origin
- func (s *Origin) SetOriginShield(v *OriginShield) *Origin
- func (s *Origin) SetS3OriginConfig(v *S3OriginConfig) *Origin
- func (s Origin) String() string
- func (s *Origin) Validate() error
- type OriginAccessControl
- type OriginAccessControlConfig
- func (s OriginAccessControlConfig) GoString() string
- func (s *OriginAccessControlConfig) SetDescription(v string) *OriginAccessControlConfig
- func (s *OriginAccessControlConfig) SetName(v string) *OriginAccessControlConfig
- func (s *OriginAccessControlConfig) SetOriginAccessControlOriginType(v string) *OriginAccessControlConfig
- func (s *OriginAccessControlConfig) SetSigningBehavior(v string) *OriginAccessControlConfig
- func (s *OriginAccessControlConfig) SetSigningProtocol(v string) *OriginAccessControlConfig
- func (s OriginAccessControlConfig) String() string
- func (s *OriginAccessControlConfig) Validate() error
- type OriginAccessControlList
- func (s OriginAccessControlList) GoString() string
- func (s *OriginAccessControlList) SetIsTruncated(v bool) *OriginAccessControlList
- func (s *OriginAccessControlList) SetItems(v []*OriginAccessControlSummary) *OriginAccessControlList
- func (s *OriginAccessControlList) SetMarker(v string) *OriginAccessControlList
- func (s *OriginAccessControlList) SetMaxItems(v int64) *OriginAccessControlList
- func (s *OriginAccessControlList) SetNextMarker(v string) *OriginAccessControlList
- func (s *OriginAccessControlList) SetQuantity(v int64) *OriginAccessControlList
- func (s OriginAccessControlList) String() string
- type OriginAccessControlSummary
- func (s OriginAccessControlSummary) GoString() string
- func (s *OriginAccessControlSummary) SetDescription(v string) *OriginAccessControlSummary
- func (s *OriginAccessControlSummary) SetId(v string) *OriginAccessControlSummary
- func (s *OriginAccessControlSummary) SetName(v string) *OriginAccessControlSummary
- func (s *OriginAccessControlSummary) SetOriginAccessControlOriginType(v string) *OriginAccessControlSummary
- func (s *OriginAccessControlSummary) SetSigningBehavior(v string) *OriginAccessControlSummary
- func (s *OriginAccessControlSummary) SetSigningProtocol(v string) *OriginAccessControlSummary
- func (s OriginAccessControlSummary) String() string
- type OriginAccessIdentity
- func (s OriginAccessIdentity) GoString() string
- func (s *OriginAccessIdentity) SetCloudFrontOriginAccessIdentityConfig(v *OriginAccessIdentityConfig) *OriginAccessIdentity
- func (s *OriginAccessIdentity) SetId(v string) *OriginAccessIdentity
- func (s *OriginAccessIdentity) SetS3CanonicalUserId(v string) *OriginAccessIdentity
- func (s OriginAccessIdentity) String() string
- type OriginAccessIdentityConfig
- func (s OriginAccessIdentityConfig) GoString() string
- func (s *OriginAccessIdentityConfig) SetCallerReference(v string) *OriginAccessIdentityConfig
- func (s *OriginAccessIdentityConfig) SetComment(v string) *OriginAccessIdentityConfig
- func (s OriginAccessIdentityConfig) String() string
- func (s *OriginAccessIdentityConfig) Validate() error
- type OriginAccessIdentityList
- func (s OriginAccessIdentityList) GoString() string
- func (s *OriginAccessIdentityList) SetIsTruncated(v bool) *OriginAccessIdentityList
- func (s *OriginAccessIdentityList) SetItems(v []*OriginAccessIdentitySummary) *OriginAccessIdentityList
- func (s *OriginAccessIdentityList) SetMarker(v string) *OriginAccessIdentityList
- func (s *OriginAccessIdentityList) SetMaxItems(v int64) *OriginAccessIdentityList
- func (s *OriginAccessIdentityList) SetNextMarker(v string) *OriginAccessIdentityList
- func (s *OriginAccessIdentityList) SetQuantity(v int64) *OriginAccessIdentityList
- func (s OriginAccessIdentityList) String() string
- type OriginAccessIdentitySummary
- func (s OriginAccessIdentitySummary) GoString() string
- func (s *OriginAccessIdentitySummary) SetComment(v string) *OriginAccessIdentitySummary
- func (s *OriginAccessIdentitySummary) SetId(v string) *OriginAccessIdentitySummary
- func (s *OriginAccessIdentitySummary) SetS3CanonicalUserId(v string) *OriginAccessIdentitySummary
- func (s OriginAccessIdentitySummary) String() string
- type OriginCustomHeader
- type OriginGroup
- func (s OriginGroup) GoString() string
- func (s *OriginGroup) SetFailoverCriteria(v *OriginGroupFailoverCriteria) *OriginGroup
- func (s *OriginGroup) SetId(v string) *OriginGroup
- func (s *OriginGroup) SetMembers(v *OriginGroupMembers) *OriginGroup
- func (s OriginGroup) String() string
- func (s *OriginGroup) Validate() error
- type OriginGroupFailoverCriteria
- type OriginGroupMember
- type OriginGroupMembers
- type OriginGroups
- type OriginRequestPolicy
- func (s OriginRequestPolicy) GoString() string
- func (s *OriginRequestPolicy) SetId(v string) *OriginRequestPolicy
- func (s *OriginRequestPolicy) SetLastModifiedTime(v time.Time) *OriginRequestPolicy
- func (s *OriginRequestPolicy) SetOriginRequestPolicyConfig(v *OriginRequestPolicyConfig) *OriginRequestPolicy
- func (s OriginRequestPolicy) String() string
- type OriginRequestPolicyConfig
- func (s OriginRequestPolicyConfig) GoString() string
- func (s *OriginRequestPolicyConfig) SetComment(v string) *OriginRequestPolicyConfig
- func (s *OriginRequestPolicyConfig) SetCookiesConfig(v *OriginRequestPolicyCookiesConfig) *OriginRequestPolicyConfig
- func (s *OriginRequestPolicyConfig) SetHeadersConfig(v *OriginRequestPolicyHeadersConfig) *OriginRequestPolicyConfig
- func (s *OriginRequestPolicyConfig) SetName(v string) *OriginRequestPolicyConfig
- func (s *OriginRequestPolicyConfig) SetQueryStringsConfig(v *OriginRequestPolicyQueryStringsConfig) *OriginRequestPolicyConfig
- func (s OriginRequestPolicyConfig) String() string
- func (s *OriginRequestPolicyConfig) Validate() error
- type OriginRequestPolicyCookiesConfig
- func (s OriginRequestPolicyCookiesConfig) GoString() string
- func (s *OriginRequestPolicyCookiesConfig) SetCookieBehavior(v string) *OriginRequestPolicyCookiesConfig
- func (s *OriginRequestPolicyCookiesConfig) SetCookies(v *CookieNames) *OriginRequestPolicyCookiesConfig
- func (s OriginRequestPolicyCookiesConfig) String() string
- func (s *OriginRequestPolicyCookiesConfig) Validate() error
- type OriginRequestPolicyHeadersConfig
- func (s OriginRequestPolicyHeadersConfig) GoString() string
- func (s *OriginRequestPolicyHeadersConfig) SetHeaderBehavior(v string) *OriginRequestPolicyHeadersConfig
- func (s *OriginRequestPolicyHeadersConfig) SetHeaders(v *Headers) *OriginRequestPolicyHeadersConfig
- func (s OriginRequestPolicyHeadersConfig) String() string
- func (s *OriginRequestPolicyHeadersConfig) Validate() error
- type OriginRequestPolicyList
- func (s OriginRequestPolicyList) GoString() string
- func (s *OriginRequestPolicyList) SetItems(v []*OriginRequestPolicySummary) *OriginRequestPolicyList
- func (s *OriginRequestPolicyList) SetMaxItems(v int64) *OriginRequestPolicyList
- func (s *OriginRequestPolicyList) SetNextMarker(v string) *OriginRequestPolicyList
- func (s *OriginRequestPolicyList) SetQuantity(v int64) *OriginRequestPolicyList
- func (s OriginRequestPolicyList) String() string
- type OriginRequestPolicyQueryStringsConfig
- func (s OriginRequestPolicyQueryStringsConfig) GoString() string
- func (s *OriginRequestPolicyQueryStringsConfig) SetQueryStringBehavior(v string) *OriginRequestPolicyQueryStringsConfig
- func (s *OriginRequestPolicyQueryStringsConfig) SetQueryStrings(v *QueryStringNames) *OriginRequestPolicyQueryStringsConfig
- func (s OriginRequestPolicyQueryStringsConfig) String() string
- func (s *OriginRequestPolicyQueryStringsConfig) Validate() error
- type OriginRequestPolicySummary
- func (s OriginRequestPolicySummary) GoString() string
- func (s *OriginRequestPolicySummary) SetOriginRequestPolicy(v *OriginRequestPolicy) *OriginRequestPolicySummary
- func (s *OriginRequestPolicySummary) SetType(v string) *OriginRequestPolicySummary
- func (s OriginRequestPolicySummary) String() string
- type OriginShield
- type OriginSslProtocols
- type Origins
- type ParametersInCacheKeyAndForwardedToOrigin
- func (s ParametersInCacheKeyAndForwardedToOrigin) GoString() string
- func (s *ParametersInCacheKeyAndForwardedToOrigin) SetCookiesConfig(v *CachePolicyCookiesConfig) *ParametersInCacheKeyAndForwardedToOrigin
- func (s *ParametersInCacheKeyAndForwardedToOrigin) SetEnableAcceptEncodingBrotli(v bool) *ParametersInCacheKeyAndForwardedToOrigin
- func (s *ParametersInCacheKeyAndForwardedToOrigin) SetEnableAcceptEncodingGzip(v bool) *ParametersInCacheKeyAndForwardedToOrigin
- func (s *ParametersInCacheKeyAndForwardedToOrigin) SetHeadersConfig(v *CachePolicyHeadersConfig) *ParametersInCacheKeyAndForwardedToOrigin
- func (s *ParametersInCacheKeyAndForwardedToOrigin) SetQueryStringsConfig(v *CachePolicyQueryStringsConfig) *ParametersInCacheKeyAndForwardedToOrigin
- func (s ParametersInCacheKeyAndForwardedToOrigin) String() string
- func (s *ParametersInCacheKeyAndForwardedToOrigin) Validate() error
- type Paths
- type PublicKey
- type PublicKeyConfig
- func (s PublicKeyConfig) GoString() string
- func (s *PublicKeyConfig) SetCallerReference(v string) *PublicKeyConfig
- func (s *PublicKeyConfig) SetComment(v string) *PublicKeyConfig
- func (s *PublicKeyConfig) SetEncodedKey(v string) *PublicKeyConfig
- func (s *PublicKeyConfig) SetName(v string) *PublicKeyConfig
- func (s PublicKeyConfig) String() string
- func (s *PublicKeyConfig) Validate() error
- type PublicKeyList
- func (s PublicKeyList) GoString() string
- func (s *PublicKeyList) SetItems(v []*PublicKeySummary) *PublicKeyList
- func (s *PublicKeyList) SetMaxItems(v int64) *PublicKeyList
- func (s *PublicKeyList) SetNextMarker(v string) *PublicKeyList
- func (s *PublicKeyList) SetQuantity(v int64) *PublicKeyList
- func (s PublicKeyList) String() string
- type PublicKeySummary
- func (s PublicKeySummary) GoString() string
- func (s *PublicKeySummary) SetComment(v string) *PublicKeySummary
- func (s *PublicKeySummary) SetCreatedTime(v time.Time) *PublicKeySummary
- func (s *PublicKeySummary) SetEncodedKey(v string) *PublicKeySummary
- func (s *PublicKeySummary) SetId(v string) *PublicKeySummary
- func (s *PublicKeySummary) SetName(v string) *PublicKeySummary
- func (s PublicKeySummary) String() string
- type PublishFunctionInput
- type PublishFunctionOutput
- type QueryArgProfile
- type QueryArgProfileConfig
- func (s QueryArgProfileConfig) GoString() string
- func (s *QueryArgProfileConfig) SetForwardWhenQueryArgProfileIsUnknown(v bool) *QueryArgProfileConfig
- func (s *QueryArgProfileConfig) SetQueryArgProfiles(v *QueryArgProfiles) *QueryArgProfileConfig
- func (s QueryArgProfileConfig) String() string
- func (s *QueryArgProfileConfig) Validate() error
- type QueryArgProfiles
- type QueryStringCacheKeys
- type QueryStringNames
- type RealtimeLogConfig
- func (s RealtimeLogConfig) GoString() string
- func (s *RealtimeLogConfig) SetARN(v string) *RealtimeLogConfig
- func (s *RealtimeLogConfig) SetEndPoints(v []*EndPoint) *RealtimeLogConfig
- func (s *RealtimeLogConfig) SetFields(v []*string) *RealtimeLogConfig
- func (s *RealtimeLogConfig) SetName(v string) *RealtimeLogConfig
- func (s *RealtimeLogConfig) SetSamplingRate(v int64) *RealtimeLogConfig
- func (s RealtimeLogConfig) String() string
- type RealtimeLogConfigs
- func (s RealtimeLogConfigs) GoString() string
- func (s *RealtimeLogConfigs) SetIsTruncated(v bool) *RealtimeLogConfigs
- func (s *RealtimeLogConfigs) SetItems(v []*RealtimeLogConfig) *RealtimeLogConfigs
- func (s *RealtimeLogConfigs) SetMarker(v string) *RealtimeLogConfigs
- func (s *RealtimeLogConfigs) SetMaxItems(v int64) *RealtimeLogConfigs
- func (s *RealtimeLogConfigs) SetNextMarker(v string) *RealtimeLogConfigs
- func (s RealtimeLogConfigs) String() string
- type RealtimeMetricsSubscriptionConfig
- func (s RealtimeMetricsSubscriptionConfig) GoString() string
- func (s *RealtimeMetricsSubscriptionConfig) SetRealtimeMetricsSubscriptionStatus(v string) *RealtimeMetricsSubscriptionConfig
- func (s RealtimeMetricsSubscriptionConfig) String() string
- func (s *RealtimeMetricsSubscriptionConfig) Validate() error
- type ResponseHeadersPolicy
- func (s ResponseHeadersPolicy) GoString() string
- func (s *ResponseHeadersPolicy) SetId(v string) *ResponseHeadersPolicy
- func (s *ResponseHeadersPolicy) SetLastModifiedTime(v time.Time) *ResponseHeadersPolicy
- func (s *ResponseHeadersPolicy) SetResponseHeadersPolicyConfig(v *ResponseHeadersPolicyConfig) *ResponseHeadersPolicy
- func (s ResponseHeadersPolicy) String() string
- type ResponseHeadersPolicyAccessControlAllowHeaders
- func (s ResponseHeadersPolicyAccessControlAllowHeaders) GoString() string
- func (s *ResponseHeadersPolicyAccessControlAllowHeaders) SetItems(v []*string) *ResponseHeadersPolicyAccessControlAllowHeaders
- func (s *ResponseHeadersPolicyAccessControlAllowHeaders) SetQuantity(v int64) *ResponseHeadersPolicyAccessControlAllowHeaders
- func (s ResponseHeadersPolicyAccessControlAllowHeaders) String() string
- func (s *ResponseHeadersPolicyAccessControlAllowHeaders) Validate() error
- type ResponseHeadersPolicyAccessControlAllowMethods
- func (s ResponseHeadersPolicyAccessControlAllowMethods) GoString() string
- func (s *ResponseHeadersPolicyAccessControlAllowMethods) SetItems(v []*string) *ResponseHeadersPolicyAccessControlAllowMethods
- func (s *ResponseHeadersPolicyAccessControlAllowMethods) SetQuantity(v int64) *ResponseHeadersPolicyAccessControlAllowMethods
- func (s ResponseHeadersPolicyAccessControlAllowMethods) String() string
- func (s *ResponseHeadersPolicyAccessControlAllowMethods) Validate() error
- type ResponseHeadersPolicyAccessControlAllowOrigins
- func (s ResponseHeadersPolicyAccessControlAllowOrigins) GoString() string
- func (s *ResponseHeadersPolicyAccessControlAllowOrigins) SetItems(v []*string) *ResponseHeadersPolicyAccessControlAllowOrigins
- func (s *ResponseHeadersPolicyAccessControlAllowOrigins) SetQuantity(v int64) *ResponseHeadersPolicyAccessControlAllowOrigins
- func (s ResponseHeadersPolicyAccessControlAllowOrigins) String() string
- func (s *ResponseHeadersPolicyAccessControlAllowOrigins) Validate() error
- type ResponseHeadersPolicyAccessControlExposeHeaders
- func (s ResponseHeadersPolicyAccessControlExposeHeaders) GoString() string
- func (s *ResponseHeadersPolicyAccessControlExposeHeaders) SetItems(v []*string) *ResponseHeadersPolicyAccessControlExposeHeaders
- func (s *ResponseHeadersPolicyAccessControlExposeHeaders) SetQuantity(v int64) *ResponseHeadersPolicyAccessControlExposeHeaders
- func (s ResponseHeadersPolicyAccessControlExposeHeaders) String() string
- func (s *ResponseHeadersPolicyAccessControlExposeHeaders) Validate() error
- type ResponseHeadersPolicyConfig
- func (s ResponseHeadersPolicyConfig) GoString() string
- func (s *ResponseHeadersPolicyConfig) SetComment(v string) *ResponseHeadersPolicyConfig
- func (s *ResponseHeadersPolicyConfig) SetCorsConfig(v *ResponseHeadersPolicyCorsConfig) *ResponseHeadersPolicyConfig
- func (s *ResponseHeadersPolicyConfig) SetCustomHeadersConfig(v *ResponseHeadersPolicyCustomHeadersConfig) *ResponseHeadersPolicyConfig
- func (s *ResponseHeadersPolicyConfig) SetName(v string) *ResponseHeadersPolicyConfig
- func (s *ResponseHeadersPolicyConfig) SetRemoveHeadersConfig(v *ResponseHeadersPolicyRemoveHeadersConfig) *ResponseHeadersPolicyConfig
- func (s *ResponseHeadersPolicyConfig) SetSecurityHeadersConfig(v *ResponseHeadersPolicySecurityHeadersConfig) *ResponseHeadersPolicyConfig
- func (s *ResponseHeadersPolicyConfig) SetServerTimingHeadersConfig(v *ResponseHeadersPolicyServerTimingHeadersConfig) *ResponseHeadersPolicyConfig
- func (s ResponseHeadersPolicyConfig) String() string
- func (s *ResponseHeadersPolicyConfig) Validate() error
- type ResponseHeadersPolicyContentSecurityPolicy
- func (s ResponseHeadersPolicyContentSecurityPolicy) GoString() string
- func (s *ResponseHeadersPolicyContentSecurityPolicy) SetContentSecurityPolicy(v string) *ResponseHeadersPolicyContentSecurityPolicy
- func (s *ResponseHeadersPolicyContentSecurityPolicy) SetOverride(v bool) *ResponseHeadersPolicyContentSecurityPolicy
- func (s ResponseHeadersPolicyContentSecurityPolicy) String() string
- func (s *ResponseHeadersPolicyContentSecurityPolicy) Validate() error
- type ResponseHeadersPolicyContentTypeOptions
- func (s ResponseHeadersPolicyContentTypeOptions) GoString() string
- func (s *ResponseHeadersPolicyContentTypeOptions) SetOverride(v bool) *ResponseHeadersPolicyContentTypeOptions
- func (s ResponseHeadersPolicyContentTypeOptions) String() string
- func (s *ResponseHeadersPolicyContentTypeOptions) Validate() error
- type ResponseHeadersPolicyCorsConfig
- func (s ResponseHeadersPolicyCorsConfig) GoString() string
- func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlAllowCredentials(v bool) *ResponseHeadersPolicyCorsConfig
- func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlAllowHeaders(v *ResponseHeadersPolicyAccessControlAllowHeaders) *ResponseHeadersPolicyCorsConfig
- func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlAllowMethods(v *ResponseHeadersPolicyAccessControlAllowMethods) *ResponseHeadersPolicyCorsConfig
- func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlAllowOrigins(v *ResponseHeadersPolicyAccessControlAllowOrigins) *ResponseHeadersPolicyCorsConfig
- func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlExposeHeaders(v *ResponseHeadersPolicyAccessControlExposeHeaders) *ResponseHeadersPolicyCorsConfig
- func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlMaxAgeSec(v int64) *ResponseHeadersPolicyCorsConfig
- func (s *ResponseHeadersPolicyCorsConfig) SetOriginOverride(v bool) *ResponseHeadersPolicyCorsConfig
- func (s ResponseHeadersPolicyCorsConfig) String() string
- func (s *ResponseHeadersPolicyCorsConfig) Validate() error
- type ResponseHeadersPolicyCustomHeader
- func (s ResponseHeadersPolicyCustomHeader) GoString() string
- func (s *ResponseHeadersPolicyCustomHeader) SetHeader(v string) *ResponseHeadersPolicyCustomHeader
- func (s *ResponseHeadersPolicyCustomHeader) SetOverride(v bool) *ResponseHeadersPolicyCustomHeader
- func (s *ResponseHeadersPolicyCustomHeader) SetValue(v string) *ResponseHeadersPolicyCustomHeader
- func (s ResponseHeadersPolicyCustomHeader) String() string
- func (s *ResponseHeadersPolicyCustomHeader) Validate() error
- type ResponseHeadersPolicyCustomHeadersConfig
- func (s ResponseHeadersPolicyCustomHeadersConfig) GoString() string
- func (s *ResponseHeadersPolicyCustomHeadersConfig) SetItems(v []*ResponseHeadersPolicyCustomHeader) *ResponseHeadersPolicyCustomHeadersConfig
- func (s *ResponseHeadersPolicyCustomHeadersConfig) SetQuantity(v int64) *ResponseHeadersPolicyCustomHeadersConfig
- func (s ResponseHeadersPolicyCustomHeadersConfig) String() string
- func (s *ResponseHeadersPolicyCustomHeadersConfig) Validate() error
- type ResponseHeadersPolicyFrameOptions
- func (s ResponseHeadersPolicyFrameOptions) GoString() string
- func (s *ResponseHeadersPolicyFrameOptions) SetFrameOption(v string) *ResponseHeadersPolicyFrameOptions
- func (s *ResponseHeadersPolicyFrameOptions) SetOverride(v bool) *ResponseHeadersPolicyFrameOptions
- func (s ResponseHeadersPolicyFrameOptions) String() string
- func (s *ResponseHeadersPolicyFrameOptions) Validate() error
- type ResponseHeadersPolicyList
- func (s ResponseHeadersPolicyList) GoString() string
- func (s *ResponseHeadersPolicyList) SetItems(v []*ResponseHeadersPolicySummary) *ResponseHeadersPolicyList
- func (s *ResponseHeadersPolicyList) SetMaxItems(v int64) *ResponseHeadersPolicyList
- func (s *ResponseHeadersPolicyList) SetNextMarker(v string) *ResponseHeadersPolicyList
- func (s *ResponseHeadersPolicyList) SetQuantity(v int64) *ResponseHeadersPolicyList
- func (s ResponseHeadersPolicyList) String() string
- type ResponseHeadersPolicyReferrerPolicy
- func (s ResponseHeadersPolicyReferrerPolicy) GoString() string
- func (s *ResponseHeadersPolicyReferrerPolicy) SetOverride(v bool) *ResponseHeadersPolicyReferrerPolicy
- func (s *ResponseHeadersPolicyReferrerPolicy) SetReferrerPolicy(v string) *ResponseHeadersPolicyReferrerPolicy
- func (s ResponseHeadersPolicyReferrerPolicy) String() string
- func (s *ResponseHeadersPolicyReferrerPolicy) Validate() error
- type ResponseHeadersPolicyRemoveHeader
- type ResponseHeadersPolicyRemoveHeadersConfig
- func (s ResponseHeadersPolicyRemoveHeadersConfig) GoString() string
- func (s *ResponseHeadersPolicyRemoveHeadersConfig) SetItems(v []*ResponseHeadersPolicyRemoveHeader) *ResponseHeadersPolicyRemoveHeadersConfig
- func (s *ResponseHeadersPolicyRemoveHeadersConfig) SetQuantity(v int64) *ResponseHeadersPolicyRemoveHeadersConfig
- func (s ResponseHeadersPolicyRemoveHeadersConfig) String() string
- func (s *ResponseHeadersPolicyRemoveHeadersConfig) Validate() error
- type ResponseHeadersPolicySecurityHeadersConfig
- func (s ResponseHeadersPolicySecurityHeadersConfig) GoString() string
- func (s *ResponseHeadersPolicySecurityHeadersConfig) SetContentSecurityPolicy(v *ResponseHeadersPolicyContentSecurityPolicy) *ResponseHeadersPolicySecurityHeadersConfig
- func (s *ResponseHeadersPolicySecurityHeadersConfig) SetContentTypeOptions(v *ResponseHeadersPolicyContentTypeOptions) *ResponseHeadersPolicySecurityHeadersConfig
- func (s *ResponseHeadersPolicySecurityHeadersConfig) SetFrameOptions(v *ResponseHeadersPolicyFrameOptions) *ResponseHeadersPolicySecurityHeadersConfig
- func (s *ResponseHeadersPolicySecurityHeadersConfig) SetReferrerPolicy(v *ResponseHeadersPolicyReferrerPolicy) *ResponseHeadersPolicySecurityHeadersConfig
- func (s *ResponseHeadersPolicySecurityHeadersConfig) SetStrictTransportSecurity(v *ResponseHeadersPolicyStrictTransportSecurity) *ResponseHeadersPolicySecurityHeadersConfig
- func (s *ResponseHeadersPolicySecurityHeadersConfig) SetXSSProtection(v *ResponseHeadersPolicyXSSProtection) *ResponseHeadersPolicySecurityHeadersConfig
- func (s ResponseHeadersPolicySecurityHeadersConfig) String() string
- func (s *ResponseHeadersPolicySecurityHeadersConfig) Validate() error
- type ResponseHeadersPolicyServerTimingHeadersConfig
- func (s ResponseHeadersPolicyServerTimingHeadersConfig) GoString() string
- func (s *ResponseHeadersPolicyServerTimingHeadersConfig) SetEnabled(v bool) *ResponseHeadersPolicyServerTimingHeadersConfig
- func (s *ResponseHeadersPolicyServerTimingHeadersConfig) SetSamplingRate(v float64) *ResponseHeadersPolicyServerTimingHeadersConfig
- func (s ResponseHeadersPolicyServerTimingHeadersConfig) String() string
- func (s *ResponseHeadersPolicyServerTimingHeadersConfig) Validate() error
- type ResponseHeadersPolicyStrictTransportSecurity
- func (s ResponseHeadersPolicyStrictTransportSecurity) GoString() string
- func (s *ResponseHeadersPolicyStrictTransportSecurity) SetAccessControlMaxAgeSec(v int64) *ResponseHeadersPolicyStrictTransportSecurity
- func (s *ResponseHeadersPolicyStrictTransportSecurity) SetIncludeSubdomains(v bool) *ResponseHeadersPolicyStrictTransportSecurity
- func (s *ResponseHeadersPolicyStrictTransportSecurity) SetOverride(v bool) *ResponseHeadersPolicyStrictTransportSecurity
- func (s *ResponseHeadersPolicyStrictTransportSecurity) SetPreload(v bool) *ResponseHeadersPolicyStrictTransportSecurity
- func (s ResponseHeadersPolicyStrictTransportSecurity) String() string
- func (s *ResponseHeadersPolicyStrictTransportSecurity) Validate() error
- type ResponseHeadersPolicySummary
- func (s ResponseHeadersPolicySummary) GoString() string
- func (s *ResponseHeadersPolicySummary) SetResponseHeadersPolicy(v *ResponseHeadersPolicy) *ResponseHeadersPolicySummary
- func (s *ResponseHeadersPolicySummary) SetType(v string) *ResponseHeadersPolicySummary
- func (s ResponseHeadersPolicySummary) String() string
- type ResponseHeadersPolicyXSSProtection
- func (s ResponseHeadersPolicyXSSProtection) GoString() string
- func (s *ResponseHeadersPolicyXSSProtection) SetModeBlock(v bool) *ResponseHeadersPolicyXSSProtection
- func (s *ResponseHeadersPolicyXSSProtection) SetOverride(v bool) *ResponseHeadersPolicyXSSProtection
- func (s *ResponseHeadersPolicyXSSProtection) SetProtection(v bool) *ResponseHeadersPolicyXSSProtection
- func (s *ResponseHeadersPolicyXSSProtection) SetReportUri(v string) *ResponseHeadersPolicyXSSProtection
- func (s ResponseHeadersPolicyXSSProtection) String() string
- func (s *ResponseHeadersPolicyXSSProtection) Validate() error
- type Restrictions
- type S3Origin
- type S3OriginConfig
- type SessionStickinessConfig
- func (s SessionStickinessConfig) GoString() string
- func (s *SessionStickinessConfig) SetIdleTTL(v int64) *SessionStickinessConfig
- func (s *SessionStickinessConfig) SetMaximumTTL(v int64) *SessionStickinessConfig
- func (s SessionStickinessConfig) String() string
- func (s *SessionStickinessConfig) Validate() error
- type Signer
- type StagingDistributionDnsNames
- func (s StagingDistributionDnsNames) GoString() string
- func (s *StagingDistributionDnsNames) SetItems(v []*string) *StagingDistributionDnsNames
- func (s *StagingDistributionDnsNames) SetQuantity(v int64) *StagingDistributionDnsNames
- func (s StagingDistributionDnsNames) String() string
- func (s *StagingDistributionDnsNames) Validate() error
- type StatusCodes
- type StreamingDistribution
- func (s StreamingDistribution) GoString() string
- func (s *StreamingDistribution) SetARN(v string) *StreamingDistribution
- func (s *StreamingDistribution) SetActiveTrustedSigners(v *ActiveTrustedSigners) *StreamingDistribution
- func (s *StreamingDistribution) SetDomainName(v string) *StreamingDistribution
- func (s *StreamingDistribution) SetId(v string) *StreamingDistribution
- func (s *StreamingDistribution) SetLastModifiedTime(v time.Time) *StreamingDistribution
- func (s *StreamingDistribution) SetStatus(v string) *StreamingDistribution
- func (s *StreamingDistribution) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *StreamingDistribution
- func (s StreamingDistribution) String() string
- type StreamingDistributionConfig
- func (s StreamingDistributionConfig) GoString() string
- func (s *StreamingDistributionConfig) SetAliases(v *Aliases) *StreamingDistributionConfig
- func (s *StreamingDistributionConfig) SetCallerReference(v string) *StreamingDistributionConfig
- func (s *StreamingDistributionConfig) SetComment(v string) *StreamingDistributionConfig
- func (s *StreamingDistributionConfig) SetEnabled(v bool) *StreamingDistributionConfig
- func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionConfig
- func (s *StreamingDistributionConfig) SetPriceClass(v string) *StreamingDistributionConfig
- func (s *StreamingDistributionConfig) SetS3Origin(v *S3Origin) *StreamingDistributionConfig
- func (s *StreamingDistributionConfig) SetTrustedSigners(v *TrustedSigners) *StreamingDistributionConfig
- func (s StreamingDistributionConfig) String() string
- func (s *StreamingDistributionConfig) Validate() error
- type StreamingDistributionConfigWithTags
- func (s StreamingDistributionConfigWithTags) GoString() string
- func (s *StreamingDistributionConfigWithTags) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *StreamingDistributionConfigWithTags
- func (s *StreamingDistributionConfigWithTags) SetTags(v *Tags) *StreamingDistributionConfigWithTags
- func (s StreamingDistributionConfigWithTags) String() string
- func (s *StreamingDistributionConfigWithTags) Validate() error
- type StreamingDistributionList
- func (s StreamingDistributionList) GoString() string
- func (s *StreamingDistributionList) SetIsTruncated(v bool) *StreamingDistributionList
- func (s *StreamingDistributionList) SetItems(v []*StreamingDistributionSummary) *StreamingDistributionList
- func (s *StreamingDistributionList) SetMarker(v string) *StreamingDistributionList
- func (s *StreamingDistributionList) SetMaxItems(v int64) *StreamingDistributionList
- func (s *StreamingDistributionList) SetNextMarker(v string) *StreamingDistributionList
- func (s *StreamingDistributionList) SetQuantity(v int64) *StreamingDistributionList
- func (s StreamingDistributionList) String() string
- type StreamingDistributionSummary
- func (s StreamingDistributionSummary) GoString() string
- func (s *StreamingDistributionSummary) SetARN(v string) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetAliases(v *Aliases) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetComment(v string) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetDomainName(v string) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetEnabled(v bool) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetId(v string) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetLastModifiedTime(v time.Time) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetPriceClass(v string) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetS3Origin(v *S3Origin) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetStatus(v string) *StreamingDistributionSummary
- func (s *StreamingDistributionSummary) SetTrustedSigners(v *TrustedSigners) *StreamingDistributionSummary
- func (s StreamingDistributionSummary) String() string
- type StreamingLoggingConfig
- func (s StreamingLoggingConfig) GoString() string
- func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig
- func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig
- func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig
- func (s StreamingLoggingConfig) String() string
- func (s *StreamingLoggingConfig) Validate() error
- type Tag
- type TagKeys
- type TagResourceInput
- type TagResourceOutput
- type Tags
- type TestFunctionInput
- func (s TestFunctionInput) GoString() string
- func (s *TestFunctionInput) SetEventObject(v []byte) *TestFunctionInput
- func (s *TestFunctionInput) SetIfMatch(v string) *TestFunctionInput
- func (s *TestFunctionInput) SetName(v string) *TestFunctionInput
- func (s *TestFunctionInput) SetStage(v string) *TestFunctionInput
- func (s TestFunctionInput) String() string
- func (s *TestFunctionInput) Validate() error
- type TestFunctionOutput
- type TestResult
- func (s TestResult) GoString() string
- func (s *TestResult) SetComputeUtilization(v string) *TestResult
- func (s *TestResult) SetFunctionErrorMessage(v string) *TestResult
- func (s *TestResult) SetFunctionExecutionLogs(v []*string) *TestResult
- func (s *TestResult) SetFunctionOutput(v string) *TestResult
- func (s *TestResult) SetFunctionSummary(v *FunctionSummary) *TestResult
- func (s TestResult) String() string
- type TrafficConfig
- func (s TrafficConfig) GoString() string
- func (s *TrafficConfig) SetSingleHeaderConfig(v *ContinuousDeploymentSingleHeaderConfig) *TrafficConfig
- func (s *TrafficConfig) SetSingleWeightConfig(v *ContinuousDeploymentSingleWeightConfig) *TrafficConfig
- func (s *TrafficConfig) SetType(v string) *TrafficConfig
- func (s TrafficConfig) String() string
- func (s *TrafficConfig) Validate() error
- type TrustedKeyGroups
- func (s TrustedKeyGroups) GoString() string
- func (s *TrustedKeyGroups) SetEnabled(v bool) *TrustedKeyGroups
- func (s *TrustedKeyGroups) SetItems(v []*string) *TrustedKeyGroups
- func (s *TrustedKeyGroups) SetQuantity(v int64) *TrustedKeyGroups
- func (s TrustedKeyGroups) String() string
- func (s *TrustedKeyGroups) Validate() error
- type TrustedSigners
- func (s TrustedSigners) GoString() string
- func (s *TrustedSigners) SetEnabled(v bool) *TrustedSigners
- func (s *TrustedSigners) SetItems(v []*string) *TrustedSigners
- func (s *TrustedSigners) SetQuantity(v int64) *TrustedSigners
- func (s TrustedSigners) String() string
- func (s *TrustedSigners) Validate() error
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateCachePolicyInput
- func (s UpdateCachePolicyInput) GoString() string
- func (s *UpdateCachePolicyInput) SetCachePolicyConfig(v *CachePolicyConfig) *UpdateCachePolicyInput
- func (s *UpdateCachePolicyInput) SetId(v string) *UpdateCachePolicyInput
- func (s *UpdateCachePolicyInput) SetIfMatch(v string) *UpdateCachePolicyInput
- func (s UpdateCachePolicyInput) String() string
- func (s *UpdateCachePolicyInput) Validate() error
- type UpdateCachePolicyOutput
- type UpdateCloudFrontOriginAccessIdentityInput
- func (s UpdateCloudFrontOriginAccessIdentityInput) GoString() string
- func (s *UpdateCloudFrontOriginAccessIdentityInput) SetCloudFrontOriginAccessIdentityConfig(v *OriginAccessIdentityConfig) *UpdateCloudFrontOriginAccessIdentityInput
- func (s *UpdateCloudFrontOriginAccessIdentityInput) SetId(v string) *UpdateCloudFrontOriginAccessIdentityInput
- func (s *UpdateCloudFrontOriginAccessIdentityInput) SetIfMatch(v string) *UpdateCloudFrontOriginAccessIdentityInput
- func (s UpdateCloudFrontOriginAccessIdentityInput) String() string
- func (s *UpdateCloudFrontOriginAccessIdentityInput) Validate() error
- type UpdateCloudFrontOriginAccessIdentityOutput
- func (s UpdateCloudFrontOriginAccessIdentityOutput) GoString() string
- func (s *UpdateCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity(v *OriginAccessIdentity) *UpdateCloudFrontOriginAccessIdentityOutput
- func (s *UpdateCloudFrontOriginAccessIdentityOutput) SetETag(v string) *UpdateCloudFrontOriginAccessIdentityOutput
- func (s UpdateCloudFrontOriginAccessIdentityOutput) String() string
- type UpdateContinuousDeploymentPolicyInput
- func (s UpdateContinuousDeploymentPolicyInput) GoString() string
- func (s *UpdateContinuousDeploymentPolicyInput) SetContinuousDeploymentPolicyConfig(v *ContinuousDeploymentPolicyConfig) *UpdateContinuousDeploymentPolicyInput
- func (s *UpdateContinuousDeploymentPolicyInput) SetId(v string) *UpdateContinuousDeploymentPolicyInput
- func (s *UpdateContinuousDeploymentPolicyInput) SetIfMatch(v string) *UpdateContinuousDeploymentPolicyInput
- func (s UpdateContinuousDeploymentPolicyInput) String() string
- func (s *UpdateContinuousDeploymentPolicyInput) Validate() error
- type UpdateContinuousDeploymentPolicyOutput
- func (s UpdateContinuousDeploymentPolicyOutput) GoString() string
- func (s *UpdateContinuousDeploymentPolicyOutput) SetContinuousDeploymentPolicy(v *ContinuousDeploymentPolicy) *UpdateContinuousDeploymentPolicyOutput
- func (s *UpdateContinuousDeploymentPolicyOutput) SetETag(v string) *UpdateContinuousDeploymentPolicyOutput
- func (s UpdateContinuousDeploymentPolicyOutput) String() string
- type UpdateDistributionInput
- func (s UpdateDistributionInput) GoString() string
- func (s *UpdateDistributionInput) SetDistributionConfig(v *DistributionConfig) *UpdateDistributionInput
- func (s *UpdateDistributionInput) SetId(v string) *UpdateDistributionInput
- func (s *UpdateDistributionInput) SetIfMatch(v string) *UpdateDistributionInput
- func (s UpdateDistributionInput) String() string
- func (s *UpdateDistributionInput) Validate() error
- type UpdateDistributionOutput
- type UpdateDistributionWithStagingConfigInput
- func (s UpdateDistributionWithStagingConfigInput) GoString() string
- func (s *UpdateDistributionWithStagingConfigInput) SetId(v string) *UpdateDistributionWithStagingConfigInput
- func (s *UpdateDistributionWithStagingConfigInput) SetIfMatch(v string) *UpdateDistributionWithStagingConfigInput
- func (s *UpdateDistributionWithStagingConfigInput) SetStagingDistributionId(v string) *UpdateDistributionWithStagingConfigInput
- func (s UpdateDistributionWithStagingConfigInput) String() string
- func (s *UpdateDistributionWithStagingConfigInput) Validate() error
- type UpdateDistributionWithStagingConfigOutput
- func (s UpdateDistributionWithStagingConfigOutput) GoString() string
- func (s *UpdateDistributionWithStagingConfigOutput) SetDistribution(v *Distribution) *UpdateDistributionWithStagingConfigOutput
- func (s *UpdateDistributionWithStagingConfigOutput) SetETag(v string) *UpdateDistributionWithStagingConfigOutput
- func (s UpdateDistributionWithStagingConfigOutput) String() string
- type UpdateFieldLevelEncryptionConfigInput
- func (s UpdateFieldLevelEncryptionConfigInput) GoString() string
- func (s *UpdateFieldLevelEncryptionConfigInput) SetFieldLevelEncryptionConfig(v *FieldLevelEncryptionConfig) *UpdateFieldLevelEncryptionConfigInput
- func (s *UpdateFieldLevelEncryptionConfigInput) SetId(v string) *UpdateFieldLevelEncryptionConfigInput
- func (s *UpdateFieldLevelEncryptionConfigInput) SetIfMatch(v string) *UpdateFieldLevelEncryptionConfigInput
- func (s UpdateFieldLevelEncryptionConfigInput) String() string
- func (s *UpdateFieldLevelEncryptionConfigInput) Validate() error
- type UpdateFieldLevelEncryptionConfigOutput
- func (s UpdateFieldLevelEncryptionConfigOutput) GoString() string
- func (s *UpdateFieldLevelEncryptionConfigOutput) SetETag(v string) *UpdateFieldLevelEncryptionConfigOutput
- func (s *UpdateFieldLevelEncryptionConfigOutput) SetFieldLevelEncryption(v *FieldLevelEncryption) *UpdateFieldLevelEncryptionConfigOutput
- func (s UpdateFieldLevelEncryptionConfigOutput) String() string
- type UpdateFieldLevelEncryptionProfileInput
- func (s UpdateFieldLevelEncryptionProfileInput) GoString() string
- func (s *UpdateFieldLevelEncryptionProfileInput) SetFieldLevelEncryptionProfileConfig(v *FieldLevelEncryptionProfileConfig) *UpdateFieldLevelEncryptionProfileInput
- func (s *UpdateFieldLevelEncryptionProfileInput) SetId(v string) *UpdateFieldLevelEncryptionProfileInput
- func (s *UpdateFieldLevelEncryptionProfileInput) SetIfMatch(v string) *UpdateFieldLevelEncryptionProfileInput
- func (s UpdateFieldLevelEncryptionProfileInput) String() string
- func (s *UpdateFieldLevelEncryptionProfileInput) Validate() error
- type UpdateFieldLevelEncryptionProfileOutput
- func (s UpdateFieldLevelEncryptionProfileOutput) GoString() string
- func (s *UpdateFieldLevelEncryptionProfileOutput) SetETag(v string) *UpdateFieldLevelEncryptionProfileOutput
- func (s *UpdateFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile(v *FieldLevelEncryptionProfile) *UpdateFieldLevelEncryptionProfileOutput
- func (s UpdateFieldLevelEncryptionProfileOutput) String() string
- type UpdateFunctionInput
- func (s UpdateFunctionInput) GoString() string
- func (s *UpdateFunctionInput) SetFunctionCode(v []byte) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetFunctionConfig(v *FunctionConfig) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetIfMatch(v string) *UpdateFunctionInput
- func (s *UpdateFunctionInput) SetName(v string) *UpdateFunctionInput
- func (s UpdateFunctionInput) String() string
- func (s *UpdateFunctionInput) Validate() error
- type UpdateFunctionOutput
- type UpdateKeyGroupInput
- func (s UpdateKeyGroupInput) GoString() string
- func (s *UpdateKeyGroupInput) SetId(v string) *UpdateKeyGroupInput
- func (s *UpdateKeyGroupInput) SetIfMatch(v string) *UpdateKeyGroupInput
- func (s *UpdateKeyGroupInput) SetKeyGroupConfig(v *KeyGroupConfig) *UpdateKeyGroupInput
- func (s UpdateKeyGroupInput) String() string
- func (s *UpdateKeyGroupInput) Validate() error
- type UpdateKeyGroupOutput
- type UpdateOriginAccessControlInput
- func (s UpdateOriginAccessControlInput) GoString() string
- func (s *UpdateOriginAccessControlInput) SetId(v string) *UpdateOriginAccessControlInput
- func (s *UpdateOriginAccessControlInput) SetIfMatch(v string) *UpdateOriginAccessControlInput
- func (s *UpdateOriginAccessControlInput) SetOriginAccessControlConfig(v *OriginAccessControlConfig) *UpdateOriginAccessControlInput
- func (s UpdateOriginAccessControlInput) String() string
- func (s *UpdateOriginAccessControlInput) Validate() error
- type UpdateOriginAccessControlOutput
- func (s UpdateOriginAccessControlOutput) GoString() string
- func (s *UpdateOriginAccessControlOutput) SetETag(v string) *UpdateOriginAccessControlOutput
- func (s *UpdateOriginAccessControlOutput) SetOriginAccessControl(v *OriginAccessControl) *UpdateOriginAccessControlOutput
- func (s UpdateOriginAccessControlOutput) String() string
- type UpdateOriginRequestPolicyInput
- func (s UpdateOriginRequestPolicyInput) GoString() string
- func (s *UpdateOriginRequestPolicyInput) SetId(v string) *UpdateOriginRequestPolicyInput
- func (s *UpdateOriginRequestPolicyInput) SetIfMatch(v string) *UpdateOriginRequestPolicyInput
- func (s *UpdateOriginRequestPolicyInput) SetOriginRequestPolicyConfig(v *OriginRequestPolicyConfig) *UpdateOriginRequestPolicyInput
- func (s UpdateOriginRequestPolicyInput) String() string
- func (s *UpdateOriginRequestPolicyInput) Validate() error
- type UpdateOriginRequestPolicyOutput
- func (s UpdateOriginRequestPolicyOutput) GoString() string
- func (s *UpdateOriginRequestPolicyOutput) SetETag(v string) *UpdateOriginRequestPolicyOutput
- func (s *UpdateOriginRequestPolicyOutput) SetOriginRequestPolicy(v *OriginRequestPolicy) *UpdateOriginRequestPolicyOutput
- func (s UpdateOriginRequestPolicyOutput) String() string
- type UpdatePublicKeyInput
- func (s UpdatePublicKeyInput) GoString() string
- func (s *UpdatePublicKeyInput) SetId(v string) *UpdatePublicKeyInput
- func (s *UpdatePublicKeyInput) SetIfMatch(v string) *UpdatePublicKeyInput
- func (s *UpdatePublicKeyInput) SetPublicKeyConfig(v *PublicKeyConfig) *UpdatePublicKeyInput
- func (s UpdatePublicKeyInput) String() string
- func (s *UpdatePublicKeyInput) Validate() error
- type UpdatePublicKeyOutput
- type UpdateRealtimeLogConfigInput
- func (s UpdateRealtimeLogConfigInput) GoString() string
- func (s *UpdateRealtimeLogConfigInput) SetARN(v string) *UpdateRealtimeLogConfigInput
- func (s *UpdateRealtimeLogConfigInput) SetEndPoints(v []*EndPoint) *UpdateRealtimeLogConfigInput
- func (s *UpdateRealtimeLogConfigInput) SetFields(v []*string) *UpdateRealtimeLogConfigInput
- func (s *UpdateRealtimeLogConfigInput) SetName(v string) *UpdateRealtimeLogConfigInput
- func (s *UpdateRealtimeLogConfigInput) SetSamplingRate(v int64) *UpdateRealtimeLogConfigInput
- func (s UpdateRealtimeLogConfigInput) String() string
- func (s *UpdateRealtimeLogConfigInput) Validate() error
- type UpdateRealtimeLogConfigOutput
- type UpdateResponseHeadersPolicyInput
- func (s UpdateResponseHeadersPolicyInput) GoString() string
- func (s *UpdateResponseHeadersPolicyInput) SetId(v string) *UpdateResponseHeadersPolicyInput
- func (s *UpdateResponseHeadersPolicyInput) SetIfMatch(v string) *UpdateResponseHeadersPolicyInput
- func (s *UpdateResponseHeadersPolicyInput) SetResponseHeadersPolicyConfig(v *ResponseHeadersPolicyConfig) *UpdateResponseHeadersPolicyInput
- func (s UpdateResponseHeadersPolicyInput) String() string
- func (s *UpdateResponseHeadersPolicyInput) Validate() error
- type UpdateResponseHeadersPolicyOutput
- func (s UpdateResponseHeadersPolicyOutput) GoString() string
- func (s *UpdateResponseHeadersPolicyOutput) SetETag(v string) *UpdateResponseHeadersPolicyOutput
- func (s *UpdateResponseHeadersPolicyOutput) SetResponseHeadersPolicy(v *ResponseHeadersPolicy) *UpdateResponseHeadersPolicyOutput
- func (s UpdateResponseHeadersPolicyOutput) String() string
- type UpdateStreamingDistributionInput
- func (s UpdateStreamingDistributionInput) GoString() string
- func (s *UpdateStreamingDistributionInput) SetId(v string) *UpdateStreamingDistributionInput
- func (s *UpdateStreamingDistributionInput) SetIfMatch(v string) *UpdateStreamingDistributionInput
- func (s *UpdateStreamingDistributionInput) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *UpdateStreamingDistributionInput
- func (s UpdateStreamingDistributionInput) String() string
- func (s *UpdateStreamingDistributionInput) Validate() error
- type UpdateStreamingDistributionOutput
- func (s UpdateStreamingDistributionOutput) GoString() string
- func (s *UpdateStreamingDistributionOutput) SetETag(v string) *UpdateStreamingDistributionOutput
- func (s *UpdateStreamingDistributionOutput) SetStreamingDistribution(v *StreamingDistribution) *UpdateStreamingDistributionOutput
- func (s UpdateStreamingDistributionOutput) String() string
- type ViewerCertificate
- func (s ViewerCertificate) GoString() string
- func (s *ViewerCertificate) SetACMCertificateArn(v string) *ViewerCertificate
- func (s *ViewerCertificate) SetCertificate(v string) *ViewerCertificate
- func (s *ViewerCertificate) SetCertificateSource(v string) *ViewerCertificate
- func (s *ViewerCertificate) SetCloudFrontDefaultCertificate(v bool) *ViewerCertificate
- func (s *ViewerCertificate) SetIAMCertificateId(v string) *ViewerCertificate
- func (s *ViewerCertificate) SetMinimumProtocolVersion(v string) *ViewerCertificate
- func (s *ViewerCertificate) SetSSLSupportMethod(v string) *ViewerCertificate
- func (s ViewerCertificate) String() string
Examples ¶
- CloudFront.CreateCloudFrontOriginAccessIdentity (Shared00)
- CloudFront.CreateDistribution (Shared00)
- CloudFront.CreateDistributionWithTags (Shared00)
- CloudFront.CreateInvalidation (Shared00)
- CloudFront.CreateStreamingDistribution (Shared00)
- CloudFront.DeleteCloudFrontOriginAccessIdentity (Shared00)
- CloudFront.DeleteDistribution (Shared00)
- CloudFront.DeleteStreamingDistribution (Shared00)
- CloudFront.GetCloudFrontOriginAccessIdentity (Shared00)
- CloudFront.GetCloudFrontOriginAccessIdentityConfig (Shared00)
- CloudFront.GetDistribution (Shared00)
- CloudFront.GetDistributionConfig (Shared00)
- CloudFront.GetInvalidation (Shared00)
- CloudFront.GetStreamingDistribution (Shared00)
- CloudFront.GetStreamingDistributionConfig (Shared00)
- CloudFront.ListCloudFrontOriginAccessIdentities (Shared00)
- CloudFront.ListDistributions (Shared00)
- CloudFront.ListDistributionsByWebACLId (Shared00)
- CloudFront.ListInvalidations (Shared00)
- CloudFront.ListStreamingDistributions (Shared00)
- CloudFront.ListTagsForResource (Shared00)
- CloudFront.TagResource (Shared00)
- CloudFront.UntagResource (Shared00)
- CloudFront.UpdateCloudFrontOriginAccessIdentity (Shared00)
- CloudFront.UpdateDistribution (Shared00)
- CloudFront.UpdateStreamingDistribution (Shared00)
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 ( // FunctionRuntimeCloudfrontJs10 is a FunctionRuntime enum value FunctionRuntimeCloudfrontJs10 = "cloudfront-js-1.0" // FunctionRuntimeCloudfrontJs20 is a FunctionRuntime enum value FunctionRuntimeCloudfrontJs20 = "cloudfront-js-2.0" )
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 (
// OriginAccessControlSigningProtocolsSigv4 is a OriginAccessControlSigningProtocols enum value
OriginAccessControlSigningProtocolsSigv4 = "sigv4"
)
Variables ¶
This section is empty.
Functions ¶
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
Types ¶
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 // are configured as trusted signers. 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 ¶
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) SetQuantity ¶
SetQuantity sets the Quantity field's value.
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 ¶
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.
This API operation requires the following IAM permissions:
GetDistribution (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html)
CreateDistribution (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html)
CopyDistribution (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CopyDistribution.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 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.
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.
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:
ErrCodeAccessDenied "AccessDenied" Access denied.
ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.
ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.
ErrCodeCachePolicyAlreadyExists "CachePolicyAlreadyExists" A cache policy with this name already exists. You must provide a unique name. To modify an existing cache policy, use UpdateCachePolicy.
ErrCodeTooManyCachePolicies "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.
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/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
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
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. This API operation requires the following IAM permissions:
CreateDistribution (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html)
TagResource (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_TagResource.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 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.
ErrCodeIllegalOriginAccessConfiguration "IllegalOriginAccessConfiguration" An origin cannot contain both an origin access control (OAC) and an origin access identity (OAI).
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.
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.
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
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
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
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
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
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
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
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.
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) }
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
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
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
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
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
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
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
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.
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) }
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.
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) }
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
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
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
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
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
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
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
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.
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.
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
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.
This API operation requires the following IAM permissions:
GetDistribution (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html)
UpdateDistribution (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.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 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.
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.
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 *UpdateResponseHeadersPolicyInput, opts ...request.Option) (*UpdateResponseHeadersPolicyOutput, error)
UpdateResponseHeadersPolicyWithContext is the same as UpdateResponseHeadersPolicy with the addition of the ability to pass a context and additional request options.
See UpdateResponseHeadersPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudFront) UpdateStreamingDistribution ¶
func (c *CloudFront) UpdateStreamingDistribution(input *UpdateStreamingDistributionInput) (*UpdateStreamingDistributionOutput, error)
UpdateStreamingDistribution API operation for Amazon CloudFront.
Update a streaming distribution.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon CloudFront's API operation UpdateStreamingDistribution for usage and error information.
Returned Error Codes:
ErrCodeAccessDenied "AccessDenied" Access denied.
ErrCodeCNAMEAlreadyExists "CNAMEAlreadyExists" The CNAME specified is already defined for CloudFront.
ErrCodeIllegalUpdate "IllegalUpdate" The update contains modifications that are not allowed.
ErrCodeInvalidIfMatchVersion "InvalidIfMatchVersion" The If-Match version is missing or not valid.
ErrCodeMissingBody "MissingBody" This operation requires a body. Ensure that the body is present and the Content-Type header is set.
ErrCodeNoSuchStreamingDistribution "NoSuchStreamingDistribution" The specified streaming distribution does not exist.
ErrCodePreconditionFailed "PreconditionFailed" The precondition in one or more of the request fields evaluated to false.
ErrCodeTooManyStreamingDistributionCNAMEs "TooManyStreamingDistributionCNAMEs" Your request contains more CNAMEs than are allowed per distribution.
ErrCodeInvalidArgument "InvalidArgument" An argument is invalid.
ErrCodeInvalidOriginAccessIdentity "InvalidOriginAccessIdentity" The origin access identity is not valid or doesn't exist.
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.
ErrCodeInconsistentQuantities "InconsistentQuantities" The value of Quantity and the size of Items don't match.
See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateStreamingDistribution
func (*CloudFront) UpdateStreamingDistributionRequest ¶
func (c *CloudFront) UpdateStreamingDistributionRequest(input *UpdateStreamingDistributionInput) (req *request.Request, output *UpdateStreamingDistributionOutput)
UpdateStreamingDistributionRequest generates a "aws/request.Request" representing the client's request for the UpdateStreamingDistribution operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateStreamingDistribution for more information on using the UpdateStreamingDistribution API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateStreamingDistributionRequest method. req, resp := client.UpdateStreamingDistributionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateStreamingDistribution
func (*CloudFront) UpdateStreamingDistributionWithContext ¶
func (c *CloudFront) UpdateStreamingDistributionWithContext(ctx aws.Context, input *UpdateStreamingDistributionInput, opts ...request.Option) (*UpdateStreamingDistributionOutput, error)
UpdateStreamingDistributionWithContext is the same as UpdateStreamingDistribution with the addition of the ability to pass a context and additional request options.
See UpdateStreamingDistribution for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudFront) WaitUntilDistributionDeployed ¶
func (c *CloudFront) WaitUntilDistributionDeployed(input *GetDistributionInput) error
WaitUntilDistributionDeployed uses the CloudFront API operation GetDistribution to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*CloudFront) WaitUntilDistributionDeployedWithContext ¶
func (c *CloudFront) WaitUntilDistributionDeployedWithContext(ctx aws.Context, input *GetDistributionInput, opts ...request.WaiterOption) error
WaitUntilDistributionDeployedWithContext is an extended version of WaitUntilDistributionDeployed. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudFront) WaitUntilInvalidationCompleted ¶
func (c *CloudFront) WaitUntilInvalidationCompleted(input *GetInvalidationInput) error
WaitUntilInvalidationCompleted uses the CloudFront API operation GetInvalidation to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*CloudFront) WaitUntilInvalidationCompletedWithContext ¶
func (c *CloudFront) WaitUntilInvalidationCompletedWithContext(ctx aws.Context, input *GetInvalidationInput, opts ...request.WaiterOption) error
WaitUntilInvalidationCompletedWithContext is an extended version of WaitUntilInvalidationCompleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CloudFront) WaitUntilStreamingDistributionDeployed ¶
func (c *CloudFront) WaitUntilStreamingDistributionDeployed(input *GetStreamingDistributionInput) error
WaitUntilStreamingDistributionDeployed uses the CloudFront API operation GetStreamingDistribution to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*CloudFront) WaitUntilStreamingDistributionDeployedWithContext ¶
func (c *CloudFront) WaitUntilStreamingDistributionDeployedWithContext(ctx aws.Context, input *GetStreamingDistributionInput, opts ...request.WaiterOption) error
WaitUntilStreamingDistributionDeployedWithContext is an extended version of WaitUntilStreamingDistributionDeployed. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type ConflictingAlias ¶
type ConflictingAlias struct { // The (partially hidden) ID of the Amazon Web Services account that owns the // distribution that's associated with the alias. AccountId *string `type:"string"` // An alias (also called a CNAME). Alias *string `type:"string"` // The (partially hidden) ID of the CloudFront distribution associated with // the alias. DistributionId *string `type:"string"` // contains filtered or unexported fields }
An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it's associated with. 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.
func (ConflictingAlias) GoString ¶
func (s ConflictingAlias) 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 (*ConflictingAlias) SetAccountId ¶
func (s *ConflictingAlias) SetAccountId(v string) *ConflictingAlias
SetAccountId sets the AccountId field's value.
func (*ConflictingAlias) SetAlias ¶
func (s *ConflictingAlias) SetAlias(v string) *ConflictingAlias
SetAlias sets the Alias field's value.
func (*ConflictingAlias) SetDistributionId ¶
func (s *ConflictingAlias) SetDistributionId(v string) *ConflictingAlias
SetDistributionId sets the DistributionId field's value.
func (ConflictingAlias) String ¶
func (s ConflictingAlias) 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 ConflictingAliasesList ¶
type ConflictingAliasesList struct { // Contains the conflicting aliases in the list. Items []*ConflictingAlias `locationNameList:"ConflictingAlias" type:"list"` // The maximum number of conflicting aliases requested. MaxItems *int64 `type:"integer"` // 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 conflicting aliases where you // left off. NextMarker *string `type:"string"` // The number of conflicting aliases returned in the response. Quantity *int64 `type:"integer"` // contains filtered or unexported fields }
A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that they are associated with. In the 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.
func (ConflictingAliasesList) GoString ¶
func (s ConflictingAliasesList) 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 (*ConflictingAliasesList) SetItems ¶
func (s *ConflictingAliasesList) SetItems(v []*ConflictingAlias) *ConflictingAliasesList
SetItems sets the Items field's value.
func (*ConflictingAliasesList) SetMaxItems ¶
func (s *ConflictingAliasesList) SetMaxItems(v int64) *ConflictingAliasesList
SetMaxItems sets the MaxItems field's value.
func (*ConflictingAliasesList) SetNextMarker ¶
func (s *ConflictingAliasesList) SetNextMarker(v string) *ConflictingAliasesList
SetNextMarker sets the NextMarker field's value.
func (*ConflictingAliasesList) SetQuantity ¶
func (s *ConflictingAliasesList) SetQuantity(v int64) *ConflictingAliasesList
SetQuantity sets the Quantity field's value.
func (ConflictingAliasesList) String ¶
func (s ConflictingAliasesList) 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 ContentTypeProfile ¶
type ContentTypeProfile struct { // The content type for a field-level encryption content type-profile mapping. // // ContentType is a required field ContentType *string `type:"string" required:"true"` // The format for a field-level encryption content type-profile mapping. // // Format is a required field Format *string `type:"string" required:"true" enum:"Format"` // The profile ID for a field-level encryption content type-profile mapping. ProfileId *string `type:"string"` // contains filtered or unexported fields }
A field-level encryption content type profile.
func (ContentTypeProfile) GoString ¶
func (s ContentTypeProfile) 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 (*ContentTypeProfile) SetContentType ¶
func (s *ContentTypeProfile) SetContentType(v string) *ContentTypeProfile
SetContentType sets the ContentType field's value.
func (*ContentTypeProfile) SetFormat ¶
func (s *ContentTypeProfile) SetFormat(v string) *ContentTypeProfile
SetFormat sets the Format field's value.
func (*ContentTypeProfile) SetProfileId ¶
func (s *ContentTypeProfile) SetProfileId(v string) *ContentTypeProfile
SetProfileId sets the ProfileId field's value.
func (ContentTypeProfile) String ¶
func (s ContentTypeProfile) 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 (*ContentTypeProfile) Validate ¶
func (s *ContentTypeProfile) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ContentTypeProfileConfig ¶
type ContentTypeProfileConfig struct { // The configuration for a field-level encryption content type-profile. ContentTypeProfiles *ContentTypeProfiles `type:"structure"` // The setting in a field-level encryption content type-profile mapping that // specifies what to do when an unknown content type is provided for the profile. // If true, content is forwarded without being encrypted when the content type // is unknown. If false (the default), an error is returned when the content // type is unknown. // // ForwardWhenContentTypeIsUnknown is a required field ForwardWhenContentTypeIsUnknown *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
The configuration for a field-level encryption content type-profile mapping.
func (ContentTypeProfileConfig) GoString ¶
func (s ContentTypeProfileConfig) 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 (*ContentTypeProfileConfig) SetContentTypeProfiles ¶
func (s *ContentTypeProfileConfig) SetContentTypeProfiles(v *ContentTypeProfiles) *ContentTypeProfileConfig
SetContentTypeProfiles sets the ContentTypeProfiles field's value.
func (*ContentTypeProfileConfig) SetForwardWhenContentTypeIsUnknown ¶
func (s *ContentTypeProfileConfig) SetForwardWhenContentTypeIsUnknown(v bool) *ContentTypeProfileConfig
SetForwardWhenContentTypeIsUnknown sets the ForwardWhenContentTypeIsUnknown field's value.
func (ContentTypeProfileConfig) String ¶
func (s ContentTypeProfileConfig) 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 (*ContentTypeProfileConfig) Validate ¶
func (s *ContentTypeProfileConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ContentTypeProfiles ¶
type ContentTypeProfiles struct { // Items in a field-level encryption content type-profile mapping. Items []*ContentTypeProfile `locationNameList:"ContentTypeProfile" type:"list"` // The number of field-level encryption content type-profile mappings. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Field-level encryption content type-profile.
func (ContentTypeProfiles) GoString ¶
func (s ContentTypeProfiles) 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 (*ContentTypeProfiles) SetItems ¶
func (s *ContentTypeProfiles) SetItems(v []*ContentTypeProfile) *ContentTypeProfiles
SetItems sets the Items field's value.
func (*ContentTypeProfiles) SetQuantity ¶
func (s *ContentTypeProfiles) SetQuantity(v int64) *ContentTypeProfiles
SetQuantity sets the Quantity field's value.
func (ContentTypeProfiles) String ¶
func (s ContentTypeProfiles) 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 (*ContentTypeProfiles) Validate ¶
func (s *ContentTypeProfiles) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ContinuousDeploymentPolicy ¶
type ContinuousDeploymentPolicy struct { // Contains the configuration for a continuous deployment policy. // // ContinuousDeploymentPolicyConfig is a required field ContinuousDeploymentPolicyConfig *ContinuousDeploymentPolicyConfig `type:"structure" required:"true"` // The identifier of the continuous deployment policy. // // Id is a required field Id *string `type:"string" required:"true"` // The date and time the continuous deployment policy was last modified. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
A continuous deployment policy.
func (ContinuousDeploymentPolicy) GoString ¶
func (s ContinuousDeploymentPolicy) 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 (*ContinuousDeploymentPolicy) SetContinuousDeploymentPolicyConfig ¶
func (s *ContinuousDeploymentPolicy) SetContinuousDeploymentPolicyConfig(v *ContinuousDeploymentPolicyConfig) *ContinuousDeploymentPolicy
SetContinuousDeploymentPolicyConfig sets the ContinuousDeploymentPolicyConfig field's value.
func (*ContinuousDeploymentPolicy) SetId ¶
func (s *ContinuousDeploymentPolicy) SetId(v string) *ContinuousDeploymentPolicy
SetId sets the Id field's value.
func (*ContinuousDeploymentPolicy) SetLastModifiedTime ¶
func (s *ContinuousDeploymentPolicy) SetLastModifiedTime(v time.Time) *ContinuousDeploymentPolicy
SetLastModifiedTime sets the LastModifiedTime field's value.
func (ContinuousDeploymentPolicy) String ¶
func (s ContinuousDeploymentPolicy) 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 ContinuousDeploymentPolicyConfig ¶
type ContinuousDeploymentPolicyConfig struct { // A Boolean that indicates whether this continuous deployment policy is enabled // (in effect). When this value is true, this policy is enabled and in effect. // When this value is false, this policy is not enabled and has no effect. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net. // // StagingDistributionDnsNames is a required field StagingDistributionDnsNames *StagingDistributionDnsNames `type:"structure" required:"true"` // Contains the parameters for routing production traffic from your primary // to staging distributions. TrafficConfig *TrafficConfig `type:"structure"` // contains filtered or unexported fields }
Contains the configuration for a continuous deployment policy.
func (ContinuousDeploymentPolicyConfig) GoString ¶
func (s ContinuousDeploymentPolicyConfig) 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 (*ContinuousDeploymentPolicyConfig) SetEnabled ¶
func (s *ContinuousDeploymentPolicyConfig) SetEnabled(v bool) *ContinuousDeploymentPolicyConfig
SetEnabled sets the Enabled field's value.
func (*ContinuousDeploymentPolicyConfig) SetStagingDistributionDnsNames ¶
func (s *ContinuousDeploymentPolicyConfig) SetStagingDistributionDnsNames(v *StagingDistributionDnsNames) *ContinuousDeploymentPolicyConfig
SetStagingDistributionDnsNames sets the StagingDistributionDnsNames field's value.
func (*ContinuousDeploymentPolicyConfig) SetTrafficConfig ¶
func (s *ContinuousDeploymentPolicyConfig) SetTrafficConfig(v *TrafficConfig) *ContinuousDeploymentPolicyConfig
SetTrafficConfig sets the TrafficConfig field's value.
func (ContinuousDeploymentPolicyConfig) String ¶
func (s ContinuousDeploymentPolicyConfig) 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 (*ContinuousDeploymentPolicyConfig) Validate ¶
func (s *ContinuousDeploymentPolicyConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ContinuousDeploymentPolicyList ¶
type ContinuousDeploymentPolicyList struct { // A list of continuous deployment policy items. Items []*ContinuousDeploymentPolicySummary `locationNameList:"ContinuousDeploymentPolicySummary" type:"list"` // The maximum number of continuous deployment policies that were specified // in your request. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // Indicates the next page of continuous deployment policies. To get the next // page of the list, use this value in the Marker field of your request. NextMarker *string `type:"string"` // The total number of continuous deployment policies in your Amazon Web Services // account, regardless of the MaxItems value. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Contains a list of continuous deployment policies.
func (ContinuousDeploymentPolicyList) GoString ¶
func (s ContinuousDeploymentPolicyList) 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 (*ContinuousDeploymentPolicyList) SetItems ¶
func (s *ContinuousDeploymentPolicyList) SetItems(v []*ContinuousDeploymentPolicySummary) *ContinuousDeploymentPolicyList
SetItems sets the Items field's value.
func (*ContinuousDeploymentPolicyList) SetMaxItems ¶
func (s *ContinuousDeploymentPolicyList) SetMaxItems(v int64) *ContinuousDeploymentPolicyList
SetMaxItems sets the MaxItems field's value.
func (*ContinuousDeploymentPolicyList) SetNextMarker ¶
func (s *ContinuousDeploymentPolicyList) SetNextMarker(v string) *ContinuousDeploymentPolicyList
SetNextMarker sets the NextMarker field's value.
func (*ContinuousDeploymentPolicyList) SetQuantity ¶
func (s *ContinuousDeploymentPolicyList) SetQuantity(v int64) *ContinuousDeploymentPolicyList
SetQuantity sets the Quantity field's value.
func (ContinuousDeploymentPolicyList) String ¶
func (s ContinuousDeploymentPolicyList) 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 ContinuousDeploymentPolicySummary ¶
type ContinuousDeploymentPolicySummary struct { // The continuous deployment policy. // // ContinuousDeploymentPolicy is a required field ContinuousDeploymentPolicy *ContinuousDeploymentPolicy `type:"structure" required:"true"` // contains filtered or unexported fields }
A summary of the information about your continuous deployment policies.
func (ContinuousDeploymentPolicySummary) GoString ¶
func (s ContinuousDeploymentPolicySummary) 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 (*ContinuousDeploymentPolicySummary) SetContinuousDeploymentPolicy ¶
func (s *ContinuousDeploymentPolicySummary) SetContinuousDeploymentPolicy(v *ContinuousDeploymentPolicy) *ContinuousDeploymentPolicySummary
SetContinuousDeploymentPolicy sets the ContinuousDeploymentPolicy field's value.
func (ContinuousDeploymentPolicySummary) String ¶
func (s ContinuousDeploymentPolicySummary) 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 ContinuousDeploymentSingleHeaderConfig ¶
type ContinuousDeploymentSingleHeaderConfig struct { // The request header name that you want CloudFront to send to your staging // distribution. The header must contain the prefix aws-cf-cd-. // // Header is a required field Header *string `type:"string" required:"true"` // The request header value. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
This configuration determines which HTTP requests are sent to the staging distribution. If the HTTP request contains a header and value that matches what you specify here, the request is sent to the staging distribution. Otherwise the request is sent to the primary distribution.
func (ContinuousDeploymentSingleHeaderConfig) GoString ¶
func (s ContinuousDeploymentSingleHeaderConfig) 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 (*ContinuousDeploymentSingleHeaderConfig) SetHeader ¶
func (s *ContinuousDeploymentSingleHeaderConfig) SetHeader(v string) *ContinuousDeploymentSingleHeaderConfig
SetHeader sets the Header field's value.
func (*ContinuousDeploymentSingleHeaderConfig) SetValue ¶
func (s *ContinuousDeploymentSingleHeaderConfig) SetValue(v string) *ContinuousDeploymentSingleHeaderConfig
SetValue sets the Value field's value.
func (ContinuousDeploymentSingleHeaderConfig) String ¶
func (s ContinuousDeploymentSingleHeaderConfig) 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 (*ContinuousDeploymentSingleHeaderConfig) Validate ¶
func (s *ContinuousDeploymentSingleHeaderConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ContinuousDeploymentSingleWeightConfig ¶
type ContinuousDeploymentSingleWeightConfig struct { // Session stickiness provides the ability to define multiple requests from // a single viewer as a single session. This prevents the potentially inconsistent // experience of sending some of a given user's requests to your staging distribution, // while others are sent to your primary distribution. Define the session duration // using TTL values. SessionStickinessConfig *SessionStickinessConfig `type:"structure"` // The percentage of traffic to send to a staging distribution, expressed as // a decimal number between 0 and .15. // // Weight is a required field Weight *float64 `type:"float" required:"true"` // contains filtered or unexported fields }
Contains the percentage of traffic to send to a staging distribution.
func (ContinuousDeploymentSingleWeightConfig) GoString ¶
func (s ContinuousDeploymentSingleWeightConfig) 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 (*ContinuousDeploymentSingleWeightConfig) SetSessionStickinessConfig ¶
func (s *ContinuousDeploymentSingleWeightConfig) SetSessionStickinessConfig(v *SessionStickinessConfig) *ContinuousDeploymentSingleWeightConfig
SetSessionStickinessConfig sets the SessionStickinessConfig field's value.
func (*ContinuousDeploymentSingleWeightConfig) SetWeight ¶
func (s *ContinuousDeploymentSingleWeightConfig) SetWeight(v float64) *ContinuousDeploymentSingleWeightConfig
SetWeight sets the Weight field's value.
func (ContinuousDeploymentSingleWeightConfig) String ¶
func (s ContinuousDeploymentSingleWeightConfig) 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 (*ContinuousDeploymentSingleWeightConfig) Validate ¶
func (s *ContinuousDeploymentSingleWeightConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CookieNames ¶
type CookieNames struct { // A list of cookie names. Items []*string `locationNameList:"Name" type:"list"` // The number of cookie names in the Items list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Contains a list of cookie names.
func (CookieNames) GoString ¶
func (s CookieNames) 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 (*CookieNames) SetItems ¶
func (s *CookieNames) SetItems(v []*string) *CookieNames
SetItems sets the Items field's value.
func (*CookieNames) SetQuantity ¶
func (s *CookieNames) SetQuantity(v int64) *CookieNames
SetQuantity sets the Quantity field's value.
func (CookieNames) String ¶
func (s CookieNames) 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 (*CookieNames) Validate ¶
func (s *CookieNames) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CookiePreference ¶
type CookiePreference struct { // This field is deprecated. We recommend that you use a cache policy or an // origin request policy instead of this field. // // If you want to include cookies in the cache key, use 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) // in the Amazon CloudFront Developer Guide. // // If you want to send cookies to the origin but not include them in the cache // key, use 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) // in the Amazon CloudFront Developer Guide. // // Specifies which cookies to forward to the origin for this cache behavior: // all, none, or the list of cookies specified in the WhitelistedNames complex // type. // // Amazon S3 doesn't process cookies. When the cache behavior is forwarding // requests to an Amazon S3 origin, specify none for the Forward element. // // Forward is a required field Forward *string `type:"string" required:"true" enum:"ItemSelection"` // This field is deprecated. We recommend that you use a cache policy or an // origin request policy instead of this field. // // If you want to include cookies in the cache key, use 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) // in the Amazon CloudFront Developer Guide. // // If you want to send cookies 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) // in the Amazon CloudFront Developer Guide. // // Required if you specify whitelist for the value of Forward. A complex type // that specifies how many different cookies you want CloudFront to forward // to the origin for this cache behavior and, if you want to forward selected // cookies, the names of those cookies. // // If you specify all or none for the value of Forward, omit WhitelistedNames. // If you change the value of Forward from whitelist to all or none and you // don't delete the WhitelistedNames element and its child elements, CloudFront // deletes them automatically. // // For the current limit on the number of cookie names that you can whitelist // for each cache behavior, see CloudFront Limits (https://docs.aws.amazon.com/general/latest/gr/xrefaws_service_limits.html#limits_cloudfront) // in the Amazon Web Services General Reference. WhitelistedNames *CookieNames `type:"structure"` // contains filtered or unexported fields }
This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
If you want to include cookies in the cache key, use CookiesConfig in a cache policy. See CachePolicy.
If you want to send cookies to the origin but not include them in the cache key, use CookiesConfig in an origin request policy. See OriginRequestPolicy.
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see Caching Content Based on Cookies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html) in the Amazon CloudFront Developer Guide.
func (CookiePreference) GoString ¶
func (s CookiePreference) 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 (*CookiePreference) SetForward ¶
func (s *CookiePreference) SetForward(v string) *CookiePreference
SetForward sets the Forward field's value.
func (*CookiePreference) SetWhitelistedNames ¶
func (s *CookiePreference) SetWhitelistedNames(v *CookieNames) *CookiePreference
SetWhitelistedNames sets the WhitelistedNames field's value.
func (CookiePreference) String ¶
func (s CookiePreference) 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 (*CookiePreference) Validate ¶
func (s *CookiePreference) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopyDistributionInput ¶
type CopyDistributionInput struct { // A value that uniquely identifies a request to create a resource. This helps // to prevent CloudFront from creating a duplicate resource if you accidentally // resubmit an identical request. // // CallerReference is a required field CallerReference *string `type:"string" required:"true"` // A Boolean flag to specify the state of the staging distribution when it's // created. When you set this value to True, the staging distribution is enabled. // When you set this value to False, the staging distribution is disabled. // // If you omit this field, the default value is True. Enabled *bool `type:"boolean"` // The version identifier of the primary distribution whose configuration you // are copying. This is the ETag value returned in the response to GetDistribution // and GetDistributionConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // The identifier of the primary distribution whose configuration you are copying. // To get a distribution ID, use ListDistributions. // // PrimaryDistributionId is a required field PrimaryDistributionId *string `location:"uri" locationName:"PrimaryDistributionId" type:"string" required:"true"` // The type of distribution that your primary distribution will be copied to. // The only valid value is True, indicating that you are copying to a staging // distribution. Staging *bool `location:"header" locationName:"Staging" type:"boolean"` // contains filtered or unexported fields }
func (CopyDistributionInput) GoString ¶
func (s CopyDistributionInput) 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 (*CopyDistributionInput) SetCallerReference ¶
func (s *CopyDistributionInput) SetCallerReference(v string) *CopyDistributionInput
SetCallerReference sets the CallerReference field's value.
func (*CopyDistributionInput) SetEnabled ¶
func (s *CopyDistributionInput) SetEnabled(v bool) *CopyDistributionInput
SetEnabled sets the Enabled field's value.
func (*CopyDistributionInput) SetIfMatch ¶
func (s *CopyDistributionInput) SetIfMatch(v string) *CopyDistributionInput
SetIfMatch sets the IfMatch field's value.
func (*CopyDistributionInput) SetPrimaryDistributionId ¶
func (s *CopyDistributionInput) SetPrimaryDistributionId(v string) *CopyDistributionInput
SetPrimaryDistributionId sets the PrimaryDistributionId field's value.
func (*CopyDistributionInput) SetStaging ¶
func (s *CopyDistributionInput) SetStaging(v bool) *CopyDistributionInput
SetStaging sets the Staging field's value.
func (CopyDistributionInput) String ¶
func (s CopyDistributionInput) 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 (*CopyDistributionInput) Validate ¶
func (s *CopyDistributionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CopyDistributionOutput ¶
type CopyDistributionOutput struct { // A distribution tells CloudFront where you want content to be delivered from, // and the details about how to track and manage content delivery. Distribution *Distribution `type:"structure"` // The version identifier for the current version of the staging distribution. ETag *string `location:"header" locationName:"ETag" type:"string"` // The URL of the staging distribution. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
func (CopyDistributionOutput) GoString ¶
func (s CopyDistributionOutput) 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 (*CopyDistributionOutput) SetDistribution ¶
func (s *CopyDistributionOutput) SetDistribution(v *Distribution) *CopyDistributionOutput
SetDistribution sets the Distribution field's value.
func (*CopyDistributionOutput) SetETag ¶
func (s *CopyDistributionOutput) SetETag(v string) *CopyDistributionOutput
SetETag sets the ETag field's value.
func (*CopyDistributionOutput) SetLocation ¶
func (s *CopyDistributionOutput) SetLocation(v string) *CopyDistributionOutput
SetLocation sets the Location field's value.
func (CopyDistributionOutput) String ¶
func (s CopyDistributionOutput) 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 CreateCachePolicyInput ¶
type CreateCachePolicyInput struct { // A cache policy configuration. // // CachePolicyConfig is a required field CachePolicyConfig *CachePolicyConfig `locationName:"CachePolicyConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // contains filtered or unexported fields }
func (CreateCachePolicyInput) GoString ¶
func (s CreateCachePolicyInput) 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 (*CreateCachePolicyInput) SetCachePolicyConfig ¶
func (s *CreateCachePolicyInput) SetCachePolicyConfig(v *CachePolicyConfig) *CreateCachePolicyInput
SetCachePolicyConfig sets the CachePolicyConfig field's value.
func (CreateCachePolicyInput) String ¶
func (s CreateCachePolicyInput) 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 (*CreateCachePolicyInput) Validate ¶
func (s *CreateCachePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateCachePolicyOutput ¶
type CreateCachePolicyOutput struct { // A cache policy. CachePolicy *CachePolicy `type:"structure"` // The current version of the cache policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // The fully qualified URI of the cache policy just created. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
func (CreateCachePolicyOutput) GoString ¶
func (s CreateCachePolicyOutput) 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 (*CreateCachePolicyOutput) SetCachePolicy ¶
func (s *CreateCachePolicyOutput) SetCachePolicy(v *CachePolicy) *CreateCachePolicyOutput
SetCachePolicy sets the CachePolicy field's value.
func (*CreateCachePolicyOutput) SetETag ¶
func (s *CreateCachePolicyOutput) SetETag(v string) *CreateCachePolicyOutput
SetETag sets the ETag field's value.
func (*CreateCachePolicyOutput) SetLocation ¶
func (s *CreateCachePolicyOutput) SetLocation(v string) *CreateCachePolicyOutput
SetLocation sets the Location field's value.
func (CreateCachePolicyOutput) String ¶
func (s CreateCachePolicyOutput) 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 CreateCloudFrontOriginAccessIdentityInput ¶
type CreateCloudFrontOriginAccessIdentityInput struct { // The current configuration information for the identity. // // CloudFrontOriginAccessIdentityConfig is a required field CloudFrontOriginAccessIdentityConfig *OriginAccessIdentityConfig `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
The request to create a new origin access identity (OAI). An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html) in the Amazon CloudFront Developer Guide.
func (CreateCloudFrontOriginAccessIdentityInput) GoString ¶
func (s CreateCloudFrontOriginAccessIdentityInput) 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 (*CreateCloudFrontOriginAccessIdentityInput) SetCloudFrontOriginAccessIdentityConfig ¶
func (s *CreateCloudFrontOriginAccessIdentityInput) SetCloudFrontOriginAccessIdentityConfig(v *OriginAccessIdentityConfig) *CreateCloudFrontOriginAccessIdentityInput
SetCloudFrontOriginAccessIdentityConfig sets the CloudFrontOriginAccessIdentityConfig field's value.
func (CreateCloudFrontOriginAccessIdentityInput) String ¶
func (s CreateCloudFrontOriginAccessIdentityInput) 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 (*CreateCloudFrontOriginAccessIdentityInput) Validate ¶
func (s *CreateCloudFrontOriginAccessIdentityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateCloudFrontOriginAccessIdentityOutput ¶
type CreateCloudFrontOriginAccessIdentityOutput struct { // The origin access identity's information. CloudFrontOriginAccessIdentity *OriginAccessIdentity `type:"structure"` // The current version of the origin access identity created. ETag *string `location:"header" locationName:"ETag" type:"string"` // The fully qualified URI of the new origin access identity just created. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (CreateCloudFrontOriginAccessIdentityOutput) GoString ¶
func (s CreateCloudFrontOriginAccessIdentityOutput) 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 (*CreateCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity ¶
func (s *CreateCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity(v *OriginAccessIdentity) *CreateCloudFrontOriginAccessIdentityOutput
SetCloudFrontOriginAccessIdentity sets the CloudFrontOriginAccessIdentity field's value.
func (*CreateCloudFrontOriginAccessIdentityOutput) SetETag ¶
func (s *CreateCloudFrontOriginAccessIdentityOutput) SetETag(v string) *CreateCloudFrontOriginAccessIdentityOutput
SetETag sets the ETag field's value.
func (*CreateCloudFrontOriginAccessIdentityOutput) SetLocation ¶
func (s *CreateCloudFrontOriginAccessIdentityOutput) SetLocation(v string) *CreateCloudFrontOriginAccessIdentityOutput
SetLocation sets the Location field's value.
func (CreateCloudFrontOriginAccessIdentityOutput) String ¶
func (s CreateCloudFrontOriginAccessIdentityOutput) 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 CreateContinuousDeploymentPolicyInput ¶
type CreateContinuousDeploymentPolicyInput struct { // Contains the configuration for a continuous deployment policy. // // ContinuousDeploymentPolicyConfig is a required field ContinuousDeploymentPolicyConfig *ContinuousDeploymentPolicyConfig `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (CreateContinuousDeploymentPolicyInput) GoString ¶
func (s CreateContinuousDeploymentPolicyInput) 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 (*CreateContinuousDeploymentPolicyInput) SetContinuousDeploymentPolicyConfig ¶
func (s *CreateContinuousDeploymentPolicyInput) SetContinuousDeploymentPolicyConfig(v *ContinuousDeploymentPolicyConfig) *CreateContinuousDeploymentPolicyInput
SetContinuousDeploymentPolicyConfig sets the ContinuousDeploymentPolicyConfig field's value.
func (CreateContinuousDeploymentPolicyInput) String ¶
func (s CreateContinuousDeploymentPolicyInput) 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 (*CreateContinuousDeploymentPolicyInput) Validate ¶
func (s *CreateContinuousDeploymentPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateContinuousDeploymentPolicyOutput ¶
type CreateContinuousDeploymentPolicyOutput struct { // A continuous deployment policy. ContinuousDeploymentPolicy *ContinuousDeploymentPolicy `type:"structure"` // The version identifier for the current version of the continuous deployment // policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // The location of the continuous deployment policy. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
func (CreateContinuousDeploymentPolicyOutput) GoString ¶
func (s CreateContinuousDeploymentPolicyOutput) 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 (*CreateContinuousDeploymentPolicyOutput) SetContinuousDeploymentPolicy ¶
func (s *CreateContinuousDeploymentPolicyOutput) SetContinuousDeploymentPolicy(v *ContinuousDeploymentPolicy) *CreateContinuousDeploymentPolicyOutput
SetContinuousDeploymentPolicy sets the ContinuousDeploymentPolicy field's value.
func (*CreateContinuousDeploymentPolicyOutput) SetETag ¶
func (s *CreateContinuousDeploymentPolicyOutput) SetETag(v string) *CreateContinuousDeploymentPolicyOutput
SetETag sets the ETag field's value.
func (*CreateContinuousDeploymentPolicyOutput) SetLocation ¶
func (s *CreateContinuousDeploymentPolicyOutput) SetLocation(v string) *CreateContinuousDeploymentPolicyOutput
SetLocation sets the Location field's value.
func (CreateContinuousDeploymentPolicyOutput) String ¶
func (s CreateContinuousDeploymentPolicyOutput) 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 CreateDistributionInput ¶
type CreateDistributionInput struct { // The distribution's configuration information. // // DistributionConfig is a required field DistributionConfig *DistributionConfig `locationName:"DistributionConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // contains filtered or unexported fields }
The request to create a new distribution.
func (CreateDistributionInput) GoString ¶
func (s CreateDistributionInput) 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 (*CreateDistributionInput) SetDistributionConfig ¶
func (s *CreateDistributionInput) SetDistributionConfig(v *DistributionConfig) *CreateDistributionInput
SetDistributionConfig sets the DistributionConfig field's value.
func (CreateDistributionInput) String ¶
func (s CreateDistributionInput) 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 (*CreateDistributionInput) Validate ¶
func (s *CreateDistributionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDistributionOutput ¶
type CreateDistributionOutput struct { // The distribution's information. Distribution *Distribution `type:"structure"` // The current version of the distribution created. ETag *string `location:"header" locationName:"ETag" type:"string"` // The fully qualified URI of the new distribution resource just created. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (CreateDistributionOutput) GoString ¶
func (s CreateDistributionOutput) 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 (*CreateDistributionOutput) SetDistribution ¶
func (s *CreateDistributionOutput) SetDistribution(v *Distribution) *CreateDistributionOutput
SetDistribution sets the Distribution field's value.
func (*CreateDistributionOutput) SetETag ¶
func (s *CreateDistributionOutput) SetETag(v string) *CreateDistributionOutput
SetETag sets the ETag field's value.
func (*CreateDistributionOutput) SetLocation ¶
func (s *CreateDistributionOutput) SetLocation(v string) *CreateDistributionOutput
SetLocation sets the Location field's value.
func (CreateDistributionOutput) String ¶
func (s CreateDistributionOutput) 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 CreateDistributionWithTagsInput ¶
type CreateDistributionWithTagsInput struct { // The distribution's configuration information. // // DistributionConfigWithTags is a required field DistributionConfigWithTags *DistributionConfigWithTags `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
The request to create a new distribution with tags.
func (CreateDistributionWithTagsInput) GoString ¶
func (s CreateDistributionWithTagsInput) 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 (*CreateDistributionWithTagsInput) SetDistributionConfigWithTags ¶
func (s *CreateDistributionWithTagsInput) SetDistributionConfigWithTags(v *DistributionConfigWithTags) *CreateDistributionWithTagsInput
SetDistributionConfigWithTags sets the DistributionConfigWithTags field's value.
func (CreateDistributionWithTagsInput) String ¶
func (s CreateDistributionWithTagsInput) 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 (*CreateDistributionWithTagsInput) Validate ¶
func (s *CreateDistributionWithTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDistributionWithTagsOutput ¶
type CreateDistributionWithTagsOutput struct { // The distribution's information. Distribution *Distribution `type:"structure"` // The current version of the distribution created. ETag *string `location:"header" locationName:"ETag" type:"string"` // The fully qualified URI of the new distribution resource just created. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (CreateDistributionWithTagsOutput) GoString ¶
func (s CreateDistributionWithTagsOutput) 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 (*CreateDistributionWithTagsOutput) SetDistribution ¶
func (s *CreateDistributionWithTagsOutput) SetDistribution(v *Distribution) *CreateDistributionWithTagsOutput
SetDistribution sets the Distribution field's value.
func (*CreateDistributionWithTagsOutput) SetETag ¶
func (s *CreateDistributionWithTagsOutput) SetETag(v string) *CreateDistributionWithTagsOutput
SetETag sets the ETag field's value.
func (*CreateDistributionWithTagsOutput) SetLocation ¶
func (s *CreateDistributionWithTagsOutput) SetLocation(v string) *CreateDistributionWithTagsOutput
SetLocation sets the Location field's value.
func (CreateDistributionWithTagsOutput) String ¶
func (s CreateDistributionWithTagsOutput) 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 CreateFieldLevelEncryptionConfigInput ¶
type CreateFieldLevelEncryptionConfigInput struct { // The request to create a new field-level encryption configuration. // // FieldLevelEncryptionConfig is a required field FieldLevelEncryptionConfig *FieldLevelEncryptionConfig `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (CreateFieldLevelEncryptionConfigInput) GoString ¶
func (s CreateFieldLevelEncryptionConfigInput) 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 (*CreateFieldLevelEncryptionConfigInput) SetFieldLevelEncryptionConfig ¶
func (s *CreateFieldLevelEncryptionConfigInput) SetFieldLevelEncryptionConfig(v *FieldLevelEncryptionConfig) *CreateFieldLevelEncryptionConfigInput
SetFieldLevelEncryptionConfig sets the FieldLevelEncryptionConfig field's value.
func (CreateFieldLevelEncryptionConfigInput) String ¶
func (s CreateFieldLevelEncryptionConfigInput) 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 (*CreateFieldLevelEncryptionConfigInput) Validate ¶
func (s *CreateFieldLevelEncryptionConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFieldLevelEncryptionConfigOutput ¶
type CreateFieldLevelEncryptionConfigOutput struct { // The current version of the field level encryption configuration. For example: // E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // Returned when you create a new field-level encryption configuration. FieldLevelEncryption *FieldLevelEncryption `type:"structure"` // The fully qualified URI of the new configuration resource just created. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
func (CreateFieldLevelEncryptionConfigOutput) GoString ¶
func (s CreateFieldLevelEncryptionConfigOutput) 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 (*CreateFieldLevelEncryptionConfigOutput) SetETag ¶
func (s *CreateFieldLevelEncryptionConfigOutput) SetETag(v string) *CreateFieldLevelEncryptionConfigOutput
SetETag sets the ETag field's value.
func (*CreateFieldLevelEncryptionConfigOutput) SetFieldLevelEncryption ¶
func (s *CreateFieldLevelEncryptionConfigOutput) SetFieldLevelEncryption(v *FieldLevelEncryption) *CreateFieldLevelEncryptionConfigOutput
SetFieldLevelEncryption sets the FieldLevelEncryption field's value.
func (*CreateFieldLevelEncryptionConfigOutput) SetLocation ¶
func (s *CreateFieldLevelEncryptionConfigOutput) SetLocation(v string) *CreateFieldLevelEncryptionConfigOutput
SetLocation sets the Location field's value.
func (CreateFieldLevelEncryptionConfigOutput) String ¶
func (s CreateFieldLevelEncryptionConfigOutput) 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 CreateFieldLevelEncryptionProfileInput ¶
type CreateFieldLevelEncryptionProfileInput struct { // The request to create a field-level encryption profile. // // FieldLevelEncryptionProfileConfig is a required field FieldLevelEncryptionProfileConfig *FieldLevelEncryptionProfileConfig `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
func (CreateFieldLevelEncryptionProfileInput) GoString ¶
func (s CreateFieldLevelEncryptionProfileInput) 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 (*CreateFieldLevelEncryptionProfileInput) SetFieldLevelEncryptionProfileConfig ¶
func (s *CreateFieldLevelEncryptionProfileInput) SetFieldLevelEncryptionProfileConfig(v *FieldLevelEncryptionProfileConfig) *CreateFieldLevelEncryptionProfileInput
SetFieldLevelEncryptionProfileConfig sets the FieldLevelEncryptionProfileConfig field's value.
func (CreateFieldLevelEncryptionProfileInput) String ¶
func (s CreateFieldLevelEncryptionProfileInput) 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 (*CreateFieldLevelEncryptionProfileInput) Validate ¶
func (s *CreateFieldLevelEncryptionProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFieldLevelEncryptionProfileOutput ¶
type CreateFieldLevelEncryptionProfileOutput struct { // The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // Returned when you create a new field-level encryption profile. FieldLevelEncryptionProfile *FieldLevelEncryptionProfile `type:"structure"` // The fully qualified URI of the new profile resource just created. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
func (CreateFieldLevelEncryptionProfileOutput) GoString ¶
func (s CreateFieldLevelEncryptionProfileOutput) 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 (*CreateFieldLevelEncryptionProfileOutput) SetETag ¶
func (s *CreateFieldLevelEncryptionProfileOutput) SetETag(v string) *CreateFieldLevelEncryptionProfileOutput
SetETag sets the ETag field's value.
func (*CreateFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile ¶
func (s *CreateFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile(v *FieldLevelEncryptionProfile) *CreateFieldLevelEncryptionProfileOutput
SetFieldLevelEncryptionProfile sets the FieldLevelEncryptionProfile field's value.
func (*CreateFieldLevelEncryptionProfileOutput) SetLocation ¶
func (s *CreateFieldLevelEncryptionProfileOutput) SetLocation(v string) *CreateFieldLevelEncryptionProfileOutput
SetLocation sets the Location field's value.
func (CreateFieldLevelEncryptionProfileOutput) String ¶
func (s CreateFieldLevelEncryptionProfileOutput) 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 CreateFunctionInput ¶
type CreateFunctionInput struct { // The function code. For more information about writing a CloudFront function, // see Writing function code for CloudFront Functions (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html) // in the Amazon CloudFront Developer Guide. // // FunctionCode is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateFunctionInput's // String and GoString methods. // // FunctionCode is automatically base64 encoded/decoded by the SDK. // // FunctionCode is a required field FunctionCode []byte `min:"1" type:"blob" required:"true" sensitive:"true"` // Configuration information about the function, including an optional comment // and the function's runtime. // // FunctionConfig is a required field FunctionConfig *FunctionConfig `type:"structure" required:"true"` // A name to identify the function. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateFunctionInput) GoString ¶
func (s CreateFunctionInput) 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 (*CreateFunctionInput) SetFunctionCode ¶
func (s *CreateFunctionInput) SetFunctionCode(v []byte) *CreateFunctionInput
SetFunctionCode sets the FunctionCode field's value.
func (*CreateFunctionInput) SetFunctionConfig ¶
func (s *CreateFunctionInput) SetFunctionConfig(v *FunctionConfig) *CreateFunctionInput
SetFunctionConfig sets the FunctionConfig field's value.
func (*CreateFunctionInput) SetName ¶
func (s *CreateFunctionInput) SetName(v string) *CreateFunctionInput
SetName sets the Name field's value.
func (CreateFunctionInput) String ¶
func (s CreateFunctionInput) 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 (*CreateFunctionInput) Validate ¶
func (s *CreateFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFunctionOutput ¶
type CreateFunctionOutput struct { // The version identifier for the current version of the CloudFront function. ETag *string `location:"header" locationName:"ETag" type:"string"` // Contains configuration information and metadata about a CloudFront function. FunctionSummary *FunctionSummary `type:"structure"` // The URL of the CloudFront function. Use the URL to manage the function with // the CloudFront API. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
func (CreateFunctionOutput) GoString ¶
func (s CreateFunctionOutput) 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 (*CreateFunctionOutput) SetETag ¶
func (s *CreateFunctionOutput) SetETag(v string) *CreateFunctionOutput
SetETag sets the ETag field's value.
func (*CreateFunctionOutput) SetFunctionSummary ¶
func (s *CreateFunctionOutput) SetFunctionSummary(v *FunctionSummary) *CreateFunctionOutput
SetFunctionSummary sets the FunctionSummary field's value.
func (*CreateFunctionOutput) SetLocation ¶
func (s *CreateFunctionOutput) SetLocation(v string) *CreateFunctionOutput
SetLocation sets the Location field's value.
func (CreateFunctionOutput) String ¶
func (s CreateFunctionOutput) 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 CreateInvalidationInput ¶
type CreateInvalidationInput struct { // The distribution's id. // // DistributionId is a required field DistributionId *string `location:"uri" locationName:"DistributionId" type:"string" required:"true"` // The batch information for the invalidation. // // InvalidationBatch is a required field InvalidationBatch *InvalidationBatch `locationName:"InvalidationBatch" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // contains filtered or unexported fields }
The request to create an invalidation.
func (CreateInvalidationInput) GoString ¶
func (s CreateInvalidationInput) 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 (*CreateInvalidationInput) SetDistributionId ¶
func (s *CreateInvalidationInput) SetDistributionId(v string) *CreateInvalidationInput
SetDistributionId sets the DistributionId field's value.
func (*CreateInvalidationInput) SetInvalidationBatch ¶
func (s *CreateInvalidationInput) SetInvalidationBatch(v *InvalidationBatch) *CreateInvalidationInput
SetInvalidationBatch sets the InvalidationBatch field's value.
func (CreateInvalidationInput) String ¶
func (s CreateInvalidationInput) 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 (*CreateInvalidationInput) Validate ¶
func (s *CreateInvalidationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateInvalidationOutput ¶
type CreateInvalidationOutput struct { // The invalidation's information. Invalidation *Invalidation `type:"structure"` // The fully qualified URI of the distribution and invalidation batch request, // including the Invalidation ID. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (CreateInvalidationOutput) GoString ¶
func (s CreateInvalidationOutput) 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 (*CreateInvalidationOutput) SetInvalidation ¶
func (s *CreateInvalidationOutput) SetInvalidation(v *Invalidation) *CreateInvalidationOutput
SetInvalidation sets the Invalidation field's value.
func (*CreateInvalidationOutput) SetLocation ¶
func (s *CreateInvalidationOutput) SetLocation(v string) *CreateInvalidationOutput
SetLocation sets the Location field's value.
func (CreateInvalidationOutput) String ¶
func (s CreateInvalidationOutput) 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 CreateKeyGroupInput ¶
type CreateKeyGroupInput struct { // A key group configuration. // // KeyGroupConfig is a required field KeyGroupConfig *KeyGroupConfig `locationName:"KeyGroupConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // contains filtered or unexported fields }
func (CreateKeyGroupInput) GoString ¶
func (s CreateKeyGroupInput) 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 (*CreateKeyGroupInput) SetKeyGroupConfig ¶
func (s *CreateKeyGroupInput) SetKeyGroupConfig(v *KeyGroupConfig) *CreateKeyGroupInput
SetKeyGroupConfig sets the KeyGroupConfig field's value.
func (CreateKeyGroupInput) String ¶
func (s CreateKeyGroupInput) 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 (*CreateKeyGroupInput) Validate ¶
func (s *CreateKeyGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateKeyGroupOutput ¶
type CreateKeyGroupOutput struct { // The identifier for this version of the key group. ETag *string `location:"header" locationName:"ETag" type:"string"` // The key group that was just created. KeyGroup *KeyGroup `type:"structure"` // The URL of the key group. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
func (CreateKeyGroupOutput) GoString ¶
func (s CreateKeyGroupOutput) 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 (*CreateKeyGroupOutput) SetETag ¶
func (s *CreateKeyGroupOutput) SetETag(v string) *CreateKeyGroupOutput
SetETag sets the ETag field's value.
func (*CreateKeyGroupOutput) SetKeyGroup ¶
func (s *CreateKeyGroupOutput) SetKeyGroup(v *KeyGroup) *CreateKeyGroupOutput
SetKeyGroup sets the KeyGroup field's value.
func (*CreateKeyGroupOutput) SetLocation ¶
func (s *CreateKeyGroupOutput) SetLocation(v string) *CreateKeyGroupOutput
SetLocation sets the Location field's value.
func (CreateKeyGroupOutput) String ¶
func (s CreateKeyGroupOutput) 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 CreateMonitoringSubscriptionInput ¶
type CreateMonitoringSubscriptionInput struct { // The ID of the distribution that you are enabling metrics for. // // DistributionId is a required field DistributionId *string `location:"uri" locationName:"DistributionId" type:"string" required:"true"` // A monitoring subscription. This structure contains information about whether // additional CloudWatch metrics are enabled for a given CloudFront distribution. // // MonitoringSubscription is a required field MonitoringSubscription *MonitoringSubscription `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
func (CreateMonitoringSubscriptionInput) GoString ¶
func (s CreateMonitoringSubscriptionInput) 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 (*CreateMonitoringSubscriptionInput) SetDistributionId ¶
func (s *CreateMonitoringSubscriptionInput) SetDistributionId(v string) *CreateMonitoringSubscriptionInput
SetDistributionId sets the DistributionId field's value.
func (*CreateMonitoringSubscriptionInput) SetMonitoringSubscription ¶
func (s *CreateMonitoringSubscriptionInput) SetMonitoringSubscription(v *MonitoringSubscription) *CreateMonitoringSubscriptionInput
SetMonitoringSubscription sets the MonitoringSubscription field's value.
func (CreateMonitoringSubscriptionInput) String ¶
func (s CreateMonitoringSubscriptionInput) 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 (*CreateMonitoringSubscriptionInput) Validate ¶
func (s *CreateMonitoringSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateMonitoringSubscriptionOutput ¶
type CreateMonitoringSubscriptionOutput struct { // A monitoring subscription. This structure contains information about whether // additional CloudWatch metrics are enabled for a given CloudFront distribution. MonitoringSubscription *MonitoringSubscription `type:"structure"` // contains filtered or unexported fields }
func (CreateMonitoringSubscriptionOutput) GoString ¶
func (s CreateMonitoringSubscriptionOutput) 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 (*CreateMonitoringSubscriptionOutput) SetMonitoringSubscription ¶
func (s *CreateMonitoringSubscriptionOutput) SetMonitoringSubscription(v *MonitoringSubscription) *CreateMonitoringSubscriptionOutput
SetMonitoringSubscription sets the MonitoringSubscription field's value.
func (CreateMonitoringSubscriptionOutput) String ¶
func (s CreateMonitoringSubscriptionOutput) 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 CreateOriginAccessControlInput ¶
type CreateOriginAccessControlInput struct { // Contains the origin access control. // // OriginAccessControlConfig is a required field OriginAccessControlConfig *OriginAccessControlConfig `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (CreateOriginAccessControlInput) GoString ¶
func (s CreateOriginAccessControlInput) 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 (*CreateOriginAccessControlInput) SetOriginAccessControlConfig ¶
func (s *CreateOriginAccessControlInput) SetOriginAccessControlConfig(v *OriginAccessControlConfig) *CreateOriginAccessControlInput
SetOriginAccessControlConfig sets the OriginAccessControlConfig field's value.
func (CreateOriginAccessControlInput) String ¶
func (s CreateOriginAccessControlInput) 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 (*CreateOriginAccessControlInput) Validate ¶
func (s *CreateOriginAccessControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateOriginAccessControlOutput ¶
type CreateOriginAccessControlOutput struct { // The version identifier for the current version of the origin access control. ETag *string `location:"header" locationName:"ETag" type:"string"` // The URL of the origin access control. Location *string `location:"header" locationName:"Location" type:"string"` // Contains an origin access control. OriginAccessControl *OriginAccessControl `type:"structure"` // contains filtered or unexported fields }
func (CreateOriginAccessControlOutput) GoString ¶
func (s CreateOriginAccessControlOutput) 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 (*CreateOriginAccessControlOutput) SetETag ¶
func (s *CreateOriginAccessControlOutput) SetETag(v string) *CreateOriginAccessControlOutput
SetETag sets the ETag field's value.
func (*CreateOriginAccessControlOutput) SetLocation ¶
func (s *CreateOriginAccessControlOutput) SetLocation(v string) *CreateOriginAccessControlOutput
SetLocation sets the Location field's value.
func (*CreateOriginAccessControlOutput) SetOriginAccessControl ¶
func (s *CreateOriginAccessControlOutput) SetOriginAccessControl(v *OriginAccessControl) *CreateOriginAccessControlOutput
SetOriginAccessControl sets the OriginAccessControl field's value.
func (CreateOriginAccessControlOutput) String ¶
func (s CreateOriginAccessControlOutput) 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 CreateOriginRequestPolicyInput ¶
type CreateOriginRequestPolicyInput struct { // An origin request policy configuration. // // OriginRequestPolicyConfig is a required field OriginRequestPolicyConfig *OriginRequestPolicyConfig `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (CreateOriginRequestPolicyInput) GoString ¶
func (s CreateOriginRequestPolicyInput) 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 (*CreateOriginRequestPolicyInput) SetOriginRequestPolicyConfig ¶
func (s *CreateOriginRequestPolicyInput) SetOriginRequestPolicyConfig(v *OriginRequestPolicyConfig) *CreateOriginRequestPolicyInput
SetOriginRequestPolicyConfig sets the OriginRequestPolicyConfig field's value.
func (CreateOriginRequestPolicyInput) String ¶
func (s CreateOriginRequestPolicyInput) 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 (*CreateOriginRequestPolicyInput) Validate ¶
func (s *CreateOriginRequestPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateOriginRequestPolicyOutput ¶
type CreateOriginRequestPolicyOutput struct { // The current version of the origin request policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // The fully qualified URI of the origin request policy just created. Location *string `location:"header" locationName:"Location" type:"string"` // An origin request policy. OriginRequestPolicy *OriginRequestPolicy `type:"structure"` // contains filtered or unexported fields }
func (CreateOriginRequestPolicyOutput) GoString ¶
func (s CreateOriginRequestPolicyOutput) 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 (*CreateOriginRequestPolicyOutput) SetETag ¶
func (s *CreateOriginRequestPolicyOutput) SetETag(v string) *CreateOriginRequestPolicyOutput
SetETag sets the ETag field's value.
func (*CreateOriginRequestPolicyOutput) SetLocation ¶
func (s *CreateOriginRequestPolicyOutput) SetLocation(v string) *CreateOriginRequestPolicyOutput
SetLocation sets the Location field's value.
func (*CreateOriginRequestPolicyOutput) SetOriginRequestPolicy ¶
func (s *CreateOriginRequestPolicyOutput) SetOriginRequestPolicy(v *OriginRequestPolicy) *CreateOriginRequestPolicyOutput
SetOriginRequestPolicy sets the OriginRequestPolicy field's value.
func (CreateOriginRequestPolicyOutput) String ¶
func (s CreateOriginRequestPolicyOutput) 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 CreatePublicKeyInput ¶
type CreatePublicKeyInput struct { // A CloudFront public key configuration. // // PublicKeyConfig is a required field PublicKeyConfig *PublicKeyConfig `locationName:"PublicKeyConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // contains filtered or unexported fields }
func (CreatePublicKeyInput) GoString ¶
func (s CreatePublicKeyInput) 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 (*CreatePublicKeyInput) SetPublicKeyConfig ¶
func (s *CreatePublicKeyInput) SetPublicKeyConfig(v *PublicKeyConfig) *CreatePublicKeyInput
SetPublicKeyConfig sets the PublicKeyConfig field's value.
func (CreatePublicKeyInput) String ¶
func (s CreatePublicKeyInput) 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 (*CreatePublicKeyInput) Validate ¶
func (s *CreatePublicKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePublicKeyOutput ¶
type CreatePublicKeyOutput struct { // The identifier for this version of the public key. ETag *string `location:"header" locationName:"ETag" type:"string"` // The URL of the public key. Location *string `location:"header" locationName:"Location" type:"string"` // The public key. PublicKey *PublicKey `type:"structure"` // contains filtered or unexported fields }
func (CreatePublicKeyOutput) GoString ¶
func (s CreatePublicKeyOutput) 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 (*CreatePublicKeyOutput) SetETag ¶
func (s *CreatePublicKeyOutput) SetETag(v string) *CreatePublicKeyOutput
SetETag sets the ETag field's value.
func (*CreatePublicKeyOutput) SetLocation ¶
func (s *CreatePublicKeyOutput) SetLocation(v string) *CreatePublicKeyOutput
SetLocation sets the Location field's value.
func (*CreatePublicKeyOutput) SetPublicKey ¶
func (s *CreatePublicKeyOutput) SetPublicKey(v *PublicKey) *CreatePublicKeyOutput
SetPublicKey sets the PublicKey field's value.
func (CreatePublicKeyOutput) String ¶
func (s CreatePublicKeyOutput) 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 CreateRealtimeLogConfigInput ¶
type CreateRealtimeLogConfigInput struct { // Contains information about the Amazon Kinesis data stream where you are sending // real-time log data. // // EndPoints is a required field EndPoints []*EndPoint `type:"list" required:"true"` // A list of fields to include in each real-time log record. // // For more information about fields, see Real-time log configuration fields // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields) // in the Amazon CloudFront Developer Guide. // // Fields is a required field Fields []*string `locationNameList:"Field" type:"list" required:"true"` // A unique name to identify this real-time log configuration. // // Name is a required field Name *string `type:"string" required:"true"` // The sampling rate for this real-time log configuration. The sampling rate // determines the percentage of viewer requests that are represented in the // real-time log data. You must provide an integer between 1 and 100, inclusive. // // SamplingRate is a required field SamplingRate *int64 `type:"long" required:"true"` // contains filtered or unexported fields }
func (CreateRealtimeLogConfigInput) GoString ¶
func (s CreateRealtimeLogConfigInput) 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 (*CreateRealtimeLogConfigInput) SetEndPoints ¶
func (s *CreateRealtimeLogConfigInput) SetEndPoints(v []*EndPoint) *CreateRealtimeLogConfigInput
SetEndPoints sets the EndPoints field's value.
func (*CreateRealtimeLogConfigInput) SetFields ¶
func (s *CreateRealtimeLogConfigInput) SetFields(v []*string) *CreateRealtimeLogConfigInput
SetFields sets the Fields field's value.
func (*CreateRealtimeLogConfigInput) SetName ¶
func (s *CreateRealtimeLogConfigInput) SetName(v string) *CreateRealtimeLogConfigInput
SetName sets the Name field's value.
func (*CreateRealtimeLogConfigInput) SetSamplingRate ¶
func (s *CreateRealtimeLogConfigInput) SetSamplingRate(v int64) *CreateRealtimeLogConfigInput
SetSamplingRate sets the SamplingRate field's value.
func (CreateRealtimeLogConfigInput) String ¶
func (s CreateRealtimeLogConfigInput) 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 (*CreateRealtimeLogConfigInput) Validate ¶
func (s *CreateRealtimeLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRealtimeLogConfigOutput ¶
type CreateRealtimeLogConfigOutput struct { // A real-time log configuration. RealtimeLogConfig *RealtimeLogConfig `type:"structure"` // contains filtered or unexported fields }
func (CreateRealtimeLogConfigOutput) GoString ¶
func (s CreateRealtimeLogConfigOutput) 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 (*CreateRealtimeLogConfigOutput) SetRealtimeLogConfig ¶
func (s *CreateRealtimeLogConfigOutput) SetRealtimeLogConfig(v *RealtimeLogConfig) *CreateRealtimeLogConfigOutput
SetRealtimeLogConfig sets the RealtimeLogConfig field's value.
func (CreateRealtimeLogConfigOutput) String ¶
func (s CreateRealtimeLogConfigOutput) 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 CreateResponseHeadersPolicyInput ¶
type CreateResponseHeadersPolicyInput struct { // Contains metadata about the response headers policy, and a set of configurations // that specify the HTTP headers. // // ResponseHeadersPolicyConfig is a required field ResponseHeadersPolicyConfig *ResponseHeadersPolicyConfig `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (CreateResponseHeadersPolicyInput) GoString ¶
func (s CreateResponseHeadersPolicyInput) 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 (*CreateResponseHeadersPolicyInput) SetResponseHeadersPolicyConfig ¶
func (s *CreateResponseHeadersPolicyInput) SetResponseHeadersPolicyConfig(v *ResponseHeadersPolicyConfig) *CreateResponseHeadersPolicyInput
SetResponseHeadersPolicyConfig sets the ResponseHeadersPolicyConfig field's value.
func (CreateResponseHeadersPolicyInput) String ¶
func (s CreateResponseHeadersPolicyInput) 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 (*CreateResponseHeadersPolicyInput) Validate ¶
func (s *CreateResponseHeadersPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateResponseHeadersPolicyOutput ¶
type CreateResponseHeadersPolicyOutput struct { // The version identifier for the current version of the response headers policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // The URL of the response headers policy. Location *string `location:"header" locationName:"Location" type:"string"` // Contains a response headers policy. ResponseHeadersPolicy *ResponseHeadersPolicy `type:"structure"` // contains filtered or unexported fields }
func (CreateResponseHeadersPolicyOutput) GoString ¶
func (s CreateResponseHeadersPolicyOutput) 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 (*CreateResponseHeadersPolicyOutput) SetETag ¶
func (s *CreateResponseHeadersPolicyOutput) SetETag(v string) *CreateResponseHeadersPolicyOutput
SetETag sets the ETag field's value.
func (*CreateResponseHeadersPolicyOutput) SetLocation ¶
func (s *CreateResponseHeadersPolicyOutput) SetLocation(v string) *CreateResponseHeadersPolicyOutput
SetLocation sets the Location field's value.
func (*CreateResponseHeadersPolicyOutput) SetResponseHeadersPolicy ¶
func (s *CreateResponseHeadersPolicyOutput) SetResponseHeadersPolicy(v *ResponseHeadersPolicy) *CreateResponseHeadersPolicyOutput
SetResponseHeadersPolicy sets the ResponseHeadersPolicy field's value.
func (CreateResponseHeadersPolicyOutput) String ¶
func (s CreateResponseHeadersPolicyOutput) 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 CreateStreamingDistributionInput ¶
type CreateStreamingDistributionInput struct { // The streaming distribution's configuration information. // // StreamingDistributionConfig is a required field StreamingDistributionConfig *StreamingDistributionConfig `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
The request to create a new streaming distribution.
func (CreateStreamingDistributionInput) GoString ¶
func (s CreateStreamingDistributionInput) 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 (*CreateStreamingDistributionInput) SetStreamingDistributionConfig ¶
func (s *CreateStreamingDistributionInput) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *CreateStreamingDistributionInput
SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.
func (CreateStreamingDistributionInput) String ¶
func (s CreateStreamingDistributionInput) 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 (*CreateStreamingDistributionInput) Validate ¶
func (s *CreateStreamingDistributionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateStreamingDistributionOutput ¶
type CreateStreamingDistributionOutput struct { // The current version of the streaming distribution created. ETag *string `location:"header" locationName:"ETag" type:"string"` // The fully qualified URI of the new streaming distribution resource just created. Location *string `location:"header" locationName:"Location" type:"string"` // The streaming distribution's information. StreamingDistribution *StreamingDistribution `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (CreateStreamingDistributionOutput) GoString ¶
func (s CreateStreamingDistributionOutput) 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 (*CreateStreamingDistributionOutput) SetETag ¶
func (s *CreateStreamingDistributionOutput) SetETag(v string) *CreateStreamingDistributionOutput
SetETag sets the ETag field's value.
func (*CreateStreamingDistributionOutput) SetLocation ¶
func (s *CreateStreamingDistributionOutput) SetLocation(v string) *CreateStreamingDistributionOutput
SetLocation sets the Location field's value.
func (*CreateStreamingDistributionOutput) SetStreamingDistribution ¶
func (s *CreateStreamingDistributionOutput) SetStreamingDistribution(v *StreamingDistribution) *CreateStreamingDistributionOutput
SetStreamingDistribution sets the StreamingDistribution field's value.
func (CreateStreamingDistributionOutput) String ¶
func (s CreateStreamingDistributionOutput) 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 CreateStreamingDistributionWithTagsInput ¶
type CreateStreamingDistributionWithTagsInput struct { // The streaming distribution's configuration information. // // StreamingDistributionConfigWithTags is a required field StreamingDistributionConfigWithTags *StreamingDistributionConfigWithTags `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
The request to create a new streaming distribution with tags.
func (CreateStreamingDistributionWithTagsInput) GoString ¶
func (s CreateStreamingDistributionWithTagsInput) 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 (*CreateStreamingDistributionWithTagsInput) SetStreamingDistributionConfigWithTags ¶
func (s *CreateStreamingDistributionWithTagsInput) SetStreamingDistributionConfigWithTags(v *StreamingDistributionConfigWithTags) *CreateStreamingDistributionWithTagsInput
SetStreamingDistributionConfigWithTags sets the StreamingDistributionConfigWithTags field's value.
func (CreateStreamingDistributionWithTagsInput) String ¶
func (s CreateStreamingDistributionWithTagsInput) 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 (*CreateStreamingDistributionWithTagsInput) Validate ¶
func (s *CreateStreamingDistributionWithTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateStreamingDistributionWithTagsOutput ¶
type CreateStreamingDistributionWithTagsOutput struct { // The current version of the distribution created. ETag *string `location:"header" locationName:"ETag" type:"string"` // The fully qualified URI of the new streaming distribution resource just created. Location *string `location:"header" locationName:"Location" type:"string"` // The streaming distribution's information. StreamingDistribution *StreamingDistribution `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (CreateStreamingDistributionWithTagsOutput) GoString ¶
func (s CreateStreamingDistributionWithTagsOutput) 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 (*CreateStreamingDistributionWithTagsOutput) SetETag ¶
func (s *CreateStreamingDistributionWithTagsOutput) SetETag(v string) *CreateStreamingDistributionWithTagsOutput
SetETag sets the ETag field's value.
func (*CreateStreamingDistributionWithTagsOutput) SetLocation ¶
func (s *CreateStreamingDistributionWithTagsOutput) SetLocation(v string) *CreateStreamingDistributionWithTagsOutput
SetLocation sets the Location field's value.
func (*CreateStreamingDistributionWithTagsOutput) SetStreamingDistribution ¶
func (s *CreateStreamingDistributionWithTagsOutput) SetStreamingDistribution(v *StreamingDistribution) *CreateStreamingDistributionWithTagsOutput
SetStreamingDistribution sets the StreamingDistribution field's value.
func (CreateStreamingDistributionWithTagsOutput) String ¶
func (s CreateStreamingDistributionWithTagsOutput) 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 CustomErrorResponse ¶
type CustomErrorResponse struct { // The minimum amount of time, in seconds, that you want CloudFront to cache // the HTTP status code specified in ErrorCode. When this time period has elapsed, // CloudFront queries your origin to see whether the problem that caused the // error has been resolved and the requested object is now available. // // For more information, see Customizing Error Responses (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html) // in the Amazon CloudFront Developer Guide. ErrorCachingMinTTL *int64 `type:"long"` // The HTTP status code for which you want to specify a custom error page and/or // a caching duration. // // ErrorCode is a required field ErrorCode *int64 `type:"integer" required:"true"` // The HTTP status code that you want CloudFront to return to the viewer along // with the custom error page. There are a variety of reasons that you might // want CloudFront to return a status code different from the status code that // your origin returned to CloudFront, for example: // // * Some Internet devices (some firewalls and corporate proxies, for example) // intercept HTTP 4xx and 5xx and prevent the response from being returned // to the viewer. If you substitute 200, the response typically won't be // intercepted. // // * If you don't care about distinguishing among different client errors // or server errors, you can specify 400 or 500 as the ResponseCode for all // 4xx or 5xx errors. // // * You might want to return a 200 status code (OK) and static website so // your customers don't know that your website is down. // // If you specify a value for ResponseCode, you must also specify a value for // ResponsePagePath. ResponseCode *string `type:"string"` // The path to the custom error page that you want CloudFront to return to a // viewer when your origin returns the HTTP status code specified by ErrorCode, // for example, /4xx-errors/403-forbidden.html. If you want to store your objects // and your custom error pages in different locations, your distribution must // include a cache behavior for which the following is true: // // * The value of PathPattern matches the path to your custom error messages. // For example, suppose you saved custom error pages for 4xx errors in an // Amazon S3 bucket in a directory named /4xx-errors. Your distribution must // include a cache behavior for which the path pattern routes requests for // your custom error pages to that location, for example, /4xx-errors/*. // // * The value of TargetOriginId specifies the value of the ID element for // the origin that contains your custom error pages. // // If you specify a value for ResponsePagePath, you must also specify a value // for ResponseCode. // // We recommend that you store custom error pages in an Amazon S3 bucket. If // you store custom error pages on an HTTP server and the server starts to return // 5xx errors, CloudFront can't get the files that you want to return to viewers // because the origin server is unavailable. ResponsePagePath *string `type:"string"` // contains filtered or unexported fields }
A complex type that controls:
Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.
How long CloudFront caches HTTP status codes in the 4xx and 5xx range.
For more information about custom error pages, see Customizing Error Responses (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html) in the Amazon CloudFront Developer Guide.
func (CustomErrorResponse) GoString ¶
func (s CustomErrorResponse) 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 (*CustomErrorResponse) SetErrorCachingMinTTL ¶
func (s *CustomErrorResponse) SetErrorCachingMinTTL(v int64) *CustomErrorResponse
SetErrorCachingMinTTL sets the ErrorCachingMinTTL field's value.
func (*CustomErrorResponse) SetErrorCode ¶
func (s *CustomErrorResponse) SetErrorCode(v int64) *CustomErrorResponse
SetErrorCode sets the ErrorCode field's value.
func (*CustomErrorResponse) SetResponseCode ¶
func (s *CustomErrorResponse) SetResponseCode(v string) *CustomErrorResponse
SetResponseCode sets the ResponseCode field's value.
func (*CustomErrorResponse) SetResponsePagePath ¶
func (s *CustomErrorResponse) SetResponsePagePath(v string) *CustomErrorResponse
SetResponsePagePath sets the ResponsePagePath field's value.
func (CustomErrorResponse) String ¶
func (s CustomErrorResponse) 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 (*CustomErrorResponse) Validate ¶
func (s *CustomErrorResponse) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CustomErrorResponses ¶
type CustomErrorResponses struct { // A complex type that contains a CustomErrorResponse element for each HTTP // status code for which you want to specify a custom error page and/or a caching // duration. Items []*CustomErrorResponse `locationNameList:"CustomErrorResponse" type:"list"` // The number of HTTP status codes for which you want to specify a custom error // page and/or a caching duration. If Quantity is 0, you can omit Items. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A complex type that controls:
Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.
How long CloudFront caches HTTP status codes in the 4xx and 5xx range.
For more information about custom error pages, see Customizing Error Responses (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html) in the Amazon CloudFront Developer Guide.
func (CustomErrorResponses) GoString ¶
func (s CustomErrorResponses) 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 (*CustomErrorResponses) SetItems ¶
func (s *CustomErrorResponses) SetItems(v []*CustomErrorResponse) *CustomErrorResponses
SetItems sets the Items field's value.
func (*CustomErrorResponses) SetQuantity ¶
func (s *CustomErrorResponses) SetQuantity(v int64) *CustomErrorResponses
SetQuantity sets the Quantity field's value.
func (CustomErrorResponses) String ¶
func (s CustomErrorResponses) 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 (*CustomErrorResponses) Validate ¶
func (s *CustomErrorResponses) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CustomHeaders ¶
type CustomHeaders struct { // Optional: A list that contains one OriginCustomHeader element for each custom // header that you want CloudFront to forward to the origin. If Quantity is // 0, omit Items. Items []*OriginCustomHeader `locationNameList:"OriginCustomHeader" type:"list"` // The number of custom headers, if any, for this distribution. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A complex type that contains the list of Custom Headers for each origin.
func (CustomHeaders) GoString ¶
func (s CustomHeaders) 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 (*CustomHeaders) SetItems ¶
func (s *CustomHeaders) SetItems(v []*OriginCustomHeader) *CustomHeaders
SetItems sets the Items field's value.
func (*CustomHeaders) SetQuantity ¶
func (s *CustomHeaders) SetQuantity(v int64) *CustomHeaders
SetQuantity sets the Quantity field's value.
func (CustomHeaders) String ¶
func (s CustomHeaders) 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 (*CustomHeaders) Validate ¶
func (s *CustomHeaders) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CustomOriginConfig ¶
type CustomOriginConfig struct { // The HTTP port that CloudFront uses to connect to the origin. Specify the // HTTP port that the origin listens on. // // HTTPPort is a required field HTTPPort *int64 `type:"integer" required:"true"` // The HTTPS port that CloudFront uses to connect to the origin. Specify the // HTTPS port that the origin listens on. // // HTTPSPort is a required field HTTPSPort *int64 `type:"integer" required:"true"` // Specifies how long, in seconds, CloudFront persists its connection to the // origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the // default (if you don't specify otherwise) is 5 seconds. // // For more information, see Origin Keep-alive Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) // in the Amazon CloudFront Developer Guide. OriginKeepaliveTimeout *int64 `type:"integer"` // Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to // the origin. Valid values are: // // * http-only – CloudFront always uses HTTP to connect to the origin. // // * match-viewer – CloudFront connects to the origin using the same protocol // that the viewer used to connect to CloudFront. // // * https-only – CloudFront always uses HTTPS to connect to the origin. // // OriginProtocolPolicy is a required field OriginProtocolPolicy *string `type:"string" required:"true" enum:"OriginProtocolPolicy"` // Specifies how long, in seconds, CloudFront waits for a response from the // origin. This is also known as the origin response timeout. The minimum timeout // is 1 second, the maximum is 60 seconds, and the default (if you don't specify // otherwise) is 30 seconds. // // For more information, see Origin Response Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) // in the Amazon CloudFront Developer Guide. OriginReadTimeout *int64 `type:"integer"` // Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting // to your origin over HTTPS. Valid values include SSLv3, TLSv1, TLSv1.1, and // TLSv1.2. // // For more information, see Minimum Origin SSL Protocol (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) // in the Amazon CloudFront Developer Guide. OriginSslProtocols *OriginSslProtocols `type:"structure"` // contains filtered or unexported fields }
A custom origin. A custom origin is any origin that is not an Amazon S3 bucket, with one exception. An Amazon S3 bucket that is configured with static website hosting (https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html) is a custom origin.
func (CustomOriginConfig) GoString ¶
func (s CustomOriginConfig) 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 (*CustomOriginConfig) SetHTTPPort ¶
func (s *CustomOriginConfig) SetHTTPPort(v int64) *CustomOriginConfig
SetHTTPPort sets the HTTPPort field's value.
func (*CustomOriginConfig) SetHTTPSPort ¶
func (s *CustomOriginConfig) SetHTTPSPort(v int64) *CustomOriginConfig
SetHTTPSPort sets the HTTPSPort field's value.
func (*CustomOriginConfig) SetOriginKeepaliveTimeout ¶
func (s *CustomOriginConfig) SetOriginKeepaliveTimeout(v int64) *CustomOriginConfig
SetOriginKeepaliveTimeout sets the OriginKeepaliveTimeout field's value.
func (*CustomOriginConfig) SetOriginProtocolPolicy ¶
func (s *CustomOriginConfig) SetOriginProtocolPolicy(v string) *CustomOriginConfig
SetOriginProtocolPolicy sets the OriginProtocolPolicy field's value.
func (*CustomOriginConfig) SetOriginReadTimeout ¶
func (s *CustomOriginConfig) SetOriginReadTimeout(v int64) *CustomOriginConfig
SetOriginReadTimeout sets the OriginReadTimeout field's value.
func (*CustomOriginConfig) SetOriginSslProtocols ¶
func (s *CustomOriginConfig) SetOriginSslProtocols(v *OriginSslProtocols) *CustomOriginConfig
SetOriginSslProtocols sets the OriginSslProtocols field's value.
func (CustomOriginConfig) String ¶
func (s CustomOriginConfig) 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 (*CustomOriginConfig) Validate ¶
func (s *CustomOriginConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DefaultCacheBehavior ¶
type DefaultCacheBehavior struct { // A complex type that controls which HTTP methods CloudFront processes and // forwards to your Amazon S3 bucket or your custom origin. There are three // choices: // // * CloudFront forwards only GET and HEAD requests. // // * CloudFront forwards only GET, HEAD, and OPTIONS requests. // // * CloudFront forwards GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE // requests. // // If you pick the third choice, you may need to restrict access to your Amazon // S3 bucket or to your custom origin so users can't perform operations that // you don't want them to. For example, you might not want users to have permissions // to delete objects from your origin. AllowedMethods *AllowedMethods `type:"structure"` // The unique identifier of the cache policy that is attached to the default // 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 DefaultCacheBehavior 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 the default // cache behavior. FieldLevelEncryptionId *string `type:"string"` // This field is deprecated. We recommend that you use a cache policy or an // origin request policy instead of this field. 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 DefaultCacheBehavior 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 the // default 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 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 use the default 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 a 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 the default cache behavior if you don't specify a CacheBehavior element or if request URLs don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.
func (DefaultCacheBehavior) GoString ¶
func (s DefaultCacheBehavior) 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 (*DefaultCacheBehavior) SetAllowedMethods ¶
func (s *DefaultCacheBehavior) SetAllowedMethods(v *AllowedMethods) *DefaultCacheBehavior
SetAllowedMethods sets the AllowedMethods field's value.
func (*DefaultCacheBehavior) SetCachePolicyId ¶
func (s *DefaultCacheBehavior) SetCachePolicyId(v string) *DefaultCacheBehavior
SetCachePolicyId sets the CachePolicyId field's value.
func (*DefaultCacheBehavior) SetCompress ¶
func (s *DefaultCacheBehavior) SetCompress(v bool) *DefaultCacheBehavior
SetCompress sets the Compress field's value.
func (*DefaultCacheBehavior) SetDefaultTTL ¶
func (s *DefaultCacheBehavior) SetDefaultTTL(v int64) *DefaultCacheBehavior
SetDefaultTTL sets the DefaultTTL field's value.
func (*DefaultCacheBehavior) SetFieldLevelEncryptionId ¶
func (s *DefaultCacheBehavior) SetFieldLevelEncryptionId(v string) *DefaultCacheBehavior
SetFieldLevelEncryptionId sets the FieldLevelEncryptionId field's value.
func (*DefaultCacheBehavior) SetForwardedValues ¶
func (s *DefaultCacheBehavior) SetForwardedValues(v *ForwardedValues) *DefaultCacheBehavior
SetForwardedValues sets the ForwardedValues field's value.
func (*DefaultCacheBehavior) SetFunctionAssociations ¶
func (s *DefaultCacheBehavior) SetFunctionAssociations(v *FunctionAssociations) *DefaultCacheBehavior
SetFunctionAssociations sets the FunctionAssociations field's value.
func (*DefaultCacheBehavior) SetLambdaFunctionAssociations ¶
func (s *DefaultCacheBehavior) SetLambdaFunctionAssociations(v *LambdaFunctionAssociations) *DefaultCacheBehavior
SetLambdaFunctionAssociations sets the LambdaFunctionAssociations field's value.
func (*DefaultCacheBehavior) SetMaxTTL ¶
func (s *DefaultCacheBehavior) SetMaxTTL(v int64) *DefaultCacheBehavior
SetMaxTTL sets the MaxTTL field's value.
func (*DefaultCacheBehavior) SetMinTTL ¶
func (s *DefaultCacheBehavior) SetMinTTL(v int64) *DefaultCacheBehavior
SetMinTTL sets the MinTTL field's value.
func (*DefaultCacheBehavior) SetOriginRequestPolicyId ¶
func (s *DefaultCacheBehavior) SetOriginRequestPolicyId(v string) *DefaultCacheBehavior
SetOriginRequestPolicyId sets the OriginRequestPolicyId field's value.
func (*DefaultCacheBehavior) SetRealtimeLogConfigArn ¶
func (s *DefaultCacheBehavior) SetRealtimeLogConfigArn(v string) *DefaultCacheBehavior
SetRealtimeLogConfigArn sets the RealtimeLogConfigArn field's value.
func (*DefaultCacheBehavior) SetResponseHeadersPolicyId ¶
func (s *DefaultCacheBehavior) SetResponseHeadersPolicyId(v string) *DefaultCacheBehavior
SetResponseHeadersPolicyId sets the ResponseHeadersPolicyId field's value.
func (*DefaultCacheBehavior) SetSmoothStreaming ¶
func (s *DefaultCacheBehavior) SetSmoothStreaming(v bool) *DefaultCacheBehavior
SetSmoothStreaming sets the SmoothStreaming field's value.
func (*DefaultCacheBehavior) SetTargetOriginId ¶
func (s *DefaultCacheBehavior) SetTargetOriginId(v string) *DefaultCacheBehavior
SetTargetOriginId sets the TargetOriginId field's value.
func (*DefaultCacheBehavior) SetTrustedKeyGroups ¶
func (s *DefaultCacheBehavior) SetTrustedKeyGroups(v *TrustedKeyGroups) *DefaultCacheBehavior
SetTrustedKeyGroups sets the TrustedKeyGroups field's value.
func (*DefaultCacheBehavior) SetTrustedSigners ¶
func (s *DefaultCacheBehavior) SetTrustedSigners(v *TrustedSigners) *DefaultCacheBehavior
SetTrustedSigners sets the TrustedSigners field's value.
func (*DefaultCacheBehavior) SetViewerProtocolPolicy ¶
func (s *DefaultCacheBehavior) SetViewerProtocolPolicy(v string) *DefaultCacheBehavior
SetViewerProtocolPolicy sets the ViewerProtocolPolicy field's value.
func (DefaultCacheBehavior) String ¶
func (s DefaultCacheBehavior) 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 (*DefaultCacheBehavior) Validate ¶
func (s *DefaultCacheBehavior) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCachePolicyInput ¶
type DeleteCachePolicyInput struct { // The unique identifier for the cache policy that you are deleting. To get // the identifier, you can use ListCachePolicies. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the cache policy that you are deleting. The version is the // cache policy's ETag value, which you can get using ListCachePolicies, GetCachePolicy, // or GetCachePolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (DeleteCachePolicyInput) GoString ¶
func (s DeleteCachePolicyInput) 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 (*DeleteCachePolicyInput) SetId ¶
func (s *DeleteCachePolicyInput) SetId(v string) *DeleteCachePolicyInput
SetId sets the Id field's value.
func (*DeleteCachePolicyInput) SetIfMatch ¶
func (s *DeleteCachePolicyInput) SetIfMatch(v string) *DeleteCachePolicyInput
SetIfMatch sets the IfMatch field's value.
func (DeleteCachePolicyInput) String ¶
func (s DeleteCachePolicyInput) 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 (*DeleteCachePolicyInput) Validate ¶
func (s *DeleteCachePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCachePolicyOutput ¶
type DeleteCachePolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteCachePolicyOutput) GoString ¶
func (s DeleteCachePolicyOutput) 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 (DeleteCachePolicyOutput) String ¶
func (s DeleteCachePolicyOutput) 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 DeleteCloudFrontOriginAccessIdentityInput ¶
type DeleteCloudFrontOriginAccessIdentityInput struct { // The origin access identity's ID. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header you received from a previous GET or PUT request. // For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
Deletes a origin access identity.
func (DeleteCloudFrontOriginAccessIdentityInput) GoString ¶
func (s DeleteCloudFrontOriginAccessIdentityInput) 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 (*DeleteCloudFrontOriginAccessIdentityInput) SetId ¶
func (s *DeleteCloudFrontOriginAccessIdentityInput) SetId(v string) *DeleteCloudFrontOriginAccessIdentityInput
SetId sets the Id field's value.
func (*DeleteCloudFrontOriginAccessIdentityInput) SetIfMatch ¶
func (s *DeleteCloudFrontOriginAccessIdentityInput) SetIfMatch(v string) *DeleteCloudFrontOriginAccessIdentityInput
SetIfMatch sets the IfMatch field's value.
func (DeleteCloudFrontOriginAccessIdentityInput) String ¶
func (s DeleteCloudFrontOriginAccessIdentityInput) 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 (*DeleteCloudFrontOriginAccessIdentityInput) Validate ¶
func (s *DeleteCloudFrontOriginAccessIdentityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCloudFrontOriginAccessIdentityOutput ¶
type DeleteCloudFrontOriginAccessIdentityOutput struct {
// contains filtered or unexported fields
}
func (DeleteCloudFrontOriginAccessIdentityOutput) GoString ¶
func (s DeleteCloudFrontOriginAccessIdentityOutput) 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 (DeleteCloudFrontOriginAccessIdentityOutput) String ¶
func (s DeleteCloudFrontOriginAccessIdentityOutput) 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 DeleteContinuousDeploymentPolicyInput ¶
type DeleteContinuousDeploymentPolicyInput struct { // The identifier of the continuous deployment policy that you are deleting. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The current version (ETag value) of the continuous deployment policy that // you are deleting. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (DeleteContinuousDeploymentPolicyInput) GoString ¶
func (s DeleteContinuousDeploymentPolicyInput) 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 (*DeleteContinuousDeploymentPolicyInput) SetId ¶
func (s *DeleteContinuousDeploymentPolicyInput) SetId(v string) *DeleteContinuousDeploymentPolicyInput
SetId sets the Id field's value.
func (*DeleteContinuousDeploymentPolicyInput) SetIfMatch ¶
func (s *DeleteContinuousDeploymentPolicyInput) SetIfMatch(v string) *DeleteContinuousDeploymentPolicyInput
SetIfMatch sets the IfMatch field's value.
func (DeleteContinuousDeploymentPolicyInput) String ¶
func (s DeleteContinuousDeploymentPolicyInput) 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 (*DeleteContinuousDeploymentPolicyInput) Validate ¶
func (s *DeleteContinuousDeploymentPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteContinuousDeploymentPolicyOutput ¶
type DeleteContinuousDeploymentPolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteContinuousDeploymentPolicyOutput) GoString ¶
func (s DeleteContinuousDeploymentPolicyOutput) 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 (DeleteContinuousDeploymentPolicyOutput) String ¶
func (s DeleteContinuousDeploymentPolicyOutput) 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 DeleteDistributionInput ¶
type DeleteDistributionInput struct { // The distribution ID. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when you disabled the distribution. // For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the following steps.
To delete a web distribution using the CloudFront API:
Disable the web distribution ¶
Submit a GET Distribution Config request to get the current configuration and the Etag header for the distribution.
Update the XML document that was returned in the response to your GET Distribution Config request to change the value of Enabled to false.
Submit a PUT Distribution Config request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Distribution Config request in Step 2.
Review the response to the PUT Distribution Config request to confirm that the distribution was successfully disabled.
Submit a GET Distribution request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.
Submit a DELETE Distribution request. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Distribution Config request in Step 6.
Review the response to your DELETE Distribution request to confirm that the distribution was successfully deleted.
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html) in the Amazon CloudFront Developer Guide.
func (DeleteDistributionInput) GoString ¶
func (s DeleteDistributionInput) 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 (*DeleteDistributionInput) SetId ¶
func (s *DeleteDistributionInput) SetId(v string) *DeleteDistributionInput
SetId sets the Id field's value.
func (*DeleteDistributionInput) SetIfMatch ¶
func (s *DeleteDistributionInput) SetIfMatch(v string) *DeleteDistributionInput
SetIfMatch sets the IfMatch field's value.
func (DeleteDistributionInput) String ¶
func (s DeleteDistributionInput) 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 (*DeleteDistributionInput) Validate ¶
func (s *DeleteDistributionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDistributionOutput ¶
type DeleteDistributionOutput struct {
// contains filtered or unexported fields
}
func (DeleteDistributionOutput) GoString ¶
func (s DeleteDistributionOutput) 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 (DeleteDistributionOutput) String ¶
func (s DeleteDistributionOutput) 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 DeleteFieldLevelEncryptionConfigInput ¶
type DeleteFieldLevelEncryptionConfigInput struct { // The ID of the configuration you want to delete from CloudFront. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when retrieving the configuration // identity to delete. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (DeleteFieldLevelEncryptionConfigInput) GoString ¶
func (s DeleteFieldLevelEncryptionConfigInput) 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 (*DeleteFieldLevelEncryptionConfigInput) SetId ¶
func (s *DeleteFieldLevelEncryptionConfigInput) SetId(v string) *DeleteFieldLevelEncryptionConfigInput
SetId sets the Id field's value.
func (*DeleteFieldLevelEncryptionConfigInput) SetIfMatch ¶
func (s *DeleteFieldLevelEncryptionConfigInput) SetIfMatch(v string) *DeleteFieldLevelEncryptionConfigInput
SetIfMatch sets the IfMatch field's value.
func (DeleteFieldLevelEncryptionConfigInput) String ¶
func (s DeleteFieldLevelEncryptionConfigInput) 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 (*DeleteFieldLevelEncryptionConfigInput) Validate ¶
func (s *DeleteFieldLevelEncryptionConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFieldLevelEncryptionConfigOutput ¶
type DeleteFieldLevelEncryptionConfigOutput struct {
// contains filtered or unexported fields
}
func (DeleteFieldLevelEncryptionConfigOutput) GoString ¶
func (s DeleteFieldLevelEncryptionConfigOutput) 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 (DeleteFieldLevelEncryptionConfigOutput) String ¶
func (s DeleteFieldLevelEncryptionConfigOutput) 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 DeleteFieldLevelEncryptionProfileInput ¶
type DeleteFieldLevelEncryptionProfileInput struct { // Request the ID of the profile you want to delete from CloudFront. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when retrieving the profile // to delete. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (DeleteFieldLevelEncryptionProfileInput) GoString ¶
func (s DeleteFieldLevelEncryptionProfileInput) 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 (*DeleteFieldLevelEncryptionProfileInput) SetId ¶
func (s *DeleteFieldLevelEncryptionProfileInput) SetId(v string) *DeleteFieldLevelEncryptionProfileInput
SetId sets the Id field's value.
func (*DeleteFieldLevelEncryptionProfileInput) SetIfMatch ¶
func (s *DeleteFieldLevelEncryptionProfileInput) SetIfMatch(v string) *DeleteFieldLevelEncryptionProfileInput
SetIfMatch sets the IfMatch field's value.
func (DeleteFieldLevelEncryptionProfileInput) String ¶
func (s DeleteFieldLevelEncryptionProfileInput) 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 (*DeleteFieldLevelEncryptionProfileInput) Validate ¶
func (s *DeleteFieldLevelEncryptionProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFieldLevelEncryptionProfileOutput ¶
type DeleteFieldLevelEncryptionProfileOutput struct {
// contains filtered or unexported fields
}
func (DeleteFieldLevelEncryptionProfileOutput) GoString ¶
func (s DeleteFieldLevelEncryptionProfileOutput) 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 (DeleteFieldLevelEncryptionProfileOutput) String ¶
func (s DeleteFieldLevelEncryptionProfileOutput) 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 DeleteFunctionInput ¶
type DeleteFunctionInput struct { // The current version (ETag value) of the function that you are deleting, which // you can get using DescribeFunction. // // IfMatch is a required field IfMatch *string `location:"header" locationName:"If-Match" type:"string" required:"true"` // The name of the function that you are deleting. // // Name is a required field Name *string `location:"uri" locationName:"Name" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteFunctionInput) GoString ¶
func (s DeleteFunctionInput) 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 (*DeleteFunctionInput) SetIfMatch ¶
func (s *DeleteFunctionInput) SetIfMatch(v string) *DeleteFunctionInput
SetIfMatch sets the IfMatch field's value.
func (*DeleteFunctionInput) SetName ¶
func (s *DeleteFunctionInput) SetName(v string) *DeleteFunctionInput
SetName sets the Name field's value.
func (DeleteFunctionInput) String ¶
func (s DeleteFunctionInput) 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 (*DeleteFunctionInput) Validate ¶
func (s *DeleteFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFunctionOutput ¶
type DeleteFunctionOutput struct {
// contains filtered or unexported fields
}
func (DeleteFunctionOutput) GoString ¶
func (s DeleteFunctionOutput) 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 (DeleteFunctionOutput) String ¶
func (s DeleteFunctionOutput) 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 DeleteKeyGroupInput ¶
type DeleteKeyGroupInput struct { // The identifier of the key group that you are deleting. To get the identifier, // use ListKeyGroups. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the key group that you are deleting. The version is the key // group's ETag value. To get the ETag, use GetKeyGroup or GetKeyGroupConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (DeleteKeyGroupInput) GoString ¶
func (s DeleteKeyGroupInput) 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 (*DeleteKeyGroupInput) SetId ¶
func (s *DeleteKeyGroupInput) SetId(v string) *DeleteKeyGroupInput
SetId sets the Id field's value.
func (*DeleteKeyGroupInput) SetIfMatch ¶
func (s *DeleteKeyGroupInput) SetIfMatch(v string) *DeleteKeyGroupInput
SetIfMatch sets the IfMatch field's value.
func (DeleteKeyGroupInput) String ¶
func (s DeleteKeyGroupInput) 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 (*DeleteKeyGroupInput) Validate ¶
func (s *DeleteKeyGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteKeyGroupOutput ¶
type DeleteKeyGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteKeyGroupOutput) GoString ¶
func (s DeleteKeyGroupOutput) 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 (DeleteKeyGroupOutput) String ¶
func (s DeleteKeyGroupOutput) 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 DeleteMonitoringSubscriptionInput ¶
type DeleteMonitoringSubscriptionInput struct { // The ID of the distribution that you are disabling metrics for. // // DistributionId is a required field DistributionId *string `location:"uri" locationName:"DistributionId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteMonitoringSubscriptionInput) GoString ¶
func (s DeleteMonitoringSubscriptionInput) 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 (*DeleteMonitoringSubscriptionInput) SetDistributionId ¶
func (s *DeleteMonitoringSubscriptionInput) SetDistributionId(v string) *DeleteMonitoringSubscriptionInput
SetDistributionId sets the DistributionId field's value.
func (DeleteMonitoringSubscriptionInput) String ¶
func (s DeleteMonitoringSubscriptionInput) 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 (*DeleteMonitoringSubscriptionInput) Validate ¶
func (s *DeleteMonitoringSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteMonitoringSubscriptionOutput ¶
type DeleteMonitoringSubscriptionOutput struct {
// contains filtered or unexported fields
}
func (DeleteMonitoringSubscriptionOutput) GoString ¶
func (s DeleteMonitoringSubscriptionOutput) 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 (DeleteMonitoringSubscriptionOutput) String ¶
func (s DeleteMonitoringSubscriptionOutput) 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 DeleteOriginAccessControlInput ¶
type DeleteOriginAccessControlInput struct { // The unique identifier of the origin access control that you are deleting. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The current version (ETag value) of the origin access control that you are // deleting. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (DeleteOriginAccessControlInput) GoString ¶
func (s DeleteOriginAccessControlInput) 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 (*DeleteOriginAccessControlInput) SetId ¶
func (s *DeleteOriginAccessControlInput) SetId(v string) *DeleteOriginAccessControlInput
SetId sets the Id field's value.
func (*DeleteOriginAccessControlInput) SetIfMatch ¶
func (s *DeleteOriginAccessControlInput) SetIfMatch(v string) *DeleteOriginAccessControlInput
SetIfMatch sets the IfMatch field's value.
func (DeleteOriginAccessControlInput) String ¶
func (s DeleteOriginAccessControlInput) 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 (*DeleteOriginAccessControlInput) Validate ¶
func (s *DeleteOriginAccessControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteOriginAccessControlOutput ¶
type DeleteOriginAccessControlOutput struct {
// contains filtered or unexported fields
}
func (DeleteOriginAccessControlOutput) GoString ¶
func (s DeleteOriginAccessControlOutput) 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 (DeleteOriginAccessControlOutput) String ¶
func (s DeleteOriginAccessControlOutput) 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 DeleteOriginRequestPolicyInput ¶
type DeleteOriginRequestPolicyInput struct { // The unique identifier for the origin request policy that you are deleting. // To get the identifier, you can use ListOriginRequestPolicies. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the origin request policy that you are deleting. The version // is the origin request policy's ETag value, which you can get using ListOriginRequestPolicies, // GetOriginRequestPolicy, or GetOriginRequestPolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (DeleteOriginRequestPolicyInput) GoString ¶
func (s DeleteOriginRequestPolicyInput) 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 (*DeleteOriginRequestPolicyInput) SetId ¶
func (s *DeleteOriginRequestPolicyInput) SetId(v string) *DeleteOriginRequestPolicyInput
SetId sets the Id field's value.
func (*DeleteOriginRequestPolicyInput) SetIfMatch ¶
func (s *DeleteOriginRequestPolicyInput) SetIfMatch(v string) *DeleteOriginRequestPolicyInput
SetIfMatch sets the IfMatch field's value.
func (DeleteOriginRequestPolicyInput) String ¶
func (s DeleteOriginRequestPolicyInput) 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 (*DeleteOriginRequestPolicyInput) Validate ¶
func (s *DeleteOriginRequestPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteOriginRequestPolicyOutput ¶
type DeleteOriginRequestPolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteOriginRequestPolicyOutput) GoString ¶
func (s DeleteOriginRequestPolicyOutput) 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 (DeleteOriginRequestPolicyOutput) String ¶
func (s DeleteOriginRequestPolicyOutput) 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 DeletePublicKeyInput ¶
type DeletePublicKeyInput struct { // The ID of the public key you want to remove from CloudFront. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when retrieving the public // key identity to delete. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (DeletePublicKeyInput) GoString ¶
func (s DeletePublicKeyInput) 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 (*DeletePublicKeyInput) SetId ¶
func (s *DeletePublicKeyInput) SetId(v string) *DeletePublicKeyInput
SetId sets the Id field's value.
func (*DeletePublicKeyInput) SetIfMatch ¶
func (s *DeletePublicKeyInput) SetIfMatch(v string) *DeletePublicKeyInput
SetIfMatch sets the IfMatch field's value.
func (DeletePublicKeyInput) String ¶
func (s DeletePublicKeyInput) 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 (*DeletePublicKeyInput) Validate ¶
func (s *DeletePublicKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePublicKeyOutput ¶
type DeletePublicKeyOutput struct {
// contains filtered or unexported fields
}
func (DeletePublicKeyOutput) GoString ¶
func (s DeletePublicKeyOutput) 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 (DeletePublicKeyOutput) String ¶
func (s DeletePublicKeyOutput) 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 DeleteRealtimeLogConfigInput ¶
type DeleteRealtimeLogConfigInput struct { // The Amazon Resource Name (ARN) of the real-time log configuration to delete. ARN *string `type:"string"` // The name of the real-time log configuration to delete. Name *string `type:"string"` // contains filtered or unexported fields }
func (DeleteRealtimeLogConfigInput) GoString ¶
func (s DeleteRealtimeLogConfigInput) 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 (*DeleteRealtimeLogConfigInput) SetARN ¶
func (s *DeleteRealtimeLogConfigInput) SetARN(v string) *DeleteRealtimeLogConfigInput
SetARN sets the ARN field's value.
func (*DeleteRealtimeLogConfigInput) SetName ¶
func (s *DeleteRealtimeLogConfigInput) SetName(v string) *DeleteRealtimeLogConfigInput
SetName sets the Name field's value.
func (DeleteRealtimeLogConfigInput) String ¶
func (s DeleteRealtimeLogConfigInput) 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 DeleteRealtimeLogConfigOutput ¶
type DeleteRealtimeLogConfigOutput struct {
// contains filtered or unexported fields
}
func (DeleteRealtimeLogConfigOutput) GoString ¶
func (s DeleteRealtimeLogConfigOutput) 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 (DeleteRealtimeLogConfigOutput) String ¶
func (s DeleteRealtimeLogConfigOutput) 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 DeleteResponseHeadersPolicyInput ¶
type DeleteResponseHeadersPolicyInput struct { // The identifier for the response headers policy that you are deleting. // // To get the identifier, you can use ListResponseHeadersPolicies. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the response headers policy that you are deleting. // // The version is the response headers policy's ETag value, which you can get // using ListResponseHeadersPolicies, GetResponseHeadersPolicy, or GetResponseHeadersPolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (DeleteResponseHeadersPolicyInput) GoString ¶
func (s DeleteResponseHeadersPolicyInput) 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 (*DeleteResponseHeadersPolicyInput) SetId ¶
func (s *DeleteResponseHeadersPolicyInput) SetId(v string) *DeleteResponseHeadersPolicyInput
SetId sets the Id field's value.
func (*DeleteResponseHeadersPolicyInput) SetIfMatch ¶
func (s *DeleteResponseHeadersPolicyInput) SetIfMatch(v string) *DeleteResponseHeadersPolicyInput
SetIfMatch sets the IfMatch field's value.
func (DeleteResponseHeadersPolicyInput) String ¶
func (s DeleteResponseHeadersPolicyInput) 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 (*DeleteResponseHeadersPolicyInput) Validate ¶
func (s *DeleteResponseHeadersPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteResponseHeadersPolicyOutput ¶
type DeleteResponseHeadersPolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteResponseHeadersPolicyOutput) GoString ¶
func (s DeleteResponseHeadersPolicyOutput) 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 (DeleteResponseHeadersPolicyOutput) String ¶
func (s DeleteResponseHeadersPolicyOutput) 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 DeleteStreamingDistributionInput ¶
type DeleteStreamingDistributionInput struct { // The distribution ID. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when you disabled the streaming // distribution. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
The request to delete a streaming distribution.
func (DeleteStreamingDistributionInput) GoString ¶
func (s DeleteStreamingDistributionInput) 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 (*DeleteStreamingDistributionInput) SetId ¶
func (s *DeleteStreamingDistributionInput) SetId(v string) *DeleteStreamingDistributionInput
SetId sets the Id field's value.
func (*DeleteStreamingDistributionInput) SetIfMatch ¶
func (s *DeleteStreamingDistributionInput) SetIfMatch(v string) *DeleteStreamingDistributionInput
SetIfMatch sets the IfMatch field's value.
func (DeleteStreamingDistributionInput) String ¶
func (s DeleteStreamingDistributionInput) 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 (*DeleteStreamingDistributionInput) Validate ¶
func (s *DeleteStreamingDistributionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteStreamingDistributionOutput ¶
type DeleteStreamingDistributionOutput struct {
// contains filtered or unexported fields
}
func (DeleteStreamingDistributionOutput) GoString ¶
func (s DeleteStreamingDistributionOutput) 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 (DeleteStreamingDistributionOutput) String ¶
func (s DeleteStreamingDistributionOutput) 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 DescribeFunctionInput ¶
type DescribeFunctionInput struct { // The name of the function that you are getting information about. // // Name is a required field Name *string `location:"uri" locationName:"Name" type:"string" required:"true"` // The function's stage, either DEVELOPMENT or LIVE. Stage *string `location:"querystring" locationName:"Stage" type:"string" enum:"FunctionStage"` // contains filtered or unexported fields }
func (DescribeFunctionInput) GoString ¶
func (s DescribeFunctionInput) 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 (*DescribeFunctionInput) SetName ¶
func (s *DescribeFunctionInput) SetName(v string) *DescribeFunctionInput
SetName sets the Name field's value.
func (*DescribeFunctionInput) SetStage ¶
func (s *DescribeFunctionInput) SetStage(v string) *DescribeFunctionInput
SetStage sets the Stage field's value.
func (DescribeFunctionInput) String ¶
func (s DescribeFunctionInput) 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 (*DescribeFunctionInput) Validate ¶
func (s *DescribeFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeFunctionOutput ¶
type DescribeFunctionOutput struct { // The version identifier for the current version of the CloudFront function. ETag *string `location:"header" locationName:"ETag" type:"string"` // Contains configuration information and metadata about a CloudFront function. FunctionSummary *FunctionSummary `type:"structure"` // contains filtered or unexported fields }
func (DescribeFunctionOutput) GoString ¶
func (s DescribeFunctionOutput) 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 (*DescribeFunctionOutput) SetETag ¶
func (s *DescribeFunctionOutput) SetETag(v string) *DescribeFunctionOutput
SetETag sets the ETag field's value.
func (*DescribeFunctionOutput) SetFunctionSummary ¶
func (s *DescribeFunctionOutput) SetFunctionSummary(v *FunctionSummary) *DescribeFunctionOutput
SetFunctionSummary sets the FunctionSummary field's value.
func (DescribeFunctionOutput) String ¶
func (s DescribeFunctionOutput) 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 Distribution ¶
type Distribution struct { // The distribution's Amazon Resource Name (ARN). // // ARN is a required field ARN *string `type:"string" required:"true"` // This field contains a list of key groups and the public keys in each key // group that CloudFront can use to verify the signatures of signed URLs or // signed cookies. ActiveTrustedKeyGroups *ActiveTrustedKeyGroups `type:"structure"` // // We recommend using TrustedKeyGroups instead of TrustedSigners. // // This field contains a list of Amazon Web Services account IDs and the active // CloudFront key pairs in each account that CloudFront can use to verify the // signatures of signed URLs or signed cookies. ActiveTrustedSigners *ActiveTrustedSigners `type:"structure"` // 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. // // 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. AliasICPRecordals []*AliasICPRecordal `locationNameList:"AliasICPRecordal" type:"list"` // The distribution's configuration. // // DistributionConfig is a required field DistributionConfig *DistributionConfig `type:"structure" required:"true"` // The distribution's CloudFront domain name. For example: d111111abcdef8.cloudfront.net. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // The distribution's identifier. For example: E1U5RQF7T870K0. // // Id is a required field Id *string `type:"string" required:"true"` // The number of invalidation batches currently in progress. // // InProgressInvalidationBatches is a required field InProgressInvalidationBatches *int64 `type:"integer" required:"true"` // The date and time when the distribution was last modified. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // The distribution's status. When the status is Deployed, the distribution's // information is fully propagated to all CloudFront edge locations. // // Status is a required field Status *string `type:"string" required:"true"` // contains filtered or unexported fields }
A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
func (Distribution) GoString ¶
func (s Distribution) 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 (*Distribution) SetARN ¶
func (s *Distribution) SetARN(v string) *Distribution
SetARN sets the ARN field's value.
func (*Distribution) SetActiveTrustedKeyGroups ¶
func (s *Distribution) SetActiveTrustedKeyGroups(v *ActiveTrustedKeyGroups) *Distribution
SetActiveTrustedKeyGroups sets the ActiveTrustedKeyGroups field's value.
func (*Distribution) SetActiveTrustedSigners ¶
func (s *Distribution) SetActiveTrustedSigners(v *ActiveTrustedSigners) *Distribution
SetActiveTrustedSigners sets the ActiveTrustedSigners field's value.
func (*Distribution) SetAliasICPRecordals ¶
func (s *Distribution) SetAliasICPRecordals(v []*AliasICPRecordal) *Distribution
SetAliasICPRecordals sets the AliasICPRecordals field's value.
func (*Distribution) SetDistributionConfig ¶
func (s *Distribution) SetDistributionConfig(v *DistributionConfig) *Distribution
SetDistributionConfig sets the DistributionConfig field's value.
func (*Distribution) SetDomainName ¶
func (s *Distribution) SetDomainName(v string) *Distribution
SetDomainName sets the DomainName field's value.
func (*Distribution) SetId ¶
func (s *Distribution) SetId(v string) *Distribution
SetId sets the Id field's value.
func (*Distribution) SetInProgressInvalidationBatches ¶
func (s *Distribution) SetInProgressInvalidationBatches(v int64) *Distribution
SetInProgressInvalidationBatches sets the InProgressInvalidationBatches field's value.
func (*Distribution) SetLastModifiedTime ¶
func (s *Distribution) SetLastModifiedTime(v time.Time) *Distribution
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*Distribution) SetStatus ¶
func (s *Distribution) SetStatus(v string) *Distribution
SetStatus sets the Status field's value.
func (Distribution) String ¶
func (s Distribution) 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 DistributionConfig ¶
type DistributionConfig struct { // A complex type that contains information about CNAMEs (alternate domain names), // if any, for this distribution. Aliases *Aliases `type:"structure"` // A complex type that contains zero or more CacheBehavior elements. CacheBehaviors *CacheBehaviors `type:"structure"` // A unique value (for example, a date-time stamp) that ensures that the request // can't be replayed. // // If the value of CallerReference is new (regardless of the content of the // DistributionConfig object), CloudFront creates a new distribution. // // If CallerReference is a value that you already sent in a previous request // to create a distribution, CloudFront returns a DistributionAlreadyExists // error. // // CallerReference is a required field CallerReference *string `type:"string" required:"true"` // A comment to describe the distribution. The comment cannot be longer than // 128 characters. // // Comment is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by DistributionConfig's // String and GoString methods. // // Comment is a required field Comment *string `type:"string" required:"true" sensitive:"true"` // The identifier of a continuous deployment policy. For more information, see // CreateContinuousDeploymentPolicy. ContinuousDeploymentPolicyId *string `type:"string"` // A complex type that controls the following: // // * Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range // with custom error messages before returning the response to the viewer. // // * How long CloudFront caches HTTP status codes in the 4xx and 5xx range. // // For more information about custom error pages, see Customizing Error Responses // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html) // in the Amazon CloudFront Developer Guide. CustomErrorResponses *CustomErrorResponses `type:"structure"` // A complex type that describes the default cache behavior if you don't specify // a CacheBehavior element or if files don't match any of the values of PathPattern // in CacheBehavior elements. You must create exactly one default cache behavior. // // DefaultCacheBehavior is a required field DefaultCacheBehavior *DefaultCacheBehavior `type:"structure" required:"true"` // The object that you want CloudFront to request from your origin (for example, // index.html) when a viewer requests the root URL for your distribution (https://www.example.com) // instead of an object in your distribution (https://www.example.com/product-description.html). // Specifying a default root object avoids exposing the contents of your distribution. // // Specify only the object name, for example, index.html. Don't add a / before // the object name. // // If you don't want to specify a default root object when you create a distribution, // include an empty DefaultRootObject element. // // To delete the default root object from an existing distribution, update the // distribution configuration and include an empty DefaultRootObject element. // // To replace the default root object, update the distribution configuration // and specify the new object. // // For more information about the default root object, see Creating a Default // Root Object (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html) // in the Amazon CloudFront Developer Guide. DefaultRootObject *string `type:"string"` // From this field, you can enable or disable the selected distribution. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // (Optional) Specify the maximum HTTP version(s) that you want viewers to use // to communicate with CloudFront. The default value for new web distributions // is http2. Viewers that don't support HTTP/2 automatically use an earlier // HTTP version. // // For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or // later, and must support Server Name Indication (SNI). // // For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and // Server Name Indication (SNI). CloudFront supports HTTP/3 connection migration // to allow the viewer to switch networks without losing connection. For more // information about connection migration, see Connection Migration (https://www.rfc-editor.org/rfc/rfc9000.html#name-connection-migration) // at RFC 9000. For more information about supported TLSv1.3 ciphers, see Supported // protocols and ciphers between viewers and CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html). HttpVersion *string `type:"string" enum:"HttpVersion"` // If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address // for your distribution, specify true. If you specify false, CloudFront responds // to IPv6 DNS requests with the DNS response code NOERROR and with no IP addresses. // This allows viewers to submit a second request, for an IPv4 address for your // distribution. // // In general, you should enable IPv6 if you have users on IPv6 networks who // want to access your content. However, if you're using signed URLs or signed // cookies to restrict access to your content, and if you're using a custom // policy that includes the IpAddress parameter to restrict the IP addresses // that can access your content, don't enable IPv6. If you want to restrict // access to some content by IP address and not restrict access to other content // (or restrict access but not by IP address), you can create two distributions. // For more information, see Creating a Signed URL Using a Custom Policy (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html) // in the Amazon CloudFront Developer Guide. // // If you're using an Route 53 Amazon Web Services Integration alias resource // record set to route traffic to your CloudFront distribution, you need to // create a second alias resource record set when both of the following are // true: // // * You enable IPv6 for the distribution // // * You're using alternate domain names in the URLs for your objects // // For more information, see Routing Traffic to an Amazon CloudFront Web Distribution // by Using Your Domain Name (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html) // in the Route 53 Amazon Web Services Integration Developer Guide. // // If you created a CNAME resource record set, either with Route 53 Amazon Web // Services Integration or with another DNS service, you don't need to make // any changes. A CNAME record will route traffic to your distribution regardless // of the IP address format of the viewer request. IsIPV6Enabled *bool `type:"boolean"` // A complex type that controls whether access logs are written for the distribution. // // For more information about logging, see Access Logs (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html) // in the Amazon CloudFront Developer Guide. Logging *LoggingConfig `type:"structure"` // A complex type that contains information about origin groups for this distribution. OriginGroups *OriginGroups `type:"structure"` // A complex type that contains information about origins for this distribution. // // Origins is a required field Origins *Origins `type:"structure" required:"true"` // The price class that corresponds with the maximum price that you want to // pay for CloudFront service. If you specify PriceClass_All, CloudFront responds // to requests for your objects from all CloudFront edge locations. // // If you specify a price class other than PriceClass_All, CloudFront serves // your objects from the CloudFront edge location that has the lowest latency // among the edge locations in your price class. Viewers who are in or near // regions that are excluded from your specified price class may encounter slower // performance. // // For more information about price classes, see Choosing the Price Class for // a CloudFront Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html) // in the Amazon CloudFront Developer Guide. For information about CloudFront // pricing, including how price classes (such as Price Class 100) map to CloudFront // regions, see Amazon CloudFront Pricing (http://aws.amazon.com/cloudfront/pricing/). PriceClass *string `type:"string" enum:"PriceClass"` // A complex type that identifies ways in which you want to restrict distribution // of your content. Restrictions *Restrictions `type:"structure"` // A Boolean that indicates whether this is a staging distribution. When this // value is true, this is a staging distribution. When this value is false, // this is not a staging distribution. Staging *bool `type:"boolean"` // A complex type that determines the distribution's SSL/TLS configuration for // communicating with viewers. ViewerCertificate *ViewerCertificate `type:"structure"` // A unique identifier that specifies the WAF web ACL, if any, to associate // with this distribution. 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. // // WAF is a web application firewall that lets you monitor the HTTP and HTTPS // requests that are forwarded to CloudFront, and lets you control access to // your content. Based on conditions that you specify, such as the IP addresses // that requests originate from or the values of query strings, CloudFront responds // to requests either with the requested content or with an HTTP 403 status // code (Forbidden). You can also configure CloudFront to return a custom error // page when a request is blocked. For more information about WAF, see the WAF // Developer Guide (https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html). WebACLId *string `type:"string"` // contains filtered or unexported fields }
A distribution configuration.
func (DistributionConfig) GoString ¶
func (s DistributionConfig) 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 (*DistributionConfig) SetAliases ¶
func (s *DistributionConfig) SetAliases(v *Aliases) *DistributionConfig
SetAliases sets the Aliases field's value.
func (*DistributionConfig) SetCacheBehaviors ¶
func (s *DistributionConfig) SetCacheBehaviors(v *CacheBehaviors) *DistributionConfig
SetCacheBehaviors sets the CacheBehaviors field's value.
func (*DistributionConfig) SetCallerReference ¶
func (s *DistributionConfig) SetCallerReference(v string) *DistributionConfig
SetCallerReference sets the CallerReference field's value.
func (*DistributionConfig) SetComment ¶
func (s *DistributionConfig) SetComment(v string) *DistributionConfig
SetComment sets the Comment field's value.
func (*DistributionConfig) SetContinuousDeploymentPolicyId ¶
func (s *DistributionConfig) SetContinuousDeploymentPolicyId(v string) *DistributionConfig
SetContinuousDeploymentPolicyId sets the ContinuousDeploymentPolicyId field's value.
func (*DistributionConfig) SetCustomErrorResponses ¶
func (s *DistributionConfig) SetCustomErrorResponses(v *CustomErrorResponses) *DistributionConfig
SetCustomErrorResponses sets the CustomErrorResponses field's value.
func (*DistributionConfig) SetDefaultCacheBehavior ¶
func (s *DistributionConfig) SetDefaultCacheBehavior(v *DefaultCacheBehavior) *DistributionConfig
SetDefaultCacheBehavior sets the DefaultCacheBehavior field's value.
func (*DistributionConfig) SetDefaultRootObject ¶
func (s *DistributionConfig) SetDefaultRootObject(v string) *DistributionConfig
SetDefaultRootObject sets the DefaultRootObject field's value.
func (*DistributionConfig) SetEnabled ¶
func (s *DistributionConfig) SetEnabled(v bool) *DistributionConfig
SetEnabled sets the Enabled field's value.
func (*DistributionConfig) SetHttpVersion ¶
func (s *DistributionConfig) SetHttpVersion(v string) *DistributionConfig
SetHttpVersion sets the HttpVersion field's value.
func (*DistributionConfig) SetIsIPV6Enabled ¶
func (s *DistributionConfig) SetIsIPV6Enabled(v bool) *DistributionConfig
SetIsIPV6Enabled sets the IsIPV6Enabled field's value.
func (*DistributionConfig) SetLogging ¶
func (s *DistributionConfig) SetLogging(v *LoggingConfig) *DistributionConfig
SetLogging sets the Logging field's value.
func (*DistributionConfig) SetOriginGroups ¶
func (s *DistributionConfig) SetOriginGroups(v *OriginGroups) *DistributionConfig
SetOriginGroups sets the OriginGroups field's value.
func (*DistributionConfig) SetOrigins ¶
func (s *DistributionConfig) SetOrigins(v *Origins) *DistributionConfig
SetOrigins sets the Origins field's value.
func (*DistributionConfig) SetPriceClass ¶
func (s *DistributionConfig) SetPriceClass(v string) *DistributionConfig
SetPriceClass sets the PriceClass field's value.
func (*DistributionConfig) SetRestrictions ¶
func (s *DistributionConfig) SetRestrictions(v *Restrictions) *DistributionConfig
SetRestrictions sets the Restrictions field's value.
func (*DistributionConfig) SetStaging ¶
func (s *DistributionConfig) SetStaging(v bool) *DistributionConfig
SetStaging sets the Staging field's value.
func (*DistributionConfig) SetViewerCertificate ¶
func (s *DistributionConfig) SetViewerCertificate(v *ViewerCertificate) *DistributionConfig
SetViewerCertificate sets the ViewerCertificate field's value.
func (*DistributionConfig) SetWebACLId ¶
func (s *DistributionConfig) SetWebACLId(v string) *DistributionConfig
SetWebACLId sets the WebACLId field's value.
func (DistributionConfig) String ¶
func (s DistributionConfig) 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 (*DistributionConfig) Validate ¶
func (s *DistributionConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DistributionConfigWithTags ¶
type DistributionConfigWithTags struct { // A distribution configuration. // // DistributionConfig is a required field DistributionConfig *DistributionConfig `type:"structure" required:"true"` // A complex type that contains zero or more Tag elements. // // Tags is a required field Tags *Tags `type:"structure" required:"true"` // contains filtered or unexported fields }
A distribution Configuration and a list of tags to be associated with the distribution.
func (DistributionConfigWithTags) GoString ¶
func (s DistributionConfigWithTags) 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 (*DistributionConfigWithTags) SetDistributionConfig ¶
func (s *DistributionConfigWithTags) SetDistributionConfig(v *DistributionConfig) *DistributionConfigWithTags
SetDistributionConfig sets the DistributionConfig field's value.
func (*DistributionConfigWithTags) SetTags ¶
func (s *DistributionConfigWithTags) SetTags(v *Tags) *DistributionConfigWithTags
SetTags sets the Tags field's value.
func (DistributionConfigWithTags) String ¶
func (s DistributionConfigWithTags) 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 (*DistributionConfigWithTags) Validate ¶
func (s *DistributionConfigWithTags) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DistributionIdList ¶
type DistributionIdList struct { // A flag that indicates whether more distribution IDs remain to be listed. // If your results were truncated, you can make a subsequent request using the // Marker request field to retrieve more distribution IDs in the list. // // IsTruncated is a required field IsTruncated *bool `type:"boolean" required:"true"` // Contains the distribution IDs in the list. Items []*string `locationNameList:"DistributionId" type:"list"` // The value provided in the Marker request field. // // Marker is a required field Marker *string `type:"string" required:"true"` // The maximum number of distribution IDs requested. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // Contains the value that you should use in the Marker field of a subsequent // request to continue listing distribution IDs where you left off. NextMarker *string `type:"string"` // The total number of distribution IDs returned in the response. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of distribution IDs.
func (DistributionIdList) GoString ¶
func (s DistributionIdList) 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 (*DistributionIdList) SetIsTruncated ¶
func (s *DistributionIdList) SetIsTruncated(v bool) *DistributionIdList
SetIsTruncated sets the IsTruncated field's value.
func (*DistributionIdList) SetItems ¶
func (s *DistributionIdList) SetItems(v []*string) *DistributionIdList
SetItems sets the Items field's value.
func (*DistributionIdList) SetMarker ¶
func (s *DistributionIdList) SetMarker(v string) *DistributionIdList
SetMarker sets the Marker field's value.
func (*DistributionIdList) SetMaxItems ¶
func (s *DistributionIdList) SetMaxItems(v int64) *DistributionIdList
SetMaxItems sets the MaxItems field's value.
func (*DistributionIdList) SetNextMarker ¶
func (s *DistributionIdList) SetNextMarker(v string) *DistributionIdList
SetNextMarker sets the NextMarker field's value.
func (*DistributionIdList) SetQuantity ¶
func (s *DistributionIdList) SetQuantity(v int64) *DistributionIdList
SetQuantity sets the Quantity field's value.
func (DistributionIdList) String ¶
func (s DistributionIdList) 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 DistributionList ¶
type DistributionList struct { // A flag that indicates whether more distributions remain to be listed. If // your results were truncated, you can make a follow-up pagination request // using the Marker request parameter to retrieve more distributions in the // list. // // IsTruncated is a required field IsTruncated *bool `type:"boolean" required:"true"` // A complex type that contains one DistributionSummary element for each distribution // that was created by the current Amazon Web Services account. Items []*DistributionSummary `locationNameList:"DistributionSummary" type:"list"` // The value you provided for the Marker request parameter. // // Marker is a required field Marker *string `type:"string" required:"true"` // The value you provided for the MaxItems request parameter. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // If IsTruncated is true, this element is present and contains the value you // can use for the Marker request parameter to continue listing your distributions // where they left off. NextMarker *string `type:"string"` // The number of distributions that were created by the current Amazon Web Services // account. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A distribution list.
func (DistributionList) GoString ¶
func (s DistributionList) 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 (*DistributionList) SetIsTruncated ¶
func (s *DistributionList) SetIsTruncated(v bool) *DistributionList
SetIsTruncated sets the IsTruncated field's value.
func (*DistributionList) SetItems ¶
func (s *DistributionList) SetItems(v []*DistributionSummary) *DistributionList
SetItems sets the Items field's value.
func (*DistributionList) SetMarker ¶
func (s *DistributionList) SetMarker(v string) *DistributionList
SetMarker sets the Marker field's value.
func (*DistributionList) SetMaxItems ¶
func (s *DistributionList) SetMaxItems(v int64) *DistributionList
SetMaxItems sets the MaxItems field's value.
func (*DistributionList) SetNextMarker ¶
func (s *DistributionList) SetNextMarker(v string) *DistributionList
SetNextMarker sets the NextMarker field's value.
func (*DistributionList) SetQuantity ¶
func (s *DistributionList) SetQuantity(v int64) *DistributionList
SetQuantity sets the Quantity field's value.
func (DistributionList) String ¶
func (s DistributionList) 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 DistributionSummary ¶
type DistributionSummary struct { // The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, // where 123456789012 is your Amazon Web Services account ID. // // ARN is a required field ARN *string `type:"string" required:"true"` // 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. // // 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. AliasICPRecordals []*AliasICPRecordal `locationNameList:"AliasICPRecordal" type:"list"` // A complex type that contains information about CNAMEs (alternate domain names), // if any, for this distribution. // // Aliases is a required field Aliases *Aliases `type:"structure" required:"true"` // A complex type that contains zero or more CacheBehavior elements. // // CacheBehaviors is a required field CacheBehaviors *CacheBehaviors `type:"structure" required:"true"` // The comment originally specified when this distribution was created. // // Comment is a required field Comment *string `type:"string" required:"true"` // A complex type that contains zero or more CustomErrorResponses elements. // // CustomErrorResponses is a required field CustomErrorResponses *CustomErrorResponses `type:"structure" required:"true"` // A complex type that describes the default cache behavior if you don't specify // a CacheBehavior element or if files don't match any of the values of PathPattern // in CacheBehavior elements. You must create exactly one default cache behavior. // // DefaultCacheBehavior is a required field DefaultCacheBehavior *DefaultCacheBehavior `type:"structure" required:"true"` // The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // Whether the distribution is enabled to accept user requests for content. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // Specify the maximum HTTP version that you want viewers to use to communicate // with CloudFront. The default value for new web distributions is http2. Viewers // that don't support HTTP/2 will automatically use an earlier version. // // HttpVersion is a required field HttpVersion *string `type:"string" required:"true" enum:"HttpVersion"` // The identifier for the distribution. For example: EDFDVBD632BHDS5. // // Id is a required field Id *string `type:"string" required:"true"` // Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for // your distribution. // // IsIPV6Enabled is a required field IsIPV6Enabled *bool `type:"boolean" required:"true"` // The date and time the distribution was last modified. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // A complex type that contains information about origin groups for this distribution. OriginGroups *OriginGroups `type:"structure"` // A complex type that contains information about origins for this distribution. // // Origins is a required field Origins *Origins `type:"structure" required:"true"` // A complex type that contains information about price class for this streaming // distribution. // // PriceClass is a required field PriceClass *string `type:"string" required:"true" enum:"PriceClass"` // A complex type that identifies ways in which you want to restrict distribution // of your content. // // Restrictions is a required field Restrictions *Restrictions `type:"structure" required:"true"` // Whether the primary distribution has a staging distribution enabled. // // Staging is a required field Staging *bool `type:"boolean" required:"true"` // The current status of the distribution. When the status is Deployed, the // distribution's information is propagated to all CloudFront edge locations. // // Status is a required field Status *string `type:"string" required:"true"` // A complex type that determines the distribution's SSL/TLS configuration for // communicating with viewers. // // ViewerCertificate is a required field ViewerCertificate *ViewerCertificate `type:"structure" required:"true"` // The Web ACL Id (if any) associated with the distribution. // // WebACLId is a required field WebACLId *string `type:"string" required:"true"` // contains filtered or unexported fields }
A summary of the information about a CloudFront distribution.
func (DistributionSummary) GoString ¶
func (s DistributionSummary) 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 (*DistributionSummary) SetARN ¶
func (s *DistributionSummary) SetARN(v string) *DistributionSummary
SetARN sets the ARN field's value.
func (*DistributionSummary) SetAliasICPRecordals ¶
func (s *DistributionSummary) SetAliasICPRecordals(v []*AliasICPRecordal) *DistributionSummary
SetAliasICPRecordals sets the AliasICPRecordals field's value.
func (*DistributionSummary) SetAliases ¶
func (s *DistributionSummary) SetAliases(v *Aliases) *DistributionSummary
SetAliases sets the Aliases field's value.
func (*DistributionSummary) SetCacheBehaviors ¶
func (s *DistributionSummary) SetCacheBehaviors(v *CacheBehaviors) *DistributionSummary
SetCacheBehaviors sets the CacheBehaviors field's value.
func (*DistributionSummary) SetComment ¶
func (s *DistributionSummary) SetComment(v string) *DistributionSummary
SetComment sets the Comment field's value.
func (*DistributionSummary) SetCustomErrorResponses ¶
func (s *DistributionSummary) SetCustomErrorResponses(v *CustomErrorResponses) *DistributionSummary
SetCustomErrorResponses sets the CustomErrorResponses field's value.
func (*DistributionSummary) SetDefaultCacheBehavior ¶
func (s *DistributionSummary) SetDefaultCacheBehavior(v *DefaultCacheBehavior) *DistributionSummary
SetDefaultCacheBehavior sets the DefaultCacheBehavior field's value.
func (*DistributionSummary) SetDomainName ¶
func (s *DistributionSummary) SetDomainName(v string) *DistributionSummary
SetDomainName sets the DomainName field's value.
func (*DistributionSummary) SetEnabled ¶
func (s *DistributionSummary) SetEnabled(v bool) *DistributionSummary
SetEnabled sets the Enabled field's value.
func (*DistributionSummary) SetHttpVersion ¶
func (s *DistributionSummary) SetHttpVersion(v string) *DistributionSummary
SetHttpVersion sets the HttpVersion field's value.
func (*DistributionSummary) SetId ¶
func (s *DistributionSummary) SetId(v string) *DistributionSummary
SetId sets the Id field's value.
func (*DistributionSummary) SetIsIPV6Enabled ¶
func (s *DistributionSummary) SetIsIPV6Enabled(v bool) *DistributionSummary
SetIsIPV6Enabled sets the IsIPV6Enabled field's value.
func (*DistributionSummary) SetLastModifiedTime ¶
func (s *DistributionSummary) SetLastModifiedTime(v time.Time) *DistributionSummary
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*DistributionSummary) SetOriginGroups ¶
func (s *DistributionSummary) SetOriginGroups(v *OriginGroups) *DistributionSummary
SetOriginGroups sets the OriginGroups field's value.
func (*DistributionSummary) SetOrigins ¶
func (s *DistributionSummary) SetOrigins(v *Origins) *DistributionSummary
SetOrigins sets the Origins field's value.
func (*DistributionSummary) SetPriceClass ¶
func (s *DistributionSummary) SetPriceClass(v string) *DistributionSummary
SetPriceClass sets the PriceClass field's value.
func (*DistributionSummary) SetRestrictions ¶
func (s *DistributionSummary) SetRestrictions(v *Restrictions) *DistributionSummary
SetRestrictions sets the Restrictions field's value.
func (*DistributionSummary) SetStaging ¶
func (s *DistributionSummary) SetStaging(v bool) *DistributionSummary
SetStaging sets the Staging field's value.
func (*DistributionSummary) SetStatus ¶
func (s *DistributionSummary) SetStatus(v string) *DistributionSummary
SetStatus sets the Status field's value.
func (*DistributionSummary) SetViewerCertificate ¶
func (s *DistributionSummary) SetViewerCertificate(v *ViewerCertificate) *DistributionSummary
SetViewerCertificate sets the ViewerCertificate field's value.
func (*DistributionSummary) SetWebACLId ¶
func (s *DistributionSummary) SetWebACLId(v string) *DistributionSummary
SetWebACLId sets the WebACLId field's value.
func (DistributionSummary) String ¶
func (s DistributionSummary) 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 EncryptionEntities ¶
type EncryptionEntities struct { // An array of field patterns in a field-level encryption content type-profile // mapping. Items []*EncryptionEntity `locationNameList:"EncryptionEntity" type:"list"` // Number of field pattern items in a field-level encryption content type-profile // mapping. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Complex data type for field-level encryption profiles that includes all of the encryption entities.
func (EncryptionEntities) GoString ¶
func (s EncryptionEntities) 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 (*EncryptionEntities) SetItems ¶
func (s *EncryptionEntities) SetItems(v []*EncryptionEntity) *EncryptionEntities
SetItems sets the Items field's value.
func (*EncryptionEntities) SetQuantity ¶
func (s *EncryptionEntities) SetQuantity(v int64) *EncryptionEntities
SetQuantity sets the Quantity field's value.
func (EncryptionEntities) String ¶
func (s EncryptionEntities) 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 (*EncryptionEntities) Validate ¶
func (s *EncryptionEntities) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EncryptionEntity ¶
type EncryptionEntity struct { // Field patterns in a field-level encryption content type profile specify the // fields that you want to be encrypted. You can provide the full field name, // or any beginning characters followed by a wildcard (*). You can't overlap // field patterns. For example, you can't have both ABC* and AB*. Note that // field patterns are case-sensitive. // // FieldPatterns is a required field FieldPatterns *FieldPatterns `type:"structure" required:"true"` // The provider associated with the public key being used for encryption. This // value must also be provided with the private key for applications to be able // to decrypt data. // // ProviderId is a required field ProviderId *string `type:"string" required:"true"` // The public key associated with a set of field-level encryption patterns, // to be used when encrypting the fields that match the patterns. // // PublicKeyId is a required field PublicKeyId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.
func (EncryptionEntity) GoString ¶
func (s EncryptionEntity) 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 (*EncryptionEntity) SetFieldPatterns ¶
func (s *EncryptionEntity) SetFieldPatterns(v *FieldPatterns) *EncryptionEntity
SetFieldPatterns sets the FieldPatterns field's value.
func (*EncryptionEntity) SetProviderId ¶
func (s *EncryptionEntity) SetProviderId(v string) *EncryptionEntity
SetProviderId sets the ProviderId field's value.
func (*EncryptionEntity) SetPublicKeyId ¶
func (s *EncryptionEntity) SetPublicKeyId(v string) *EncryptionEntity
SetPublicKeyId sets the PublicKeyId field's value.
func (EncryptionEntity) String ¶
func (s EncryptionEntity) 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 (*EncryptionEntity) Validate ¶
func (s *EncryptionEntity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EndPoint ¶
type EndPoint struct { // Contains information about the Amazon Kinesis data stream where you are sending // real-time log data. KinesisStreamConfig *KinesisStreamConfig `type:"structure"` // The type of data stream where you are sending real-time log data. The only // valid value is Kinesis. // // StreamType is a required field StreamType *string `type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.
func (EndPoint) GoString ¶
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 (*EndPoint) SetKinesisStreamConfig ¶
func (s *EndPoint) SetKinesisStreamConfig(v *KinesisStreamConfig) *EndPoint
SetKinesisStreamConfig sets the KinesisStreamConfig field's value.
func (*EndPoint) SetStreamType ¶
SetStreamType sets the StreamType field's value.
type FieldLevelEncryption ¶
type FieldLevelEncryption struct { // A complex data type that includes the profile configurations specified for // field-level encryption. // // FieldLevelEncryptionConfig is a required field FieldLevelEncryptionConfig *FieldLevelEncryptionConfig `type:"structure" required:"true"` // The configuration ID for a field-level encryption configuration which includes // a set of profiles that specify certain selected data fields to be encrypted // by specific public keys. // // Id is a required field Id *string `type:"string" required:"true"` // The last time the field-level encryption configuration was changed. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
A complex data type that includes the profile configurations and other options specified for field-level encryption.
func (FieldLevelEncryption) GoString ¶
func (s FieldLevelEncryption) 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 (*FieldLevelEncryption) SetFieldLevelEncryptionConfig ¶
func (s *FieldLevelEncryption) SetFieldLevelEncryptionConfig(v *FieldLevelEncryptionConfig) *FieldLevelEncryption
SetFieldLevelEncryptionConfig sets the FieldLevelEncryptionConfig field's value.
func (*FieldLevelEncryption) SetId ¶
func (s *FieldLevelEncryption) SetId(v string) *FieldLevelEncryption
SetId sets the Id field's value.
func (*FieldLevelEncryption) SetLastModifiedTime ¶
func (s *FieldLevelEncryption) SetLastModifiedTime(v time.Time) *FieldLevelEncryption
SetLastModifiedTime sets the LastModifiedTime field's value.
func (FieldLevelEncryption) String ¶
func (s FieldLevelEncryption) 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 FieldLevelEncryptionConfig ¶
type FieldLevelEncryptionConfig struct { // A unique number that ensures the request can't be replayed. // // CallerReference is a required field CallerReference *string `type:"string" required:"true"` // An optional comment about the configuration. The comment cannot be longer // than 128 characters. Comment *string `type:"string"` // A complex data type that specifies when to forward content if a content type // isn't recognized and profiles to use as by default in a request if a query // argument doesn't specify a profile to use. ContentTypeProfileConfig *ContentTypeProfileConfig `type:"structure"` // A complex data type that specifies when to forward content if a profile isn't // found and the profile that can be provided as a query argument in a request. QueryArgProfileConfig *QueryArgProfileConfig `type:"structure"` // contains filtered or unexported fields }
A complex data type that includes the profile configurations specified for field-level encryption.
func (FieldLevelEncryptionConfig) GoString ¶
func (s FieldLevelEncryptionConfig) 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 (*FieldLevelEncryptionConfig) SetCallerReference ¶
func (s *FieldLevelEncryptionConfig) SetCallerReference(v string) *FieldLevelEncryptionConfig
SetCallerReference sets the CallerReference field's value.
func (*FieldLevelEncryptionConfig) SetComment ¶
func (s *FieldLevelEncryptionConfig) SetComment(v string) *FieldLevelEncryptionConfig
SetComment sets the Comment field's value.
func (*FieldLevelEncryptionConfig) SetContentTypeProfileConfig ¶
func (s *FieldLevelEncryptionConfig) SetContentTypeProfileConfig(v *ContentTypeProfileConfig) *FieldLevelEncryptionConfig
SetContentTypeProfileConfig sets the ContentTypeProfileConfig field's value.
func (*FieldLevelEncryptionConfig) SetQueryArgProfileConfig ¶
func (s *FieldLevelEncryptionConfig) SetQueryArgProfileConfig(v *QueryArgProfileConfig) *FieldLevelEncryptionConfig
SetQueryArgProfileConfig sets the QueryArgProfileConfig field's value.
func (FieldLevelEncryptionConfig) String ¶
func (s FieldLevelEncryptionConfig) 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 (*FieldLevelEncryptionConfig) Validate ¶
func (s *FieldLevelEncryptionConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FieldLevelEncryptionList ¶
type FieldLevelEncryptionList struct { // An array of field-level encryption items. Items []*FieldLevelEncryptionSummary `locationNameList:"FieldLevelEncryptionSummary" type:"list"` // The maximum number of elements you want in the response body. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // If there are more elements to be listed, this element is present and contains // the value that you can use for the Marker request parameter to continue listing // your configurations where you left off. NextMarker *string `type:"string"` // The number of field-level encryption items. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
List of field-level encrpytion configurations.
func (FieldLevelEncryptionList) GoString ¶
func (s FieldLevelEncryptionList) 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 (*FieldLevelEncryptionList) SetItems ¶
func (s *FieldLevelEncryptionList) SetItems(v []*FieldLevelEncryptionSummary) *FieldLevelEncryptionList
SetItems sets the Items field's value.
func (*FieldLevelEncryptionList) SetMaxItems ¶
func (s *FieldLevelEncryptionList) SetMaxItems(v int64) *FieldLevelEncryptionList
SetMaxItems sets the MaxItems field's value.
func (*FieldLevelEncryptionList) SetNextMarker ¶
func (s *FieldLevelEncryptionList) SetNextMarker(v string) *FieldLevelEncryptionList
SetNextMarker sets the NextMarker field's value.
func (*FieldLevelEncryptionList) SetQuantity ¶
func (s *FieldLevelEncryptionList) SetQuantity(v int64) *FieldLevelEncryptionList
SetQuantity sets the Quantity field's value.
func (FieldLevelEncryptionList) String ¶
func (s FieldLevelEncryptionList) 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 FieldLevelEncryptionProfile ¶
type FieldLevelEncryptionProfile struct { // A complex data type that includes the profile name and the encryption entities // for the field-level encryption profile. // // FieldLevelEncryptionProfileConfig is a required field FieldLevelEncryptionProfileConfig *FieldLevelEncryptionProfileConfig `type:"structure" required:"true"` // The ID for a field-level encryption profile configuration which includes // a set of profiles that specify certain selected data fields to be encrypted // by specific public keys. // // Id is a required field Id *string `type:"string" required:"true"` // The last time the field-level encryption profile was updated. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
A complex data type for field-level encryption profiles.
func (FieldLevelEncryptionProfile) GoString ¶
func (s FieldLevelEncryptionProfile) 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 (*FieldLevelEncryptionProfile) SetFieldLevelEncryptionProfileConfig ¶
func (s *FieldLevelEncryptionProfile) SetFieldLevelEncryptionProfileConfig(v *FieldLevelEncryptionProfileConfig) *FieldLevelEncryptionProfile
SetFieldLevelEncryptionProfileConfig sets the FieldLevelEncryptionProfileConfig field's value.
func (*FieldLevelEncryptionProfile) SetId ¶
func (s *FieldLevelEncryptionProfile) SetId(v string) *FieldLevelEncryptionProfile
SetId sets the Id field's value.
func (*FieldLevelEncryptionProfile) SetLastModifiedTime ¶
func (s *FieldLevelEncryptionProfile) SetLastModifiedTime(v time.Time) *FieldLevelEncryptionProfile
SetLastModifiedTime sets the LastModifiedTime field's value.
func (FieldLevelEncryptionProfile) String ¶
func (s FieldLevelEncryptionProfile) 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 FieldLevelEncryptionProfileConfig ¶
type FieldLevelEncryptionProfileConfig struct { // A unique number that ensures that the request can't be replayed. // // CallerReference is a required field CallerReference *string `type:"string" required:"true"` // An optional comment for the field-level encryption profile. The comment cannot // be longer than 128 characters. Comment *string `type:"string"` // A complex data type of encryption entities for the field-level encryption // profile that include the public key ID, provider, and field patterns for // specifying which fields to encrypt with this key. // // EncryptionEntities is a required field EncryptionEntities *EncryptionEntities `type:"structure" required:"true"` // Profile name for the field-level encryption profile. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
A complex data type of profiles for the field-level encryption.
func (FieldLevelEncryptionProfileConfig) GoString ¶
func (s FieldLevelEncryptionProfileConfig) 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 (*FieldLevelEncryptionProfileConfig) SetCallerReference ¶
func (s *FieldLevelEncryptionProfileConfig) SetCallerReference(v string) *FieldLevelEncryptionProfileConfig
SetCallerReference sets the CallerReference field's value.
func (*FieldLevelEncryptionProfileConfig) SetComment ¶
func (s *FieldLevelEncryptionProfileConfig) SetComment(v string) *FieldLevelEncryptionProfileConfig
SetComment sets the Comment field's value.
func (*FieldLevelEncryptionProfileConfig) SetEncryptionEntities ¶
func (s *FieldLevelEncryptionProfileConfig) SetEncryptionEntities(v *EncryptionEntities) *FieldLevelEncryptionProfileConfig
SetEncryptionEntities sets the EncryptionEntities field's value.
func (*FieldLevelEncryptionProfileConfig) SetName ¶
func (s *FieldLevelEncryptionProfileConfig) SetName(v string) *FieldLevelEncryptionProfileConfig
SetName sets the Name field's value.
func (FieldLevelEncryptionProfileConfig) String ¶
func (s FieldLevelEncryptionProfileConfig) 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 (*FieldLevelEncryptionProfileConfig) Validate ¶
func (s *FieldLevelEncryptionProfileConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FieldLevelEncryptionProfileList ¶
type FieldLevelEncryptionProfileList struct { // The field-level encryption profile items. Items []*FieldLevelEncryptionProfileSummary `locationNameList:"FieldLevelEncryptionProfileSummary" type:"list"` // The maximum number of field-level encryption profiles you want in the response // body. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // If there are more elements to be listed, this element is present and contains // the value that you can use for the Marker request parameter to continue listing // your profiles where you left off. NextMarker *string `type:"string"` // The number of field-level encryption profiles. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
List of field-level encryption profiles.
func (FieldLevelEncryptionProfileList) GoString ¶
func (s FieldLevelEncryptionProfileList) 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 (*FieldLevelEncryptionProfileList) SetItems ¶
func (s *FieldLevelEncryptionProfileList) SetItems(v []*FieldLevelEncryptionProfileSummary) *FieldLevelEncryptionProfileList
SetItems sets the Items field's value.
func (*FieldLevelEncryptionProfileList) SetMaxItems ¶
func (s *FieldLevelEncryptionProfileList) SetMaxItems(v int64) *FieldLevelEncryptionProfileList
SetMaxItems sets the MaxItems field's value.
func (*FieldLevelEncryptionProfileList) SetNextMarker ¶
func (s *FieldLevelEncryptionProfileList) SetNextMarker(v string) *FieldLevelEncryptionProfileList
SetNextMarker sets the NextMarker field's value.
func (*FieldLevelEncryptionProfileList) SetQuantity ¶
func (s *FieldLevelEncryptionProfileList) SetQuantity(v int64) *FieldLevelEncryptionProfileList
SetQuantity sets the Quantity field's value.
func (FieldLevelEncryptionProfileList) String ¶
func (s FieldLevelEncryptionProfileList) 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 FieldLevelEncryptionProfileSummary ¶
type FieldLevelEncryptionProfileSummary struct { // An optional comment for the field-level encryption profile summary. The comment // cannot be longer than 128 characters. Comment *string `type:"string"` // A complex data type of encryption entities for the field-level encryption // profile that include the public key ID, provider, and field patterns for // specifying which fields to encrypt with this key. // // EncryptionEntities is a required field EncryptionEntities *EncryptionEntities `type:"structure" required:"true"` // ID for the field-level encryption profile summary. // // Id is a required field Id *string `type:"string" required:"true"` // The time when the the field-level encryption profile summary was last updated. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // Name for the field-level encryption profile summary. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
The field-level encryption profile summary.
func (FieldLevelEncryptionProfileSummary) GoString ¶
func (s FieldLevelEncryptionProfileSummary) 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 (*FieldLevelEncryptionProfileSummary) SetComment ¶
func (s *FieldLevelEncryptionProfileSummary) SetComment(v string) *FieldLevelEncryptionProfileSummary
SetComment sets the Comment field's value.
func (*FieldLevelEncryptionProfileSummary) SetEncryptionEntities ¶
func (s *FieldLevelEncryptionProfileSummary) SetEncryptionEntities(v *EncryptionEntities) *FieldLevelEncryptionProfileSummary
SetEncryptionEntities sets the EncryptionEntities field's value.
func (*FieldLevelEncryptionProfileSummary) SetId ¶
func (s *FieldLevelEncryptionProfileSummary) SetId(v string) *FieldLevelEncryptionProfileSummary
SetId sets the Id field's value.
func (*FieldLevelEncryptionProfileSummary) SetLastModifiedTime ¶
func (s *FieldLevelEncryptionProfileSummary) SetLastModifiedTime(v time.Time) *FieldLevelEncryptionProfileSummary
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*FieldLevelEncryptionProfileSummary) SetName ¶
func (s *FieldLevelEncryptionProfileSummary) SetName(v string) *FieldLevelEncryptionProfileSummary
SetName sets the Name field's value.
func (FieldLevelEncryptionProfileSummary) String ¶
func (s FieldLevelEncryptionProfileSummary) 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 FieldLevelEncryptionSummary ¶
type FieldLevelEncryptionSummary struct { // An optional comment about the field-level encryption item. The comment cannot // be longer than 128 characters. Comment *string `type:"string"` // A summary of a content type-profile mapping. ContentTypeProfileConfig *ContentTypeProfileConfig `type:"structure"` // The unique ID of a field-level encryption item. // // Id is a required field Id *string `type:"string" required:"true"` // The last time that the summary of field-level encryption items was modified. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // A summary of a query argument-profile mapping. QueryArgProfileConfig *QueryArgProfileConfig `type:"structure"` // contains filtered or unexported fields }
A summary of a field-level encryption item.
func (FieldLevelEncryptionSummary) GoString ¶
func (s FieldLevelEncryptionSummary) 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 (*FieldLevelEncryptionSummary) SetComment ¶
func (s *FieldLevelEncryptionSummary) SetComment(v string) *FieldLevelEncryptionSummary
SetComment sets the Comment field's value.
func (*FieldLevelEncryptionSummary) SetContentTypeProfileConfig ¶
func (s *FieldLevelEncryptionSummary) SetContentTypeProfileConfig(v *ContentTypeProfileConfig) *FieldLevelEncryptionSummary
SetContentTypeProfileConfig sets the ContentTypeProfileConfig field's value.
func (*FieldLevelEncryptionSummary) SetId ¶
func (s *FieldLevelEncryptionSummary) SetId(v string) *FieldLevelEncryptionSummary
SetId sets the Id field's value.
func (*FieldLevelEncryptionSummary) SetLastModifiedTime ¶
func (s *FieldLevelEncryptionSummary) SetLastModifiedTime(v time.Time) *FieldLevelEncryptionSummary
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*FieldLevelEncryptionSummary) SetQueryArgProfileConfig ¶
func (s *FieldLevelEncryptionSummary) SetQueryArgProfileConfig(v *QueryArgProfileConfig) *FieldLevelEncryptionSummary
SetQueryArgProfileConfig sets the QueryArgProfileConfig field's value.
func (FieldLevelEncryptionSummary) String ¶
func (s FieldLevelEncryptionSummary) 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 FieldPatterns ¶
type FieldPatterns struct { // An array of the field-level encryption field patterns. Items []*string `locationNameList:"FieldPattern" type:"list"` // The number of field-level encryption field patterns. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A complex data type that includes the field patterns to match for field-level encryption.
func (FieldPatterns) GoString ¶
func (s FieldPatterns) 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 (*FieldPatterns) SetItems ¶
func (s *FieldPatterns) SetItems(v []*string) *FieldPatterns
SetItems sets the Items field's value.
func (*FieldPatterns) SetQuantity ¶
func (s *FieldPatterns) SetQuantity(v int64) *FieldPatterns
SetQuantity sets the Quantity field's value.
func (FieldPatterns) String ¶
func (s FieldPatterns) 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 (*FieldPatterns) Validate ¶
func (s *FieldPatterns) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ForwardedValues ¶
type ForwardedValues struct { // This field is deprecated. We recommend that you use a cache policy or an // origin request policy instead of this field. // // If you want to include cookies in the cache key, use 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) // in the Amazon CloudFront Developer Guide. // // If you want to send cookies 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) // in the Amazon CloudFront Developer Guide. // // A complex type that specifies whether you want CloudFront to forward cookies // to the origin and, if so, which ones. For more information about forwarding // cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html) // in the Amazon CloudFront Developer Guide. // // Cookies is a required field Cookies *CookiePreference `type:"structure" required:"true"` // This field is deprecated. We recommend that you use a cache policy or an // origin request policy instead of this field. // // If you want to include headers in the cache key, use 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) // in the Amazon CloudFront Developer Guide. // // If you want to send headers 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) // in the Amazon CloudFront Developer Guide. // // A complex type that specifies the Headers, if any, that you want CloudFront // to forward to the origin for this cache behavior (whitelisted headers). For // the headers that you specify, CloudFront also caches separate versions of // a specified object that is based on the header values in viewer requests. // // For more information, see Caching Content Based on Request Headers (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html) // in the Amazon CloudFront Developer Guide. Headers *Headers `type:"structure"` // This field is deprecated. We recommend that you use a cache policy or an // origin request policy instead of this field. // // If you want to include query strings in the cache key, use 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) // in the Amazon CloudFront Developer Guide. // // If you want to send query strings 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) // in the Amazon CloudFront Developer Guide. // // Indicates whether you want CloudFront to forward query strings to the origin // that is associated with this cache behavior and cache based on the query // string parameters. CloudFront behavior depends on the value of QueryString // and on the values that you specify for QueryStringCacheKeys, if any: // // If you specify true for QueryString and you don't specify any values for // QueryStringCacheKeys, CloudFront forwards all query string parameters to // the origin and caches based on all query string parameters. Depending on // how many query string parameters and values you have, this can adversely // affect performance because CloudFront must forward more requests to the origin. // // If you specify true for QueryString and you specify one or more values for // QueryStringCacheKeys, CloudFront forwards all query string parameters to // the origin, but it only caches based on the query string parameters that // you specify. // // If you specify false for QueryString, CloudFront doesn't forward any query // string parameters to the origin, and doesn't cache based on query string // parameters. // // For more information, see Configuring CloudFront to Cache Based on Query // String Parameters (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/QueryStringParameters.html) // in the Amazon CloudFront Developer Guide. // // QueryString is a required field QueryString *bool `type:"boolean" required:"true"` // This field is deprecated. We recommend that you use a cache policy or an // origin request policy instead of this field. // // If you want to include query strings in the cache key, use 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) // in the Amazon CloudFront Developer Guide. // // If you want to send query strings 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) // in the Amazon CloudFront Developer Guide. // // A complex type that contains information about the query string parameters // that you want CloudFront to use for caching for this cache behavior. QueryStringCacheKeys *QueryStringCacheKeys `type:"structure"` // contains filtered or unexported fields }
This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
If you want to include values in the cache key, use a 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) 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) in the Amazon CloudFront Developer Guide.
A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.
func (ForwardedValues) GoString ¶
func (s ForwardedValues) 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 (*ForwardedValues) SetCookies ¶
func (s *ForwardedValues) SetCookies(v *CookiePreference) *ForwardedValues
SetCookies sets the Cookies field's value.
func (*ForwardedValues) SetHeaders ¶
func (s *ForwardedValues) SetHeaders(v *Headers) *ForwardedValues
SetHeaders sets the Headers field's value.
func (*ForwardedValues) SetQueryString ¶
func (s *ForwardedValues) SetQueryString(v bool) *ForwardedValues
SetQueryString sets the QueryString field's value.
func (*ForwardedValues) SetQueryStringCacheKeys ¶
func (s *ForwardedValues) SetQueryStringCacheKeys(v *QueryStringCacheKeys) *ForwardedValues
SetQueryStringCacheKeys sets the QueryStringCacheKeys field's value.
func (ForwardedValues) String ¶
func (s ForwardedValues) 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 (*ForwardedValues) Validate ¶
func (s *ForwardedValues) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FunctionAssociation ¶
type FunctionAssociation struct { // The event type of the function, either viewer-request or viewer-response. // You cannot use origin-facing event types (origin-request and origin-response) // with a CloudFront function. // // EventType is a required field EventType *string `type:"string" required:"true" enum:"EventType"` // The Amazon Resource Name (ARN) of the function. // // FunctionARN is a required field FunctionARN *string `type:"string" required:"true"` // contains filtered or unexported fields }
A CloudFront function that is associated with a cache behavior in a CloudFront distribution.
func (FunctionAssociation) GoString ¶
func (s FunctionAssociation) 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 (*FunctionAssociation) SetEventType ¶
func (s *FunctionAssociation) SetEventType(v string) *FunctionAssociation
SetEventType sets the EventType field's value.
func (*FunctionAssociation) SetFunctionARN ¶
func (s *FunctionAssociation) SetFunctionARN(v string) *FunctionAssociation
SetFunctionARN sets the FunctionARN field's value.
func (FunctionAssociation) String ¶
func (s FunctionAssociation) 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 (*FunctionAssociation) Validate ¶
func (s *FunctionAssociation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FunctionAssociations ¶
type FunctionAssociations struct { // The CloudFront functions that are associated with a cache behavior in a CloudFront // distribution. CloudFront functions must be published to the LIVE stage to // associate them with a cache behavior. Items []*FunctionAssociation `locationNameList:"FunctionAssociation" type:"list"` // The number of CloudFront functions in the list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.
func (FunctionAssociations) GoString ¶
func (s FunctionAssociations) 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 (*FunctionAssociations) SetItems ¶
func (s *FunctionAssociations) SetItems(v []*FunctionAssociation) *FunctionAssociations
SetItems sets the Items field's value.
func (*FunctionAssociations) SetQuantity ¶
func (s *FunctionAssociations) SetQuantity(v int64) *FunctionAssociations
SetQuantity sets the Quantity field's value.
func (FunctionAssociations) String ¶
func (s FunctionAssociations) 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 (*FunctionAssociations) Validate ¶
func (s *FunctionAssociations) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FunctionConfig ¶
type FunctionConfig struct { // A comment to describe the function. // // Comment is a required field Comment *string `type:"string" required:"true"` // The function's runtime environment verion. // // Runtime is a required field Runtime *string `type:"string" required:"true" enum:"FunctionRuntime"` // contains filtered or unexported fields }
Contains configuration information about a CloudFront function.
func (FunctionConfig) GoString ¶
func (s FunctionConfig) 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 (*FunctionConfig) SetComment ¶
func (s *FunctionConfig) SetComment(v string) *FunctionConfig
SetComment sets the Comment field's value.
func (*FunctionConfig) SetRuntime ¶
func (s *FunctionConfig) SetRuntime(v string) *FunctionConfig
SetRuntime sets the Runtime field's value.
func (FunctionConfig) String ¶
func (s FunctionConfig) 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 (*FunctionConfig) Validate ¶
func (s *FunctionConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FunctionList ¶
type FunctionList struct { // Contains the functions in the list. Items []*FunctionSummary `locationNameList:"FunctionSummary" type:"list"` // The maximum number of functions 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 functions where you left off. NextMarker *string `type:"string"` // The number of functions returned in the response. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of CloudFront functions.
func (FunctionList) GoString ¶
func (s FunctionList) 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 (*FunctionList) SetItems ¶
func (s *FunctionList) SetItems(v []*FunctionSummary) *FunctionList
SetItems sets the Items field's value.
func (*FunctionList) SetMaxItems ¶
func (s *FunctionList) SetMaxItems(v int64) *FunctionList
SetMaxItems sets the MaxItems field's value.
func (*FunctionList) SetNextMarker ¶
func (s *FunctionList) SetNextMarker(v string) *FunctionList
SetNextMarker sets the NextMarker field's value.
func (*FunctionList) SetQuantity ¶
func (s *FunctionList) SetQuantity(v int64) *FunctionList
SetQuantity sets the Quantity field's value.
func (FunctionList) String ¶
func (s FunctionList) 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 FunctionMetadata ¶
type FunctionMetadata struct { // The date and time when the function was created. CreatedTime *time.Time `type:"timestamp"` // The Amazon Resource Name (ARN) of the function. The ARN uniquely identifies // the function. // // FunctionARN is a required field FunctionARN *string `type:"string" required:"true"` // The date and time when the function was most recently updated. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // The stage that the function is in, either DEVELOPMENT or LIVE. // // When a function is in the DEVELOPMENT stage, you can test the function with // TestFunction, and update it with UpdateFunction. // // When a function is in the LIVE stage, you can attach the function to a distribution's // cache behavior, using the function's ARN. Stage *string `type:"string" enum:"FunctionStage"` // contains filtered or unexported fields }
Contains metadata about a CloudFront function.
func (FunctionMetadata) GoString ¶
func (s FunctionMetadata) 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 (*FunctionMetadata) SetCreatedTime ¶
func (s *FunctionMetadata) SetCreatedTime(v time.Time) *FunctionMetadata
SetCreatedTime sets the CreatedTime field's value.
func (*FunctionMetadata) SetFunctionARN ¶
func (s *FunctionMetadata) SetFunctionARN(v string) *FunctionMetadata
SetFunctionARN sets the FunctionARN field's value.
func (*FunctionMetadata) SetLastModifiedTime ¶
func (s *FunctionMetadata) SetLastModifiedTime(v time.Time) *FunctionMetadata
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*FunctionMetadata) SetStage ¶
func (s *FunctionMetadata) SetStage(v string) *FunctionMetadata
SetStage sets the Stage field's value.
func (FunctionMetadata) String ¶
func (s FunctionMetadata) 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 FunctionSummary ¶
type FunctionSummary struct { // Contains configuration information about a CloudFront function. // // FunctionConfig is a required field FunctionConfig *FunctionConfig `type:"structure" required:"true"` // Contains metadata about a CloudFront function. // // FunctionMetadata is a required field FunctionMetadata *FunctionMetadata `type:"structure" required:"true"` // The name of the CloudFront function. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The status of the CloudFront function. Status *string `type:"string"` // contains filtered or unexported fields }
Contains configuration information and metadata about a CloudFront function.
func (FunctionSummary) GoString ¶
func (s FunctionSummary) 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 (*FunctionSummary) SetFunctionConfig ¶
func (s *FunctionSummary) SetFunctionConfig(v *FunctionConfig) *FunctionSummary
SetFunctionConfig sets the FunctionConfig field's value.
func (*FunctionSummary) SetFunctionMetadata ¶
func (s *FunctionSummary) SetFunctionMetadata(v *FunctionMetadata) *FunctionSummary
SetFunctionMetadata sets the FunctionMetadata field's value.
func (*FunctionSummary) SetName ¶
func (s *FunctionSummary) SetName(v string) *FunctionSummary
SetName sets the Name field's value.
func (*FunctionSummary) SetStatus ¶
func (s *FunctionSummary) SetStatus(v string) *FunctionSummary
SetStatus sets the Status field's value.
func (FunctionSummary) String ¶
func (s FunctionSummary) 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 GeoRestriction ¶
type GeoRestriction struct { // A complex type that contains a Location element for each country in which // you want CloudFront either to distribute your content (whitelist) or not // distribute your content (blacklist). // // The Location element is a two-letter, uppercase country code for a country // that you want to include in your blacklist or whitelist. Include one Location // element for each country. // // CloudFront and MaxMind both use ISO 3166 country codes. For the current list // of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on // the International Organization for Standardization website. You can also // refer to the country list on the CloudFront console, which includes both // country names and codes. Items []*string `locationNameList:"Location" type:"list"` // When geo restriction is enabled, this is the number of countries in your // whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, // and you can omit Items. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // The method that you want to use to restrict distribution of your content // by country: // // * none: No geo restriction is enabled, meaning access to content is not // restricted by client geo location. // // * blacklist: The Location elements specify the countries in which you // don't want CloudFront to distribute your content. // // * whitelist: The Location elements specify the countries in which you // want CloudFront to distribute your content. // // RestrictionType is a required field RestrictionType *string `type:"string" required:"true" enum:"GeoRestrictionType"` // contains filtered or unexported fields }
A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.
func (GeoRestriction) GoString ¶
func (s GeoRestriction) 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 (*GeoRestriction) SetItems ¶
func (s *GeoRestriction) SetItems(v []*string) *GeoRestriction
SetItems sets the Items field's value.
func (*GeoRestriction) SetQuantity ¶
func (s *GeoRestriction) SetQuantity(v int64) *GeoRestriction
SetQuantity sets the Quantity field's value.
func (*GeoRestriction) SetRestrictionType ¶
func (s *GeoRestriction) SetRestrictionType(v string) *GeoRestriction
SetRestrictionType sets the RestrictionType field's value.
func (GeoRestriction) String ¶
func (s GeoRestriction) 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 (*GeoRestriction) Validate ¶
func (s *GeoRestriction) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCachePolicyConfigInput ¶
type GetCachePolicyConfigInput struct { // The unique identifier for the cache policy. If the cache policy is attached // to a distribution's cache behavior, you can get the policy's identifier using // ListDistributions or GetDistribution. If the cache policy is not attached // to a cache behavior, you can get the identifier using ListCachePolicies. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetCachePolicyConfigInput) GoString ¶
func (s GetCachePolicyConfigInput) 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 (*GetCachePolicyConfigInput) SetId ¶
func (s *GetCachePolicyConfigInput) SetId(v string) *GetCachePolicyConfigInput
SetId sets the Id field's value.
func (GetCachePolicyConfigInput) String ¶
func (s GetCachePolicyConfigInput) 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 (*GetCachePolicyConfigInput) Validate ¶
func (s *GetCachePolicyConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCachePolicyConfigOutput ¶
type GetCachePolicyConfigOutput struct { // The cache policy configuration. CachePolicyConfig *CachePolicyConfig `type:"structure"` // The current version of the cache policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
func (GetCachePolicyConfigOutput) GoString ¶
func (s GetCachePolicyConfigOutput) 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 (*GetCachePolicyConfigOutput) SetCachePolicyConfig ¶
func (s *GetCachePolicyConfigOutput) SetCachePolicyConfig(v *CachePolicyConfig) *GetCachePolicyConfigOutput
SetCachePolicyConfig sets the CachePolicyConfig field's value.
func (*GetCachePolicyConfigOutput) SetETag ¶
func (s *GetCachePolicyConfigOutput) SetETag(v string) *GetCachePolicyConfigOutput
SetETag sets the ETag field's value.
func (GetCachePolicyConfigOutput) String ¶
func (s GetCachePolicyConfigOutput) 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 GetCachePolicyInput ¶
type GetCachePolicyInput struct { // The unique identifier for the cache policy. If the cache policy is attached // to a distribution's cache behavior, you can get the policy's identifier using // ListDistributions or GetDistribution. If the cache policy is not attached // to a cache behavior, you can get the identifier using ListCachePolicies. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetCachePolicyInput) GoString ¶
func (s GetCachePolicyInput) 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 (*GetCachePolicyInput) SetId ¶
func (s *GetCachePolicyInput) SetId(v string) *GetCachePolicyInput
SetId sets the Id field's value.
func (GetCachePolicyInput) String ¶
func (s GetCachePolicyInput) 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 (*GetCachePolicyInput) Validate ¶
func (s *GetCachePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCachePolicyOutput ¶
type GetCachePolicyOutput struct { // The cache policy. CachePolicy *CachePolicy `type:"structure"` // The current version of the cache policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
func (GetCachePolicyOutput) GoString ¶
func (s GetCachePolicyOutput) 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 (*GetCachePolicyOutput) SetCachePolicy ¶
func (s *GetCachePolicyOutput) SetCachePolicy(v *CachePolicy) *GetCachePolicyOutput
SetCachePolicy sets the CachePolicy field's value.
func (*GetCachePolicyOutput) SetETag ¶
func (s *GetCachePolicyOutput) SetETag(v string) *GetCachePolicyOutput
SetETag sets the ETag field's value.
func (GetCachePolicyOutput) String ¶
func (s GetCachePolicyOutput) 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 GetCloudFrontOriginAccessIdentityConfigInput ¶
type GetCloudFrontOriginAccessIdentityConfigInput struct { // The identity's ID. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfig (https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html).
func (GetCloudFrontOriginAccessIdentityConfigInput) GoString ¶
func (s GetCloudFrontOriginAccessIdentityConfigInput) 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 (*GetCloudFrontOriginAccessIdentityConfigInput) SetId ¶
func (s *GetCloudFrontOriginAccessIdentityConfigInput) SetId(v string) *GetCloudFrontOriginAccessIdentityConfigInput
SetId sets the Id field's value.
func (GetCloudFrontOriginAccessIdentityConfigInput) String ¶
func (s GetCloudFrontOriginAccessIdentityConfigInput) 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 (*GetCloudFrontOriginAccessIdentityConfigInput) Validate ¶
func (s *GetCloudFrontOriginAccessIdentityConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCloudFrontOriginAccessIdentityConfigOutput ¶
type GetCloudFrontOriginAccessIdentityConfigOutput struct { // The origin access identity's configuration information. CloudFrontOriginAccessIdentityConfig *OriginAccessIdentityConfig `type:"structure"` // The current version of the configuration. For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (GetCloudFrontOriginAccessIdentityConfigOutput) GoString ¶
func (s GetCloudFrontOriginAccessIdentityConfigOutput) 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 (*GetCloudFrontOriginAccessIdentityConfigOutput) SetCloudFrontOriginAccessIdentityConfig ¶
func (s *GetCloudFrontOriginAccessIdentityConfigOutput) SetCloudFrontOriginAccessIdentityConfig(v *OriginAccessIdentityConfig) *GetCloudFrontOriginAccessIdentityConfigOutput
SetCloudFrontOriginAccessIdentityConfig sets the CloudFrontOriginAccessIdentityConfig field's value.
func (*GetCloudFrontOriginAccessIdentityConfigOutput) SetETag ¶
func (s *GetCloudFrontOriginAccessIdentityConfigOutput) SetETag(v string) *GetCloudFrontOriginAccessIdentityConfigOutput
SetETag sets the ETag field's value.
func (GetCloudFrontOriginAccessIdentityConfigOutput) String ¶
func (s GetCloudFrontOriginAccessIdentityConfigOutput) 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 GetCloudFrontOriginAccessIdentityInput ¶
type GetCloudFrontOriginAccessIdentityInput struct { // The identity's ID. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
The request to get an origin access identity's information.
func (GetCloudFrontOriginAccessIdentityInput) GoString ¶
func (s GetCloudFrontOriginAccessIdentityInput) 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 (*GetCloudFrontOriginAccessIdentityInput) SetId ¶
func (s *GetCloudFrontOriginAccessIdentityInput) SetId(v string) *GetCloudFrontOriginAccessIdentityInput
SetId sets the Id field's value.
func (GetCloudFrontOriginAccessIdentityInput) String ¶
func (s GetCloudFrontOriginAccessIdentityInput) 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 (*GetCloudFrontOriginAccessIdentityInput) Validate ¶
func (s *GetCloudFrontOriginAccessIdentityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCloudFrontOriginAccessIdentityOutput ¶
type GetCloudFrontOriginAccessIdentityOutput struct { // The origin access identity's information. CloudFrontOriginAccessIdentity *OriginAccessIdentity `type:"structure"` // The current version of the origin access identity's information. For example: // E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (GetCloudFrontOriginAccessIdentityOutput) GoString ¶
func (s GetCloudFrontOriginAccessIdentityOutput) 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 (*GetCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity ¶
func (s *GetCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity(v *OriginAccessIdentity) *GetCloudFrontOriginAccessIdentityOutput
SetCloudFrontOriginAccessIdentity sets the CloudFrontOriginAccessIdentity field's value.
func (*GetCloudFrontOriginAccessIdentityOutput) SetETag ¶
func (s *GetCloudFrontOriginAccessIdentityOutput) SetETag(v string) *GetCloudFrontOriginAccessIdentityOutput
SetETag sets the ETag field's value.
func (GetCloudFrontOriginAccessIdentityOutput) String ¶
func (s GetCloudFrontOriginAccessIdentityOutput) 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 GetContinuousDeploymentPolicyConfigInput ¶
type GetContinuousDeploymentPolicyConfigInput struct { // The identifier of the continuous deployment policy whose configuration you // are getting. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetContinuousDeploymentPolicyConfigInput) GoString ¶
func (s GetContinuousDeploymentPolicyConfigInput) 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 (*GetContinuousDeploymentPolicyConfigInput) SetId ¶
func (s *GetContinuousDeploymentPolicyConfigInput) SetId(v string) *GetContinuousDeploymentPolicyConfigInput
SetId sets the Id field's value.
func (GetContinuousDeploymentPolicyConfigInput) String ¶
func (s GetContinuousDeploymentPolicyConfigInput) 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 (*GetContinuousDeploymentPolicyConfigInput) Validate ¶
func (s *GetContinuousDeploymentPolicyConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetContinuousDeploymentPolicyConfigOutput ¶
type GetContinuousDeploymentPolicyConfigOutput struct { // Contains the configuration for a continuous deployment policy. ContinuousDeploymentPolicyConfig *ContinuousDeploymentPolicyConfig `type:"structure"` // The version identifier for the current version of the continuous deployment // policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
func (GetContinuousDeploymentPolicyConfigOutput) GoString ¶
func (s GetContinuousDeploymentPolicyConfigOutput) 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 (*GetContinuousDeploymentPolicyConfigOutput) SetContinuousDeploymentPolicyConfig ¶
func (s *GetContinuousDeploymentPolicyConfigOutput) SetContinuousDeploymentPolicyConfig(v *ContinuousDeploymentPolicyConfig) *GetContinuousDeploymentPolicyConfigOutput
SetContinuousDeploymentPolicyConfig sets the ContinuousDeploymentPolicyConfig field's value.
func (*GetContinuousDeploymentPolicyConfigOutput) SetETag ¶
func (s *GetContinuousDeploymentPolicyConfigOutput) SetETag(v string) *GetContinuousDeploymentPolicyConfigOutput
SetETag sets the ETag field's value.
func (GetContinuousDeploymentPolicyConfigOutput) String ¶
func (s GetContinuousDeploymentPolicyConfigOutput) 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 GetContinuousDeploymentPolicyInput ¶
type GetContinuousDeploymentPolicyInput struct { // The identifier of the continuous deployment policy that you are getting. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetContinuousDeploymentPolicyInput) GoString ¶
func (s GetContinuousDeploymentPolicyInput) 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 (*GetContinuousDeploymentPolicyInput) SetId ¶
func (s *GetContinuousDeploymentPolicyInput) SetId(v string) *GetContinuousDeploymentPolicyInput
SetId sets the Id field's value.
func (GetContinuousDeploymentPolicyInput) String ¶
func (s GetContinuousDeploymentPolicyInput) 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 (*GetContinuousDeploymentPolicyInput) Validate ¶
func (s *GetContinuousDeploymentPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetContinuousDeploymentPolicyOutput ¶
type GetContinuousDeploymentPolicyOutput struct { // A continuous deployment policy. ContinuousDeploymentPolicy *ContinuousDeploymentPolicy `type:"structure"` // The version identifier for the current version of the continuous deployment // policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
func (GetContinuousDeploymentPolicyOutput) GoString ¶
func (s GetContinuousDeploymentPolicyOutput) 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 (*GetContinuousDeploymentPolicyOutput) SetContinuousDeploymentPolicy ¶
func (s *GetContinuousDeploymentPolicyOutput) SetContinuousDeploymentPolicy(v *ContinuousDeploymentPolicy) *GetContinuousDeploymentPolicyOutput
SetContinuousDeploymentPolicy sets the ContinuousDeploymentPolicy field's value.
func (*GetContinuousDeploymentPolicyOutput) SetETag ¶
func (s *GetContinuousDeploymentPolicyOutput) SetETag(v string) *GetContinuousDeploymentPolicyOutput
SetETag sets the ETag field's value.
func (GetContinuousDeploymentPolicyOutput) String ¶
func (s GetContinuousDeploymentPolicyOutput) 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 GetDistributionConfigInput ¶
type GetDistributionConfigInput struct { // The distribution's ID. If the ID is empty, an empty distribution configuration // is returned. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
The request to get a distribution configuration.
func (GetDistributionConfigInput) GoString ¶
func (s GetDistributionConfigInput) 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 (*GetDistributionConfigInput) SetId ¶
func (s *GetDistributionConfigInput) SetId(v string) *GetDistributionConfigInput
SetId sets the Id field's value.
func (GetDistributionConfigInput) String ¶
func (s GetDistributionConfigInput) 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 (*GetDistributionConfigInput) Validate ¶
func (s *GetDistributionConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDistributionConfigOutput ¶
type GetDistributionConfigOutput struct { // The distribution's configuration information. DistributionConfig *DistributionConfig `type:"structure"` // The current version of the configuration. For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (GetDistributionConfigOutput) GoString ¶
func (s GetDistributionConfigOutput) 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 (*GetDistributionConfigOutput) SetDistributionConfig ¶
func (s *GetDistributionConfigOutput) SetDistributionConfig(v *DistributionConfig) *GetDistributionConfigOutput
SetDistributionConfig sets the DistributionConfig field's value.
func (*GetDistributionConfigOutput) SetETag ¶
func (s *GetDistributionConfigOutput) SetETag(v string) *GetDistributionConfigOutput
SetETag sets the ETag field's value.
func (GetDistributionConfigOutput) String ¶
func (s GetDistributionConfigOutput) 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 GetDistributionInput ¶
type GetDistributionInput struct { // The distribution's ID. If the ID is empty, an empty distribution configuration // is returned. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
The request to get a distribution's information.
func (GetDistributionInput) GoString ¶
func (s GetDistributionInput) 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 (*GetDistributionInput) SetId ¶
func (s *GetDistributionInput) SetId(v string) *GetDistributionInput
SetId sets the Id field's value.
func (GetDistributionInput) String ¶
func (s GetDistributionInput) 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 (*GetDistributionInput) Validate ¶
func (s *GetDistributionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDistributionOutput ¶
type GetDistributionOutput struct { // The distribution's information. Distribution *Distribution `type:"structure"` // The current version of the distribution's information. For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (GetDistributionOutput) GoString ¶
func (s GetDistributionOutput) 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 (*GetDistributionOutput) SetDistribution ¶
func (s *GetDistributionOutput) SetDistribution(v *Distribution) *GetDistributionOutput
SetDistribution sets the Distribution field's value.
func (*GetDistributionOutput) SetETag ¶
func (s *GetDistributionOutput) SetETag(v string) *GetDistributionOutput
SetETag sets the ETag field's value.
func (GetDistributionOutput) String ¶
func (s GetDistributionOutput) 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 GetFieldLevelEncryptionConfigInput ¶
type GetFieldLevelEncryptionConfigInput struct { // Request the ID for the field-level encryption configuration information. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetFieldLevelEncryptionConfigInput) GoString ¶
func (s GetFieldLevelEncryptionConfigInput) 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 (*GetFieldLevelEncryptionConfigInput) SetId ¶
func (s *GetFieldLevelEncryptionConfigInput) SetId(v string) *GetFieldLevelEncryptionConfigInput
SetId sets the Id field's value.
func (GetFieldLevelEncryptionConfigInput) String ¶
func (s GetFieldLevelEncryptionConfigInput) 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 (*GetFieldLevelEncryptionConfigInput) Validate ¶
func (s *GetFieldLevelEncryptionConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFieldLevelEncryptionConfigOutput ¶
type GetFieldLevelEncryptionConfigOutput struct { // The current version of the field level encryption configuration. For example: // E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // Return the field-level encryption configuration information. FieldLevelEncryptionConfig *FieldLevelEncryptionConfig `type:"structure"` // contains filtered or unexported fields }
func (GetFieldLevelEncryptionConfigOutput) GoString ¶
func (s GetFieldLevelEncryptionConfigOutput) 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 (*GetFieldLevelEncryptionConfigOutput) SetETag ¶
func (s *GetFieldLevelEncryptionConfigOutput) SetETag(v string) *GetFieldLevelEncryptionConfigOutput
SetETag sets the ETag field's value.
func (*GetFieldLevelEncryptionConfigOutput) SetFieldLevelEncryptionConfig ¶
func (s *GetFieldLevelEncryptionConfigOutput) SetFieldLevelEncryptionConfig(v *FieldLevelEncryptionConfig) *GetFieldLevelEncryptionConfigOutput
SetFieldLevelEncryptionConfig sets the FieldLevelEncryptionConfig field's value.
func (GetFieldLevelEncryptionConfigOutput) String ¶
func (s GetFieldLevelEncryptionConfigOutput) 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 GetFieldLevelEncryptionInput ¶
type GetFieldLevelEncryptionInput struct { // Request the ID for the field-level encryption configuration information. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetFieldLevelEncryptionInput) GoString ¶
func (s GetFieldLevelEncryptionInput) 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 (*GetFieldLevelEncryptionInput) SetId ¶
func (s *GetFieldLevelEncryptionInput) SetId(v string) *GetFieldLevelEncryptionInput
SetId sets the Id field's value.
func (GetFieldLevelEncryptionInput) String ¶
func (s GetFieldLevelEncryptionInput) 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 (*GetFieldLevelEncryptionInput) Validate ¶
func (s *GetFieldLevelEncryptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFieldLevelEncryptionOutput ¶
type GetFieldLevelEncryptionOutput struct { // The current version of the field level encryption configuration. For example: // E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // Return the field-level encryption configuration information. FieldLevelEncryption *FieldLevelEncryption `type:"structure"` // contains filtered or unexported fields }
func (GetFieldLevelEncryptionOutput) GoString ¶
func (s GetFieldLevelEncryptionOutput) 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 (*GetFieldLevelEncryptionOutput) SetETag ¶
func (s *GetFieldLevelEncryptionOutput) SetETag(v string) *GetFieldLevelEncryptionOutput
SetETag sets the ETag field's value.
func (*GetFieldLevelEncryptionOutput) SetFieldLevelEncryption ¶
func (s *GetFieldLevelEncryptionOutput) SetFieldLevelEncryption(v *FieldLevelEncryption) *GetFieldLevelEncryptionOutput
SetFieldLevelEncryption sets the FieldLevelEncryption field's value.
func (GetFieldLevelEncryptionOutput) String ¶
func (s GetFieldLevelEncryptionOutput) 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 GetFieldLevelEncryptionProfileConfigInput ¶
type GetFieldLevelEncryptionProfileConfigInput struct { // Get the ID for the field-level encryption profile configuration information. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetFieldLevelEncryptionProfileConfigInput) GoString ¶
func (s GetFieldLevelEncryptionProfileConfigInput) 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 (*GetFieldLevelEncryptionProfileConfigInput) SetId ¶
func (s *GetFieldLevelEncryptionProfileConfigInput) SetId(v string) *GetFieldLevelEncryptionProfileConfigInput
SetId sets the Id field's value.
func (GetFieldLevelEncryptionProfileConfigInput) String ¶
func (s GetFieldLevelEncryptionProfileConfigInput) 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 (*GetFieldLevelEncryptionProfileConfigInput) Validate ¶
func (s *GetFieldLevelEncryptionProfileConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFieldLevelEncryptionProfileConfigOutput ¶
type GetFieldLevelEncryptionProfileConfigOutput struct { // The current version of the field-level encryption profile configuration result. // For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // Return the field-level encryption profile configuration information. FieldLevelEncryptionProfileConfig *FieldLevelEncryptionProfileConfig `type:"structure"` // contains filtered or unexported fields }
func (GetFieldLevelEncryptionProfileConfigOutput) GoString ¶
func (s GetFieldLevelEncryptionProfileConfigOutput) 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 (*GetFieldLevelEncryptionProfileConfigOutput) SetETag ¶
func (s *GetFieldLevelEncryptionProfileConfigOutput) SetETag(v string) *GetFieldLevelEncryptionProfileConfigOutput
SetETag sets the ETag field's value.
func (*GetFieldLevelEncryptionProfileConfigOutput) SetFieldLevelEncryptionProfileConfig ¶
func (s *GetFieldLevelEncryptionProfileConfigOutput) SetFieldLevelEncryptionProfileConfig(v *FieldLevelEncryptionProfileConfig) *GetFieldLevelEncryptionProfileConfigOutput
SetFieldLevelEncryptionProfileConfig sets the FieldLevelEncryptionProfileConfig field's value.
func (GetFieldLevelEncryptionProfileConfigOutput) String ¶
func (s GetFieldLevelEncryptionProfileConfigOutput) 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 GetFieldLevelEncryptionProfileInput ¶
type GetFieldLevelEncryptionProfileInput struct { // Get the ID for the field-level encryption profile information. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetFieldLevelEncryptionProfileInput) GoString ¶
func (s GetFieldLevelEncryptionProfileInput) 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 (*GetFieldLevelEncryptionProfileInput) SetId ¶
func (s *GetFieldLevelEncryptionProfileInput) SetId(v string) *GetFieldLevelEncryptionProfileInput
SetId sets the Id field's value.
func (GetFieldLevelEncryptionProfileInput) String ¶
func (s GetFieldLevelEncryptionProfileInput) 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 (*GetFieldLevelEncryptionProfileInput) Validate ¶
func (s *GetFieldLevelEncryptionProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFieldLevelEncryptionProfileOutput ¶
type GetFieldLevelEncryptionProfileOutput struct { // The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // Return the field-level encryption profile information. FieldLevelEncryptionProfile *FieldLevelEncryptionProfile `type:"structure"` // contains filtered or unexported fields }
func (GetFieldLevelEncryptionProfileOutput) GoString ¶
func (s GetFieldLevelEncryptionProfileOutput) 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 (*GetFieldLevelEncryptionProfileOutput) SetETag ¶
func (s *GetFieldLevelEncryptionProfileOutput) SetETag(v string) *GetFieldLevelEncryptionProfileOutput
SetETag sets the ETag field's value.
func (*GetFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile ¶
func (s *GetFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile(v *FieldLevelEncryptionProfile) *GetFieldLevelEncryptionProfileOutput
SetFieldLevelEncryptionProfile sets the FieldLevelEncryptionProfile field's value.
func (GetFieldLevelEncryptionProfileOutput) String ¶
func (s GetFieldLevelEncryptionProfileOutput) 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 GetFunctionInput ¶
type GetFunctionInput struct { // The name of the function whose code you are getting. // // Name is a required field Name *string `location:"uri" locationName:"Name" type:"string" required:"true"` // The function's stage, either DEVELOPMENT or LIVE. Stage *string `location:"querystring" locationName:"Stage" type:"string" enum:"FunctionStage"` // contains filtered or unexported fields }
func (GetFunctionInput) GoString ¶
func (s GetFunctionInput) 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 (*GetFunctionInput) SetName ¶
func (s *GetFunctionInput) SetName(v string) *GetFunctionInput
SetName sets the Name field's value.
func (*GetFunctionInput) SetStage ¶
func (s *GetFunctionInput) SetStage(v string) *GetFunctionInput
SetStage sets the Stage field's value.
func (GetFunctionInput) String ¶
func (s GetFunctionInput) 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 (*GetFunctionInput) Validate ¶
func (s *GetFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFunctionOutput ¶
type GetFunctionOutput struct { // The content type (media type) of the response. ContentType *string `location:"header" locationName:"Content-Type" type:"string"` // The version identifier for the current version of the CloudFront function. ETag *string `location:"header" locationName:"ETag" type:"string"` // The function code of a CloudFront function. // // FunctionCode is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetFunctionOutput's // String and GoString methods. FunctionCode []byte `min:"1" type:"blob" sensitive:"true"` // contains filtered or unexported fields }
func (GetFunctionOutput) GoString ¶
func (s GetFunctionOutput) 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 (*GetFunctionOutput) SetContentType ¶
func (s *GetFunctionOutput) SetContentType(v string) *GetFunctionOutput
SetContentType sets the ContentType field's value.
func (*GetFunctionOutput) SetETag ¶
func (s *GetFunctionOutput) SetETag(v string) *GetFunctionOutput
SetETag sets the ETag field's value.
func (*GetFunctionOutput) SetFunctionCode ¶
func (s *GetFunctionOutput) SetFunctionCode(v []byte) *GetFunctionOutput
SetFunctionCode sets the FunctionCode field's value.
func (GetFunctionOutput) String ¶
func (s GetFunctionOutput) 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 GetInvalidationInput ¶
type GetInvalidationInput struct { // The distribution's ID. // // DistributionId is a required field DistributionId *string `location:"uri" locationName:"DistributionId" type:"string" required:"true"` // The identifier for the invalidation request, for example, IDFDVBD632BHDS5. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
The request to get an invalidation's information.
func (GetInvalidationInput) GoString ¶
func (s GetInvalidationInput) 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 (*GetInvalidationInput) SetDistributionId ¶
func (s *GetInvalidationInput) SetDistributionId(v string) *GetInvalidationInput
SetDistributionId sets the DistributionId field's value.
func (*GetInvalidationInput) SetId ¶
func (s *GetInvalidationInput) SetId(v string) *GetInvalidationInput
SetId sets the Id field's value.
func (GetInvalidationInput) String ¶
func (s GetInvalidationInput) 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 (*GetInvalidationInput) Validate ¶
func (s *GetInvalidationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetInvalidationOutput ¶
type GetInvalidationOutput struct { // The invalidation's information. For more information, see Invalidation Complex // Type (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html). Invalidation *Invalidation `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (GetInvalidationOutput) GoString ¶
func (s GetInvalidationOutput) 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 (*GetInvalidationOutput) SetInvalidation ¶
func (s *GetInvalidationOutput) SetInvalidation(v *Invalidation) *GetInvalidationOutput
SetInvalidation sets the Invalidation field's value.
func (GetInvalidationOutput) String ¶
func (s GetInvalidationOutput) 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 GetKeyGroupConfigInput ¶
type GetKeyGroupConfigInput struct { // The identifier of the key group whose configuration you are getting. To get // the identifier, use ListKeyGroups. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetKeyGroupConfigInput) GoString ¶
func (s GetKeyGroupConfigInput) 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 (*GetKeyGroupConfigInput) SetId ¶
func (s *GetKeyGroupConfigInput) SetId(v string) *GetKeyGroupConfigInput
SetId sets the Id field's value.
func (GetKeyGroupConfigInput) String ¶
func (s GetKeyGroupConfigInput) 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 (*GetKeyGroupConfigInput) Validate ¶
func (s *GetKeyGroupConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetKeyGroupConfigOutput ¶
type GetKeyGroupConfigOutput struct { // The identifier for this version of the key group. ETag *string `location:"header" locationName:"ETag" type:"string"` // The key group configuration. KeyGroupConfig *KeyGroupConfig `type:"structure"` // contains filtered or unexported fields }
func (GetKeyGroupConfigOutput) GoString ¶
func (s GetKeyGroupConfigOutput) 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 (*GetKeyGroupConfigOutput) SetETag ¶
func (s *GetKeyGroupConfigOutput) SetETag(v string) *GetKeyGroupConfigOutput
SetETag sets the ETag field's value.
func (*GetKeyGroupConfigOutput) SetKeyGroupConfig ¶
func (s *GetKeyGroupConfigOutput) SetKeyGroupConfig(v *KeyGroupConfig) *GetKeyGroupConfigOutput
SetKeyGroupConfig sets the KeyGroupConfig field's value.
func (GetKeyGroupConfigOutput) String ¶
func (s GetKeyGroupConfigOutput) 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 GetKeyGroupInput ¶
type GetKeyGroupInput struct { // The identifier of the key group that you are getting. To get the identifier, // use ListKeyGroups. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetKeyGroupInput) GoString ¶
func (s GetKeyGroupInput) 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 (*GetKeyGroupInput) SetId ¶
func (s *GetKeyGroupInput) SetId(v string) *GetKeyGroupInput
SetId sets the Id field's value.
func (GetKeyGroupInput) String ¶
func (s GetKeyGroupInput) 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 (*GetKeyGroupInput) Validate ¶
func (s *GetKeyGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetKeyGroupOutput ¶
type GetKeyGroupOutput struct { // The identifier for this version of the key group. ETag *string `location:"header" locationName:"ETag" type:"string"` // The key group. KeyGroup *KeyGroup `type:"structure"` // contains filtered or unexported fields }
func (GetKeyGroupOutput) GoString ¶
func (s GetKeyGroupOutput) 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 (*GetKeyGroupOutput) SetETag ¶
func (s *GetKeyGroupOutput) SetETag(v string) *GetKeyGroupOutput
SetETag sets the ETag field's value.
func (*GetKeyGroupOutput) SetKeyGroup ¶
func (s *GetKeyGroupOutput) SetKeyGroup(v *KeyGroup) *GetKeyGroupOutput
SetKeyGroup sets the KeyGroup field's value.
func (GetKeyGroupOutput) String ¶
func (s GetKeyGroupOutput) 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 GetMonitoringSubscriptionInput ¶
type GetMonitoringSubscriptionInput struct { // The ID of the distribution that you are getting metrics information for. // // DistributionId is a required field DistributionId *string `location:"uri" locationName:"DistributionId" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetMonitoringSubscriptionInput) GoString ¶
func (s GetMonitoringSubscriptionInput) 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 (*GetMonitoringSubscriptionInput) SetDistributionId ¶
func (s *GetMonitoringSubscriptionInput) SetDistributionId(v string) *GetMonitoringSubscriptionInput
SetDistributionId sets the DistributionId field's value.
func (GetMonitoringSubscriptionInput) String ¶
func (s GetMonitoringSubscriptionInput) 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 (*GetMonitoringSubscriptionInput) Validate ¶
func (s *GetMonitoringSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMonitoringSubscriptionOutput ¶
type GetMonitoringSubscriptionOutput struct { // A monitoring subscription. This structure contains information about whether // additional CloudWatch metrics are enabled for a given CloudFront distribution. MonitoringSubscription *MonitoringSubscription `type:"structure"` // contains filtered or unexported fields }
func (GetMonitoringSubscriptionOutput) GoString ¶
func (s GetMonitoringSubscriptionOutput) 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 (*GetMonitoringSubscriptionOutput) SetMonitoringSubscription ¶
func (s *GetMonitoringSubscriptionOutput) SetMonitoringSubscription(v *MonitoringSubscription) *GetMonitoringSubscriptionOutput
SetMonitoringSubscription sets the MonitoringSubscription field's value.
func (GetMonitoringSubscriptionOutput) String ¶
func (s GetMonitoringSubscriptionOutput) 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 GetOriginAccessControlConfigInput ¶
type GetOriginAccessControlConfigInput struct { // The unique identifier of the origin access control. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetOriginAccessControlConfigInput) GoString ¶
func (s GetOriginAccessControlConfigInput) 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 (*GetOriginAccessControlConfigInput) SetId ¶
func (s *GetOriginAccessControlConfigInput) SetId(v string) *GetOriginAccessControlConfigInput
SetId sets the Id field's value.
func (GetOriginAccessControlConfigInput) String ¶
func (s GetOriginAccessControlConfigInput) 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 (*GetOriginAccessControlConfigInput) Validate ¶
func (s *GetOriginAccessControlConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOriginAccessControlConfigOutput ¶
type GetOriginAccessControlConfigOutput struct { // The version identifier for the current version of the origin access control. ETag *string `location:"header" locationName:"ETag" type:"string"` // Contains an origin access control configuration. OriginAccessControlConfig *OriginAccessControlConfig `type:"structure"` // contains filtered or unexported fields }
func (GetOriginAccessControlConfigOutput) GoString ¶
func (s GetOriginAccessControlConfigOutput) 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 (*GetOriginAccessControlConfigOutput) SetETag ¶
func (s *GetOriginAccessControlConfigOutput) SetETag(v string) *GetOriginAccessControlConfigOutput
SetETag sets the ETag field's value.
func (*GetOriginAccessControlConfigOutput) SetOriginAccessControlConfig ¶
func (s *GetOriginAccessControlConfigOutput) SetOriginAccessControlConfig(v *OriginAccessControlConfig) *GetOriginAccessControlConfigOutput
SetOriginAccessControlConfig sets the OriginAccessControlConfig field's value.
func (GetOriginAccessControlConfigOutput) String ¶
func (s GetOriginAccessControlConfigOutput) 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 GetOriginAccessControlInput ¶
type GetOriginAccessControlInput struct { // The unique identifier of the origin access control. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetOriginAccessControlInput) GoString ¶
func (s GetOriginAccessControlInput) 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 (*GetOriginAccessControlInput) SetId ¶
func (s *GetOriginAccessControlInput) SetId(v string) *GetOriginAccessControlInput
SetId sets the Id field's value.
func (GetOriginAccessControlInput) String ¶
func (s GetOriginAccessControlInput) 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 (*GetOriginAccessControlInput) Validate ¶
func (s *GetOriginAccessControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOriginAccessControlOutput ¶
type GetOriginAccessControlOutput struct { // The version identifier for the current version of the origin access control. ETag *string `location:"header" locationName:"ETag" type:"string"` // Contains an origin access control, including its unique identifier. OriginAccessControl *OriginAccessControl `type:"structure"` // contains filtered or unexported fields }
func (GetOriginAccessControlOutput) GoString ¶
func (s GetOriginAccessControlOutput) 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 (*GetOriginAccessControlOutput) SetETag ¶
func (s *GetOriginAccessControlOutput) SetETag(v string) *GetOriginAccessControlOutput
SetETag sets the ETag field's value.
func (*GetOriginAccessControlOutput) SetOriginAccessControl ¶
func (s *GetOriginAccessControlOutput) SetOriginAccessControl(v *OriginAccessControl) *GetOriginAccessControlOutput
SetOriginAccessControl sets the OriginAccessControl field's value.
func (GetOriginAccessControlOutput) String ¶
func (s GetOriginAccessControlOutput) 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 GetOriginRequestPolicyConfigInput ¶
type GetOriginRequestPolicyConfigInput struct { // The unique identifier for the origin request policy. If the origin request // policy is attached to a distribution's cache behavior, you can get the policy's // identifier using ListDistributions or GetDistribution. If the origin request // policy is not attached to a cache behavior, you can get the identifier using // ListOriginRequestPolicies. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetOriginRequestPolicyConfigInput) GoString ¶
func (s GetOriginRequestPolicyConfigInput) 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 (*GetOriginRequestPolicyConfigInput) SetId ¶
func (s *GetOriginRequestPolicyConfigInput) SetId(v string) *GetOriginRequestPolicyConfigInput
SetId sets the Id field's value.
func (GetOriginRequestPolicyConfigInput) String ¶
func (s GetOriginRequestPolicyConfigInput) 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 (*GetOriginRequestPolicyConfigInput) Validate ¶
func (s *GetOriginRequestPolicyConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOriginRequestPolicyConfigOutput ¶
type GetOriginRequestPolicyConfigOutput struct { // The current version of the origin request policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // The origin request policy configuration. OriginRequestPolicyConfig *OriginRequestPolicyConfig `type:"structure"` // contains filtered or unexported fields }
func (GetOriginRequestPolicyConfigOutput) GoString ¶
func (s GetOriginRequestPolicyConfigOutput) 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 (*GetOriginRequestPolicyConfigOutput) SetETag ¶
func (s *GetOriginRequestPolicyConfigOutput) SetETag(v string) *GetOriginRequestPolicyConfigOutput
SetETag sets the ETag field's value.
func (*GetOriginRequestPolicyConfigOutput) SetOriginRequestPolicyConfig ¶
func (s *GetOriginRequestPolicyConfigOutput) SetOriginRequestPolicyConfig(v *OriginRequestPolicyConfig) *GetOriginRequestPolicyConfigOutput
SetOriginRequestPolicyConfig sets the OriginRequestPolicyConfig field's value.
func (GetOriginRequestPolicyConfigOutput) String ¶
func (s GetOriginRequestPolicyConfigOutput) 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 GetOriginRequestPolicyInput ¶
type GetOriginRequestPolicyInput struct { // The unique identifier for the origin request policy. If the origin request // policy is attached to a distribution's cache behavior, you can get the policy's // identifier using ListDistributions or GetDistribution. If the origin request // policy is not attached to a cache behavior, you can get the identifier using // ListOriginRequestPolicies. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetOriginRequestPolicyInput) GoString ¶
func (s GetOriginRequestPolicyInput) 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 (*GetOriginRequestPolicyInput) SetId ¶
func (s *GetOriginRequestPolicyInput) SetId(v string) *GetOriginRequestPolicyInput
SetId sets the Id field's value.
func (GetOriginRequestPolicyInput) String ¶
func (s GetOriginRequestPolicyInput) 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 (*GetOriginRequestPolicyInput) Validate ¶
func (s *GetOriginRequestPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOriginRequestPolicyOutput ¶
type GetOriginRequestPolicyOutput struct { // The current version of the origin request policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // The origin request policy. OriginRequestPolicy *OriginRequestPolicy `type:"structure"` // contains filtered or unexported fields }
func (GetOriginRequestPolicyOutput) GoString ¶
func (s GetOriginRequestPolicyOutput) 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 (*GetOriginRequestPolicyOutput) SetETag ¶
func (s *GetOriginRequestPolicyOutput) SetETag(v string) *GetOriginRequestPolicyOutput
SetETag sets the ETag field's value.
func (*GetOriginRequestPolicyOutput) SetOriginRequestPolicy ¶
func (s *GetOriginRequestPolicyOutput) SetOriginRequestPolicy(v *OriginRequestPolicy) *GetOriginRequestPolicyOutput
SetOriginRequestPolicy sets the OriginRequestPolicy field's value.
func (GetOriginRequestPolicyOutput) String ¶
func (s GetOriginRequestPolicyOutput) 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 GetPublicKeyConfigInput ¶
type GetPublicKeyConfigInput struct { // The identifier of the public key whose configuration you are getting. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetPublicKeyConfigInput) GoString ¶
func (s GetPublicKeyConfigInput) 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 (*GetPublicKeyConfigInput) SetId ¶
func (s *GetPublicKeyConfigInput) SetId(v string) *GetPublicKeyConfigInput
SetId sets the Id field's value.
func (GetPublicKeyConfigInput) String ¶
func (s GetPublicKeyConfigInput) 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 (*GetPublicKeyConfigInput) Validate ¶
func (s *GetPublicKeyConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetPublicKeyConfigOutput ¶
type GetPublicKeyConfigOutput struct { // The identifier for this version of the public key configuration. ETag *string `location:"header" locationName:"ETag" type:"string"` // A public key configuration. PublicKeyConfig *PublicKeyConfig `type:"structure"` // contains filtered or unexported fields }
func (GetPublicKeyConfigOutput) GoString ¶
func (s GetPublicKeyConfigOutput) 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 (*GetPublicKeyConfigOutput) SetETag ¶
func (s *GetPublicKeyConfigOutput) SetETag(v string) *GetPublicKeyConfigOutput
SetETag sets the ETag field's value.
func (*GetPublicKeyConfigOutput) SetPublicKeyConfig ¶
func (s *GetPublicKeyConfigOutput) SetPublicKeyConfig(v *PublicKeyConfig) *GetPublicKeyConfigOutput
SetPublicKeyConfig sets the PublicKeyConfig field's value.
func (GetPublicKeyConfigOutput) String ¶
func (s GetPublicKeyConfigOutput) 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 GetPublicKeyInput ¶
type GetPublicKeyInput struct { // The identifier of the public key you are getting. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetPublicKeyInput) GoString ¶
func (s GetPublicKeyInput) 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 (*GetPublicKeyInput) SetId ¶
func (s *GetPublicKeyInput) SetId(v string) *GetPublicKeyInput
SetId sets the Id field's value.
func (GetPublicKeyInput) String ¶
func (s GetPublicKeyInput) 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 (*GetPublicKeyInput) Validate ¶
func (s *GetPublicKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetPublicKeyOutput ¶
type GetPublicKeyOutput struct { // The identifier for this version of the public key. ETag *string `location:"header" locationName:"ETag" type:"string"` // The public key. PublicKey *PublicKey `type:"structure"` // contains filtered or unexported fields }
func (GetPublicKeyOutput) GoString ¶
func (s GetPublicKeyOutput) 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 (*GetPublicKeyOutput) SetETag ¶
func (s *GetPublicKeyOutput) SetETag(v string) *GetPublicKeyOutput
SetETag sets the ETag field's value.
func (*GetPublicKeyOutput) SetPublicKey ¶
func (s *GetPublicKeyOutput) SetPublicKey(v *PublicKey) *GetPublicKeyOutput
SetPublicKey sets the PublicKey field's value.
func (GetPublicKeyOutput) String ¶
func (s GetPublicKeyOutput) 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 GetRealtimeLogConfigInput ¶
type GetRealtimeLogConfigInput struct { // The Amazon Resource Name (ARN) of the real-time log configuration to get. ARN *string `type:"string"` // The name of the real-time log configuration to get. Name *string `type:"string"` // contains filtered or unexported fields }
func (GetRealtimeLogConfigInput) GoString ¶
func (s GetRealtimeLogConfigInput) 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 (*GetRealtimeLogConfigInput) SetARN ¶
func (s *GetRealtimeLogConfigInput) SetARN(v string) *GetRealtimeLogConfigInput
SetARN sets the ARN field's value.
func (*GetRealtimeLogConfigInput) SetName ¶
func (s *GetRealtimeLogConfigInput) SetName(v string) *GetRealtimeLogConfigInput
SetName sets the Name field's value.
func (GetRealtimeLogConfigInput) String ¶
func (s GetRealtimeLogConfigInput) 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 GetRealtimeLogConfigOutput ¶
type GetRealtimeLogConfigOutput struct { // A real-time log configuration. RealtimeLogConfig *RealtimeLogConfig `type:"structure"` // contains filtered or unexported fields }
func (GetRealtimeLogConfigOutput) GoString ¶
func (s GetRealtimeLogConfigOutput) 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 (*GetRealtimeLogConfigOutput) SetRealtimeLogConfig ¶
func (s *GetRealtimeLogConfigOutput) SetRealtimeLogConfig(v *RealtimeLogConfig) *GetRealtimeLogConfigOutput
SetRealtimeLogConfig sets the RealtimeLogConfig field's value.
func (GetRealtimeLogConfigOutput) String ¶
func (s GetRealtimeLogConfigOutput) 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 GetResponseHeadersPolicyConfigInput ¶
type GetResponseHeadersPolicyConfigInput struct { // The identifier for the response headers policy. // // 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. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResponseHeadersPolicyConfigInput) GoString ¶
func (s GetResponseHeadersPolicyConfigInput) 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 (*GetResponseHeadersPolicyConfigInput) SetId ¶
func (s *GetResponseHeadersPolicyConfigInput) SetId(v string) *GetResponseHeadersPolicyConfigInput
SetId sets the Id field's value.
func (GetResponseHeadersPolicyConfigInput) String ¶
func (s GetResponseHeadersPolicyConfigInput) 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 (*GetResponseHeadersPolicyConfigInput) Validate ¶
func (s *GetResponseHeadersPolicyConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResponseHeadersPolicyConfigOutput ¶
type GetResponseHeadersPolicyConfigOutput struct { // The version identifier for the current version of the response headers policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // Contains a response headers policy. ResponseHeadersPolicyConfig *ResponseHeadersPolicyConfig `type:"structure"` // contains filtered or unexported fields }
func (GetResponseHeadersPolicyConfigOutput) GoString ¶
func (s GetResponseHeadersPolicyConfigOutput) 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 (*GetResponseHeadersPolicyConfigOutput) SetETag ¶
func (s *GetResponseHeadersPolicyConfigOutput) SetETag(v string) *GetResponseHeadersPolicyConfigOutput
SetETag sets the ETag field's value.
func (*GetResponseHeadersPolicyConfigOutput) SetResponseHeadersPolicyConfig ¶
func (s *GetResponseHeadersPolicyConfigOutput) SetResponseHeadersPolicyConfig(v *ResponseHeadersPolicyConfig) *GetResponseHeadersPolicyConfigOutput
SetResponseHeadersPolicyConfig sets the ResponseHeadersPolicyConfig field's value.
func (GetResponseHeadersPolicyConfigOutput) String ¶
func (s GetResponseHeadersPolicyConfigOutput) 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 GetResponseHeadersPolicyInput ¶
type GetResponseHeadersPolicyInput struct { // The identifier for the response headers policy. // // 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. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResponseHeadersPolicyInput) GoString ¶
func (s GetResponseHeadersPolicyInput) 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 (*GetResponseHeadersPolicyInput) SetId ¶
func (s *GetResponseHeadersPolicyInput) SetId(v string) *GetResponseHeadersPolicyInput
SetId sets the Id field's value.
func (GetResponseHeadersPolicyInput) String ¶
func (s GetResponseHeadersPolicyInput) 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 (*GetResponseHeadersPolicyInput) Validate ¶
func (s *GetResponseHeadersPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResponseHeadersPolicyOutput ¶
type GetResponseHeadersPolicyOutput struct { // The version identifier for the current version of the response headers policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // Contains a response headers policy. ResponseHeadersPolicy *ResponseHeadersPolicy `type:"structure"` // contains filtered or unexported fields }
func (GetResponseHeadersPolicyOutput) GoString ¶
func (s GetResponseHeadersPolicyOutput) 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 (*GetResponseHeadersPolicyOutput) SetETag ¶
func (s *GetResponseHeadersPolicyOutput) SetETag(v string) *GetResponseHeadersPolicyOutput
SetETag sets the ETag field's value.
func (*GetResponseHeadersPolicyOutput) SetResponseHeadersPolicy ¶
func (s *GetResponseHeadersPolicyOutput) SetResponseHeadersPolicy(v *ResponseHeadersPolicy) *GetResponseHeadersPolicyOutput
SetResponseHeadersPolicy sets the ResponseHeadersPolicy field's value.
func (GetResponseHeadersPolicyOutput) String ¶
func (s GetResponseHeadersPolicyOutput) 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 GetStreamingDistributionConfigInput ¶
type GetStreamingDistributionConfigInput struct { // The streaming distribution's ID. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
To request to get a streaming distribution configuration.
func (GetStreamingDistributionConfigInput) GoString ¶
func (s GetStreamingDistributionConfigInput) 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 (*GetStreamingDistributionConfigInput) SetId ¶
func (s *GetStreamingDistributionConfigInput) SetId(v string) *GetStreamingDistributionConfigInput
SetId sets the Id field's value.
func (GetStreamingDistributionConfigInput) String ¶
func (s GetStreamingDistributionConfigInput) 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 (*GetStreamingDistributionConfigInput) Validate ¶
func (s *GetStreamingDistributionConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetStreamingDistributionConfigOutput ¶
type GetStreamingDistributionConfigOutput struct { // The current version of the configuration. For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // The streaming distribution's configuration information. StreamingDistributionConfig *StreamingDistributionConfig `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (GetStreamingDistributionConfigOutput) GoString ¶
func (s GetStreamingDistributionConfigOutput) 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 (*GetStreamingDistributionConfigOutput) SetETag ¶
func (s *GetStreamingDistributionConfigOutput) SetETag(v string) *GetStreamingDistributionConfigOutput
SetETag sets the ETag field's value.
func (*GetStreamingDistributionConfigOutput) SetStreamingDistributionConfig ¶
func (s *GetStreamingDistributionConfigOutput) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *GetStreamingDistributionConfigOutput
SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.
func (GetStreamingDistributionConfigOutput) String ¶
func (s GetStreamingDistributionConfigOutput) 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 GetStreamingDistributionInput ¶
type GetStreamingDistributionInput struct { // The streaming distribution's ID. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
The request to get a streaming distribution's information.
func (GetStreamingDistributionInput) GoString ¶
func (s GetStreamingDistributionInput) 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 (*GetStreamingDistributionInput) SetId ¶
func (s *GetStreamingDistributionInput) SetId(v string) *GetStreamingDistributionInput
SetId sets the Id field's value.
func (GetStreamingDistributionInput) String ¶
func (s GetStreamingDistributionInput) 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 (*GetStreamingDistributionInput) Validate ¶
func (s *GetStreamingDistributionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetStreamingDistributionOutput ¶
type GetStreamingDistributionOutput struct { // The current version of the streaming distribution's information. For example: // E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // The streaming distribution's information. StreamingDistribution *StreamingDistribution `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (GetStreamingDistributionOutput) GoString ¶
func (s GetStreamingDistributionOutput) 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 (*GetStreamingDistributionOutput) SetETag ¶
func (s *GetStreamingDistributionOutput) SetETag(v string) *GetStreamingDistributionOutput
SetETag sets the ETag field's value.
func (*GetStreamingDistributionOutput) SetStreamingDistribution ¶
func (s *GetStreamingDistributionOutput) SetStreamingDistribution(v *StreamingDistribution) *GetStreamingDistributionOutput
SetStreamingDistribution sets the StreamingDistribution field's value.
func (GetStreamingDistributionOutput) String ¶
func (s GetStreamingDistributionOutput) 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 Headers ¶
type Headers struct { // A list of HTTP header names. Items []*string `locationNameList:"Name" type:"list"` // The number of header names in the Items list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Contains a list of HTTP header names.
func (Headers) GoString ¶
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 (*Headers) SetQuantity ¶
SetQuantity sets the Quantity field's value.
type Invalidation ¶
type Invalidation struct { // The date and time the invalidation request was first made. // // CreateTime is a required field CreateTime *time.Time `type:"timestamp" required:"true"` // The identifier for the invalidation request. For example: IDFDVBD632BHDS5. // // Id is a required field Id *string `type:"string" required:"true"` // The current invalidation information for the batch request. // // InvalidationBatch is a required field InvalidationBatch *InvalidationBatch `type:"structure" required:"true"` // The status of the invalidation request. When the invalidation batch is finished, // the status is Completed. // // Status is a required field Status *string `type:"string" required:"true"` // contains filtered or unexported fields }
An invalidation.
func (Invalidation) GoString ¶
func (s Invalidation) 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 (*Invalidation) SetCreateTime ¶
func (s *Invalidation) SetCreateTime(v time.Time) *Invalidation
SetCreateTime sets the CreateTime field's value.
func (*Invalidation) SetId ¶
func (s *Invalidation) SetId(v string) *Invalidation
SetId sets the Id field's value.
func (*Invalidation) SetInvalidationBatch ¶
func (s *Invalidation) SetInvalidationBatch(v *InvalidationBatch) *Invalidation
SetInvalidationBatch sets the InvalidationBatch field's value.
func (*Invalidation) SetStatus ¶
func (s *Invalidation) SetStatus(v string) *Invalidation
SetStatus sets the Status field's value.
func (Invalidation) String ¶
func (s Invalidation) 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 InvalidationBatch ¶
type InvalidationBatch struct { // A value that you specify to uniquely identify an invalidation request. CloudFront // uses the value to prevent you from accidentally resubmitting an identical // request. Whenever you create a new invalidation request, you must specify // a new value for CallerReference and change other values in the request as // applicable. One way to ensure that the value of CallerReference is unique // is to use a timestamp, for example, 20120301090000. // // If you make a second invalidation request with the same value for CallerReference, // and if the rest of the request is the same, CloudFront doesn't create a new // invalidation request. Instead, CloudFront returns information about the invalidation // request that you previously created with the same CallerReference. // // If CallerReference is a value you already sent in a previous invalidation // batch request but the content of any Path is different from the original // request, CloudFront returns an InvalidationBatchAlreadyExists error. // // CallerReference is a required field CallerReference *string `type:"string" required:"true"` // A complex type that contains information about the objects that you want // to invalidate. For more information, see Specifying the Objects to Invalidate // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-specifying-objects) // in the Amazon CloudFront Developer Guide. // // Paths is a required field Paths *Paths `type:"structure" required:"true"` // contains filtered or unexported fields }
An invalidation batch.
func (InvalidationBatch) GoString ¶
func (s InvalidationBatch) 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 (*InvalidationBatch) SetCallerReference ¶
func (s *InvalidationBatch) SetCallerReference(v string) *InvalidationBatch
SetCallerReference sets the CallerReference field's value.
func (*InvalidationBatch) SetPaths ¶
func (s *InvalidationBatch) SetPaths(v *Paths) *InvalidationBatch
SetPaths sets the Paths field's value.
func (InvalidationBatch) String ¶
func (s InvalidationBatch) 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 (*InvalidationBatch) Validate ¶
func (s *InvalidationBatch) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InvalidationList ¶
type InvalidationList struct { // A flag that indicates whether more invalidation batch requests remain to // be listed. If your results were truncated, you can make a follow-up pagination // request using the Marker request parameter to retrieve more invalidation // batches in the list. // // IsTruncated is a required field IsTruncated *bool `type:"boolean" required:"true"` // A complex type that contains one InvalidationSummary element for each invalidation // batch created by the current Amazon Web Services account. Items []*InvalidationSummary `locationNameList:"InvalidationSummary" type:"list"` // The value that you provided for the Marker request parameter. // // Marker is a required field Marker *string `type:"string" required:"true"` // The value that you provided for the MaxItems request parameter. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // If IsTruncated is true, this element is present and contains the value that // you can use for the Marker request parameter to continue listing your invalidation // batches where they left off. NextMarker *string `type:"string"` // The number of invalidation batches that were created by the current Amazon // Web Services account. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
The InvalidationList complex type describes the list of invalidation objects. For more information about invalidation, see Invalidating Objects (Web Distributions Only) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html) in the Amazon CloudFront Developer Guide.
func (InvalidationList) GoString ¶
func (s InvalidationList) 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 (*InvalidationList) SetIsTruncated ¶
func (s *InvalidationList) SetIsTruncated(v bool) *InvalidationList
SetIsTruncated sets the IsTruncated field's value.
func (*InvalidationList) SetItems ¶
func (s *InvalidationList) SetItems(v []*InvalidationSummary) *InvalidationList
SetItems sets the Items field's value.
func (*InvalidationList) SetMarker ¶
func (s *InvalidationList) SetMarker(v string) *InvalidationList
SetMarker sets the Marker field's value.
func (*InvalidationList) SetMaxItems ¶
func (s *InvalidationList) SetMaxItems(v int64) *InvalidationList
SetMaxItems sets the MaxItems field's value.
func (*InvalidationList) SetNextMarker ¶
func (s *InvalidationList) SetNextMarker(v string) *InvalidationList
SetNextMarker sets the NextMarker field's value.
func (*InvalidationList) SetQuantity ¶
func (s *InvalidationList) SetQuantity(v int64) *InvalidationList
SetQuantity sets the Quantity field's value.
func (InvalidationList) String ¶
func (s InvalidationList) 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 InvalidationSummary ¶
type InvalidationSummary struct { // The time that an invalidation request was created. // // CreateTime is a required field CreateTime *time.Time `type:"timestamp" required:"true"` // The unique ID for an invalidation request. // // Id is a required field Id *string `type:"string" required:"true"` // The status of an invalidation request. // // Status is a required field Status *string `type:"string" required:"true"` // contains filtered or unexported fields }
A summary of an invalidation request.
func (InvalidationSummary) GoString ¶
func (s InvalidationSummary) 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 (*InvalidationSummary) SetCreateTime ¶
func (s *InvalidationSummary) SetCreateTime(v time.Time) *InvalidationSummary
SetCreateTime sets the CreateTime field's value.
func (*InvalidationSummary) SetId ¶
func (s *InvalidationSummary) SetId(v string) *InvalidationSummary
SetId sets the Id field's value.
func (*InvalidationSummary) SetStatus ¶
func (s *InvalidationSummary) SetStatus(v string) *InvalidationSummary
SetStatus sets the Status field's value.
func (InvalidationSummary) String ¶
func (s InvalidationSummary) 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 KGKeyPairIds ¶
type KGKeyPairIds struct { // The identifier of the key group that contains the public keys. KeyGroupId *string `type:"string"` // A list of CloudFront key pair identifiers. KeyPairIds *KeyPairIds `type:"structure"` // contains filtered or unexported fields }
A list of identifiers for the public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
func (KGKeyPairIds) GoString ¶
func (s KGKeyPairIds) 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 (*KGKeyPairIds) SetKeyGroupId ¶
func (s *KGKeyPairIds) SetKeyGroupId(v string) *KGKeyPairIds
SetKeyGroupId sets the KeyGroupId field's value.
func (*KGKeyPairIds) SetKeyPairIds ¶
func (s *KGKeyPairIds) SetKeyPairIds(v *KeyPairIds) *KGKeyPairIds
SetKeyPairIds sets the KeyPairIds field's value.
func (KGKeyPairIds) String ¶
func (s KGKeyPairIds) 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 KeyGroup ¶
type KeyGroup struct { // The identifier for the key group. // // Id is a required field Id *string `type:"string" required:"true"` // The key group configuration. // // KeyGroupConfig is a required field KeyGroupConfig *KeyGroupConfig `type:"structure" required:"true"` // The date and time when the key group was last modified. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
A key group.
A key group contains a list of public keys that you can use with CloudFront signed URLs and signed cookies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html).
func (KeyGroup) GoString ¶
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 (*KeyGroup) SetKeyGroupConfig ¶
func (s *KeyGroup) SetKeyGroupConfig(v *KeyGroupConfig) *KeyGroup
SetKeyGroupConfig sets the KeyGroupConfig field's value.
func (*KeyGroup) SetLastModifiedTime ¶
SetLastModifiedTime sets the LastModifiedTime field's value.
type KeyGroupConfig ¶
type KeyGroupConfig struct { // A comment to describe the key group. The comment cannot be longer than 128 // characters. Comment *string `type:"string"` // A list of the identifiers of the public keys in the key group. // // Items is a required field Items []*string `locationNameList:"PublicKey" type:"list" required:"true"` // A name to identify the key group. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
A key group configuration.
A key group contains a list of public keys that you can use with CloudFront signed URLs and signed cookies (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html).
func (KeyGroupConfig) GoString ¶
func (s KeyGroupConfig) 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 (*KeyGroupConfig) SetComment ¶
func (s *KeyGroupConfig) SetComment(v string) *KeyGroupConfig
SetComment sets the Comment field's value.
func (*KeyGroupConfig) SetItems ¶
func (s *KeyGroupConfig) SetItems(v []*string) *KeyGroupConfig
SetItems sets the Items field's value.
func (*KeyGroupConfig) SetName ¶
func (s *KeyGroupConfig) SetName(v string) *KeyGroupConfig
SetName sets the Name field's value.
func (KeyGroupConfig) String ¶
func (s KeyGroupConfig) 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 (*KeyGroupConfig) Validate ¶
func (s *KeyGroupConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type KeyGroupList ¶
type KeyGroupList struct { // A list of key groups. Items []*KeyGroupSummary `locationNameList:"KeyGroupSummary" type:"list"` // The maximum number of key groups 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 key groups. NextMarker *string `type:"string"` // The number of key groups returned in the response. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of key groups.
func (KeyGroupList) GoString ¶
func (s KeyGroupList) 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 (*KeyGroupList) SetItems ¶
func (s *KeyGroupList) SetItems(v []*KeyGroupSummary) *KeyGroupList
SetItems sets the Items field's value.
func (*KeyGroupList) SetMaxItems ¶
func (s *KeyGroupList) SetMaxItems(v int64) *KeyGroupList
SetMaxItems sets the MaxItems field's value.
func (*KeyGroupList) SetNextMarker ¶
func (s *KeyGroupList) SetNextMarker(v string) *KeyGroupList
SetNextMarker sets the NextMarker field's value.
func (*KeyGroupList) SetQuantity ¶
func (s *KeyGroupList) SetQuantity(v int64) *KeyGroupList
SetQuantity sets the Quantity field's value.
func (KeyGroupList) String ¶
func (s KeyGroupList) 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 KeyGroupSummary ¶
type KeyGroupSummary struct { // A key group. // // KeyGroup is a required field KeyGroup *KeyGroup `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains information about a key group.
func (KeyGroupSummary) GoString ¶
func (s KeyGroupSummary) 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 (*KeyGroupSummary) SetKeyGroup ¶
func (s *KeyGroupSummary) SetKeyGroup(v *KeyGroup) *KeyGroupSummary
SetKeyGroup sets the KeyGroup field's value.
func (KeyGroupSummary) String ¶
func (s KeyGroupSummary) 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 KeyPairIds ¶
type KeyPairIds struct { // A list of CloudFront key pair identifiers. Items []*string `locationNameList:"KeyPairId" type:"list"` // The number of key pair identifiers in the list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of CloudFront key pair identifiers.
func (KeyPairIds) GoString ¶
func (s KeyPairIds) 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 (*KeyPairIds) SetItems ¶
func (s *KeyPairIds) SetItems(v []*string) *KeyPairIds
SetItems sets the Items field's value.
func (*KeyPairIds) SetQuantity ¶
func (s *KeyPairIds) SetQuantity(v int64) *KeyPairIds
SetQuantity sets the Quantity field's value.
func (KeyPairIds) String ¶
func (s KeyPairIds) 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 KinesisStreamConfig ¶
type KinesisStreamConfig struct { // The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) // role that CloudFront can use to send real-time log data to your Kinesis data // stream. // // For more information the IAM role, see Real-time log configuration IAM role // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role) // in the Amazon CloudFront Developer Guide. // // RoleARN is a required field RoleARN *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending // real-time log data. // // StreamARN is a required field StreamARN *string `type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
func (KinesisStreamConfig) GoString ¶
func (s KinesisStreamConfig) 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 (*KinesisStreamConfig) SetRoleARN ¶
func (s *KinesisStreamConfig) SetRoleARN(v string) *KinesisStreamConfig
SetRoleARN sets the RoleARN field's value.
func (*KinesisStreamConfig) SetStreamARN ¶
func (s *KinesisStreamConfig) SetStreamARN(v string) *KinesisStreamConfig
SetStreamARN sets the StreamARN field's value.
func (KinesisStreamConfig) String ¶
func (s KinesisStreamConfig) 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 (*KinesisStreamConfig) Validate ¶
func (s *KinesisStreamConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LambdaFunctionAssociation ¶
type LambdaFunctionAssociation struct { // Specifies the event type that triggers a Lambda@Edge function invocation. // You can specify the following values: // // * viewer-request: The function executes when CloudFront receives a request // from a viewer and before it checks to see whether the requested object // is in the edge cache. // // * origin-request: The function executes only when CloudFront sends a request // to your origin. When the requested object is in the edge cache, the function // doesn't execute. // // * origin-response: The function executes after CloudFront receives a response // from the origin and before it caches the object in the response. When // the requested object is in the edge cache, the function doesn't execute. // // * viewer-response: The function executes before CloudFront returns the // requested object to the viewer. The function executes regardless of whether // the object was already in the edge cache. If the origin returns an HTTP // status code other than HTTP 200 (OK), the function doesn't execute. // // EventType is a required field EventType *string `type:"string" required:"true" enum:"EventType"` // A flag that allows a Lambda@Edge function to have read access to the body // content. For more information, see Accessing the Request Body by Choosing // the Include Body Option (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-include-body-access.html) // in the Amazon CloudFront Developer Guide. IncludeBody *bool `type:"boolean"` // The ARN of the Lambda@Edge function. You must specify the ARN of a function // version; you can't specify an alias or $LATEST. // // LambdaFunctionARN is a required field LambdaFunctionARN *string `type:"string" required:"true"` // contains filtered or unexported fields }
A complex type that contains a Lambda@Edge function association.
func (LambdaFunctionAssociation) GoString ¶
func (s LambdaFunctionAssociation) 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 (*LambdaFunctionAssociation) SetEventType ¶
func (s *LambdaFunctionAssociation) SetEventType(v string) *LambdaFunctionAssociation
SetEventType sets the EventType field's value.
func (*LambdaFunctionAssociation) SetIncludeBody ¶
func (s *LambdaFunctionAssociation) SetIncludeBody(v bool) *LambdaFunctionAssociation
SetIncludeBody sets the IncludeBody field's value.
func (*LambdaFunctionAssociation) SetLambdaFunctionARN ¶
func (s *LambdaFunctionAssociation) SetLambdaFunctionARN(v string) *LambdaFunctionAssociation
SetLambdaFunctionARN sets the LambdaFunctionARN field's value.
func (LambdaFunctionAssociation) String ¶
func (s LambdaFunctionAssociation) 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 (*LambdaFunctionAssociation) Validate ¶
func (s *LambdaFunctionAssociation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LambdaFunctionAssociations ¶
type LambdaFunctionAssociations struct { // Optional: A complex type that contains LambdaFunctionAssociation items for // this cache behavior. If Quantity is 0, you can omit Items. Items []*LambdaFunctionAssociation `locationNameList:"LambdaFunctionAssociation" type:"list"` // The number of Lambda@Edge function associations for this cache behavior. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A complex type that specifies a list of Lambda@Edge functions associations for a cache behavior.
If you want to invoke one or more Lambda@Edge functions triggered by requests that match the PathPattern of the cache behavior, specify the applicable values for Quantity and Items. Note that there can be up to 4 LambdaFunctionAssociation items in this list (one for each possible value of EventType) and each EventType can be associated with only one function.
If you don't want to invoke any Lambda@Edge functions for the requests that match PathPattern, specify 0 for Quantity and omit Items.
func (LambdaFunctionAssociations) GoString ¶
func (s LambdaFunctionAssociations) 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 (*LambdaFunctionAssociations) SetItems ¶
func (s *LambdaFunctionAssociations) SetItems(v []*LambdaFunctionAssociation) *LambdaFunctionAssociations
SetItems sets the Items field's value.
func (*LambdaFunctionAssociations) SetQuantity ¶
func (s *LambdaFunctionAssociations) SetQuantity(v int64) *LambdaFunctionAssociations
SetQuantity sets the Quantity field's value.
func (LambdaFunctionAssociations) String ¶
func (s LambdaFunctionAssociations) 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 (*LambdaFunctionAssociations) Validate ¶
func (s *LambdaFunctionAssociations) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCachePoliciesInput ¶
type ListCachePoliciesInput struct { // Use this field when paginating results to indicate where to begin in your // list of cache policies. The response includes cache policies in the list // that occur after the marker. To get the next page of the list, set this field's // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of cache policies that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // A filter to return only the specified kinds of cache policies. Valid values // are: // // * managed – Returns only the managed policies created by Amazon Web // Services. // // * custom – Returns only the custom policies created in your Amazon Web // Services account. Type *string `location:"querystring" locationName:"Type" type:"string" enum:"CachePolicyType"` // contains filtered or unexported fields }
func (ListCachePoliciesInput) GoString ¶
func (s ListCachePoliciesInput) 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 (*ListCachePoliciesInput) SetMarker ¶
func (s *ListCachePoliciesInput) SetMarker(v string) *ListCachePoliciesInput
SetMarker sets the Marker field's value.
func (*ListCachePoliciesInput) SetMaxItems ¶
func (s *ListCachePoliciesInput) SetMaxItems(v int64) *ListCachePoliciesInput
SetMaxItems sets the MaxItems field's value.
func (*ListCachePoliciesInput) SetType ¶
func (s *ListCachePoliciesInput) SetType(v string) *ListCachePoliciesInput
SetType sets the Type field's value.
func (ListCachePoliciesInput) String ¶
func (s ListCachePoliciesInput) 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 ListCachePoliciesOutput ¶
type ListCachePoliciesOutput struct { // A list of cache policies. CachePolicyList *CachePolicyList `type:"structure"` // contains filtered or unexported fields }
func (ListCachePoliciesOutput) GoString ¶
func (s ListCachePoliciesOutput) 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 (*ListCachePoliciesOutput) SetCachePolicyList ¶
func (s *ListCachePoliciesOutput) SetCachePolicyList(v *CachePolicyList) *ListCachePoliciesOutput
SetCachePolicyList sets the CachePolicyList field's value.
func (ListCachePoliciesOutput) String ¶
func (s ListCachePoliciesOutput) 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 ListCloudFrontOriginAccessIdentitiesInput ¶
type ListCloudFrontOriginAccessIdentitiesInput struct { // Use this when paginating results to indicate where to begin in your list // of origin access identities. The results include identities in the list that // occur after the marker. To get the next page of results, set the Marker to // the value of the NextMarker from the current page's response (which is also // the ID of the last identity on that page). Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of origin access identities you want in the response body. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
The request to list origin access identities.
func (ListCloudFrontOriginAccessIdentitiesInput) GoString ¶
func (s ListCloudFrontOriginAccessIdentitiesInput) 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 (*ListCloudFrontOriginAccessIdentitiesInput) SetMarker ¶
func (s *ListCloudFrontOriginAccessIdentitiesInput) SetMarker(v string) *ListCloudFrontOriginAccessIdentitiesInput
SetMarker sets the Marker field's value.
func (*ListCloudFrontOriginAccessIdentitiesInput) SetMaxItems ¶
func (s *ListCloudFrontOriginAccessIdentitiesInput) SetMaxItems(v int64) *ListCloudFrontOriginAccessIdentitiesInput
SetMaxItems sets the MaxItems field's value.
func (ListCloudFrontOriginAccessIdentitiesInput) String ¶
func (s ListCloudFrontOriginAccessIdentitiesInput) 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 ListCloudFrontOriginAccessIdentitiesOutput ¶
type ListCloudFrontOriginAccessIdentitiesOutput struct { // The CloudFrontOriginAccessIdentityList type. CloudFrontOriginAccessIdentityList *OriginAccessIdentityList `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (ListCloudFrontOriginAccessIdentitiesOutput) GoString ¶
func (s ListCloudFrontOriginAccessIdentitiesOutput) 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 (*ListCloudFrontOriginAccessIdentitiesOutput) SetCloudFrontOriginAccessIdentityList ¶
func (s *ListCloudFrontOriginAccessIdentitiesOutput) SetCloudFrontOriginAccessIdentityList(v *OriginAccessIdentityList) *ListCloudFrontOriginAccessIdentitiesOutput
SetCloudFrontOriginAccessIdentityList sets the CloudFrontOriginAccessIdentityList field's value.
func (ListCloudFrontOriginAccessIdentitiesOutput) String ¶
func (s ListCloudFrontOriginAccessIdentitiesOutput) 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 ListConflictingAliasesInput ¶
type ListConflictingAliasesInput struct { // The alias (also called a CNAME) to search for conflicting aliases. // // Alias is a required field Alias *string `location:"querystring" locationName:"Alias" type:"string" required:"true"` // The ID of a distribution in your account that has an attached SSL/TLS certificate // that includes the provided alias. // // DistributionId is a required field DistributionId *string `location:"querystring" locationName:"DistributionId" type:"string" required:"true"` // Use this field when paginating results to indicate where to begin in the // list of conflicting aliases. The response includes conflicting aliases in // the list that occur after the marker. To get the next page of the list, set // this field's value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of conflicting aliases that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListConflictingAliasesInput) GoString ¶
func (s ListConflictingAliasesInput) 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 (*ListConflictingAliasesInput) SetAlias ¶
func (s *ListConflictingAliasesInput) SetAlias(v string) *ListConflictingAliasesInput
SetAlias sets the Alias field's value.
func (*ListConflictingAliasesInput) SetDistributionId ¶
func (s *ListConflictingAliasesInput) SetDistributionId(v string) *ListConflictingAliasesInput
SetDistributionId sets the DistributionId field's value.
func (*ListConflictingAliasesInput) SetMarker ¶
func (s *ListConflictingAliasesInput) SetMarker(v string) *ListConflictingAliasesInput
SetMarker sets the Marker field's value.
func (*ListConflictingAliasesInput) SetMaxItems ¶
func (s *ListConflictingAliasesInput) SetMaxItems(v int64) *ListConflictingAliasesInput
SetMaxItems sets the MaxItems field's value.
func (ListConflictingAliasesInput) String ¶
func (s ListConflictingAliasesInput) 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 (*ListConflictingAliasesInput) Validate ¶
func (s *ListConflictingAliasesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListConflictingAliasesOutput ¶
type ListConflictingAliasesOutput struct { // A list of conflicting aliases. ConflictingAliasesList *ConflictingAliasesList `type:"structure"` // contains filtered or unexported fields }
func (ListConflictingAliasesOutput) GoString ¶
func (s ListConflictingAliasesOutput) 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 (*ListConflictingAliasesOutput) SetConflictingAliasesList ¶
func (s *ListConflictingAliasesOutput) SetConflictingAliasesList(v *ConflictingAliasesList) *ListConflictingAliasesOutput
SetConflictingAliasesList sets the ConflictingAliasesList field's value.
func (ListConflictingAliasesOutput) String ¶
func (s ListConflictingAliasesOutput) 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 ListContinuousDeploymentPoliciesInput ¶
type ListContinuousDeploymentPoliciesInput struct { // Use this field when paginating results to indicate where to begin in your // list of continuous deployment policies. The response includes policies in // the list that occur after the marker. To get the next page of the list, set // this field's value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of continuous deployment policies that you want returned // in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListContinuousDeploymentPoliciesInput) GoString ¶
func (s ListContinuousDeploymentPoliciesInput) 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 (*ListContinuousDeploymentPoliciesInput) SetMarker ¶
func (s *ListContinuousDeploymentPoliciesInput) SetMarker(v string) *ListContinuousDeploymentPoliciesInput
SetMarker sets the Marker field's value.
func (*ListContinuousDeploymentPoliciesInput) SetMaxItems ¶
func (s *ListContinuousDeploymentPoliciesInput) SetMaxItems(v int64) *ListContinuousDeploymentPoliciesInput
SetMaxItems sets the MaxItems field's value.
func (ListContinuousDeploymentPoliciesInput) String ¶
func (s ListContinuousDeploymentPoliciesInput) 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 ListContinuousDeploymentPoliciesOutput ¶
type ListContinuousDeploymentPoliciesOutput struct { // A list of continuous deployment policies. ContinuousDeploymentPolicyList *ContinuousDeploymentPolicyList `type:"structure"` // contains filtered or unexported fields }
func (ListContinuousDeploymentPoliciesOutput) GoString ¶
func (s ListContinuousDeploymentPoliciesOutput) 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 (*ListContinuousDeploymentPoliciesOutput) SetContinuousDeploymentPolicyList ¶
func (s *ListContinuousDeploymentPoliciesOutput) SetContinuousDeploymentPolicyList(v *ContinuousDeploymentPolicyList) *ListContinuousDeploymentPoliciesOutput
SetContinuousDeploymentPolicyList sets the ContinuousDeploymentPolicyList field's value.
func (ListContinuousDeploymentPoliciesOutput) String ¶
func (s ListContinuousDeploymentPoliciesOutput) 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 ListDistributionsByCachePolicyIdInput ¶
type ListDistributionsByCachePolicyIdInput struct { // The ID of the cache policy whose associated distribution IDs you want to // list. // // CachePolicyId is a required field CachePolicyId *string `location:"uri" locationName:"CachePolicyId" type:"string" required:"true"` // Use this field when paginating results to indicate where to begin in your // list of distribution IDs. The response includes distribution IDs in the list // that occur after the marker. To get the next page of the list, set this field's // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distribution IDs that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListDistributionsByCachePolicyIdInput) GoString ¶
func (s ListDistributionsByCachePolicyIdInput) 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 (*ListDistributionsByCachePolicyIdInput) SetCachePolicyId ¶
func (s *ListDistributionsByCachePolicyIdInput) SetCachePolicyId(v string) *ListDistributionsByCachePolicyIdInput
SetCachePolicyId sets the CachePolicyId field's value.
func (*ListDistributionsByCachePolicyIdInput) SetMarker ¶
func (s *ListDistributionsByCachePolicyIdInput) SetMarker(v string) *ListDistributionsByCachePolicyIdInput
SetMarker sets the Marker field's value.
func (*ListDistributionsByCachePolicyIdInput) SetMaxItems ¶
func (s *ListDistributionsByCachePolicyIdInput) SetMaxItems(v int64) *ListDistributionsByCachePolicyIdInput
SetMaxItems sets the MaxItems field's value.
func (ListDistributionsByCachePolicyIdInput) String ¶
func (s ListDistributionsByCachePolicyIdInput) 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 (*ListDistributionsByCachePolicyIdInput) Validate ¶
func (s *ListDistributionsByCachePolicyIdInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDistributionsByCachePolicyIdOutput ¶
type ListDistributionsByCachePolicyIdOutput struct { // A list of distribution IDs. DistributionIdList *DistributionIdList `type:"structure"` // contains filtered or unexported fields }
func (ListDistributionsByCachePolicyIdOutput) GoString ¶
func (s ListDistributionsByCachePolicyIdOutput) 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 (*ListDistributionsByCachePolicyIdOutput) SetDistributionIdList ¶
func (s *ListDistributionsByCachePolicyIdOutput) SetDistributionIdList(v *DistributionIdList) *ListDistributionsByCachePolicyIdOutput
SetDistributionIdList sets the DistributionIdList field's value.
func (ListDistributionsByCachePolicyIdOutput) String ¶
func (s ListDistributionsByCachePolicyIdOutput) 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 ListDistributionsByKeyGroupInput ¶
type ListDistributionsByKeyGroupInput struct { // The ID of the key group whose associated distribution IDs you are listing. // // KeyGroupId is a required field KeyGroupId *string `location:"uri" locationName:"KeyGroupId" type:"string" required:"true"` // Use this field when paginating results to indicate where to begin in your // list of distribution IDs. The response includes distribution IDs in the list // that occur after the marker. To get the next page of the list, set this field's // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distribution IDs that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListDistributionsByKeyGroupInput) GoString ¶
func (s ListDistributionsByKeyGroupInput) 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 (*ListDistributionsByKeyGroupInput) SetKeyGroupId ¶
func (s *ListDistributionsByKeyGroupInput) SetKeyGroupId(v string) *ListDistributionsByKeyGroupInput
SetKeyGroupId sets the KeyGroupId field's value.
func (*ListDistributionsByKeyGroupInput) SetMarker ¶
func (s *ListDistributionsByKeyGroupInput) SetMarker(v string) *ListDistributionsByKeyGroupInput
SetMarker sets the Marker field's value.
func (*ListDistributionsByKeyGroupInput) SetMaxItems ¶
func (s *ListDistributionsByKeyGroupInput) SetMaxItems(v int64) *ListDistributionsByKeyGroupInput
SetMaxItems sets the MaxItems field's value.
func (ListDistributionsByKeyGroupInput) String ¶
func (s ListDistributionsByKeyGroupInput) 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 (*ListDistributionsByKeyGroupInput) Validate ¶
func (s *ListDistributionsByKeyGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDistributionsByKeyGroupOutput ¶
type ListDistributionsByKeyGroupOutput struct { // A list of distribution IDs. DistributionIdList *DistributionIdList `type:"structure"` // contains filtered or unexported fields }
func (ListDistributionsByKeyGroupOutput) GoString ¶
func (s ListDistributionsByKeyGroupOutput) 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 (*ListDistributionsByKeyGroupOutput) SetDistributionIdList ¶
func (s *ListDistributionsByKeyGroupOutput) SetDistributionIdList(v *DistributionIdList) *ListDistributionsByKeyGroupOutput
SetDistributionIdList sets the DistributionIdList field's value.
func (ListDistributionsByKeyGroupOutput) String ¶
func (s ListDistributionsByKeyGroupOutput) 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 ListDistributionsByOriginRequestPolicyIdInput ¶
type ListDistributionsByOriginRequestPolicyIdInput struct { // Use this field when paginating results to indicate where to begin in your // list of distribution IDs. The response includes distribution IDs in the list // that occur after the marker. To get the next page of the list, set this field's // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distribution IDs that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // The ID of the origin request policy whose associated distribution IDs you // want to list. // // OriginRequestPolicyId is a required field OriginRequestPolicyId *string `location:"uri" locationName:"OriginRequestPolicyId" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListDistributionsByOriginRequestPolicyIdInput) GoString ¶
func (s ListDistributionsByOriginRequestPolicyIdInput) 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 (*ListDistributionsByOriginRequestPolicyIdInput) SetMarker ¶
func (s *ListDistributionsByOriginRequestPolicyIdInput) SetMarker(v string) *ListDistributionsByOriginRequestPolicyIdInput
SetMarker sets the Marker field's value.
func (*ListDistributionsByOriginRequestPolicyIdInput) SetMaxItems ¶
func (s *ListDistributionsByOriginRequestPolicyIdInput) SetMaxItems(v int64) *ListDistributionsByOriginRequestPolicyIdInput
SetMaxItems sets the MaxItems field's value.
func (*ListDistributionsByOriginRequestPolicyIdInput) SetOriginRequestPolicyId ¶
func (s *ListDistributionsByOriginRequestPolicyIdInput) SetOriginRequestPolicyId(v string) *ListDistributionsByOriginRequestPolicyIdInput
SetOriginRequestPolicyId sets the OriginRequestPolicyId field's value.
func (ListDistributionsByOriginRequestPolicyIdInput) String ¶
func (s ListDistributionsByOriginRequestPolicyIdInput) 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 (*ListDistributionsByOriginRequestPolicyIdInput) Validate ¶
func (s *ListDistributionsByOriginRequestPolicyIdInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDistributionsByOriginRequestPolicyIdOutput ¶
type ListDistributionsByOriginRequestPolicyIdOutput struct { // A list of distribution IDs. DistributionIdList *DistributionIdList `type:"structure"` // contains filtered or unexported fields }
func (ListDistributionsByOriginRequestPolicyIdOutput) GoString ¶
func (s ListDistributionsByOriginRequestPolicyIdOutput) 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 (*ListDistributionsByOriginRequestPolicyIdOutput) SetDistributionIdList ¶
func (s *ListDistributionsByOriginRequestPolicyIdOutput) SetDistributionIdList(v *DistributionIdList) *ListDistributionsByOriginRequestPolicyIdOutput
SetDistributionIdList sets the DistributionIdList field's value.
func (ListDistributionsByOriginRequestPolicyIdOutput) String ¶
func (s ListDistributionsByOriginRequestPolicyIdOutput) 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 ListDistributionsByRealtimeLogConfigInput ¶
type ListDistributionsByRealtimeLogConfigInput struct { // Use this field when paginating results to indicate where to begin in your // list of distributions. The response includes distributions in the list that // occur after the marker. To get the next page of the list, set this field's // value to the value of NextMarker from the current page's response. Marker *string `type:"string"` // The maximum number of distributions that you want in the response. MaxItems *int64 `type:"integer"` // The Amazon Resource Name (ARN) of the real-time log configuration whose associated // distributions you want to list. RealtimeLogConfigArn *string `type:"string"` // The name of the real-time log configuration whose associated distributions // you want to list. RealtimeLogConfigName *string `type:"string"` // contains filtered or unexported fields }
func (ListDistributionsByRealtimeLogConfigInput) GoString ¶
func (s ListDistributionsByRealtimeLogConfigInput) 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 (*ListDistributionsByRealtimeLogConfigInput) SetMarker ¶
func (s *ListDistributionsByRealtimeLogConfigInput) SetMarker(v string) *ListDistributionsByRealtimeLogConfigInput
SetMarker sets the Marker field's value.
func (*ListDistributionsByRealtimeLogConfigInput) SetMaxItems ¶
func (s *ListDistributionsByRealtimeLogConfigInput) SetMaxItems(v int64) *ListDistributionsByRealtimeLogConfigInput
SetMaxItems sets the MaxItems field's value.
func (*ListDistributionsByRealtimeLogConfigInput) SetRealtimeLogConfigArn ¶
func (s *ListDistributionsByRealtimeLogConfigInput) SetRealtimeLogConfigArn(v string) *ListDistributionsByRealtimeLogConfigInput
SetRealtimeLogConfigArn sets the RealtimeLogConfigArn field's value.
func (*ListDistributionsByRealtimeLogConfigInput) SetRealtimeLogConfigName ¶
func (s *ListDistributionsByRealtimeLogConfigInput) SetRealtimeLogConfigName(v string) *ListDistributionsByRealtimeLogConfigInput
SetRealtimeLogConfigName sets the RealtimeLogConfigName field's value.
func (ListDistributionsByRealtimeLogConfigInput) String ¶
func (s ListDistributionsByRealtimeLogConfigInput) 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 ListDistributionsByRealtimeLogConfigOutput ¶
type ListDistributionsByRealtimeLogConfigOutput struct { // A distribution list. DistributionList *DistributionList `type:"structure"` // contains filtered or unexported fields }
func (ListDistributionsByRealtimeLogConfigOutput) GoString ¶
func (s ListDistributionsByRealtimeLogConfigOutput) 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 (*ListDistributionsByRealtimeLogConfigOutput) SetDistributionList ¶
func (s *ListDistributionsByRealtimeLogConfigOutput) SetDistributionList(v *DistributionList) *ListDistributionsByRealtimeLogConfigOutput
SetDistributionList sets the DistributionList field's value.
func (ListDistributionsByRealtimeLogConfigOutput) String ¶
func (s ListDistributionsByRealtimeLogConfigOutput) 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 ListDistributionsByResponseHeadersPolicyIdInput ¶
type ListDistributionsByResponseHeadersPolicyIdInput struct { // Use this field when paginating results to indicate where to begin in your // list of distribution IDs. The response includes distribution IDs in the list // that occur after the marker. To get the next page of the list, set this field's // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distribution IDs that you want to get in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // The ID of the response headers policy whose associated distribution IDs you // want to list. // // ResponseHeadersPolicyId is a required field ResponseHeadersPolicyId *string `location:"uri" locationName:"ResponseHeadersPolicyId" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListDistributionsByResponseHeadersPolicyIdInput) GoString ¶
func (s ListDistributionsByResponseHeadersPolicyIdInput) 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 (*ListDistributionsByResponseHeadersPolicyIdInput) SetMarker ¶
func (s *ListDistributionsByResponseHeadersPolicyIdInput) SetMarker(v string) *ListDistributionsByResponseHeadersPolicyIdInput
SetMarker sets the Marker field's value.
func (*ListDistributionsByResponseHeadersPolicyIdInput) SetMaxItems ¶
func (s *ListDistributionsByResponseHeadersPolicyIdInput) SetMaxItems(v int64) *ListDistributionsByResponseHeadersPolicyIdInput
SetMaxItems sets the MaxItems field's value.
func (*ListDistributionsByResponseHeadersPolicyIdInput) SetResponseHeadersPolicyId ¶
func (s *ListDistributionsByResponseHeadersPolicyIdInput) SetResponseHeadersPolicyId(v string) *ListDistributionsByResponseHeadersPolicyIdInput
SetResponseHeadersPolicyId sets the ResponseHeadersPolicyId field's value.
func (ListDistributionsByResponseHeadersPolicyIdInput) String ¶
func (s ListDistributionsByResponseHeadersPolicyIdInput) 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 (*ListDistributionsByResponseHeadersPolicyIdInput) Validate ¶
func (s *ListDistributionsByResponseHeadersPolicyIdInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDistributionsByResponseHeadersPolicyIdOutput ¶
type ListDistributionsByResponseHeadersPolicyIdOutput struct { // A list of distribution IDs. DistributionIdList *DistributionIdList `type:"structure"` // contains filtered or unexported fields }
func (ListDistributionsByResponseHeadersPolicyIdOutput) GoString ¶
func (s ListDistributionsByResponseHeadersPolicyIdOutput) 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 (*ListDistributionsByResponseHeadersPolicyIdOutput) SetDistributionIdList ¶
func (s *ListDistributionsByResponseHeadersPolicyIdOutput) SetDistributionIdList(v *DistributionIdList) *ListDistributionsByResponseHeadersPolicyIdOutput
SetDistributionIdList sets the DistributionIdList field's value.
func (ListDistributionsByResponseHeadersPolicyIdOutput) String ¶
func (s ListDistributionsByResponseHeadersPolicyIdOutput) 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 ListDistributionsByWebACLIdInput ¶
type ListDistributionsByWebACLIdInput struct { // Use Marker and MaxItems to control pagination of results. If you have more // than MaxItems distributions that satisfy the request, the response includes // a NextMarker element. To get the next page of results, submit another request. // For the value of Marker, specify the value of NextMarker from the last response. // (For the first request, omit Marker.) Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distributions that you want CloudFront to return in // the response body. The maximum and default values are both 100. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // The ID of the WAF web ACL that you want to list the associated distributions. // If you specify "null" for the ID, the request returns a list of the distributions // that aren't associated with a web ACL. // // WebACLId is a required field WebACLId *string `location:"uri" locationName:"WebACLId" type:"string" required:"true"` // contains filtered or unexported fields }
The request to list distributions that are associated with a specified WAF web ACL.
func (ListDistributionsByWebACLIdInput) GoString ¶
func (s ListDistributionsByWebACLIdInput) 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 (*ListDistributionsByWebACLIdInput) SetMarker ¶
func (s *ListDistributionsByWebACLIdInput) SetMarker(v string) *ListDistributionsByWebACLIdInput
SetMarker sets the Marker field's value.
func (*ListDistributionsByWebACLIdInput) SetMaxItems ¶
func (s *ListDistributionsByWebACLIdInput) SetMaxItems(v int64) *ListDistributionsByWebACLIdInput
SetMaxItems sets the MaxItems field's value.
func (*ListDistributionsByWebACLIdInput) SetWebACLId ¶
func (s *ListDistributionsByWebACLIdInput) SetWebACLId(v string) *ListDistributionsByWebACLIdInput
SetWebACLId sets the WebACLId field's value.
func (ListDistributionsByWebACLIdInput) String ¶
func (s ListDistributionsByWebACLIdInput) 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 (*ListDistributionsByWebACLIdInput) Validate ¶
func (s *ListDistributionsByWebACLIdInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDistributionsByWebACLIdOutput ¶
type ListDistributionsByWebACLIdOutput struct { // The DistributionList type. DistributionList *DistributionList `type:"structure"` // contains filtered or unexported fields }
The response to a request to list the distributions that are associated with a specified WAF web ACL.
func (ListDistributionsByWebACLIdOutput) GoString ¶
func (s ListDistributionsByWebACLIdOutput) 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 (*ListDistributionsByWebACLIdOutput) SetDistributionList ¶
func (s *ListDistributionsByWebACLIdOutput) SetDistributionList(v *DistributionList) *ListDistributionsByWebACLIdOutput
SetDistributionList sets the DistributionList field's value.
func (ListDistributionsByWebACLIdOutput) String ¶
func (s ListDistributionsByWebACLIdOutput) 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 ListDistributionsInput ¶
type ListDistributionsInput struct { // Use this when paginating results to indicate where to begin in your list // of distributions. The results include distributions in the list that occur // after the marker. To get the next page of results, set the Marker to the // value of the NextMarker from the current page's response (which is also the // ID of the last distribution on that page). Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of distributions you want in the response body. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
The request to list your distributions.
func (ListDistributionsInput) GoString ¶
func (s ListDistributionsInput) 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 (*ListDistributionsInput) SetMarker ¶
func (s *ListDistributionsInput) SetMarker(v string) *ListDistributionsInput
SetMarker sets the Marker field's value.
func (*ListDistributionsInput) SetMaxItems ¶
func (s *ListDistributionsInput) SetMaxItems(v int64) *ListDistributionsInput
SetMaxItems sets the MaxItems field's value.
func (ListDistributionsInput) String ¶
func (s ListDistributionsInput) 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 ListDistributionsOutput ¶
type ListDistributionsOutput struct { // The DistributionList type. DistributionList *DistributionList `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (ListDistributionsOutput) GoString ¶
func (s ListDistributionsOutput) 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 (*ListDistributionsOutput) SetDistributionList ¶
func (s *ListDistributionsOutput) SetDistributionList(v *DistributionList) *ListDistributionsOutput
SetDistributionList sets the DistributionList field's value.
func (ListDistributionsOutput) String ¶
func (s ListDistributionsOutput) 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 ListFieldLevelEncryptionConfigsInput ¶
type ListFieldLevelEncryptionConfigsInput struct { // Use this when paginating results to indicate where to begin in your list // of configurations. The results include configurations in the list that occur // after the marker. To get the next page of results, set the Marker to the // value of the NextMarker from the current page's response (which is also the // ID of the last configuration on that page). Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of field-level encryption configurations you want in the // response body. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListFieldLevelEncryptionConfigsInput) GoString ¶
func (s ListFieldLevelEncryptionConfigsInput) 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 (*ListFieldLevelEncryptionConfigsInput) SetMarker ¶
func (s *ListFieldLevelEncryptionConfigsInput) SetMarker(v string) *ListFieldLevelEncryptionConfigsInput
SetMarker sets the Marker field's value.
func (*ListFieldLevelEncryptionConfigsInput) SetMaxItems ¶
func (s *ListFieldLevelEncryptionConfigsInput) SetMaxItems(v int64) *ListFieldLevelEncryptionConfigsInput
SetMaxItems sets the MaxItems field's value.
func (ListFieldLevelEncryptionConfigsInput) String ¶
func (s ListFieldLevelEncryptionConfigsInput) 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 ListFieldLevelEncryptionConfigsOutput ¶
type ListFieldLevelEncryptionConfigsOutput struct { // Returns a list of all field-level encryption configurations that have been // created in CloudFront for this account. FieldLevelEncryptionList *FieldLevelEncryptionList `type:"structure"` // contains filtered or unexported fields }
func (ListFieldLevelEncryptionConfigsOutput) GoString ¶
func (s ListFieldLevelEncryptionConfigsOutput) 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 (*ListFieldLevelEncryptionConfigsOutput) SetFieldLevelEncryptionList ¶
func (s *ListFieldLevelEncryptionConfigsOutput) SetFieldLevelEncryptionList(v *FieldLevelEncryptionList) *ListFieldLevelEncryptionConfigsOutput
SetFieldLevelEncryptionList sets the FieldLevelEncryptionList field's value.
func (ListFieldLevelEncryptionConfigsOutput) String ¶
func (s ListFieldLevelEncryptionConfigsOutput) 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 ListFieldLevelEncryptionProfilesInput ¶
type ListFieldLevelEncryptionProfilesInput struct { // Use this when paginating results to indicate where to begin in your list // of profiles. The results include profiles in the list that occur after the // marker. To get the next page of results, set the Marker to the value of the // NextMarker from the current page's response (which is also the ID of the // last profile on that page). Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of field-level encryption profiles you want in the response // body. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListFieldLevelEncryptionProfilesInput) GoString ¶
func (s ListFieldLevelEncryptionProfilesInput) 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 (*ListFieldLevelEncryptionProfilesInput) SetMarker ¶
func (s *ListFieldLevelEncryptionProfilesInput) SetMarker(v string) *ListFieldLevelEncryptionProfilesInput
SetMarker sets the Marker field's value.
func (*ListFieldLevelEncryptionProfilesInput) SetMaxItems ¶
func (s *ListFieldLevelEncryptionProfilesInput) SetMaxItems(v int64) *ListFieldLevelEncryptionProfilesInput
SetMaxItems sets the MaxItems field's value.
func (ListFieldLevelEncryptionProfilesInput) String ¶
func (s ListFieldLevelEncryptionProfilesInput) 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 ListFieldLevelEncryptionProfilesOutput ¶
type ListFieldLevelEncryptionProfilesOutput struct { // Returns a list of the field-level encryption profiles that have been created // in CloudFront for this account. FieldLevelEncryptionProfileList *FieldLevelEncryptionProfileList `type:"structure"` // contains filtered or unexported fields }
func (ListFieldLevelEncryptionProfilesOutput) GoString ¶
func (s ListFieldLevelEncryptionProfilesOutput) 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 (*ListFieldLevelEncryptionProfilesOutput) SetFieldLevelEncryptionProfileList ¶
func (s *ListFieldLevelEncryptionProfilesOutput) SetFieldLevelEncryptionProfileList(v *FieldLevelEncryptionProfileList) *ListFieldLevelEncryptionProfilesOutput
SetFieldLevelEncryptionProfileList sets the FieldLevelEncryptionProfileList field's value.
func (ListFieldLevelEncryptionProfilesOutput) String ¶
func (s ListFieldLevelEncryptionProfilesOutput) 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 ListFunctionsInput ¶
type ListFunctionsInput struct { // Use this field when paginating results to indicate where to begin in your // list of functions. The response includes functions in the list that occur // after the marker. To get the next page of the list, set this field's value // to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of functions that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // An optional filter to return only the functions that are in the specified // stage, either DEVELOPMENT or LIVE. Stage *string `location:"querystring" locationName:"Stage" type:"string" enum:"FunctionStage"` // contains filtered or unexported fields }
func (ListFunctionsInput) GoString ¶
func (s ListFunctionsInput) 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 (*ListFunctionsInput) SetMarker ¶
func (s *ListFunctionsInput) SetMarker(v string) *ListFunctionsInput
SetMarker sets the Marker field's value.
func (*ListFunctionsInput) SetMaxItems ¶
func (s *ListFunctionsInput) SetMaxItems(v int64) *ListFunctionsInput
SetMaxItems sets the MaxItems field's value.
func (*ListFunctionsInput) SetStage ¶
func (s *ListFunctionsInput) SetStage(v string) *ListFunctionsInput
SetStage sets the Stage field's value.
func (ListFunctionsInput) String ¶
func (s ListFunctionsInput) 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 ListFunctionsOutput ¶
type ListFunctionsOutput struct { // A list of CloudFront functions. FunctionList *FunctionList `type:"structure"` // contains filtered or unexported fields }
func (ListFunctionsOutput) GoString ¶
func (s ListFunctionsOutput) 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 (*ListFunctionsOutput) SetFunctionList ¶
func (s *ListFunctionsOutput) SetFunctionList(v *FunctionList) *ListFunctionsOutput
SetFunctionList sets the FunctionList field's value.
func (ListFunctionsOutput) String ¶
func (s ListFunctionsOutput) 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 ListInvalidationsInput ¶
type ListInvalidationsInput struct { // The distribution's ID. // // DistributionId is a required field DistributionId *string `location:"uri" locationName:"DistributionId" type:"string" required:"true"` // Use this parameter when paginating results to indicate where to begin in // your list of invalidation batches. Because the results are returned in decreasing // order from most recent to oldest, the most recent results are on the first // page, the second page will contain earlier results, and so on. To get the // next page of results, set Marker to the value of the NextMarker from the // current page's response. This value is the same as the ID of the last invalidation // batch on that page. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of invalidation batches that you want in the response // body. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
The request to list invalidations.
func (ListInvalidationsInput) GoString ¶
func (s ListInvalidationsInput) 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 (*ListInvalidationsInput) SetDistributionId ¶
func (s *ListInvalidationsInput) SetDistributionId(v string) *ListInvalidationsInput
SetDistributionId sets the DistributionId field's value.
func (*ListInvalidationsInput) SetMarker ¶
func (s *ListInvalidationsInput) SetMarker(v string) *ListInvalidationsInput
SetMarker sets the Marker field's value.
func (*ListInvalidationsInput) SetMaxItems ¶
func (s *ListInvalidationsInput) SetMaxItems(v int64) *ListInvalidationsInput
SetMaxItems sets the MaxItems field's value.
func (ListInvalidationsInput) String ¶
func (s ListInvalidationsInput) 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 (*ListInvalidationsInput) Validate ¶
func (s *ListInvalidationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListInvalidationsOutput ¶
type ListInvalidationsOutput struct { // Information about invalidation batches. InvalidationList *InvalidationList `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (ListInvalidationsOutput) GoString ¶
func (s ListInvalidationsOutput) 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 (*ListInvalidationsOutput) SetInvalidationList ¶
func (s *ListInvalidationsOutput) SetInvalidationList(v *InvalidationList) *ListInvalidationsOutput
SetInvalidationList sets the InvalidationList field's value.
func (ListInvalidationsOutput) String ¶
func (s ListInvalidationsOutput) 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 ListKeyGroupsInput ¶
type ListKeyGroupsInput struct { // Use this field when paginating results to indicate where to begin in your // list of key groups. The response includes key groups in the list that occur // after the marker. To get the next page of the list, set this field's value // to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of key groups that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListKeyGroupsInput) GoString ¶
func (s ListKeyGroupsInput) 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 (*ListKeyGroupsInput) SetMarker ¶
func (s *ListKeyGroupsInput) SetMarker(v string) *ListKeyGroupsInput
SetMarker sets the Marker field's value.
func (*ListKeyGroupsInput) SetMaxItems ¶
func (s *ListKeyGroupsInput) SetMaxItems(v int64) *ListKeyGroupsInput
SetMaxItems sets the MaxItems field's value.
func (ListKeyGroupsInput) String ¶
func (s ListKeyGroupsInput) 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 ListKeyGroupsOutput ¶
type ListKeyGroupsOutput struct { // A list of key groups. KeyGroupList *KeyGroupList `type:"structure"` // contains filtered or unexported fields }
func (ListKeyGroupsOutput) GoString ¶
func (s ListKeyGroupsOutput) 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 (*ListKeyGroupsOutput) SetKeyGroupList ¶
func (s *ListKeyGroupsOutput) SetKeyGroupList(v *KeyGroupList) *ListKeyGroupsOutput
SetKeyGroupList sets the KeyGroupList field's value.
func (ListKeyGroupsOutput) String ¶
func (s ListKeyGroupsOutput) 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 ListOriginAccessControlsInput ¶
type ListOriginAccessControlsInput struct { // Use this field when paginating results to indicate where to begin in your // list of origin access controls. The response includes the items in the list // that occur after the marker. To get the next page of the list, set this field's // value to the value of NextMarker from the current page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of origin access controls that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListOriginAccessControlsInput) GoString ¶
func (s ListOriginAccessControlsInput) 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 (*ListOriginAccessControlsInput) SetMarker ¶
func (s *ListOriginAccessControlsInput) SetMarker(v string) *ListOriginAccessControlsInput
SetMarker sets the Marker field's value.
func (*ListOriginAccessControlsInput) SetMaxItems ¶
func (s *ListOriginAccessControlsInput) SetMaxItems(v int64) *ListOriginAccessControlsInput
SetMaxItems sets the MaxItems field's value.
func (ListOriginAccessControlsInput) String ¶
func (s ListOriginAccessControlsInput) 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 ListOriginAccessControlsOutput ¶
type ListOriginAccessControlsOutput struct { // A list of origin access controls. OriginAccessControlList *OriginAccessControlList `type:"structure"` // contains filtered or unexported fields }
func (ListOriginAccessControlsOutput) GoString ¶
func (s ListOriginAccessControlsOutput) 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 (*ListOriginAccessControlsOutput) SetOriginAccessControlList ¶
func (s *ListOriginAccessControlsOutput) SetOriginAccessControlList(v *OriginAccessControlList) *ListOriginAccessControlsOutput
SetOriginAccessControlList sets the OriginAccessControlList field's value.
func (ListOriginAccessControlsOutput) String ¶
func (s ListOriginAccessControlsOutput) 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 ListOriginRequestPoliciesInput ¶
type ListOriginRequestPoliciesInput struct { // Use this field when paginating results to indicate where to begin in your // list of origin request policies. The response includes origin request policies // in the list that occur after the marker. To get the next page of the list, // set this field's value to the value of NextMarker from the current page's // response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of origin request policies that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // A filter to return only the specified kinds of origin request policies. Valid // values are: // // * managed – Returns only the managed policies created by Amazon Web // Services. // // * custom – Returns only the custom policies created in your Amazon Web // Services account. Type *string `location:"querystring" locationName:"Type" type:"string" enum:"OriginRequestPolicyType"` // contains filtered or unexported fields }
func (ListOriginRequestPoliciesInput) GoString ¶
func (s ListOriginRequestPoliciesInput) 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 (*ListOriginRequestPoliciesInput) SetMarker ¶
func (s *ListOriginRequestPoliciesInput) SetMarker(v string) *ListOriginRequestPoliciesInput
SetMarker sets the Marker field's value.
func (*ListOriginRequestPoliciesInput) SetMaxItems ¶
func (s *ListOriginRequestPoliciesInput) SetMaxItems(v int64) *ListOriginRequestPoliciesInput
SetMaxItems sets the MaxItems field's value.
func (*ListOriginRequestPoliciesInput) SetType ¶
func (s *ListOriginRequestPoliciesInput) SetType(v string) *ListOriginRequestPoliciesInput
SetType sets the Type field's value.
func (ListOriginRequestPoliciesInput) String ¶
func (s ListOriginRequestPoliciesInput) 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 ListOriginRequestPoliciesOutput ¶
type ListOriginRequestPoliciesOutput struct { // A list of origin request policies. OriginRequestPolicyList *OriginRequestPolicyList `type:"structure"` // contains filtered or unexported fields }
func (ListOriginRequestPoliciesOutput) GoString ¶
func (s ListOriginRequestPoliciesOutput) 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 (*ListOriginRequestPoliciesOutput) SetOriginRequestPolicyList ¶
func (s *ListOriginRequestPoliciesOutput) SetOriginRequestPolicyList(v *OriginRequestPolicyList) *ListOriginRequestPoliciesOutput
SetOriginRequestPolicyList sets the OriginRequestPolicyList field's value.
func (ListOriginRequestPoliciesOutput) String ¶
func (s ListOriginRequestPoliciesOutput) 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 ListPublicKeysInput ¶
type ListPublicKeysInput struct { // Use this when paginating results to indicate where to begin in your list // of public keys. The results include public keys in the list that occur after // the marker. To get the next page of results, set the Marker to the value // of the NextMarker from the current page's response (which is also the ID // of the last public key on that page). Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of public keys you want in the response body. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListPublicKeysInput) GoString ¶
func (s ListPublicKeysInput) 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 (*ListPublicKeysInput) SetMarker ¶
func (s *ListPublicKeysInput) SetMarker(v string) *ListPublicKeysInput
SetMarker sets the Marker field's value.
func (*ListPublicKeysInput) SetMaxItems ¶
func (s *ListPublicKeysInput) SetMaxItems(v int64) *ListPublicKeysInput
SetMaxItems sets the MaxItems field's value.
func (ListPublicKeysInput) String ¶
func (s ListPublicKeysInput) 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 ListPublicKeysOutput ¶
type ListPublicKeysOutput struct { // Returns a list of all public keys that have been added to CloudFront for // this account. PublicKeyList *PublicKeyList `type:"structure"` // contains filtered or unexported fields }
func (ListPublicKeysOutput) GoString ¶
func (s ListPublicKeysOutput) 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 (*ListPublicKeysOutput) SetPublicKeyList ¶
func (s *ListPublicKeysOutput) SetPublicKeyList(v *PublicKeyList) *ListPublicKeysOutput
SetPublicKeyList sets the PublicKeyList field's value.
func (ListPublicKeysOutput) String ¶
func (s ListPublicKeysOutput) 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 ListRealtimeLogConfigsInput ¶
type ListRealtimeLogConfigsInput struct { // Use this field when paginating results to indicate where to begin in your // list of real-time log configurations. The response includes real-time log // configurations in the list that occur after the marker. To get the next page // of the list, set this field's value to the value of NextMarker from the current // page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of real-time log configurations that you want in the response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
func (ListRealtimeLogConfigsInput) GoString ¶
func (s ListRealtimeLogConfigsInput) 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 (*ListRealtimeLogConfigsInput) SetMarker ¶
func (s *ListRealtimeLogConfigsInput) SetMarker(v string) *ListRealtimeLogConfigsInput
SetMarker sets the Marker field's value.
func (*ListRealtimeLogConfigsInput) SetMaxItems ¶
func (s *ListRealtimeLogConfigsInput) SetMaxItems(v int64) *ListRealtimeLogConfigsInput
SetMaxItems sets the MaxItems field's value.
func (ListRealtimeLogConfigsInput) String ¶
func (s ListRealtimeLogConfigsInput) 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 ListRealtimeLogConfigsOutput ¶
type ListRealtimeLogConfigsOutput struct { // A list of real-time log configurations. RealtimeLogConfigs *RealtimeLogConfigs `type:"structure"` // contains filtered or unexported fields }
func (ListRealtimeLogConfigsOutput) GoString ¶
func (s ListRealtimeLogConfigsOutput) 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 (*ListRealtimeLogConfigsOutput) SetRealtimeLogConfigs ¶
func (s *ListRealtimeLogConfigsOutput) SetRealtimeLogConfigs(v *RealtimeLogConfigs) *ListRealtimeLogConfigsOutput
SetRealtimeLogConfigs sets the RealtimeLogConfigs field's value.
func (ListRealtimeLogConfigsOutput) String ¶
func (s ListRealtimeLogConfigsOutput) 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 ListResponseHeadersPoliciesInput ¶
type ListResponseHeadersPoliciesInput struct { // Use this field when paginating results to indicate where to begin in your // list of response headers policies. The response includes response headers // policies in the list that occur after the marker. To get the next page of // the list, set this field's value to the value of NextMarker from the current // page's response. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of response headers policies that you want to get in the // response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // A filter to get only the specified kind of response headers policies. Valid // values are: // // * managed – Gets only the managed policies created by Amazon Web Services. // // * custom – Gets only the custom policies created in your Amazon Web // Services account. Type *string `location:"querystring" locationName:"Type" type:"string" enum:"ResponseHeadersPolicyType"` // contains filtered or unexported fields }
func (ListResponseHeadersPoliciesInput) GoString ¶
func (s ListResponseHeadersPoliciesInput) 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 (*ListResponseHeadersPoliciesInput) SetMarker ¶
func (s *ListResponseHeadersPoliciesInput) SetMarker(v string) *ListResponseHeadersPoliciesInput
SetMarker sets the Marker field's value.
func (*ListResponseHeadersPoliciesInput) SetMaxItems ¶
func (s *ListResponseHeadersPoliciesInput) SetMaxItems(v int64) *ListResponseHeadersPoliciesInput
SetMaxItems sets the MaxItems field's value.
func (*ListResponseHeadersPoliciesInput) SetType ¶
func (s *ListResponseHeadersPoliciesInput) SetType(v string) *ListResponseHeadersPoliciesInput
SetType sets the Type field's value.
func (ListResponseHeadersPoliciesInput) String ¶
func (s ListResponseHeadersPoliciesInput) 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 ListResponseHeadersPoliciesOutput ¶
type ListResponseHeadersPoliciesOutput struct { // A list of response headers policies. ResponseHeadersPolicyList *ResponseHeadersPolicyList `type:"structure"` // contains filtered or unexported fields }
func (ListResponseHeadersPoliciesOutput) GoString ¶
func (s ListResponseHeadersPoliciesOutput) 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 (*ListResponseHeadersPoliciesOutput) SetResponseHeadersPolicyList ¶
func (s *ListResponseHeadersPoliciesOutput) SetResponseHeadersPolicyList(v *ResponseHeadersPolicyList) *ListResponseHeadersPoliciesOutput
SetResponseHeadersPolicyList sets the ResponseHeadersPolicyList field's value.
func (ListResponseHeadersPoliciesOutput) String ¶
func (s ListResponseHeadersPoliciesOutput) 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 ListStreamingDistributionsInput ¶
type ListStreamingDistributionsInput struct { // The value that you provided for the Marker request parameter. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The value that you provided for the MaxItems request parameter. MaxItems *int64 `location:"querystring" locationName:"MaxItems" type:"integer"` // contains filtered or unexported fields }
The request to list your streaming distributions.
func (ListStreamingDistributionsInput) GoString ¶
func (s ListStreamingDistributionsInput) 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 (*ListStreamingDistributionsInput) SetMarker ¶
func (s *ListStreamingDistributionsInput) SetMarker(v string) *ListStreamingDistributionsInput
SetMarker sets the Marker field's value.
func (*ListStreamingDistributionsInput) SetMaxItems ¶
func (s *ListStreamingDistributionsInput) SetMaxItems(v int64) *ListStreamingDistributionsInput
SetMaxItems sets the MaxItems field's value.
func (ListStreamingDistributionsInput) String ¶
func (s ListStreamingDistributionsInput) 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 ListStreamingDistributionsOutput ¶
type ListStreamingDistributionsOutput struct { // The StreamingDistributionList type. StreamingDistributionList *StreamingDistributionList `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (ListStreamingDistributionsOutput) GoString ¶
func (s ListStreamingDistributionsOutput) 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 (*ListStreamingDistributionsOutput) SetStreamingDistributionList ¶
func (s *ListStreamingDistributionsOutput) SetStreamingDistributionList(v *StreamingDistributionList) *ListStreamingDistributionsOutput
SetStreamingDistributionList sets the StreamingDistributionList field's value.
func (ListStreamingDistributionsOutput) String ¶
func (s ListStreamingDistributionsOutput) 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 ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // An ARN of a CloudFront resource. // // Resource is a required field Resource *string `location:"querystring" locationName:"Resource" type:"string" required:"true"` // contains filtered or unexported fields }
The request to list tags for a CloudFront resource.
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) SetResource ¶
func (s *ListTagsForResourceInput) SetResource(v string) *ListTagsForResourceInput
SetResource sets the Resource field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // A complex type that contains zero or more Tag elements. // // Tags is a required field Tags *Tags `type:"structure" required:"true"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) 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 (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v *Tags) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) 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 LoggingConfig ¶
type LoggingConfig struct { // The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com. // // Bucket is a required field Bucket *string `type:"string" required:"true"` // Specifies whether you want CloudFront to save access logs to an Amazon S3 // bucket. If you don't want to enable logging when you create a distribution // or if you want to disable logging for an existing distribution, specify false // for Enabled, and specify empty Bucket and Prefix elements. If you specify // false for Enabled but you specify values for Bucket, prefix, and IncludeCookies, // the values are automatically deleted. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // Specifies whether you want CloudFront to include cookies in access logs, // specify true for IncludeCookies. If you choose to include cookies in logs, // CloudFront logs all cookies regardless of how you configure the cache behaviors // for this distribution. If you don't want to include cookies when you create // a distribution or if you want to disable include cookies for an existing // distribution, specify false for IncludeCookies. // // IncludeCookies is a required field IncludeCookies *bool `type:"boolean" required:"true"` // An optional string that you want CloudFront to prefix to the access log filenames // for this distribution, for example, myprefix/. If you want to enable logging, // but you don't want to specify a prefix, you still must include an empty Prefix // element in the Logging element. // // Prefix is a required field Prefix *string `type:"string" required:"true"` // contains filtered or unexported fields }
A complex type that controls whether access logs are written for the distribution.
func (LoggingConfig) GoString ¶
func (s LoggingConfig) 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 (*LoggingConfig) SetBucket ¶
func (s *LoggingConfig) SetBucket(v string) *LoggingConfig
SetBucket sets the Bucket field's value.
func (*LoggingConfig) SetEnabled ¶
func (s *LoggingConfig) SetEnabled(v bool) *LoggingConfig
SetEnabled sets the Enabled field's value.
func (*LoggingConfig) SetIncludeCookies ¶
func (s *LoggingConfig) SetIncludeCookies(v bool) *LoggingConfig
SetIncludeCookies sets the IncludeCookies field's value.
func (*LoggingConfig) SetPrefix ¶
func (s *LoggingConfig) SetPrefix(v string) *LoggingConfig
SetPrefix sets the Prefix field's value.
func (LoggingConfig) String ¶
func (s LoggingConfig) 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 (*LoggingConfig) Validate ¶
func (s *LoggingConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type MonitoringSubscription ¶
type MonitoringSubscription struct { // A subscription configuration for additional CloudWatch metrics. RealtimeMetricsSubscriptionConfig *RealtimeMetricsSubscriptionConfig `type:"structure"` // contains filtered or unexported fields }
A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.
func (MonitoringSubscription) GoString ¶
func (s MonitoringSubscription) 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 (*MonitoringSubscription) SetRealtimeMetricsSubscriptionConfig ¶
func (s *MonitoringSubscription) SetRealtimeMetricsSubscriptionConfig(v *RealtimeMetricsSubscriptionConfig) *MonitoringSubscription
SetRealtimeMetricsSubscriptionConfig sets the RealtimeMetricsSubscriptionConfig field's value.
func (MonitoringSubscription) String ¶
func (s MonitoringSubscription) 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 (*MonitoringSubscription) Validate ¶
func (s *MonitoringSubscription) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Origin ¶
type Origin struct { // The number of times that CloudFront attempts to connect to the origin. The // minimum number is 1, the maximum is 3, and the default (if you don't specify // otherwise) is 3. // // For a custom origin (including an Amazon S3 bucket that's configured with // static website hosting), this value also specifies the number of times that // CloudFront attempts to get a response from the origin, in the case of an // Origin Response Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout). // // For more information, see Origin Connection Attempts (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-attempts) // in the Amazon CloudFront Developer Guide. ConnectionAttempts *int64 `type:"integer"` // The number of seconds that CloudFront waits when trying to establish a connection // to the origin. The minimum timeout is 1 second, the maximum is 10 seconds, // and the default (if you don't specify otherwise) is 10 seconds. // // For more information, see Origin Connection Timeout (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-timeout) // in the Amazon CloudFront Developer Guide. ConnectionTimeout *int64 `type:"integer"` // A list of HTTP header names and values that CloudFront adds to the requests // that it sends to the origin. // // For more information, see Adding Custom Headers to Origin Requests (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/add-origin-custom-headers.html) // in the Amazon CloudFront Developer Guide. CustomHeaders *CustomHeaders `type:"structure"` // Use this type to specify an origin that is not an Amazon S3 bucket, with // one exception. If the Amazon S3 bucket is configured with static website // hosting, use this type. If the Amazon S3 bucket is not configured with static // website hosting, use the S3OriginConfig type instead. CustomOriginConfig *CustomOriginConfig `type:"structure"` // The domain name for the origin. // // For more information, see Origin Domain Name (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesDomainName) // in the Amazon CloudFront Developer Guide. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // A unique identifier for the origin. This value must be unique within the // distribution. // // Use this value to specify the TargetOriginId in a CacheBehavior or DefaultCacheBehavior. // // Id is a required field Id *string `type:"string" required:"true"` // The unique identifier of an origin access control for this origin. // // For more information, see Restricting access to an Amazon S3 origin (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html) // in the Amazon CloudFront Developer Guide. OriginAccessControlId *string `type:"string"` // An optional path that CloudFront appends to the origin domain name when CloudFront // requests content from the origin. // // For more information, see Origin Path (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginPath) // in the Amazon CloudFront Developer Guide. OriginPath *string `type:"string"` // CloudFront Origin Shield. Using Origin Shield can help reduce the load on // your origin. // // For more information, see Using Origin Shield (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html) // in the Amazon CloudFront Developer Guide. OriginShield *OriginShield `type:"structure"` // Use this type to specify an origin that is an Amazon S3 bucket that is not // configured with static website hosting. To specify any other type of origin, // including an Amazon S3 bucket that is configured with static website hosting, // use the CustomOriginConfig type instead. S3OriginConfig *S3OriginConfig `type:"structure"` // contains filtered or unexported fields }
An origin.
An origin is the location where content is stored, and from which CloudFront gets content to serve to viewers. To specify an origin:
Use S3OriginConfig to specify an Amazon S3 bucket that is not configured with static website hosting.
Use CustomOriginConfig to specify all other kinds of origins, including: An Amazon S3 bucket that is configured with static website hosting An Elastic Load Balancing load balancer An AWS Elemental MediaPackage endpoint An AWS Elemental MediaStore container Any other HTTP server, running on an Amazon EC2 instance or any other kind of host
For the current maximum number of origins that you can specify per distribution, see General Quotas on Web Distributions (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-web-distributions) in the Amazon CloudFront Developer Guide (quotas were formerly referred to as limits).
func (Origin) GoString ¶
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 (*Origin) SetConnectionAttempts ¶
SetConnectionAttempts sets the ConnectionAttempts field's value.
func (*Origin) SetConnectionTimeout ¶
SetConnectionTimeout sets the ConnectionTimeout field's value.
func (*Origin) SetCustomHeaders ¶
func (s *Origin) SetCustomHeaders(v *CustomHeaders) *Origin
SetCustomHeaders sets the CustomHeaders field's value.
func (*Origin) SetCustomOriginConfig ¶
func (s *Origin) SetCustomOriginConfig(v *CustomOriginConfig) *Origin
SetCustomOriginConfig sets the CustomOriginConfig field's value.
func (*Origin) SetDomainName ¶
SetDomainName sets the DomainName field's value.
func (*Origin) SetOriginAccessControlId ¶
SetOriginAccessControlId sets the OriginAccessControlId field's value.
func (*Origin) SetOriginPath ¶
SetOriginPath sets the OriginPath field's value.
func (*Origin) SetOriginShield ¶
func (s *Origin) SetOriginShield(v *OriginShield) *Origin
SetOriginShield sets the OriginShield field's value.
func (*Origin) SetS3OriginConfig ¶
func (s *Origin) SetS3OriginConfig(v *S3OriginConfig) *Origin
SetS3OriginConfig sets the S3OriginConfig field's value.
type OriginAccessControl ¶
type OriginAccessControl struct { // The unique identifier of the origin access control. // // Id is a required field Id *string `type:"string" required:"true"` // The origin access control. OriginAccessControlConfig *OriginAccessControlConfig `type:"structure"` // contains filtered or unexported fields }
A CloudFront origin access control, including its unique identifier.
func (OriginAccessControl) GoString ¶
func (s OriginAccessControl) 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 (*OriginAccessControl) SetId ¶
func (s *OriginAccessControl) SetId(v string) *OriginAccessControl
SetId sets the Id field's value.
func (*OriginAccessControl) SetOriginAccessControlConfig ¶
func (s *OriginAccessControl) SetOriginAccessControlConfig(v *OriginAccessControlConfig) *OriginAccessControl
SetOriginAccessControlConfig sets the OriginAccessControlConfig field's value.
func (OriginAccessControl) String ¶
func (s OriginAccessControl) 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 OriginAccessControlConfig ¶
type OriginAccessControlConfig struct { // A description of the origin access control. Description *string `type:"string"` // A name to identify the origin access control. // // Name is a required field Name *string `type:"string" required:"true"` // The type of origin that this origin access control is for. // // OriginAccessControlOriginType is a required field OriginAccessControlOriginType *string `type:"string" required:"true" enum:"OriginAccessControlOriginTypes"` // Specifies which requests CloudFront signs (adds authentication information // to). Specify always for the most common use case. For more information, see // origin access control advanced settings (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html#oac-advanced-settings) // in the Amazon CloudFront Developer Guide. // // This field can have one of the following values: // // * always – CloudFront signs all origin requests, overwriting the Authorization // header from the viewer request if one exists. // // * never – CloudFront doesn't sign any origin requests. This value turns // off origin access control for all origins in all distributions that use // this origin access control. // // * no-override – If the viewer request doesn't contain the Authorization // header, then CloudFront signs the origin request. If the viewer request // contains the Authorization header, then CloudFront doesn't sign the origin // request and instead passes along the Authorization header from the viewer // request. WARNING: To pass along the Authorization header from the viewer // request, you must add the Authorization header to a cache policy (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html) // for all cache behaviors that use origins associated with this origin access // control. // // SigningBehavior is a required field SigningBehavior *string `type:"string" required:"true" enum:"OriginAccessControlSigningBehaviors"` // The signing protocol of the origin access control, which determines how CloudFront // signs (authenticates) requests. The only valid value is sigv4. // // SigningProtocol is a required field SigningProtocol *string `type:"string" required:"true" enum:"OriginAccessControlSigningProtocols"` // contains filtered or unexported fields }
A CloudFront origin access control configuration.
func (OriginAccessControlConfig) GoString ¶
func (s OriginAccessControlConfig) 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 (*OriginAccessControlConfig) SetDescription ¶
func (s *OriginAccessControlConfig) SetDescription(v string) *OriginAccessControlConfig
SetDescription sets the Description field's value.
func (*OriginAccessControlConfig) SetName ¶
func (s *OriginAccessControlConfig) SetName(v string) *OriginAccessControlConfig
SetName sets the Name field's value.
func (*OriginAccessControlConfig) SetOriginAccessControlOriginType ¶
func (s *OriginAccessControlConfig) SetOriginAccessControlOriginType(v string) *OriginAccessControlConfig
SetOriginAccessControlOriginType sets the OriginAccessControlOriginType field's value.
func (*OriginAccessControlConfig) SetSigningBehavior ¶
func (s *OriginAccessControlConfig) SetSigningBehavior(v string) *OriginAccessControlConfig
SetSigningBehavior sets the SigningBehavior field's value.
func (*OriginAccessControlConfig) SetSigningProtocol ¶
func (s *OriginAccessControlConfig) SetSigningProtocol(v string) *OriginAccessControlConfig
SetSigningProtocol sets the SigningProtocol field's value.
func (OriginAccessControlConfig) String ¶
func (s OriginAccessControlConfig) 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 (*OriginAccessControlConfig) Validate ¶
func (s *OriginAccessControlConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginAccessControlList ¶
type OriginAccessControlList struct { // If there are more items in the list than are in this response, this value // is true. // // IsTruncated is a required field IsTruncated *bool `type:"boolean" required:"true"` // Contains the origin access controls in the list. Items []*OriginAccessControlSummary `locationNameList:"OriginAccessControlSummary" type:"list"` // The value of the Marker field that was provided in the request. // // Marker is a required field Marker *string `type:"string" required:"true"` // The maximum number of origin access controls 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 to use in the Marker field of another request // to continue listing origin access controls. NextMarker *string `type:"string"` // The number of origin access controls returned in the response. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of CloudFront origin access controls.
func (OriginAccessControlList) GoString ¶
func (s OriginAccessControlList) 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 (*OriginAccessControlList) SetIsTruncated ¶
func (s *OriginAccessControlList) SetIsTruncated(v bool) *OriginAccessControlList
SetIsTruncated sets the IsTruncated field's value.
func (*OriginAccessControlList) SetItems ¶
func (s *OriginAccessControlList) SetItems(v []*OriginAccessControlSummary) *OriginAccessControlList
SetItems sets the Items field's value.
func (*OriginAccessControlList) SetMarker ¶
func (s *OriginAccessControlList) SetMarker(v string) *OriginAccessControlList
SetMarker sets the Marker field's value.
func (*OriginAccessControlList) SetMaxItems ¶
func (s *OriginAccessControlList) SetMaxItems(v int64) *OriginAccessControlList
SetMaxItems sets the MaxItems field's value.
func (*OriginAccessControlList) SetNextMarker ¶
func (s *OriginAccessControlList) SetNextMarker(v string) *OriginAccessControlList
SetNextMarker sets the NextMarker field's value.
func (*OriginAccessControlList) SetQuantity ¶
func (s *OriginAccessControlList) SetQuantity(v int64) *OriginAccessControlList
SetQuantity sets the Quantity field's value.
func (OriginAccessControlList) String ¶
func (s OriginAccessControlList) 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 OriginAccessControlSummary ¶
type OriginAccessControlSummary struct { // A description of the origin access control. // // Description is a required field Description *string `type:"string" required:"true"` // The unique identifier of the origin access control. // // Id is a required field Id *string `type:"string" required:"true"` // A unique name that identifies the origin access control. // // Name is a required field Name *string `type:"string" required:"true"` // The type of origin that this origin access control is for. // // OriginAccessControlOriginType is a required field OriginAccessControlOriginType *string `type:"string" required:"true" enum:"OriginAccessControlOriginTypes"` // A value that specifies which requests CloudFront signs (adds authentication // information to). This field can have one of the following values: // // * never – CloudFront doesn't sign any origin requests. // // * always – CloudFront signs all origin requests, overwriting the Authorization // header from the viewer request if necessary. // // * no-override – If the viewer request doesn't contain the Authorization // header, CloudFront signs the origin request. If the viewer request contains // the Authorization header, CloudFront doesn't sign the origin request, // but instead passes along the Authorization header that it received in // the viewer request. // // SigningBehavior is a required field SigningBehavior *string `type:"string" required:"true" enum:"OriginAccessControlSigningBehaviors"` // The signing protocol of the origin access control. The signing protocol determines // how CloudFront signs (authenticates) requests. The only valid value is sigv4. // // SigningProtocol is a required field SigningProtocol *string `type:"string" required:"true" enum:"OriginAccessControlSigningProtocols"` // contains filtered or unexported fields }
A CloudFront origin access control.
func (OriginAccessControlSummary) GoString ¶
func (s OriginAccessControlSummary) 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 (*OriginAccessControlSummary) SetDescription ¶
func (s *OriginAccessControlSummary) SetDescription(v string) *OriginAccessControlSummary
SetDescription sets the Description field's value.
func (*OriginAccessControlSummary) SetId ¶
func (s *OriginAccessControlSummary) SetId(v string) *OriginAccessControlSummary
SetId sets the Id field's value.
func (*OriginAccessControlSummary) SetName ¶
func (s *OriginAccessControlSummary) SetName(v string) *OriginAccessControlSummary
SetName sets the Name field's value.
func (*OriginAccessControlSummary) SetOriginAccessControlOriginType ¶
func (s *OriginAccessControlSummary) SetOriginAccessControlOriginType(v string) *OriginAccessControlSummary
SetOriginAccessControlOriginType sets the OriginAccessControlOriginType field's value.
func (*OriginAccessControlSummary) SetSigningBehavior ¶
func (s *OriginAccessControlSummary) SetSigningBehavior(v string) *OriginAccessControlSummary
SetSigningBehavior sets the SigningBehavior field's value.
func (*OriginAccessControlSummary) SetSigningProtocol ¶
func (s *OriginAccessControlSummary) SetSigningProtocol(v string) *OriginAccessControlSummary
SetSigningProtocol sets the SigningProtocol field's value.
func (OriginAccessControlSummary) String ¶
func (s OriginAccessControlSummary) 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 OriginAccessIdentity ¶
type OriginAccessIdentity struct { // The current configuration information for the identity. CloudFrontOriginAccessIdentityConfig *OriginAccessIdentityConfig `type:"structure"` // The ID for the origin access identity, for example, E74FTE3AJFJ256A. // // Id is a required field Id *string `type:"string" required:"true"` // The Amazon S3 canonical user ID for the origin access identity, used when // giving the origin access identity read permission to an object in Amazon // S3. // // S3CanonicalUserId is a required field S3CanonicalUserId *string `type:"string" required:"true"` // contains filtered or unexported fields }
CloudFront origin access identity.
func (OriginAccessIdentity) GoString ¶
func (s OriginAccessIdentity) 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 (*OriginAccessIdentity) SetCloudFrontOriginAccessIdentityConfig ¶
func (s *OriginAccessIdentity) SetCloudFrontOriginAccessIdentityConfig(v *OriginAccessIdentityConfig) *OriginAccessIdentity
SetCloudFrontOriginAccessIdentityConfig sets the CloudFrontOriginAccessIdentityConfig field's value.
func (*OriginAccessIdentity) SetId ¶
func (s *OriginAccessIdentity) SetId(v string) *OriginAccessIdentity
SetId sets the Id field's value.
func (*OriginAccessIdentity) SetS3CanonicalUserId ¶
func (s *OriginAccessIdentity) SetS3CanonicalUserId(v string) *OriginAccessIdentity
SetS3CanonicalUserId sets the S3CanonicalUserId field's value.
func (OriginAccessIdentity) String ¶
func (s OriginAccessIdentity) 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 OriginAccessIdentityConfig ¶
type OriginAccessIdentityConfig struct { // A unique value (for example, a date-time stamp) that ensures that the request // can't be replayed. // // If the value of CallerReference is new (regardless of the content of the // CloudFrontOriginAccessIdentityConfig object), a new origin access identity // is created. // // If the CallerReference is a value already sent in a previous identity request, // and the content of the CloudFrontOriginAccessIdentityConfig is identical // to the original request (ignoring white space), the response includes the // same information returned to the original request. // // If the CallerReference is a value you already sent in a previous request // to create an identity, but the content of the CloudFrontOriginAccessIdentityConfig // is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists // error. // // CallerReference is a required field CallerReference *string `type:"string" required:"true"` // A comment to describe the origin access identity. The comment cannot be longer // than 128 characters. // // Comment is a required field Comment *string `type:"string" required:"true"` // contains filtered or unexported fields }
Origin access identity configuration. Send a GET request to the /CloudFront API version/CloudFront/identity ID/config resource.
func (OriginAccessIdentityConfig) GoString ¶
func (s OriginAccessIdentityConfig) 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 (*OriginAccessIdentityConfig) SetCallerReference ¶
func (s *OriginAccessIdentityConfig) SetCallerReference(v string) *OriginAccessIdentityConfig
SetCallerReference sets the CallerReference field's value.
func (*OriginAccessIdentityConfig) SetComment ¶
func (s *OriginAccessIdentityConfig) SetComment(v string) *OriginAccessIdentityConfig
SetComment sets the Comment field's value.
func (OriginAccessIdentityConfig) String ¶
func (s OriginAccessIdentityConfig) 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 (*OriginAccessIdentityConfig) Validate ¶
func (s *OriginAccessIdentityConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginAccessIdentityList ¶
type OriginAccessIdentityList struct { // A flag that indicates whether more origin access identities remain to be // listed. If your results were truncated, you can make a follow-up pagination // request using the Marker request parameter to retrieve more items in the // list. // // IsTruncated is a required field IsTruncated *bool `type:"boolean" required:"true"` // A complex type that contains one CloudFrontOriginAccessIdentitySummary element // for each origin access identity that was created by the current Amazon Web // Services account. Items []*OriginAccessIdentitySummary `locationNameList:"CloudFrontOriginAccessIdentitySummary" type:"list"` // Use this when paginating results to indicate where to begin in your list // of origin access identities. The results include identities in the list that // occur after the marker. To get the next page of results, set the Marker to // the value of the NextMarker from the current page's response (which is also // the ID of the last identity on that page). // // Marker is a required field Marker *string `type:"string" required:"true"` // The maximum number of origin access identities you want in the response body. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // If IsTruncated is true, this element is present and contains the value you // can use for the Marker request parameter to continue listing your origin // access identities where they left off. NextMarker *string `type:"string"` // The number of CloudFront origin access identities that were created by the // current Amazon Web Services account. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Lists the origin access identities for CloudFront.Send a GET request to the /CloudFront API version/origin-access-identity/cloudfront resource. The response includes a CloudFrontOriginAccessIdentityList element with zero or more CloudFrontOriginAccessIdentitySummary child elements. By default, your entire list of origin access identities is returned in one single page. If the list is long, you can paginate it using the MaxItems and Marker parameters.
func (OriginAccessIdentityList) GoString ¶
func (s OriginAccessIdentityList) 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 (*OriginAccessIdentityList) SetIsTruncated ¶
func (s *OriginAccessIdentityList) SetIsTruncated(v bool) *OriginAccessIdentityList
SetIsTruncated sets the IsTruncated field's value.
func (*OriginAccessIdentityList) SetItems ¶
func (s *OriginAccessIdentityList) SetItems(v []*OriginAccessIdentitySummary) *OriginAccessIdentityList
SetItems sets the Items field's value.
func (*OriginAccessIdentityList) SetMarker ¶
func (s *OriginAccessIdentityList) SetMarker(v string) *OriginAccessIdentityList
SetMarker sets the Marker field's value.
func (*OriginAccessIdentityList) SetMaxItems ¶
func (s *OriginAccessIdentityList) SetMaxItems(v int64) *OriginAccessIdentityList
SetMaxItems sets the MaxItems field's value.
func (*OriginAccessIdentityList) SetNextMarker ¶
func (s *OriginAccessIdentityList) SetNextMarker(v string) *OriginAccessIdentityList
SetNextMarker sets the NextMarker field's value.
func (*OriginAccessIdentityList) SetQuantity ¶
func (s *OriginAccessIdentityList) SetQuantity(v int64) *OriginAccessIdentityList
SetQuantity sets the Quantity field's value.
func (OriginAccessIdentityList) String ¶
func (s OriginAccessIdentityList) 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 OriginAccessIdentitySummary ¶
type OriginAccessIdentitySummary struct { // The comment for this origin access identity, as originally specified when // created. // // Comment is a required field Comment *string `type:"string" required:"true"` // The ID for the origin access identity. For example: E74FTE3AJFJ256A. // // Id is a required field Id *string `type:"string" required:"true"` // The Amazon S3 canonical user ID for the origin access identity, which you // use when giving the origin access identity read permission to an object in // Amazon S3. // // S3CanonicalUserId is a required field S3CanonicalUserId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Summary of the information about a CloudFront origin access identity.
func (OriginAccessIdentitySummary) GoString ¶
func (s OriginAccessIdentitySummary) 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 (*OriginAccessIdentitySummary) SetComment ¶
func (s *OriginAccessIdentitySummary) SetComment(v string) *OriginAccessIdentitySummary
SetComment sets the Comment field's value.
func (*OriginAccessIdentitySummary) SetId ¶
func (s *OriginAccessIdentitySummary) SetId(v string) *OriginAccessIdentitySummary
SetId sets the Id field's value.
func (*OriginAccessIdentitySummary) SetS3CanonicalUserId ¶
func (s *OriginAccessIdentitySummary) SetS3CanonicalUserId(v string) *OriginAccessIdentitySummary
SetS3CanonicalUserId sets the S3CanonicalUserId field's value.
func (OriginAccessIdentitySummary) String ¶
func (s OriginAccessIdentitySummary) 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 OriginCustomHeader ¶
type OriginCustomHeader struct { // The name of a header that you want CloudFront to send to your origin. For // more information, see Adding Custom Headers to Origin Requests (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/forward-custom-headers.html) // in the Amazon CloudFront Developer Guide. // // HeaderName is a required field HeaderName *string `type:"string" required:"true"` // The value for the header that you specified in the HeaderName field. // // HeaderValue is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by OriginCustomHeader's // String and GoString methods. // // HeaderValue is a required field HeaderValue *string `type:"string" required:"true" sensitive:"true"` // contains filtered or unexported fields }
A complex type that contains HeaderName and HeaderValue elements, if any, for this distribution.
func (OriginCustomHeader) GoString ¶
func (s OriginCustomHeader) 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 (*OriginCustomHeader) SetHeaderName ¶
func (s *OriginCustomHeader) SetHeaderName(v string) *OriginCustomHeader
SetHeaderName sets the HeaderName field's value.
func (*OriginCustomHeader) SetHeaderValue ¶
func (s *OriginCustomHeader) SetHeaderValue(v string) *OriginCustomHeader
SetHeaderValue sets the HeaderValue field's value.
func (OriginCustomHeader) String ¶
func (s OriginCustomHeader) 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 (*OriginCustomHeader) Validate ¶
func (s *OriginCustomHeader) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginGroup ¶
type OriginGroup struct { // A complex type that contains information about the failover criteria for // an origin group. // // FailoverCriteria is a required field FailoverCriteria *OriginGroupFailoverCriteria `type:"structure" required:"true"` // The origin group's ID. // // Id is a required field Id *string `type:"string" required:"true"` // A complex type that contains information about the origins in an origin group. // // Members is a required field Members *OriginGroupMembers `type:"structure" required:"true"` // contains filtered or unexported fields }
An origin group includes two origins (a primary origin and a second origin to failover to) and a failover criteria that you specify. You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specifiy the origin group instead of a single origin, and CloudFront will failover from the primary origin to the second origin under the failover conditions that you've chosen.
func (OriginGroup) GoString ¶
func (s OriginGroup) 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 (*OriginGroup) SetFailoverCriteria ¶
func (s *OriginGroup) SetFailoverCriteria(v *OriginGroupFailoverCriteria) *OriginGroup
SetFailoverCriteria sets the FailoverCriteria field's value.
func (*OriginGroup) SetId ¶
func (s *OriginGroup) SetId(v string) *OriginGroup
SetId sets the Id field's value.
func (*OriginGroup) SetMembers ¶
func (s *OriginGroup) SetMembers(v *OriginGroupMembers) *OriginGroup
SetMembers sets the Members field's value.
func (OriginGroup) String ¶
func (s OriginGroup) 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 (*OriginGroup) Validate ¶
func (s *OriginGroup) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginGroupFailoverCriteria ¶
type OriginGroupFailoverCriteria struct { // The status codes that, when returned from the primary origin, will trigger // CloudFront to failover to the second origin. // // StatusCodes is a required field StatusCodes *StatusCodes `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex data type that includes information about the failover criteria for an origin group, including the status codes for which CloudFront will failover from the primary origin to the second origin.
func (OriginGroupFailoverCriteria) GoString ¶
func (s OriginGroupFailoverCriteria) 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 (*OriginGroupFailoverCriteria) SetStatusCodes ¶
func (s *OriginGroupFailoverCriteria) SetStatusCodes(v *StatusCodes) *OriginGroupFailoverCriteria
SetStatusCodes sets the StatusCodes field's value.
func (OriginGroupFailoverCriteria) String ¶
func (s OriginGroupFailoverCriteria) 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 (*OriginGroupFailoverCriteria) Validate ¶
func (s *OriginGroupFailoverCriteria) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginGroupMember ¶
type OriginGroupMember struct { // The ID for an origin in an origin group. // // OriginId is a required field OriginId *string `type:"string" required:"true"` // contains filtered or unexported fields }
An origin in an origin group.
func (OriginGroupMember) GoString ¶
func (s OriginGroupMember) 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 (*OriginGroupMember) SetOriginId ¶
func (s *OriginGroupMember) SetOriginId(v string) *OriginGroupMember
SetOriginId sets the OriginId field's value.
func (OriginGroupMember) String ¶
func (s OriginGroupMember) 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 (*OriginGroupMember) Validate ¶
func (s *OriginGroupMember) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginGroupMembers ¶
type OriginGroupMembers struct { // Items (origins) in an origin group. // // Items is a required field Items []*OriginGroupMember `locationNameList:"OriginGroupMember" min:"2" type:"list" required:"true"` // The number of origins in an origin group. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A complex data type for the origins included in an origin group.
func (OriginGroupMembers) GoString ¶
func (s OriginGroupMembers) 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 (*OriginGroupMembers) SetItems ¶
func (s *OriginGroupMembers) SetItems(v []*OriginGroupMember) *OriginGroupMembers
SetItems sets the Items field's value.
func (*OriginGroupMembers) SetQuantity ¶
func (s *OriginGroupMembers) SetQuantity(v int64) *OriginGroupMembers
SetQuantity sets the Quantity field's value.
func (OriginGroupMembers) String ¶
func (s OriginGroupMembers) 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 (*OriginGroupMembers) Validate ¶
func (s *OriginGroupMembers) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginGroups ¶
type OriginGroups struct { // The items (origin groups) in a distribution. Items []*OriginGroup `locationNameList:"OriginGroup" type:"list"` // The number of origin groups. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A complex data type for the origin groups specified for a distribution.
func (OriginGroups) GoString ¶
func (s OriginGroups) 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 (*OriginGroups) SetItems ¶
func (s *OriginGroups) SetItems(v []*OriginGroup) *OriginGroups
SetItems sets the Items field's value.
func (*OriginGroups) SetQuantity ¶
func (s *OriginGroups) SetQuantity(v int64) *OriginGroups
SetQuantity sets the Quantity field's value.
func (OriginGroups) String ¶
func (s OriginGroups) 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 (*OriginGroups) Validate ¶
func (s *OriginGroups) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginRequestPolicy ¶
type OriginRequestPolicy struct { // The unique identifier for the origin request policy. // // Id is a required field Id *string `type:"string" required:"true"` // The date and time when the origin request policy was last modified. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // The origin request policy configuration. // // OriginRequestPolicyConfig is a required field OriginRequestPolicyConfig *OriginRequestPolicyConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
An origin request policy.
When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host, User-Agent, and X-Amz-Cf-Id.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can't find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy.
func (OriginRequestPolicy) GoString ¶
func (s OriginRequestPolicy) 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 (*OriginRequestPolicy) SetId ¶
func (s *OriginRequestPolicy) SetId(v string) *OriginRequestPolicy
SetId sets the Id field's value.
func (*OriginRequestPolicy) SetLastModifiedTime ¶
func (s *OriginRequestPolicy) SetLastModifiedTime(v time.Time) *OriginRequestPolicy
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*OriginRequestPolicy) SetOriginRequestPolicyConfig ¶
func (s *OriginRequestPolicy) SetOriginRequestPolicyConfig(v *OriginRequestPolicyConfig) *OriginRequestPolicy
SetOriginRequestPolicyConfig sets the OriginRequestPolicyConfig field's value.
func (OriginRequestPolicy) String ¶
func (s OriginRequestPolicy) 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 OriginRequestPolicyConfig ¶
type OriginRequestPolicyConfig struct { // A comment to describe the origin request policy. The comment cannot be longer // than 128 characters. Comment *string `type:"string"` // The cookies from viewer requests to include in origin requests. // // CookiesConfig is a required field CookiesConfig *OriginRequestPolicyCookiesConfig `type:"structure" required:"true"` // The HTTP headers to include in origin requests. These can include headers // from viewer requests and additional headers added by CloudFront. // // HeadersConfig is a required field HeadersConfig *OriginRequestPolicyHeadersConfig `type:"structure" required:"true"` // A unique name to identify the origin request policy. // // Name is a required field Name *string `type:"string" required:"true"` // The URL query strings from viewer requests to include in origin requests. // // QueryStringsConfig is a required field QueryStringsConfig *OriginRequestPolicyQueryStringsConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
An origin request policy configuration.
This configuration determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host, User-Agent, and X-Amz-Cf-Id.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can't find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy.
func (OriginRequestPolicyConfig) GoString ¶
func (s OriginRequestPolicyConfig) 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 (*OriginRequestPolicyConfig) SetComment ¶
func (s *OriginRequestPolicyConfig) SetComment(v string) *OriginRequestPolicyConfig
SetComment sets the Comment field's value.
func (*OriginRequestPolicyConfig) SetCookiesConfig ¶
func (s *OriginRequestPolicyConfig) SetCookiesConfig(v *OriginRequestPolicyCookiesConfig) *OriginRequestPolicyConfig
SetCookiesConfig sets the CookiesConfig field's value.
func (*OriginRequestPolicyConfig) SetHeadersConfig ¶
func (s *OriginRequestPolicyConfig) SetHeadersConfig(v *OriginRequestPolicyHeadersConfig) *OriginRequestPolicyConfig
SetHeadersConfig sets the HeadersConfig field's value.
func (*OriginRequestPolicyConfig) SetName ¶
func (s *OriginRequestPolicyConfig) SetName(v string) *OriginRequestPolicyConfig
SetName sets the Name field's value.
func (*OriginRequestPolicyConfig) SetQueryStringsConfig ¶
func (s *OriginRequestPolicyConfig) SetQueryStringsConfig(v *OriginRequestPolicyQueryStringsConfig) *OriginRequestPolicyConfig
SetQueryStringsConfig sets the QueryStringsConfig field's value.
func (OriginRequestPolicyConfig) String ¶
func (s OriginRequestPolicyConfig) 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 (*OriginRequestPolicyConfig) Validate ¶
func (s *OriginRequestPolicyConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginRequestPolicyCookiesConfig ¶
type OriginRequestPolicyCookiesConfig struct { // Determines whether cookies in viewer requests are included in requests that // CloudFront sends to the origin. Valid values are: // // * none – No cookies in viewer requests are included in requests that // CloudFront sends to the origin. Even when this field is set to none, any // cookies that are listed in a CachePolicy are included in origin requests. // // * whitelist – Only the cookies in viewer requests that are listed in // the CookieNames type are included in requests that CloudFront sends to // the origin. // // * all – All cookies in viewer requests are included in requests that // CloudFront sends to the origin. // // * allExcept – All cookies in viewer requests are included in requests // that CloudFront sends to the origin, except for those listed in the CookieNames // type, which are not included. // // CookieBehavior is a required field CookieBehavior *string `type:"string" required:"true" enum:"OriginRequestPolicyCookieBehavior"` // Contains a list of cookie names. Cookies *CookieNames `type:"structure"` // contains filtered or unexported fields }
An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in requests that CloudFront sends to the origin.
func (OriginRequestPolicyCookiesConfig) GoString ¶
func (s OriginRequestPolicyCookiesConfig) 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 (*OriginRequestPolicyCookiesConfig) SetCookieBehavior ¶
func (s *OriginRequestPolicyCookiesConfig) SetCookieBehavior(v string) *OriginRequestPolicyCookiesConfig
SetCookieBehavior sets the CookieBehavior field's value.
func (*OriginRequestPolicyCookiesConfig) SetCookies ¶
func (s *OriginRequestPolicyCookiesConfig) SetCookies(v *CookieNames) *OriginRequestPolicyCookiesConfig
SetCookies sets the Cookies field's value.
func (OriginRequestPolicyCookiesConfig) String ¶
func (s OriginRequestPolicyCookiesConfig) 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 (*OriginRequestPolicyCookiesConfig) Validate ¶
func (s *OriginRequestPolicyCookiesConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginRequestPolicyHeadersConfig ¶
type OriginRequestPolicyHeadersConfig struct { // Determines whether any HTTP headers are included in requests that CloudFront // sends to the origin. Valid values are: // // * none – No HTTP headers in viewer requests are included in requests // that CloudFront sends to the origin. Even when this field is set to none, // any headers that are listed in a CachePolicy are included in origin requests. // // * whitelist – Only the HTTP headers that are listed in the Headers type // are included in requests that CloudFront sends to the origin. // // * allViewer – All HTTP headers in viewer requests are included in requests // that CloudFront sends to the origin. // // * allViewerAndWhitelistCloudFront – All HTTP headers in viewer requests // and the additional CloudFront headers that are listed in the Headers type // are included in requests that CloudFront sends to the origin. The additional // headers are added by CloudFront. // // * allExcept – All HTTP headers in viewer requests are included in requests // that CloudFront sends to the origin, except for those listed in the Headers // type, which are not included. // // HeaderBehavior is a required field HeaderBehavior *string `type:"string" required:"true" enum:"OriginRequestPolicyHeaderBehavior"` // Contains a list of HTTP header names. Headers *Headers `type:"structure"` // contains filtered or unexported fields }
An object that determines whether any HTTP headers (and if so, which headers) are included in requests that CloudFront sends to the origin.
func (OriginRequestPolicyHeadersConfig) GoString ¶
func (s OriginRequestPolicyHeadersConfig) 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 (*OriginRequestPolicyHeadersConfig) SetHeaderBehavior ¶
func (s *OriginRequestPolicyHeadersConfig) SetHeaderBehavior(v string) *OriginRequestPolicyHeadersConfig
SetHeaderBehavior sets the HeaderBehavior field's value.
func (*OriginRequestPolicyHeadersConfig) SetHeaders ¶
func (s *OriginRequestPolicyHeadersConfig) SetHeaders(v *Headers) *OriginRequestPolicyHeadersConfig
SetHeaders sets the Headers field's value.
func (OriginRequestPolicyHeadersConfig) String ¶
func (s OriginRequestPolicyHeadersConfig) 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 (*OriginRequestPolicyHeadersConfig) Validate ¶
func (s *OriginRequestPolicyHeadersConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginRequestPolicyList ¶
type OriginRequestPolicyList struct { // Contains the origin request policies in the list. Items []*OriginRequestPolicySummary `locationNameList:"OriginRequestPolicySummary" type:"list"` // The maximum number of origin request policies requested. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // If there are more items in the list than are in this response, this element // is present. It contains the value that you should use in the Marker field // of a subsequent request to continue listing origin request policies where // you left off. NextMarker *string `type:"string"` // The total number of origin request policies returned in the response. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of origin request policies.
func (OriginRequestPolicyList) GoString ¶
func (s OriginRequestPolicyList) 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 (*OriginRequestPolicyList) SetItems ¶
func (s *OriginRequestPolicyList) SetItems(v []*OriginRequestPolicySummary) *OriginRequestPolicyList
SetItems sets the Items field's value.
func (*OriginRequestPolicyList) SetMaxItems ¶
func (s *OriginRequestPolicyList) SetMaxItems(v int64) *OriginRequestPolicyList
SetMaxItems sets the MaxItems field's value.
func (*OriginRequestPolicyList) SetNextMarker ¶
func (s *OriginRequestPolicyList) SetNextMarker(v string) *OriginRequestPolicyList
SetNextMarker sets the NextMarker field's value.
func (*OriginRequestPolicyList) SetQuantity ¶
func (s *OriginRequestPolicyList) SetQuantity(v int64) *OriginRequestPolicyList
SetQuantity sets the Quantity field's value.
func (OriginRequestPolicyList) String ¶
func (s OriginRequestPolicyList) 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 OriginRequestPolicyQueryStringsConfig ¶
type OriginRequestPolicyQueryStringsConfig struct { // Determines whether any URL query strings in viewer requests are included // in requests that CloudFront sends to the origin. Valid values are: // // * none – No query strings in viewer requests are included in requests // that CloudFront sends to the origin. Even when this field is set to none, // any query strings that are listed in a CachePolicy are included in origin // requests. // // * whitelist – Only the query strings in viewer requests that are listed // in the QueryStringNames type are included in requests that CloudFront // sends to the origin. // // * all – All query strings in viewer requests are included in requests // that CloudFront sends to the origin. // // * allExcept – All query strings in viewer requests are included in requests // that CloudFront sends to the origin, except for those listed in the QueryStringNames // type, which are not included. // // QueryStringBehavior is a required field QueryStringBehavior *string `type:"string" required:"true" enum:"OriginRequestPolicyQueryStringBehavior"` // Contains the specific query strings in viewer requests that either are or // are not included in requests that CloudFront sends to the origin. The behavior // depends on whether the QueryStringBehavior field in the OriginRequestPolicyQueryStringsConfig // 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 requests that CloudFront sends to the origin.
func (OriginRequestPolicyQueryStringsConfig) GoString ¶
func (s OriginRequestPolicyQueryStringsConfig) 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 (*OriginRequestPolicyQueryStringsConfig) SetQueryStringBehavior ¶
func (s *OriginRequestPolicyQueryStringsConfig) SetQueryStringBehavior(v string) *OriginRequestPolicyQueryStringsConfig
SetQueryStringBehavior sets the QueryStringBehavior field's value.
func (*OriginRequestPolicyQueryStringsConfig) SetQueryStrings ¶
func (s *OriginRequestPolicyQueryStringsConfig) SetQueryStrings(v *QueryStringNames) *OriginRequestPolicyQueryStringsConfig
SetQueryStrings sets the QueryStrings field's value.
func (OriginRequestPolicyQueryStringsConfig) String ¶
func (s OriginRequestPolicyQueryStringsConfig) 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 (*OriginRequestPolicyQueryStringsConfig) Validate ¶
func (s *OriginRequestPolicyQueryStringsConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginRequestPolicySummary ¶
type OriginRequestPolicySummary struct { // The origin request policy. // // OriginRequestPolicy is a required field OriginRequestPolicy *OriginRequestPolicy `type:"structure" required:"true"` // The type of origin request policy, either managed (created by Amazon Web // Services) or custom (created in this Amazon Web Services account). // // Type is a required field Type *string `type:"string" required:"true" enum:"OriginRequestPolicyType"` // contains filtered or unexported fields }
Contains an origin request policy.
func (OriginRequestPolicySummary) GoString ¶
func (s OriginRequestPolicySummary) 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 (*OriginRequestPolicySummary) SetOriginRequestPolicy ¶
func (s *OriginRequestPolicySummary) SetOriginRequestPolicy(v *OriginRequestPolicy) *OriginRequestPolicySummary
SetOriginRequestPolicy sets the OriginRequestPolicy field's value.
func (*OriginRequestPolicySummary) SetType ¶
func (s *OriginRequestPolicySummary) SetType(v string) *OriginRequestPolicySummary
SetType sets the Type field's value.
func (OriginRequestPolicySummary) String ¶
func (s OriginRequestPolicySummary) 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 OriginShield ¶
type OriginShield struct { // A flag that specifies whether Origin Shield is enabled. // // When it's enabled, CloudFront routes all requests through Origin Shield, // which can help protect your origin. When it's disabled, CloudFront might // send requests directly to your origin from multiple edge locations or regional // edge caches. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // The Amazon Web Services Region for Origin Shield. // // Specify the Amazon Web Services Region that has the lowest latency to your // origin. To specify a region, use the region code, not the region name. For // example, specify the US East (Ohio) region as us-east-2. // // When you enable CloudFront Origin Shield, you must specify the Amazon Web // Services Region for Origin Shield. For the list of Amazon Web Services Regions // that you can specify, and for help choosing the best Region for your origin, // see Choosing the Amazon Web Services Region for Origin Shield (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html#choose-origin-shield-region) // in the Amazon CloudFront Developer Guide. OriginShieldRegion *string `min:"1" type:"string"` // contains filtered or unexported fields }
CloudFront Origin Shield.
Using Origin Shield can help reduce the load on your origin. For more information, see Using Origin Shield (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html) in the Amazon CloudFront Developer Guide.
func (OriginShield) GoString ¶
func (s OriginShield) 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 (*OriginShield) SetEnabled ¶
func (s *OriginShield) SetEnabled(v bool) *OriginShield
SetEnabled sets the Enabled field's value.
func (*OriginShield) SetOriginShieldRegion ¶
func (s *OriginShield) SetOriginShieldRegion(v string) *OriginShield
SetOriginShieldRegion sets the OriginShieldRegion field's value.
func (OriginShield) String ¶
func (s OriginShield) 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 (*OriginShield) Validate ¶
func (s *OriginShield) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OriginSslProtocols ¶
type OriginSslProtocols struct { // A list that contains allowed SSL/TLS protocols for this distribution. // // Items is a required field Items []*string `locationNameList:"SslProtocol" type:"list" required:"true" enum:"SslProtocol"` // The number of SSL/TLS protocols that you want to allow CloudFront to use // when establishing an HTTPS connection with this origin. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
func (OriginSslProtocols) GoString ¶
func (s OriginSslProtocols) 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 (*OriginSslProtocols) SetItems ¶
func (s *OriginSslProtocols) SetItems(v []*string) *OriginSslProtocols
SetItems sets the Items field's value.
func (*OriginSslProtocols) SetQuantity ¶
func (s *OriginSslProtocols) SetQuantity(v int64) *OriginSslProtocols
SetQuantity sets the Quantity field's value.
func (OriginSslProtocols) String ¶
func (s OriginSslProtocols) 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 (*OriginSslProtocols) Validate ¶
func (s *OriginSslProtocols) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Origins ¶
type Origins struct { // A list of origins. // // Items is a required field Items []*Origin `locationNameList:"Origin" min:"1" type:"list" required:"true"` // The number of origins for this distribution. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Contains information about the origins for this distribution.
func (Origins) GoString ¶
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 (*Origins) SetQuantity ¶
SetQuantity sets the Quantity field's value.
type ParametersInCacheKeyAndForwardedToOrigin ¶
type ParametersInCacheKeyAndForwardedToOrigin struct { // An object that determines whether any cookies in viewer requests (and if // so, which cookies) are included in the cache key and in requests that CloudFront // sends to the origin. // // CookiesConfig is a required field CookiesConfig *CachePolicyCookiesConfig `type:"structure" required:"true"` // A flag that can affect whether the Accept-Encoding HTTP header is included // in the cache key and included in requests that CloudFront sends to the origin. // // This field is related to the EnableAcceptEncodingGzip field. If one or both // of these fields is true and the viewer request includes the Accept-Encoding // header, then CloudFront does the following: // // * Normalizes the value of the viewer's Accept-Encoding header // // * Includes the normalized header in the cache key // // * Includes the normalized header in the request to the origin, if a request // is necessary // // For more information, see Compression support (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects) // in the Amazon CloudFront Developer Guide. // // If you set this value to true, and this cache behavior also has an origin // request policy attached, do not include the Accept-Encoding header in the // origin request policy. CloudFront always includes the Accept-Encoding header // in origin requests when the value of this field is true, so including this // header in an origin request policy has no effect. // // If both of these fields are false, then CloudFront treats the Accept-Encoding // header the same as any other HTTP header in the viewer request. By default, // it's not included in the cache key and it's not included in origin requests. // In this case, you can manually add Accept-Encoding to the headers whitelist // like any other HTTP header. EnableAcceptEncodingBrotli *bool `type:"boolean"` // A flag that can affect whether the Accept-Encoding HTTP header is included // in the cache key and included in requests that CloudFront sends to the origin. // // This field is related to the EnableAcceptEncodingBrotli field. If one or // both of these fields is true and the viewer request includes the Accept-Encoding // header, then CloudFront does the following: // // * Normalizes the value of the viewer's Accept-Encoding header // // * Includes the normalized header in the cache key // // * Includes the normalized header in the request to the origin, if a request // is necessary // // For more information, see Compression support (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects) // in the Amazon CloudFront Developer Guide. // // If you set this value to true, and this cache behavior also has an origin // request policy attached, do not include the Accept-Encoding header in the // origin request policy. CloudFront always includes the Accept-Encoding header // in origin requests when the value of this field is true, so including this // header in an origin request policy has no effect. // // If both of these fields are false, then CloudFront treats the Accept-Encoding // header the same as any other HTTP header in the viewer request. By default, // it's not included in the cache key and it's not included in origin requests. // In this case, you can manually add Accept-Encoding to the headers whitelist // like any other HTTP header. // // EnableAcceptEncodingGzip is a required field EnableAcceptEncodingGzip *bool `type:"boolean" required:"true"` // An object that determines whether any HTTP headers (and if so, which headers) // are included in the cache key and in requests that CloudFront sends to the // origin. // // HeadersConfig is a required field HeadersConfig *CachePolicyHeadersConfig `type:"structure" required:"true"` // An object that determines whether any URL query strings in viewer requests // (and if so, which query strings) are included in the cache key and in requests // that CloudFront sends to the origin. // // QueryStringsConfig is a required field QueryStringsConfig *CachePolicyQueryStringsConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
This object determines the values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The headers, cookies, and query strings that are included in the cache key are 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.
func (ParametersInCacheKeyAndForwardedToOrigin) GoString ¶
func (s ParametersInCacheKeyAndForwardedToOrigin) 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 (*ParametersInCacheKeyAndForwardedToOrigin) SetCookiesConfig ¶
func (s *ParametersInCacheKeyAndForwardedToOrigin) SetCookiesConfig(v *CachePolicyCookiesConfig) *ParametersInCacheKeyAndForwardedToOrigin
SetCookiesConfig sets the CookiesConfig field's value.
func (*ParametersInCacheKeyAndForwardedToOrigin) SetEnableAcceptEncodingBrotli ¶
func (s *ParametersInCacheKeyAndForwardedToOrigin) SetEnableAcceptEncodingBrotli(v bool) *ParametersInCacheKeyAndForwardedToOrigin
SetEnableAcceptEncodingBrotli sets the EnableAcceptEncodingBrotli field's value.
func (*ParametersInCacheKeyAndForwardedToOrigin) SetEnableAcceptEncodingGzip ¶
func (s *ParametersInCacheKeyAndForwardedToOrigin) SetEnableAcceptEncodingGzip(v bool) *ParametersInCacheKeyAndForwardedToOrigin
SetEnableAcceptEncodingGzip sets the EnableAcceptEncodingGzip field's value.
func (*ParametersInCacheKeyAndForwardedToOrigin) SetHeadersConfig ¶
func (s *ParametersInCacheKeyAndForwardedToOrigin) SetHeadersConfig(v *CachePolicyHeadersConfig) *ParametersInCacheKeyAndForwardedToOrigin
SetHeadersConfig sets the HeadersConfig field's value.
func (*ParametersInCacheKeyAndForwardedToOrigin) SetQueryStringsConfig ¶
func (s *ParametersInCacheKeyAndForwardedToOrigin) SetQueryStringsConfig(v *CachePolicyQueryStringsConfig) *ParametersInCacheKeyAndForwardedToOrigin
SetQueryStringsConfig sets the QueryStringsConfig field's value.
func (ParametersInCacheKeyAndForwardedToOrigin) String ¶
func (s ParametersInCacheKeyAndForwardedToOrigin) 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 (*ParametersInCacheKeyAndForwardedToOrigin) Validate ¶
func (s *ParametersInCacheKeyAndForwardedToOrigin) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Paths ¶
type Paths struct { // A complex type that contains a list of the paths that you want to invalidate. Items []*string `locationNameList:"Path" type:"list"` // The number of invalidation paths specified for the objects that you want // to invalidate. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-specifying-objects) in the Amazon CloudFront Developer Guide.
func (Paths) GoString ¶
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 (*Paths) SetQuantity ¶
SetQuantity sets the Quantity field's value.
type PublicKey ¶
type PublicKey struct { // The date and time when the public key was uploaded. // // CreatedTime is a required field CreatedTime *time.Time `type:"timestamp" required:"true"` // The identifier of the public key. // // Id is a required field Id *string `type:"string" required:"true"` // Configuration information about a public key 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). // // PublicKeyConfig is a required field PublicKeyConfig *PublicKeyConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
A public key 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).
func (PublicKey) GoString ¶
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 (*PublicKey) SetCreatedTime ¶
SetCreatedTime sets the CreatedTime field's value.
func (*PublicKey) SetPublicKeyConfig ¶
func (s *PublicKey) SetPublicKeyConfig(v *PublicKeyConfig) *PublicKey
SetPublicKeyConfig sets the PublicKeyConfig field's value.
type PublicKeyConfig ¶
type PublicKeyConfig struct { // A string included in the request to help make sure that the request can't // be replayed. // // CallerReference is a required field CallerReference *string `type:"string" required:"true"` // A comment to describe the public key. The comment cannot be longer than 128 // characters. Comment *string `type:"string"` // The public key 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). // // EncodedKey is a required field EncodedKey *string `type:"string" required:"true"` // A name to help identify the public key. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
Configuration information about a public key 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).
func (PublicKeyConfig) GoString ¶
func (s PublicKeyConfig) 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 (*PublicKeyConfig) SetCallerReference ¶
func (s *PublicKeyConfig) SetCallerReference(v string) *PublicKeyConfig
SetCallerReference sets the CallerReference field's value.
func (*PublicKeyConfig) SetComment ¶
func (s *PublicKeyConfig) SetComment(v string) *PublicKeyConfig
SetComment sets the Comment field's value.
func (*PublicKeyConfig) SetEncodedKey ¶
func (s *PublicKeyConfig) SetEncodedKey(v string) *PublicKeyConfig
SetEncodedKey sets the EncodedKey field's value.
func (*PublicKeyConfig) SetName ¶
func (s *PublicKeyConfig) SetName(v string) *PublicKeyConfig
SetName sets the Name field's value.
func (PublicKeyConfig) String ¶
func (s PublicKeyConfig) 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 (*PublicKeyConfig) Validate ¶
func (s *PublicKeyConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PublicKeyList ¶
type PublicKeyList struct { // A list of public keys. Items []*PublicKeySummary `locationNameList:"PublicKeySummary" type:"list"` // The maximum number of public keys you want in the response. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // If there are more elements to be listed, this element is present and contains // the value that you can use for the Marker request parameter to continue listing // your public keys where you left off. NextMarker *string `type:"string"` // The number of public keys in the list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of public keys 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).
func (PublicKeyList) GoString ¶
func (s PublicKeyList) 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 (*PublicKeyList) SetItems ¶
func (s *PublicKeyList) SetItems(v []*PublicKeySummary) *PublicKeyList
SetItems sets the Items field's value.
func (*PublicKeyList) SetMaxItems ¶
func (s *PublicKeyList) SetMaxItems(v int64) *PublicKeyList
SetMaxItems sets the MaxItems field's value.
func (*PublicKeyList) SetNextMarker ¶
func (s *PublicKeyList) SetNextMarker(v string) *PublicKeyList
SetNextMarker sets the NextMarker field's value.
func (*PublicKeyList) SetQuantity ¶
func (s *PublicKeyList) SetQuantity(v int64) *PublicKeyList
SetQuantity sets the Quantity field's value.
func (PublicKeyList) String ¶
func (s PublicKeyList) 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 PublicKeySummary ¶
type PublicKeySummary struct { // A comment to describe the public key. The comment cannot be longer than 128 // characters. Comment *string `type:"string"` // The date and time when the public key was uploaded. // // CreatedTime is a required field CreatedTime *time.Time `type:"timestamp" required:"true"` // The public key. // // EncodedKey is a required field EncodedKey *string `type:"string" required:"true"` // The identifier of the public key. // // Id is a required field Id *string `type:"string" required:"true"` // A name to help identify the public key. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
Contains information about a public key.
func (PublicKeySummary) GoString ¶
func (s PublicKeySummary) 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 (*PublicKeySummary) SetComment ¶
func (s *PublicKeySummary) SetComment(v string) *PublicKeySummary
SetComment sets the Comment field's value.
func (*PublicKeySummary) SetCreatedTime ¶
func (s *PublicKeySummary) SetCreatedTime(v time.Time) *PublicKeySummary
SetCreatedTime sets the CreatedTime field's value.
func (*PublicKeySummary) SetEncodedKey ¶
func (s *PublicKeySummary) SetEncodedKey(v string) *PublicKeySummary
SetEncodedKey sets the EncodedKey field's value.
func (*PublicKeySummary) SetId ¶
func (s *PublicKeySummary) SetId(v string) *PublicKeySummary
SetId sets the Id field's value.
func (*PublicKeySummary) SetName ¶
func (s *PublicKeySummary) SetName(v string) *PublicKeySummary
SetName sets the Name field's value.
func (PublicKeySummary) String ¶
func (s PublicKeySummary) 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 PublishFunctionInput ¶
type PublishFunctionInput struct { // The current version (ETag value) of the function that you are publishing, // which you can get using DescribeFunction. // // IfMatch is a required field IfMatch *string `location:"header" locationName:"If-Match" type:"string" required:"true"` // The name of the function that you are publishing. // // Name is a required field Name *string `location:"uri" locationName:"Name" type:"string" required:"true"` // contains filtered or unexported fields }
func (PublishFunctionInput) GoString ¶
func (s PublishFunctionInput) 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 (*PublishFunctionInput) SetIfMatch ¶
func (s *PublishFunctionInput) SetIfMatch(v string) *PublishFunctionInput
SetIfMatch sets the IfMatch field's value.
func (*PublishFunctionInput) SetName ¶
func (s *PublishFunctionInput) SetName(v string) *PublishFunctionInput
SetName sets the Name field's value.
func (PublishFunctionInput) String ¶
func (s PublishFunctionInput) 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 (*PublishFunctionInput) Validate ¶
func (s *PublishFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PublishFunctionOutput ¶
type PublishFunctionOutput struct { // Contains configuration information and metadata about a CloudFront function. FunctionSummary *FunctionSummary `type:"structure"` // contains filtered or unexported fields }
func (PublishFunctionOutput) GoString ¶
func (s PublishFunctionOutput) 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 (*PublishFunctionOutput) SetFunctionSummary ¶
func (s *PublishFunctionOutput) SetFunctionSummary(v *FunctionSummary) *PublishFunctionOutput
SetFunctionSummary sets the FunctionSummary field's value.
func (PublishFunctionOutput) String ¶
func (s PublishFunctionOutput) 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 QueryArgProfile ¶
type QueryArgProfile struct { // ID of profile to use for field-level encryption query argument-profile mapping // // ProfileId is a required field ProfileId *string `type:"string" required:"true"` // Query argument for field-level encryption query argument-profile mapping. // // QueryArg is a required field QueryArg *string `type:"string" required:"true"` // contains filtered or unexported fields }
Query argument-profile mapping for field-level encryption.
func (QueryArgProfile) GoString ¶
func (s QueryArgProfile) 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 (*QueryArgProfile) SetProfileId ¶
func (s *QueryArgProfile) SetProfileId(v string) *QueryArgProfile
SetProfileId sets the ProfileId field's value.
func (*QueryArgProfile) SetQueryArg ¶
func (s *QueryArgProfile) SetQueryArg(v string) *QueryArgProfile
SetQueryArg sets the QueryArg field's value.
func (QueryArgProfile) String ¶
func (s QueryArgProfile) 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 (*QueryArgProfile) Validate ¶
func (s *QueryArgProfile) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryArgProfileConfig ¶
type QueryArgProfileConfig struct { // Flag to set if you want a request to be forwarded to the origin even if the // profile specified by the field-level encryption query argument, fle-profile, // is unknown. // // ForwardWhenQueryArgProfileIsUnknown is a required field ForwardWhenQueryArgProfileIsUnknown *bool `type:"boolean" required:"true"` // Profiles specified for query argument-profile mapping for field-level encryption. QueryArgProfiles *QueryArgProfiles `type:"structure"` // contains filtered or unexported fields }
Configuration for query argument-profile mapping for field-level encryption.
func (QueryArgProfileConfig) GoString ¶
func (s QueryArgProfileConfig) 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 (*QueryArgProfileConfig) SetForwardWhenQueryArgProfileIsUnknown ¶
func (s *QueryArgProfileConfig) SetForwardWhenQueryArgProfileIsUnknown(v bool) *QueryArgProfileConfig
SetForwardWhenQueryArgProfileIsUnknown sets the ForwardWhenQueryArgProfileIsUnknown field's value.
func (*QueryArgProfileConfig) SetQueryArgProfiles ¶
func (s *QueryArgProfileConfig) SetQueryArgProfiles(v *QueryArgProfiles) *QueryArgProfileConfig
SetQueryArgProfiles sets the QueryArgProfiles field's value.
func (QueryArgProfileConfig) String ¶
func (s QueryArgProfileConfig) 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 (*QueryArgProfileConfig) Validate ¶
func (s *QueryArgProfileConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryArgProfiles ¶
type QueryArgProfiles struct { // Number of items for query argument-profile mapping for field-level encryption. Items []*QueryArgProfile `locationNameList:"QueryArgProfile" type:"list"` // Number of profiles for query argument-profile mapping for field-level encryption. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Query argument-profile mapping for field-level encryption.
func (QueryArgProfiles) GoString ¶
func (s QueryArgProfiles) 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 (*QueryArgProfiles) SetItems ¶
func (s *QueryArgProfiles) SetItems(v []*QueryArgProfile) *QueryArgProfiles
SetItems sets the Items field's value.
func (*QueryArgProfiles) SetQuantity ¶
func (s *QueryArgProfiles) SetQuantity(v int64) *QueryArgProfiles
SetQuantity sets the Quantity field's value.
func (QueryArgProfiles) String ¶
func (s QueryArgProfiles) 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 (*QueryArgProfiles) Validate ¶
func (s *QueryArgProfiles) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryStringCacheKeys ¶
type QueryStringCacheKeys struct { // A list that contains the query string parameters that you want CloudFront // to use as a basis for caching for a cache behavior. If Quantity is 0, you // can omit Items. Items []*string `locationNameList:"Name" type:"list"` // The number of whitelisted query string parameters for a cache behavior. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
If you want to include query strings in the cache key, use QueryStringsConfig in a cache policy. See CachePolicy.
If you want to send query strings to the origin but not include them in the cache key, use QueryStringsConfig in an origin request policy. See OriginRequestPolicy.
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for a cache behavior.
func (QueryStringCacheKeys) GoString ¶
func (s QueryStringCacheKeys) 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 (*QueryStringCacheKeys) SetItems ¶
func (s *QueryStringCacheKeys) SetItems(v []*string) *QueryStringCacheKeys
SetItems sets the Items field's value.
func (*QueryStringCacheKeys) SetQuantity ¶
func (s *QueryStringCacheKeys) SetQuantity(v int64) *QueryStringCacheKeys
SetQuantity sets the Quantity field's value.
func (QueryStringCacheKeys) String ¶
func (s QueryStringCacheKeys) 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 (*QueryStringCacheKeys) Validate ¶
func (s *QueryStringCacheKeys) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryStringNames ¶
type QueryStringNames struct { // A list of query string names. Items []*string `locationNameList:"Name" type:"list"` // The number of query string names in the Items list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Contains a list of query string names.
func (QueryStringNames) GoString ¶
func (s QueryStringNames) 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 (*QueryStringNames) SetItems ¶
func (s *QueryStringNames) SetItems(v []*string) *QueryStringNames
SetItems sets the Items field's value.
func (*QueryStringNames) SetQuantity ¶
func (s *QueryStringNames) SetQuantity(v int64) *QueryStringNames
SetQuantity sets the Quantity field's value.
func (QueryStringNames) String ¶
func (s QueryStringNames) 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 (*QueryStringNames) Validate ¶
func (s *QueryStringNames) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RealtimeLogConfig ¶
type RealtimeLogConfig struct { // The Amazon Resource Name (ARN) of this real-time log configuration. // // ARN is a required field ARN *string `type:"string" required:"true"` // Contains information about the Amazon Kinesis data stream where you are sending // real-time log data for this real-time log configuration. // // EndPoints is a required field EndPoints []*EndPoint `type:"list" required:"true"` // A list of fields that are included in each real-time log record. In an API // response, the fields are provided in the same order in which they are sent // to the Amazon Kinesis data stream. // // For more information about fields, see Real-time log configuration fields // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields) // in the Amazon CloudFront Developer Guide. // // Fields is a required field Fields []*string `locationNameList:"Field" type:"list" required:"true"` // The unique name of this real-time log configuration. // // Name is a required field Name *string `type:"string" required:"true"` // The sampling rate for this real-time log configuration. The sampling rate // determines the percentage of viewer requests that are represented in the // real-time log data. The sampling rate is an integer between 1 and 100, inclusive. // // SamplingRate is a required field SamplingRate *int64 `type:"long" required:"true"` // contains filtered or unexported fields }
A real-time log configuration.
func (RealtimeLogConfig) GoString ¶
func (s RealtimeLogConfig) 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 (*RealtimeLogConfig) SetARN ¶
func (s *RealtimeLogConfig) SetARN(v string) *RealtimeLogConfig
SetARN sets the ARN field's value.
func (*RealtimeLogConfig) SetEndPoints ¶
func (s *RealtimeLogConfig) SetEndPoints(v []*EndPoint) *RealtimeLogConfig
SetEndPoints sets the EndPoints field's value.
func (*RealtimeLogConfig) SetFields ¶
func (s *RealtimeLogConfig) SetFields(v []*string) *RealtimeLogConfig
SetFields sets the Fields field's value.
func (*RealtimeLogConfig) SetName ¶
func (s *RealtimeLogConfig) SetName(v string) *RealtimeLogConfig
SetName sets the Name field's value.
func (*RealtimeLogConfig) SetSamplingRate ¶
func (s *RealtimeLogConfig) SetSamplingRate(v int64) *RealtimeLogConfig
SetSamplingRate sets the SamplingRate field's value.
func (RealtimeLogConfig) String ¶
func (s RealtimeLogConfig) 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 RealtimeLogConfigs ¶
type RealtimeLogConfigs struct { // A flag that indicates whether there are more real-time log configurations // than are contained in this list. // // IsTruncated is a required field IsTruncated *bool `type:"boolean" required:"true"` // Contains the list of real-time log configurations. Items []*RealtimeLogConfig `type:"list"` // This parameter indicates where this list of real-time log configurations // begins. This list includes real-time log configurations that occur after // the marker. // // Marker is a required field Marker *string `type:"string" required:"true"` // The maximum number of real-time log configurations 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 real-time log configurations // where you left off. NextMarker *string `type:"string"` // contains filtered or unexported fields }
A list of real-time log configurations.
func (RealtimeLogConfigs) GoString ¶
func (s RealtimeLogConfigs) 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 (*RealtimeLogConfigs) SetIsTruncated ¶
func (s *RealtimeLogConfigs) SetIsTruncated(v bool) *RealtimeLogConfigs
SetIsTruncated sets the IsTruncated field's value.
func (*RealtimeLogConfigs) SetItems ¶
func (s *RealtimeLogConfigs) SetItems(v []*RealtimeLogConfig) *RealtimeLogConfigs
SetItems sets the Items field's value.
func (*RealtimeLogConfigs) SetMarker ¶
func (s *RealtimeLogConfigs) SetMarker(v string) *RealtimeLogConfigs
SetMarker sets the Marker field's value.
func (*RealtimeLogConfigs) SetMaxItems ¶
func (s *RealtimeLogConfigs) SetMaxItems(v int64) *RealtimeLogConfigs
SetMaxItems sets the MaxItems field's value.
func (*RealtimeLogConfigs) SetNextMarker ¶
func (s *RealtimeLogConfigs) SetNextMarker(v string) *RealtimeLogConfigs
SetNextMarker sets the NextMarker field's value.
func (RealtimeLogConfigs) String ¶
func (s RealtimeLogConfigs) 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 RealtimeMetricsSubscriptionConfig ¶
type RealtimeMetricsSubscriptionConfig struct { // A flag that indicates whether additional CloudWatch metrics are enabled for // a given CloudFront distribution. // // RealtimeMetricsSubscriptionStatus is a required field RealtimeMetricsSubscriptionStatus *string `type:"string" required:"true" enum:"RealtimeMetricsSubscriptionStatus"` // contains filtered or unexported fields }
A subscription configuration for additional CloudWatch metrics.
func (RealtimeMetricsSubscriptionConfig) GoString ¶
func (s RealtimeMetricsSubscriptionConfig) 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 (*RealtimeMetricsSubscriptionConfig) SetRealtimeMetricsSubscriptionStatus ¶
func (s *RealtimeMetricsSubscriptionConfig) SetRealtimeMetricsSubscriptionStatus(v string) *RealtimeMetricsSubscriptionConfig
SetRealtimeMetricsSubscriptionStatus sets the RealtimeMetricsSubscriptionStatus field's value.
func (RealtimeMetricsSubscriptionConfig) String ¶
func (s RealtimeMetricsSubscriptionConfig) 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 (*RealtimeMetricsSubscriptionConfig) Validate ¶
func (s *RealtimeMetricsSubscriptionConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicy ¶
type ResponseHeadersPolicy struct { // The identifier for the response headers policy. // // Id is a required field Id *string `type:"string" required:"true"` // The date and time when the response headers policy was last modified. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // A response headers policy configuration. // // ResponseHeadersPolicyConfig is a required field ResponseHeadersPolicyConfig *ResponseHeadersPolicyConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
A response headers policy.
A response headers policy contains information about a set of HTTP response 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.
func (ResponseHeadersPolicy) GoString ¶
func (s ResponseHeadersPolicy) 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 (*ResponseHeadersPolicy) SetId ¶
func (s *ResponseHeadersPolicy) SetId(v string) *ResponseHeadersPolicy
SetId sets the Id field's value.
func (*ResponseHeadersPolicy) SetLastModifiedTime ¶
func (s *ResponseHeadersPolicy) SetLastModifiedTime(v time.Time) *ResponseHeadersPolicy
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*ResponseHeadersPolicy) SetResponseHeadersPolicyConfig ¶
func (s *ResponseHeadersPolicy) SetResponseHeadersPolicyConfig(v *ResponseHeadersPolicyConfig) *ResponseHeadersPolicy
SetResponseHeadersPolicyConfig sets the ResponseHeadersPolicyConfig field's value.
func (ResponseHeadersPolicy) String ¶
func (s ResponseHeadersPolicy) 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 ResponseHeadersPolicyAccessControlAllowHeaders ¶
type ResponseHeadersPolicyAccessControlAllowHeaders struct { // The list of HTTP header names. You can specify * to allow all headers. // // Items is a required field Items []*string `locationNameList:"Header" type:"list" required:"true"` // The number of HTTP header names in the list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of HTTP header names that CloudFront includes as values for the Access-Control-Allow-Headers HTTP response header.
For more information about the Access-Control-Allow-Headers HTTP response header, see Access-Control-Allow-Headers (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers) in the MDN Web Docs.
func (ResponseHeadersPolicyAccessControlAllowHeaders) GoString ¶
func (s ResponseHeadersPolicyAccessControlAllowHeaders) 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 (*ResponseHeadersPolicyAccessControlAllowHeaders) SetItems ¶
func (s *ResponseHeadersPolicyAccessControlAllowHeaders) SetItems(v []*string) *ResponseHeadersPolicyAccessControlAllowHeaders
SetItems sets the Items field's value.
func (*ResponseHeadersPolicyAccessControlAllowHeaders) SetQuantity ¶
func (s *ResponseHeadersPolicyAccessControlAllowHeaders) SetQuantity(v int64) *ResponseHeadersPolicyAccessControlAllowHeaders
SetQuantity sets the Quantity field's value.
func (ResponseHeadersPolicyAccessControlAllowHeaders) String ¶
func (s ResponseHeadersPolicyAccessControlAllowHeaders) 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 (*ResponseHeadersPolicyAccessControlAllowHeaders) Validate ¶
func (s *ResponseHeadersPolicyAccessControlAllowHeaders) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyAccessControlAllowMethods ¶
type ResponseHeadersPolicyAccessControlAllowMethods struct { // The list of HTTP methods. Valid values are: // // * GET // // * DELETE // // * HEAD // // * OPTIONS // // * PATCH // // * POST // // * PUT // // * ALL // // ALL is a special value that includes all of the listed HTTP methods. // // Items is a required field Items []*string `locationNameList:"Method" type:"list" required:"true" enum:"ResponseHeadersPolicyAccessControlAllowMethodsValues"` // The number of HTTP methods in the list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of HTTP methods that CloudFront includes as values for the Access-Control-Allow-Methods HTTP response header.
For more information about the Access-Control-Allow-Methods HTTP response header, see Access-Control-Allow-Methods (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods) in the MDN Web Docs.
func (ResponseHeadersPolicyAccessControlAllowMethods) GoString ¶
func (s ResponseHeadersPolicyAccessControlAllowMethods) 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 (*ResponseHeadersPolicyAccessControlAllowMethods) SetItems ¶
func (s *ResponseHeadersPolicyAccessControlAllowMethods) SetItems(v []*string) *ResponseHeadersPolicyAccessControlAllowMethods
SetItems sets the Items field's value.
func (*ResponseHeadersPolicyAccessControlAllowMethods) SetQuantity ¶
func (s *ResponseHeadersPolicyAccessControlAllowMethods) SetQuantity(v int64) *ResponseHeadersPolicyAccessControlAllowMethods
SetQuantity sets the Quantity field's value.
func (ResponseHeadersPolicyAccessControlAllowMethods) String ¶
func (s ResponseHeadersPolicyAccessControlAllowMethods) 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 (*ResponseHeadersPolicyAccessControlAllowMethods) Validate ¶
func (s *ResponseHeadersPolicyAccessControlAllowMethods) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyAccessControlAllowOrigins ¶
type ResponseHeadersPolicyAccessControlAllowOrigins struct { // The list of origins (domain names). You can specify * to allow all origins. // // Items is a required field Items []*string `locationNameList:"Origin" type:"list" required:"true"` // The number of origins in the list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of origins (domain names) that CloudFront can use as the value for the Access-Control-Allow-Origin HTTP response header.
For more information about the Access-Control-Allow-Origin HTTP response header, see Access-Control-Allow-Origin (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin) in the MDN Web Docs.
func (ResponseHeadersPolicyAccessControlAllowOrigins) GoString ¶
func (s ResponseHeadersPolicyAccessControlAllowOrigins) 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 (*ResponseHeadersPolicyAccessControlAllowOrigins) SetItems ¶
func (s *ResponseHeadersPolicyAccessControlAllowOrigins) SetItems(v []*string) *ResponseHeadersPolicyAccessControlAllowOrigins
SetItems sets the Items field's value.
func (*ResponseHeadersPolicyAccessControlAllowOrigins) SetQuantity ¶
func (s *ResponseHeadersPolicyAccessControlAllowOrigins) SetQuantity(v int64) *ResponseHeadersPolicyAccessControlAllowOrigins
SetQuantity sets the Quantity field's value.
func (ResponseHeadersPolicyAccessControlAllowOrigins) String ¶
func (s ResponseHeadersPolicyAccessControlAllowOrigins) 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 (*ResponseHeadersPolicyAccessControlAllowOrigins) Validate ¶
func (s *ResponseHeadersPolicyAccessControlAllowOrigins) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyAccessControlExposeHeaders ¶
type ResponseHeadersPolicyAccessControlExposeHeaders struct { // The list of HTTP headers. You can specify * to expose all headers. Items []*string `locationNameList:"Header" type:"list"` // The number of HTTP headers in the list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of HTTP headers that CloudFront includes as values for the Access-Control-Expose-Headers HTTP response header.
For more information about the Access-Control-Expose-Headers HTTP response header, see Access-Control-Expose-Headers (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers) in the MDN Web Docs.
func (ResponseHeadersPolicyAccessControlExposeHeaders) GoString ¶
func (s ResponseHeadersPolicyAccessControlExposeHeaders) 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 (*ResponseHeadersPolicyAccessControlExposeHeaders) SetItems ¶
func (s *ResponseHeadersPolicyAccessControlExposeHeaders) SetItems(v []*string) *ResponseHeadersPolicyAccessControlExposeHeaders
SetItems sets the Items field's value.
func (*ResponseHeadersPolicyAccessControlExposeHeaders) SetQuantity ¶
func (s *ResponseHeadersPolicyAccessControlExposeHeaders) SetQuantity(v int64) *ResponseHeadersPolicyAccessControlExposeHeaders
SetQuantity sets the Quantity field's value.
func (ResponseHeadersPolicyAccessControlExposeHeaders) String ¶
func (s ResponseHeadersPolicyAccessControlExposeHeaders) 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 (*ResponseHeadersPolicyAccessControlExposeHeaders) Validate ¶
func (s *ResponseHeadersPolicyAccessControlExposeHeaders) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyConfig ¶
type ResponseHeadersPolicyConfig struct { // A comment to describe the response headers policy. // // The comment cannot be longer than 128 characters. Comment *string `type:"string"` // A configuration for a set of HTTP response headers that are used for cross-origin // resource sharing (CORS). CorsConfig *ResponseHeadersPolicyCorsConfig `type:"structure"` // A configuration for a set of custom HTTP response headers. CustomHeadersConfig *ResponseHeadersPolicyCustomHeadersConfig `type:"structure"` // A name to identify the response headers policy. // // The name must be unique for response headers policies in this Amazon Web // Services account. // // Name is a required field Name *string `type:"string" required:"true"` // A configuration for a set of HTTP headers to remove from the HTTP response. RemoveHeadersConfig *ResponseHeadersPolicyRemoveHeadersConfig `type:"structure"` // A configuration for a set of security-related HTTP response headers. SecurityHeadersConfig *ResponseHeadersPolicySecurityHeadersConfig `type:"structure"` // A configuration for enabling the Server-Timing header in HTTP responses sent // from CloudFront. ServerTimingHeadersConfig *ResponseHeadersPolicyServerTimingHeadersConfig `type:"structure"` // contains filtered or unexported fields }
A response headers policy configuration.
A response headers policy configuration contains metadata about the response headers policy, and configurations for sets of HTTP response headers.
func (ResponseHeadersPolicyConfig) GoString ¶
func (s ResponseHeadersPolicyConfig) 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 (*ResponseHeadersPolicyConfig) SetComment ¶
func (s *ResponseHeadersPolicyConfig) SetComment(v string) *ResponseHeadersPolicyConfig
SetComment sets the Comment field's value.
func (*ResponseHeadersPolicyConfig) SetCorsConfig ¶
func (s *ResponseHeadersPolicyConfig) SetCorsConfig(v *ResponseHeadersPolicyCorsConfig) *ResponseHeadersPolicyConfig
SetCorsConfig sets the CorsConfig field's value.
func (*ResponseHeadersPolicyConfig) SetCustomHeadersConfig ¶
func (s *ResponseHeadersPolicyConfig) SetCustomHeadersConfig(v *ResponseHeadersPolicyCustomHeadersConfig) *ResponseHeadersPolicyConfig
SetCustomHeadersConfig sets the CustomHeadersConfig field's value.
func (*ResponseHeadersPolicyConfig) SetName ¶
func (s *ResponseHeadersPolicyConfig) SetName(v string) *ResponseHeadersPolicyConfig
SetName sets the Name field's value.
func (*ResponseHeadersPolicyConfig) SetRemoveHeadersConfig ¶
func (s *ResponseHeadersPolicyConfig) SetRemoveHeadersConfig(v *ResponseHeadersPolicyRemoveHeadersConfig) *ResponseHeadersPolicyConfig
SetRemoveHeadersConfig sets the RemoveHeadersConfig field's value.
func (*ResponseHeadersPolicyConfig) SetSecurityHeadersConfig ¶
func (s *ResponseHeadersPolicyConfig) SetSecurityHeadersConfig(v *ResponseHeadersPolicySecurityHeadersConfig) *ResponseHeadersPolicyConfig
SetSecurityHeadersConfig sets the SecurityHeadersConfig field's value.
func (*ResponseHeadersPolicyConfig) SetServerTimingHeadersConfig ¶
func (s *ResponseHeadersPolicyConfig) SetServerTimingHeadersConfig(v *ResponseHeadersPolicyServerTimingHeadersConfig) *ResponseHeadersPolicyConfig
SetServerTimingHeadersConfig sets the ServerTimingHeadersConfig field's value.
func (ResponseHeadersPolicyConfig) String ¶
func (s ResponseHeadersPolicyConfig) 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 (*ResponseHeadersPolicyConfig) Validate ¶
func (s *ResponseHeadersPolicyConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyContentSecurityPolicy ¶
type ResponseHeadersPolicyContentSecurityPolicy struct { // The policy directives and their values that CloudFront includes as values // for the Content-Security-Policy HTTP response header. // // ContentSecurityPolicy is a required field ContentSecurityPolicy *string `type:"string" required:"true"` // A Boolean that determines whether CloudFront overrides the Content-Security-Policy // HTTP response header received from the origin with the one specified in this // response headers policy. // // Override is a required field Override *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
The policy directives and their values that CloudFront includes as values for the Content-Security-Policy HTTP response header.
For more information about the Content-Security-Policy HTTP response header, see Content-Security-Policy (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) in the MDN Web Docs.
func (ResponseHeadersPolicyContentSecurityPolicy) GoString ¶
func (s ResponseHeadersPolicyContentSecurityPolicy) 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 (*ResponseHeadersPolicyContentSecurityPolicy) SetContentSecurityPolicy ¶
func (s *ResponseHeadersPolicyContentSecurityPolicy) SetContentSecurityPolicy(v string) *ResponseHeadersPolicyContentSecurityPolicy
SetContentSecurityPolicy sets the ContentSecurityPolicy field's value.
func (*ResponseHeadersPolicyContentSecurityPolicy) SetOverride ¶
func (s *ResponseHeadersPolicyContentSecurityPolicy) SetOverride(v bool) *ResponseHeadersPolicyContentSecurityPolicy
SetOverride sets the Override field's value.
func (ResponseHeadersPolicyContentSecurityPolicy) String ¶
func (s ResponseHeadersPolicyContentSecurityPolicy) 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 (*ResponseHeadersPolicyContentSecurityPolicy) Validate ¶
func (s *ResponseHeadersPolicyContentSecurityPolicy) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyContentTypeOptions ¶
type ResponseHeadersPolicyContentTypeOptions struct { // A Boolean that determines whether CloudFront overrides the X-Content-Type-Options // HTTP response header received from the origin with the one specified in this // response headers policy. // // Override is a required field Override *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
Determines whether CloudFront includes the X-Content-Type-Options HTTP response header with its value set to nosniff.
For more information about the X-Content-Type-Options HTTP response header, see X-Content-Type-Options (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options) in the MDN Web Docs.
func (ResponseHeadersPolicyContentTypeOptions) GoString ¶
func (s ResponseHeadersPolicyContentTypeOptions) 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 (*ResponseHeadersPolicyContentTypeOptions) SetOverride ¶
func (s *ResponseHeadersPolicyContentTypeOptions) SetOverride(v bool) *ResponseHeadersPolicyContentTypeOptions
SetOverride sets the Override field's value.
func (ResponseHeadersPolicyContentTypeOptions) String ¶
func (s ResponseHeadersPolicyContentTypeOptions) 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 (*ResponseHeadersPolicyContentTypeOptions) Validate ¶
func (s *ResponseHeadersPolicyContentTypeOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyCorsConfig ¶
type ResponseHeadersPolicyCorsConfig struct { // A Boolean that CloudFront uses as the value for the Access-Control-Allow-Credentials // HTTP response header. // // For more information about the Access-Control-Allow-Credentials HTTP response // header, see Access-Control-Allow-Credentials (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials) // in the MDN Web Docs. // // AccessControlAllowCredentials is a required field AccessControlAllowCredentials *bool `type:"boolean" required:"true"` // A list of HTTP header names that CloudFront includes as values for the Access-Control-Allow-Headers // HTTP response header. // // For more information about the Access-Control-Allow-Headers HTTP response // header, see Access-Control-Allow-Headers (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers) // in the MDN Web Docs. // // AccessControlAllowHeaders is a required field AccessControlAllowHeaders *ResponseHeadersPolicyAccessControlAllowHeaders `type:"structure" required:"true"` // A list of HTTP methods that CloudFront includes as values for the Access-Control-Allow-Methods // HTTP response header. // // For more information about the Access-Control-Allow-Methods HTTP response // header, see Access-Control-Allow-Methods (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods) // in the MDN Web Docs. // // AccessControlAllowMethods is a required field AccessControlAllowMethods *ResponseHeadersPolicyAccessControlAllowMethods `type:"structure" required:"true"` // A list of origins (domain names) that CloudFront can use as the value for // the Access-Control-Allow-Origin HTTP response header. // // For more information about the Access-Control-Allow-Origin HTTP response // header, see Access-Control-Allow-Origin (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin) // in the MDN Web Docs. // // AccessControlAllowOrigins is a required field AccessControlAllowOrigins *ResponseHeadersPolicyAccessControlAllowOrigins `type:"structure" required:"true"` // A list of HTTP headers that CloudFront includes as values for the Access-Control-Expose-Headers // HTTP response header. // // For more information about the Access-Control-Expose-Headers HTTP response // header, see Access-Control-Expose-Headers (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers) // in the MDN Web Docs. AccessControlExposeHeaders *ResponseHeadersPolicyAccessControlExposeHeaders `type:"structure"` // A number that CloudFront uses as the value for the Access-Control-Max-Age // HTTP response header. // // For more information about the Access-Control-Max-Age HTTP response header, // see Access-Control-Max-Age (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age) // in the MDN Web Docs. AccessControlMaxAgeSec *int64 `type:"integer"` // A Boolean that determines whether CloudFront overrides HTTP response headers // received from the origin with the ones specified in this response headers // policy. // // OriginOverride is a required field OriginOverride *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS). CloudFront adds these headers to HTTP responses that it sends for CORS requests that match a cache behavior associated with this response headers policy.
For more information about CORS, see Cross-Origin Resource Sharing (CORS) (https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) in the MDN Web Docs.
func (ResponseHeadersPolicyCorsConfig) GoString ¶
func (s ResponseHeadersPolicyCorsConfig) 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 (*ResponseHeadersPolicyCorsConfig) SetAccessControlAllowCredentials ¶
func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlAllowCredentials(v bool) *ResponseHeadersPolicyCorsConfig
SetAccessControlAllowCredentials sets the AccessControlAllowCredentials field's value.
func (*ResponseHeadersPolicyCorsConfig) SetAccessControlAllowHeaders ¶
func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlAllowHeaders(v *ResponseHeadersPolicyAccessControlAllowHeaders) *ResponseHeadersPolicyCorsConfig
SetAccessControlAllowHeaders sets the AccessControlAllowHeaders field's value.
func (*ResponseHeadersPolicyCorsConfig) SetAccessControlAllowMethods ¶
func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlAllowMethods(v *ResponseHeadersPolicyAccessControlAllowMethods) *ResponseHeadersPolicyCorsConfig
SetAccessControlAllowMethods sets the AccessControlAllowMethods field's value.
func (*ResponseHeadersPolicyCorsConfig) SetAccessControlAllowOrigins ¶
func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlAllowOrigins(v *ResponseHeadersPolicyAccessControlAllowOrigins) *ResponseHeadersPolicyCorsConfig
SetAccessControlAllowOrigins sets the AccessControlAllowOrigins field's value.
func (*ResponseHeadersPolicyCorsConfig) SetAccessControlExposeHeaders ¶
func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlExposeHeaders(v *ResponseHeadersPolicyAccessControlExposeHeaders) *ResponseHeadersPolicyCorsConfig
SetAccessControlExposeHeaders sets the AccessControlExposeHeaders field's value.
func (*ResponseHeadersPolicyCorsConfig) SetAccessControlMaxAgeSec ¶
func (s *ResponseHeadersPolicyCorsConfig) SetAccessControlMaxAgeSec(v int64) *ResponseHeadersPolicyCorsConfig
SetAccessControlMaxAgeSec sets the AccessControlMaxAgeSec field's value.
func (*ResponseHeadersPolicyCorsConfig) SetOriginOverride ¶
func (s *ResponseHeadersPolicyCorsConfig) SetOriginOverride(v bool) *ResponseHeadersPolicyCorsConfig
SetOriginOverride sets the OriginOverride field's value.
func (ResponseHeadersPolicyCorsConfig) String ¶
func (s ResponseHeadersPolicyCorsConfig) 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 (*ResponseHeadersPolicyCorsConfig) Validate ¶
func (s *ResponseHeadersPolicyCorsConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyCustomHeader ¶
type ResponseHeadersPolicyCustomHeader struct { // The HTTP response header name. // // Header is a required field Header *string `type:"string" required:"true"` // A Boolean that determines whether CloudFront overrides a response header // with the same name received from the origin with the header specified here. // // Override is a required field Override *bool `type:"boolean" required:"true"` // The value for the HTTP response header. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
An HTTP response header name and its value. CloudFront includes this header in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.
func (ResponseHeadersPolicyCustomHeader) GoString ¶
func (s ResponseHeadersPolicyCustomHeader) 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 (*ResponseHeadersPolicyCustomHeader) SetHeader ¶
func (s *ResponseHeadersPolicyCustomHeader) SetHeader(v string) *ResponseHeadersPolicyCustomHeader
SetHeader sets the Header field's value.
func (*ResponseHeadersPolicyCustomHeader) SetOverride ¶
func (s *ResponseHeadersPolicyCustomHeader) SetOverride(v bool) *ResponseHeadersPolicyCustomHeader
SetOverride sets the Override field's value.
func (*ResponseHeadersPolicyCustomHeader) SetValue ¶
func (s *ResponseHeadersPolicyCustomHeader) SetValue(v string) *ResponseHeadersPolicyCustomHeader
SetValue sets the Value field's value.
func (ResponseHeadersPolicyCustomHeader) String ¶
func (s ResponseHeadersPolicyCustomHeader) 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 (*ResponseHeadersPolicyCustomHeader) Validate ¶
func (s *ResponseHeadersPolicyCustomHeader) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyCustomHeadersConfig ¶
type ResponseHeadersPolicyCustomHeadersConfig struct { // The list of HTTP response headers and their values. Items []*ResponseHeadersPolicyCustomHeader `locationNameList:"ResponseHeadersPolicyCustomHeader" type:"list"` // The number of HTTP response headers in the list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of HTTP response header names and their values. CloudFront includes these headers in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.
func (ResponseHeadersPolicyCustomHeadersConfig) GoString ¶
func (s ResponseHeadersPolicyCustomHeadersConfig) 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 (*ResponseHeadersPolicyCustomHeadersConfig) SetItems ¶
func (s *ResponseHeadersPolicyCustomHeadersConfig) SetItems(v []*ResponseHeadersPolicyCustomHeader) *ResponseHeadersPolicyCustomHeadersConfig
SetItems sets the Items field's value.
func (*ResponseHeadersPolicyCustomHeadersConfig) SetQuantity ¶
func (s *ResponseHeadersPolicyCustomHeadersConfig) SetQuantity(v int64) *ResponseHeadersPolicyCustomHeadersConfig
SetQuantity sets the Quantity field's value.
func (ResponseHeadersPolicyCustomHeadersConfig) String ¶
func (s ResponseHeadersPolicyCustomHeadersConfig) 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 (*ResponseHeadersPolicyCustomHeadersConfig) Validate ¶
func (s *ResponseHeadersPolicyCustomHeadersConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyFrameOptions ¶
type ResponseHeadersPolicyFrameOptions struct { // The value of the X-Frame-Options HTTP response header. Valid values are DENY // and SAMEORIGIN. // // For more information about these values, see X-Frame-Options (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) // in the MDN Web Docs. // // FrameOption is a required field FrameOption *string `type:"string" required:"true" enum:"FrameOptionsList"` // A Boolean that determines whether CloudFront overrides the X-Frame-Options // HTTP response header received from the origin with the one specified in this // response headers policy. // // Override is a required field Override *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
Determines whether CloudFront includes the X-Frame-Options HTTP response header and the header's value.
For more information about the X-Frame-Options HTTP response header, see X-Frame-Options (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) in the MDN Web Docs.
func (ResponseHeadersPolicyFrameOptions) GoString ¶
func (s ResponseHeadersPolicyFrameOptions) 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 (*ResponseHeadersPolicyFrameOptions) SetFrameOption ¶
func (s *ResponseHeadersPolicyFrameOptions) SetFrameOption(v string) *ResponseHeadersPolicyFrameOptions
SetFrameOption sets the FrameOption field's value.
func (*ResponseHeadersPolicyFrameOptions) SetOverride ¶
func (s *ResponseHeadersPolicyFrameOptions) SetOverride(v bool) *ResponseHeadersPolicyFrameOptions
SetOverride sets the Override field's value.
func (ResponseHeadersPolicyFrameOptions) String ¶
func (s ResponseHeadersPolicyFrameOptions) 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 (*ResponseHeadersPolicyFrameOptions) Validate ¶
func (s *ResponseHeadersPolicyFrameOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyList ¶
type ResponseHeadersPolicyList struct { // The response headers policies in the list. Items []*ResponseHeadersPolicySummary `locationNameList:"ResponseHeadersPolicySummary" type:"list"` // The maximum number of response headers 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 response headers policies where // you left off. NextMarker *string `type:"string"` // The number of response headers policies returned. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of response headers policies.
func (ResponseHeadersPolicyList) GoString ¶
func (s ResponseHeadersPolicyList) 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 (*ResponseHeadersPolicyList) SetItems ¶
func (s *ResponseHeadersPolicyList) SetItems(v []*ResponseHeadersPolicySummary) *ResponseHeadersPolicyList
SetItems sets the Items field's value.
func (*ResponseHeadersPolicyList) SetMaxItems ¶
func (s *ResponseHeadersPolicyList) SetMaxItems(v int64) *ResponseHeadersPolicyList
SetMaxItems sets the MaxItems field's value.
func (*ResponseHeadersPolicyList) SetNextMarker ¶
func (s *ResponseHeadersPolicyList) SetNextMarker(v string) *ResponseHeadersPolicyList
SetNextMarker sets the NextMarker field's value.
func (*ResponseHeadersPolicyList) SetQuantity ¶
func (s *ResponseHeadersPolicyList) SetQuantity(v int64) *ResponseHeadersPolicyList
SetQuantity sets the Quantity field's value.
func (ResponseHeadersPolicyList) String ¶
func (s ResponseHeadersPolicyList) 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 ResponseHeadersPolicyReferrerPolicy ¶
type ResponseHeadersPolicyReferrerPolicy struct { // A Boolean that determines whether CloudFront overrides the Referrer-Policy // HTTP response header received from the origin with the one specified in this // response headers policy. // // Override is a required field Override *bool `type:"boolean" required:"true"` // The value of the Referrer-Policy HTTP response header. Valid values are: // // * no-referrer // // * no-referrer-when-downgrade // // * origin // // * origin-when-cross-origin // // * same-origin // // * strict-origin // // * strict-origin-when-cross-origin // // * unsafe-url // // For more information about these values, see Referrer-Policy (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy) // in the MDN Web Docs. // // ReferrerPolicy is a required field ReferrerPolicy *string `type:"string" required:"true" enum:"ReferrerPolicyList"` // contains filtered or unexported fields }
Determines whether CloudFront includes the Referrer-Policy HTTP response header and the header's value.
For more information about the Referrer-Policy HTTP response header, see Referrer-Policy (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy) in the MDN Web Docs.
func (ResponseHeadersPolicyReferrerPolicy) GoString ¶
func (s ResponseHeadersPolicyReferrerPolicy) 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 (*ResponseHeadersPolicyReferrerPolicy) SetOverride ¶
func (s *ResponseHeadersPolicyReferrerPolicy) SetOverride(v bool) *ResponseHeadersPolicyReferrerPolicy
SetOverride sets the Override field's value.
func (*ResponseHeadersPolicyReferrerPolicy) SetReferrerPolicy ¶
func (s *ResponseHeadersPolicyReferrerPolicy) SetReferrerPolicy(v string) *ResponseHeadersPolicyReferrerPolicy
SetReferrerPolicy sets the ReferrerPolicy field's value.
func (ResponseHeadersPolicyReferrerPolicy) String ¶
func (s ResponseHeadersPolicyReferrerPolicy) 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 (*ResponseHeadersPolicyReferrerPolicy) Validate ¶
func (s *ResponseHeadersPolicyReferrerPolicy) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyRemoveHeader ¶
type ResponseHeadersPolicyRemoveHeader struct { // The HTTP header name. // // Header is a required field Header *string `type:"string" required:"true"` // contains filtered or unexported fields }
The name of an HTTP header that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.
func (ResponseHeadersPolicyRemoveHeader) GoString ¶
func (s ResponseHeadersPolicyRemoveHeader) 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 (*ResponseHeadersPolicyRemoveHeader) SetHeader ¶
func (s *ResponseHeadersPolicyRemoveHeader) SetHeader(v string) *ResponseHeadersPolicyRemoveHeader
SetHeader sets the Header field's value.
func (ResponseHeadersPolicyRemoveHeader) String ¶
func (s ResponseHeadersPolicyRemoveHeader) 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 (*ResponseHeadersPolicyRemoveHeader) Validate ¶
func (s *ResponseHeadersPolicyRemoveHeader) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyRemoveHeadersConfig ¶
type ResponseHeadersPolicyRemoveHeadersConfig struct { // The list of HTTP header names. Items []*ResponseHeadersPolicyRemoveHeader `locationNameList:"ResponseHeadersPolicyRemoveHeader" type:"list"` // The number of HTTP header names in the list. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A list of HTTP header names that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.
func (ResponseHeadersPolicyRemoveHeadersConfig) GoString ¶
func (s ResponseHeadersPolicyRemoveHeadersConfig) 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 (*ResponseHeadersPolicyRemoveHeadersConfig) SetItems ¶
func (s *ResponseHeadersPolicyRemoveHeadersConfig) SetItems(v []*ResponseHeadersPolicyRemoveHeader) *ResponseHeadersPolicyRemoveHeadersConfig
SetItems sets the Items field's value.
func (*ResponseHeadersPolicyRemoveHeadersConfig) SetQuantity ¶
func (s *ResponseHeadersPolicyRemoveHeadersConfig) SetQuantity(v int64) *ResponseHeadersPolicyRemoveHeadersConfig
SetQuantity sets the Quantity field's value.
func (ResponseHeadersPolicyRemoveHeadersConfig) String ¶
func (s ResponseHeadersPolicyRemoveHeadersConfig) 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 (*ResponseHeadersPolicyRemoveHeadersConfig) Validate ¶
func (s *ResponseHeadersPolicyRemoveHeadersConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicySecurityHeadersConfig ¶
type ResponseHeadersPolicySecurityHeadersConfig struct { // The policy directives and their values that CloudFront includes as values // for the Content-Security-Policy HTTP response header. // // For more information about the Content-Security-Policy HTTP response header, // see Content-Security-Policy (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) // in the MDN Web Docs. ContentSecurityPolicy *ResponseHeadersPolicyContentSecurityPolicy `type:"structure"` // Determines whether CloudFront includes the X-Content-Type-Options HTTP response // header with its value set to nosniff. // // For more information about the X-Content-Type-Options HTTP response header, // see X-Content-Type-Options (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options) // in the MDN Web Docs. ContentTypeOptions *ResponseHeadersPolicyContentTypeOptions `type:"structure"` // Determines whether CloudFront includes the X-Frame-Options HTTP response // header and the header's value. // // For more information about the X-Frame-Options HTTP response header, see // X-Frame-Options (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) // in the MDN Web Docs. FrameOptions *ResponseHeadersPolicyFrameOptions `type:"structure"` // Determines whether CloudFront includes the Referrer-Policy HTTP response // header and the header's value. // // For more information about the Referrer-Policy HTTP response header, see // Referrer-Policy (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy) // in the MDN Web Docs. ReferrerPolicy *ResponseHeadersPolicyReferrerPolicy `type:"structure"` // Determines whether CloudFront includes the Strict-Transport-Security HTTP // response header and the header's value. // // For more information about the Strict-Transport-Security HTTP response header, // see Strict-Transport-Security (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) // in the MDN Web Docs. StrictTransportSecurity *ResponseHeadersPolicyStrictTransportSecurity `type:"structure"` // Determines whether CloudFront includes the X-XSS-Protection HTTP response // header and the header's value. // // For more information about the X-XSS-Protection HTTP response header, see // X-XSS-Protection (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection) // in the MDN Web Docs. XSSProtection *ResponseHeadersPolicyXSSProtection `type:"structure"` // contains filtered or unexported fields }
A configuration for a set of security-related HTTP response headers. CloudFront adds these headers to HTTP responses that it sends for requests that match a cache behavior associated with this response headers policy.
func (ResponseHeadersPolicySecurityHeadersConfig) GoString ¶
func (s ResponseHeadersPolicySecurityHeadersConfig) 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 (*ResponseHeadersPolicySecurityHeadersConfig) SetContentSecurityPolicy ¶
func (s *ResponseHeadersPolicySecurityHeadersConfig) SetContentSecurityPolicy(v *ResponseHeadersPolicyContentSecurityPolicy) *ResponseHeadersPolicySecurityHeadersConfig
SetContentSecurityPolicy sets the ContentSecurityPolicy field's value.
func (*ResponseHeadersPolicySecurityHeadersConfig) SetContentTypeOptions ¶
func (s *ResponseHeadersPolicySecurityHeadersConfig) SetContentTypeOptions(v *ResponseHeadersPolicyContentTypeOptions) *ResponseHeadersPolicySecurityHeadersConfig
SetContentTypeOptions sets the ContentTypeOptions field's value.
func (*ResponseHeadersPolicySecurityHeadersConfig) SetFrameOptions ¶
func (s *ResponseHeadersPolicySecurityHeadersConfig) SetFrameOptions(v *ResponseHeadersPolicyFrameOptions) *ResponseHeadersPolicySecurityHeadersConfig
SetFrameOptions sets the FrameOptions field's value.
func (*ResponseHeadersPolicySecurityHeadersConfig) SetReferrerPolicy ¶
func (s *ResponseHeadersPolicySecurityHeadersConfig) SetReferrerPolicy(v *ResponseHeadersPolicyReferrerPolicy) *ResponseHeadersPolicySecurityHeadersConfig
SetReferrerPolicy sets the ReferrerPolicy field's value.
func (*ResponseHeadersPolicySecurityHeadersConfig) SetStrictTransportSecurity ¶
func (s *ResponseHeadersPolicySecurityHeadersConfig) SetStrictTransportSecurity(v *ResponseHeadersPolicyStrictTransportSecurity) *ResponseHeadersPolicySecurityHeadersConfig
SetStrictTransportSecurity sets the StrictTransportSecurity field's value.
func (*ResponseHeadersPolicySecurityHeadersConfig) SetXSSProtection ¶
func (s *ResponseHeadersPolicySecurityHeadersConfig) SetXSSProtection(v *ResponseHeadersPolicyXSSProtection) *ResponseHeadersPolicySecurityHeadersConfig
SetXSSProtection sets the XSSProtection field's value.
func (ResponseHeadersPolicySecurityHeadersConfig) String ¶
func (s ResponseHeadersPolicySecurityHeadersConfig) 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 (*ResponseHeadersPolicySecurityHeadersConfig) Validate ¶
func (s *ResponseHeadersPolicySecurityHeadersConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyServerTimingHeadersConfig ¶
type ResponseHeadersPolicyServerTimingHeadersConfig struct { // A Boolean that determines whether CloudFront adds the Server-Timing header // to HTTP responses that it sends in response to requests that match a cache // behavior that's associated with this response headers policy. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // A number 0–100 (inclusive) that specifies the percentage of responses that // you want CloudFront to add the Server-Timing header to. When you set the // sampling rate to 100, CloudFront adds the Server-Timing header to the HTTP // response for every request that matches the cache behavior that this response // headers policy is attached to. When you set it to 50, CloudFront adds the // header to 50% of the responses for requests that match the cache behavior. // You can set the sampling rate to any number 0–100 with up to four decimal // places. SamplingRate *float64 `type:"double"` // contains filtered or unexported fields }
A configuration for enabling the Server-Timing header in HTTP responses sent from CloudFront. CloudFront adds this header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy.
You can use the Server-Timing header to view metrics that can help you gain insights about the behavior and performance of CloudFront. For example, you can see which cache layer served a cache hit, or the first byte latency from the origin when there was a cache miss. You can use the metrics in the Server-Timing header to troubleshoot issues or test the efficiency of your CloudFront configuration. For more information, see Server-Timing header (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/understanding-response-headers-policies.html#server-timing-header) in the Amazon CloudFront Developer Guide.
func (ResponseHeadersPolicyServerTimingHeadersConfig) GoString ¶
func (s ResponseHeadersPolicyServerTimingHeadersConfig) 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 (*ResponseHeadersPolicyServerTimingHeadersConfig) SetEnabled ¶
func (s *ResponseHeadersPolicyServerTimingHeadersConfig) SetEnabled(v bool) *ResponseHeadersPolicyServerTimingHeadersConfig
SetEnabled sets the Enabled field's value.
func (*ResponseHeadersPolicyServerTimingHeadersConfig) SetSamplingRate ¶
func (s *ResponseHeadersPolicyServerTimingHeadersConfig) SetSamplingRate(v float64) *ResponseHeadersPolicyServerTimingHeadersConfig
SetSamplingRate sets the SamplingRate field's value.
func (ResponseHeadersPolicyServerTimingHeadersConfig) String ¶
func (s ResponseHeadersPolicyServerTimingHeadersConfig) 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 (*ResponseHeadersPolicyServerTimingHeadersConfig) Validate ¶
func (s *ResponseHeadersPolicyServerTimingHeadersConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicyStrictTransportSecurity ¶
type ResponseHeadersPolicyStrictTransportSecurity struct { // A number that CloudFront uses as the value for the max-age directive in the // Strict-Transport-Security HTTP response header. // // AccessControlMaxAgeSec is a required field AccessControlMaxAgeSec *int64 `type:"integer" required:"true"` // A Boolean that determines whether CloudFront includes the includeSubDomains // directive in the Strict-Transport-Security HTTP response header. IncludeSubdomains *bool `type:"boolean"` // A Boolean that determines whether CloudFront overrides the Strict-Transport-Security // HTTP response header received from the origin with the one specified in this // response headers policy. // // Override is a required field Override *bool `type:"boolean" required:"true"` // A Boolean that determines whether CloudFront includes the preload directive // in the Strict-Transport-Security HTTP response header. Preload *bool `type:"boolean"` // contains filtered or unexported fields }
Determines whether CloudFront includes the Strict-Transport-Security HTTP response header and the header's value.
For more information about the Strict-Transport-Security HTTP response header, see Strict-Transport-Security (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security) in the MDN Web Docs.
func (ResponseHeadersPolicyStrictTransportSecurity) GoString ¶
func (s ResponseHeadersPolicyStrictTransportSecurity) 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 (*ResponseHeadersPolicyStrictTransportSecurity) SetAccessControlMaxAgeSec ¶
func (s *ResponseHeadersPolicyStrictTransportSecurity) SetAccessControlMaxAgeSec(v int64) *ResponseHeadersPolicyStrictTransportSecurity
SetAccessControlMaxAgeSec sets the AccessControlMaxAgeSec field's value.
func (*ResponseHeadersPolicyStrictTransportSecurity) SetIncludeSubdomains ¶
func (s *ResponseHeadersPolicyStrictTransportSecurity) SetIncludeSubdomains(v bool) *ResponseHeadersPolicyStrictTransportSecurity
SetIncludeSubdomains sets the IncludeSubdomains field's value.
func (*ResponseHeadersPolicyStrictTransportSecurity) SetOverride ¶
func (s *ResponseHeadersPolicyStrictTransportSecurity) SetOverride(v bool) *ResponseHeadersPolicyStrictTransportSecurity
SetOverride sets the Override field's value.
func (*ResponseHeadersPolicyStrictTransportSecurity) SetPreload ¶
func (s *ResponseHeadersPolicyStrictTransportSecurity) SetPreload(v bool) *ResponseHeadersPolicyStrictTransportSecurity
SetPreload sets the Preload field's value.
func (ResponseHeadersPolicyStrictTransportSecurity) String ¶
func (s ResponseHeadersPolicyStrictTransportSecurity) 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 (*ResponseHeadersPolicyStrictTransportSecurity) Validate ¶
func (s *ResponseHeadersPolicyStrictTransportSecurity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResponseHeadersPolicySummary ¶
type ResponseHeadersPolicySummary struct { // The response headers policy. // // ResponseHeadersPolicy is a required field ResponseHeadersPolicy *ResponseHeadersPolicy `type:"structure" required:"true"` // The type of response headers 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:"ResponseHeadersPolicyType"` // contains filtered or unexported fields }
Contains a response headers policy.
func (ResponseHeadersPolicySummary) GoString ¶
func (s ResponseHeadersPolicySummary) 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 (*ResponseHeadersPolicySummary) SetResponseHeadersPolicy ¶
func (s *ResponseHeadersPolicySummary) SetResponseHeadersPolicy(v *ResponseHeadersPolicy) *ResponseHeadersPolicySummary
SetResponseHeadersPolicy sets the ResponseHeadersPolicy field's value.
func (*ResponseHeadersPolicySummary) SetType ¶
func (s *ResponseHeadersPolicySummary) SetType(v string) *ResponseHeadersPolicySummary
SetType sets the Type field's value.
func (ResponseHeadersPolicySummary) String ¶
func (s ResponseHeadersPolicySummary) 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 ResponseHeadersPolicyXSSProtection ¶
type ResponseHeadersPolicyXSSProtection struct { // A Boolean that determines whether CloudFront includes the mode=block directive // in the X-XSS-Protection header. // // For more information about this directive, see X-XSS-Protection (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection) // in the MDN Web Docs. ModeBlock *bool `type:"boolean"` // A Boolean that determines whether CloudFront overrides the X-XSS-Protection // HTTP response header received from the origin with the one specified in this // response headers policy. // // Override is a required field Override *bool `type:"boolean" required:"true"` // A Boolean that determines the value of the X-XSS-Protection HTTP response // header. When this setting is true, the value of the X-XSS-Protection header // is 1. When this setting is false, the value of the X-XSS-Protection header // is 0. // // For more information about these settings, see X-XSS-Protection (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection) // in the MDN Web Docs. // // Protection is a required field Protection *bool `type:"boolean" required:"true"` // A reporting URI, which CloudFront uses as the value of the report directive // in the X-XSS-Protection header. // // You cannot specify a ReportUri when ModeBlock is true. // // For more information about using a reporting URL, see X-XSS-Protection (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection) // in the MDN Web Docs. ReportUri *string `type:"string"` // contains filtered or unexported fields }
Determines whether CloudFront includes the X-XSS-Protection HTTP response header and the header's value.
For more information about the X-XSS-Protection HTTP response header, see X-XSS-Protection (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection) in the MDN Web Docs.
func (ResponseHeadersPolicyXSSProtection) GoString ¶
func (s ResponseHeadersPolicyXSSProtection) 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 (*ResponseHeadersPolicyXSSProtection) SetModeBlock ¶
func (s *ResponseHeadersPolicyXSSProtection) SetModeBlock(v bool) *ResponseHeadersPolicyXSSProtection
SetModeBlock sets the ModeBlock field's value.
func (*ResponseHeadersPolicyXSSProtection) SetOverride ¶
func (s *ResponseHeadersPolicyXSSProtection) SetOverride(v bool) *ResponseHeadersPolicyXSSProtection
SetOverride sets the Override field's value.
func (*ResponseHeadersPolicyXSSProtection) SetProtection ¶
func (s *ResponseHeadersPolicyXSSProtection) SetProtection(v bool) *ResponseHeadersPolicyXSSProtection
SetProtection sets the Protection field's value.
func (*ResponseHeadersPolicyXSSProtection) SetReportUri ¶
func (s *ResponseHeadersPolicyXSSProtection) SetReportUri(v string) *ResponseHeadersPolicyXSSProtection
SetReportUri sets the ReportUri field's value.
func (ResponseHeadersPolicyXSSProtection) String ¶
func (s ResponseHeadersPolicyXSSProtection) 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 (*ResponseHeadersPolicyXSSProtection) Validate ¶
func (s *ResponseHeadersPolicyXSSProtection) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Restrictions ¶
type Restrictions struct { // A complex type that controls the countries in which your content is distributed. // CloudFront determines the location of your users using MaxMind GeoIP databases. // // GeoRestriction is a required field GeoRestriction *GeoRestriction `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that identifies ways in which you want to restrict distribution of your content.
func (Restrictions) GoString ¶
func (s Restrictions) 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 (*Restrictions) SetGeoRestriction ¶
func (s *Restrictions) SetGeoRestriction(v *GeoRestriction) *Restrictions
SetGeoRestriction sets the GeoRestriction field's value.
func (Restrictions) String ¶
func (s Restrictions) 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 (*Restrictions) Validate ¶
func (s *Restrictions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3Origin ¶
type S3Origin struct { // The DNS name of the Amazon S3 origin. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // The CloudFront origin access identity to associate with the distribution. // Use an origin access identity to configure the distribution so that end users // can only access objects in an Amazon S3 bucket through CloudFront. // // If you want end users to be able to access objects using either the CloudFront // URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. // // To delete the origin access identity from an existing distribution, update // the distribution configuration and include an empty OriginAccessIdentity // element. // // To replace the origin access identity, update the distribution configuration // and specify the new origin access identity. // // For more information, see Using an Origin Access Identity to Restrict Access // to Your Amazon S3 Content (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html) // in the Amazon CloudFront Developer Guide. // // OriginAccessIdentity is a required field OriginAccessIdentity *string `type:"string" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
func (S3Origin) GoString ¶
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 (*S3Origin) SetDomainName ¶
SetDomainName sets the DomainName field's value.
func (*S3Origin) SetOriginAccessIdentity ¶
SetOriginAccessIdentity sets the OriginAccessIdentity field's value.
type S3OriginConfig ¶
type S3OriginConfig struct { // The CloudFront origin access identity to associate with the origin. Use an // origin access identity to configure the origin so that viewers can only access // objects in an Amazon S3 bucket through CloudFront. The format of the value // is: // // origin-access-identity/cloudfront/ID-of-origin-access-identity // // where ID-of-origin-access-identity is the value that CloudFront returned // in the ID element when you created the origin access identity. // // If you want viewers to be able to access objects using either the CloudFront // URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. // // To delete the origin access identity from an existing distribution, update // the distribution configuration and include an empty OriginAccessIdentity // element. // // To replace the origin access identity, update the distribution configuration // and specify the new origin access identity. // // For more information about the origin access identity, see Serving Private // Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) // in the Amazon CloudFront Developer Guide. // // OriginAccessIdentity is a required field OriginAccessIdentity *string `type:"string" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin or an S3 bucket that is configured as a website endpoint, use the CustomOriginConfig element instead.
func (S3OriginConfig) GoString ¶
func (s S3OriginConfig) 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 (*S3OriginConfig) SetOriginAccessIdentity ¶
func (s *S3OriginConfig) SetOriginAccessIdentity(v string) *S3OriginConfig
SetOriginAccessIdentity sets the OriginAccessIdentity field's value.
func (S3OriginConfig) String ¶
func (s S3OriginConfig) 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 (*S3OriginConfig) Validate ¶
func (s *S3OriginConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SessionStickinessConfig ¶
type SessionStickinessConfig struct { // The amount of time after which you want sessions to cease if no requests // are received. Allowed values are 300–3600 seconds (5–60 minutes). // // The value must be less than or equal to MaximumTTL. // // IdleTTL is a required field IdleTTL *int64 `type:"integer" required:"true"` // The maximum amount of time to consider requests from the viewer as being // part of the same session. Allowed values are 300–3600 seconds (5–60 minutes). // // The value must be less than or equal to IdleTTL. // // MaximumTTL is a required field MaximumTTL *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Session stickiness provides the ability to define multiple requests from a single viewer as a single session. This prevents the potentially inconsistent experience of sending some of a given user's requests to your staging distribution, while others are sent to your primary distribution. Define the session duration using TTL values.
func (SessionStickinessConfig) GoString ¶
func (s SessionStickinessConfig) 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 (*SessionStickinessConfig) SetIdleTTL ¶
func (s *SessionStickinessConfig) SetIdleTTL(v int64) *SessionStickinessConfig
SetIdleTTL sets the IdleTTL field's value.
func (*SessionStickinessConfig) SetMaximumTTL ¶
func (s *SessionStickinessConfig) SetMaximumTTL(v int64) *SessionStickinessConfig
SetMaximumTTL sets the MaximumTTL field's value.
func (SessionStickinessConfig) String ¶
func (s SessionStickinessConfig) 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 (*SessionStickinessConfig) Validate ¶
func (s *SessionStickinessConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Signer ¶
type Signer struct { // An Amazon Web Services account number that contains active CloudFront key // pairs that CloudFront can use to verify the signatures of signed URLs and // signed cookies. If the Amazon Web Services account that owns the key pairs // is the same account that owns the CloudFront distribution, the value of this // field is self. AwsAccountNumber *string `type:"string"` // A list of CloudFront key pair identifiers. KeyPairIds *KeyPairIds `type:"structure"` // 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 (Signer) GoString ¶
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 (*Signer) SetAwsAccountNumber ¶
SetAwsAccountNumber sets the AwsAccountNumber field's value.
func (*Signer) SetKeyPairIds ¶
func (s *Signer) SetKeyPairIds(v *KeyPairIds) *Signer
SetKeyPairIds sets the KeyPairIds field's value.
type StagingDistributionDnsNames ¶
type StagingDistributionDnsNames struct { // The CloudFront domain name of the staging distribution. Items []*string `locationNameList:"DnsName" type:"list"` // The number of CloudFront domain names in your staging distribution. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
The CloudFront domain name of the staging distribution.
func (StagingDistributionDnsNames) GoString ¶
func (s StagingDistributionDnsNames) 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 (*StagingDistributionDnsNames) SetItems ¶
func (s *StagingDistributionDnsNames) SetItems(v []*string) *StagingDistributionDnsNames
SetItems sets the Items field's value.
func (*StagingDistributionDnsNames) SetQuantity ¶
func (s *StagingDistributionDnsNames) SetQuantity(v int64) *StagingDistributionDnsNames
SetQuantity sets the Quantity field's value.
func (StagingDistributionDnsNames) String ¶
func (s StagingDistributionDnsNames) 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 (*StagingDistributionDnsNames) Validate ¶
func (s *StagingDistributionDnsNames) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StatusCodes ¶
type StatusCodes struct { // The items (status codes) for an origin group. // // Items is a required field Items []*int64 `locationNameList:"StatusCode" min:"1" type:"list" required:"true"` // The number of status codes. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A complex data type for the status codes that you specify that, when returned by a primary origin, trigger CloudFront to failover to a second origin.
func (StatusCodes) GoString ¶
func (s StatusCodes) 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 (*StatusCodes) SetItems ¶
func (s *StatusCodes) SetItems(v []*int64) *StatusCodes
SetItems sets the Items field's value.
func (*StatusCodes) SetQuantity ¶
func (s *StatusCodes) SetQuantity(v int64) *StatusCodes
SetQuantity sets the Quantity field's value.
func (StatusCodes) String ¶
func (s StatusCodes) 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 (*StatusCodes) Validate ¶
func (s *StatusCodes) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StreamingDistribution ¶
type StreamingDistribution struct { // The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, // where 123456789012 is your Amazon Web Services account ID. // // ARN is a required field ARN *string `type:"string" required:"true"` // A complex type that lists the Amazon Web Services accounts, if any, that // you included in the TrustedSigners complex type for this distribution. These // are the accounts that you want to allow to create signed URLs for private // content. // // The Signer complex type lists the Amazon Web Services account number of the // trusted signer or self if the signer is the Amazon Web Services account that // created the distribution. The Signer element also includes the IDs of any // active CloudFront key pairs that are associated with the trusted signer's // Amazon Web Services account. If no KeyPairId element appears for a Signer, // that signer can't create signed URLs. // // For more information, see Serving Private Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) // in the Amazon CloudFront Developer Guide. // // ActiveTrustedSigners is a required field ActiveTrustedSigners *ActiveTrustedSigners `type:"structure" required:"true"` // The domain name that corresponds to the streaming distribution, for example, // s5c39gqb8ow64r.cloudfront.net. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE. // // Id is a required field Id *string `type:"string" required:"true"` // The date and time that the distribution was last modified. LastModifiedTime *time.Time `type:"timestamp"` // The current status of the RTMP distribution. When the status is Deployed, // the distribution's information is propagated to all CloudFront edge locations. // // Status is a required field Status *string `type:"string" required:"true"` // The current configuration information for the RTMP distribution. // // StreamingDistributionConfig is a required field StreamingDistributionConfig *StreamingDistributionConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to track and manage content delivery.
func (StreamingDistribution) GoString ¶
func (s StreamingDistribution) 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 (*StreamingDistribution) SetARN ¶
func (s *StreamingDistribution) SetARN(v string) *StreamingDistribution
SetARN sets the ARN field's value.
func (*StreamingDistribution) SetActiveTrustedSigners ¶
func (s *StreamingDistribution) SetActiveTrustedSigners(v *ActiveTrustedSigners) *StreamingDistribution
SetActiveTrustedSigners sets the ActiveTrustedSigners field's value.
func (*StreamingDistribution) SetDomainName ¶
func (s *StreamingDistribution) SetDomainName(v string) *StreamingDistribution
SetDomainName sets the DomainName field's value.
func (*StreamingDistribution) SetId ¶
func (s *StreamingDistribution) SetId(v string) *StreamingDistribution
SetId sets the Id field's value.
func (*StreamingDistribution) SetLastModifiedTime ¶
func (s *StreamingDistribution) SetLastModifiedTime(v time.Time) *StreamingDistribution
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*StreamingDistribution) SetStatus ¶
func (s *StreamingDistribution) SetStatus(v string) *StreamingDistribution
SetStatus sets the Status field's value.
func (*StreamingDistribution) SetStreamingDistributionConfig ¶
func (s *StreamingDistribution) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *StreamingDistribution
SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.
func (StreamingDistribution) String ¶
func (s StreamingDistribution) 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 StreamingDistributionConfig ¶
type StreamingDistributionConfig struct { // A complex type that contains information about CNAMEs (alternate domain names), // if any, for this streaming distribution. Aliases *Aliases `type:"structure"` // A unique value (for example, a date-time stamp) that ensures that the request // can't be replayed. // // If the value of CallerReference is new (regardless of the content of the // StreamingDistributionConfig object), CloudFront creates a new distribution. // // If CallerReference is a value that you already sent in a previous request // to create a distribution, CloudFront returns a DistributionAlreadyExists // error. // // CallerReference is a required field CallerReference *string `type:"string" required:"true"` // Any comments you want to include about the streaming distribution. // // Comment is a required field Comment *string `type:"string" required:"true"` // Whether the streaming distribution is enabled to accept user requests for // content. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // A complex type that controls whether access logs are written for the streaming // distribution. Logging *StreamingLoggingConfig `type:"structure"` // A complex type that contains information about price class for this streaming // distribution. PriceClass *string `type:"string" enum:"PriceClass"` // A complex type that contains information about the Amazon S3 bucket from // which you want CloudFront to get your media files for distribution. // // S3Origin is a required field S3Origin *S3Origin `type:"structure" required:"true"` // A complex type that specifies any Amazon Web Services accounts that you want // to permit to create signed URLs for private content. If you want the distribution // to use signed URLs, include this element; if you want the distribution to // use public URLs, remove this element. For more information, see Serving Private // Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) // in the Amazon CloudFront Developer Guide. // // TrustedSigners is a required field TrustedSigners *TrustedSigners `type:"structure" required:"true"` // contains filtered or unexported fields }
The RTMP distribution's configuration information.
func (StreamingDistributionConfig) GoString ¶
func (s StreamingDistributionConfig) 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 (*StreamingDistributionConfig) SetAliases ¶
func (s *StreamingDistributionConfig) SetAliases(v *Aliases) *StreamingDistributionConfig
SetAliases sets the Aliases field's value.
func (*StreamingDistributionConfig) SetCallerReference ¶
func (s *StreamingDistributionConfig) SetCallerReference(v string) *StreamingDistributionConfig
SetCallerReference sets the CallerReference field's value.
func (*StreamingDistributionConfig) SetComment ¶
func (s *StreamingDistributionConfig) SetComment(v string) *StreamingDistributionConfig
SetComment sets the Comment field's value.
func (*StreamingDistributionConfig) SetEnabled ¶
func (s *StreamingDistributionConfig) SetEnabled(v bool) *StreamingDistributionConfig
SetEnabled sets the Enabled field's value.
func (*StreamingDistributionConfig) SetLogging ¶
func (s *StreamingDistributionConfig) SetLogging(v *StreamingLoggingConfig) *StreamingDistributionConfig
SetLogging sets the Logging field's value.
func (*StreamingDistributionConfig) SetPriceClass ¶
func (s *StreamingDistributionConfig) SetPriceClass(v string) *StreamingDistributionConfig
SetPriceClass sets the PriceClass field's value.
func (*StreamingDistributionConfig) SetS3Origin ¶
func (s *StreamingDistributionConfig) SetS3Origin(v *S3Origin) *StreamingDistributionConfig
SetS3Origin sets the S3Origin field's value.
func (*StreamingDistributionConfig) SetTrustedSigners ¶
func (s *StreamingDistributionConfig) SetTrustedSigners(v *TrustedSigners) *StreamingDistributionConfig
SetTrustedSigners sets the TrustedSigners field's value.
func (StreamingDistributionConfig) String ¶
func (s StreamingDistributionConfig) 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 (*StreamingDistributionConfig) Validate ¶
func (s *StreamingDistributionConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StreamingDistributionConfigWithTags ¶
type StreamingDistributionConfigWithTags struct { // A streaming distribution Configuration. // // StreamingDistributionConfig is a required field StreamingDistributionConfig *StreamingDistributionConfig `type:"structure" required:"true"` // A complex type that contains zero or more Tag elements. // // Tags is a required field Tags *Tags `type:"structure" required:"true"` // contains filtered or unexported fields }
A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.
func (StreamingDistributionConfigWithTags) GoString ¶
func (s StreamingDistributionConfigWithTags) 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 (*StreamingDistributionConfigWithTags) SetStreamingDistributionConfig ¶
func (s *StreamingDistributionConfigWithTags) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *StreamingDistributionConfigWithTags
SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.
func (*StreamingDistributionConfigWithTags) SetTags ¶
func (s *StreamingDistributionConfigWithTags) SetTags(v *Tags) *StreamingDistributionConfigWithTags
SetTags sets the Tags field's value.
func (StreamingDistributionConfigWithTags) String ¶
func (s StreamingDistributionConfigWithTags) 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 (*StreamingDistributionConfigWithTags) Validate ¶
func (s *StreamingDistributionConfigWithTags) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StreamingDistributionList ¶
type StreamingDistributionList struct { // A flag that indicates whether more streaming distributions remain to be listed. // If your results were truncated, you can make a follow-up pagination request // using the Marker request parameter to retrieve more distributions in the // list. // // IsTruncated is a required field IsTruncated *bool `type:"boolean" required:"true"` // A complex type that contains one StreamingDistributionSummary element for // each distribution that was created by the current Amazon Web Services account. Items []*StreamingDistributionSummary `locationNameList:"StreamingDistributionSummary" type:"list"` // The value you provided for the Marker request parameter. // // Marker is a required field Marker *string `type:"string" required:"true"` // The value you provided for the MaxItems request parameter. // // MaxItems is a required field MaxItems *int64 `type:"integer" required:"true"` // If IsTruncated is true, this element is present and contains the value you // can use for the Marker request parameter to continue listing your RTMP distributions // where they left off. NextMarker *string `type:"string"` // The number of streaming distributions that were created by the current Amazon // Web Services account. // // Quantity is a required field Quantity *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
A streaming distribution list.
func (StreamingDistributionList) GoString ¶
func (s StreamingDistributionList) 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 (*StreamingDistributionList) SetIsTruncated ¶
func (s *StreamingDistributionList) SetIsTruncated(v bool) *StreamingDistributionList
SetIsTruncated sets the IsTruncated field's value.
func (*StreamingDistributionList) SetItems ¶
func (s *StreamingDistributionList) SetItems(v []*StreamingDistributionSummary) *StreamingDistributionList
SetItems sets the Items field's value.
func (*StreamingDistributionList) SetMarker ¶
func (s *StreamingDistributionList) SetMarker(v string) *StreamingDistributionList
SetMarker sets the Marker field's value.
func (*StreamingDistributionList) SetMaxItems ¶
func (s *StreamingDistributionList) SetMaxItems(v int64) *StreamingDistributionList
SetMaxItems sets the MaxItems field's value.
func (*StreamingDistributionList) SetNextMarker ¶
func (s *StreamingDistributionList) SetNextMarker(v string) *StreamingDistributionList
SetNextMarker sets the NextMarker field's value.
func (*StreamingDistributionList) SetQuantity ¶
func (s *StreamingDistributionList) SetQuantity(v int64) *StreamingDistributionList
SetQuantity sets the Quantity field's value.
func (StreamingDistributionList) String ¶
func (s StreamingDistributionList) 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 StreamingDistributionSummary ¶
type StreamingDistributionSummary struct { // The ARN (Amazon Resource Name) for the streaming distribution. For example: // arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5, // where 123456789012 is your Amazon Web Services account ID. // // ARN is a required field ARN *string `type:"string" required:"true"` // A complex type that contains information about CNAMEs (alternate domain names), // if any, for this streaming distribution. // // Aliases is a required field Aliases *Aliases `type:"structure" required:"true"` // The comment originally specified when this distribution was created. // // Comment is a required field Comment *string `type:"string" required:"true"` // The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // Whether the distribution is enabled to accept end user requests for content. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // The identifier for the distribution, for example, EDFDVBD632BHDS5. // // Id is a required field Id *string `type:"string" required:"true"` // The date and time the distribution was last modified. // // LastModifiedTime is a required field LastModifiedTime *time.Time `type:"timestamp" required:"true"` // A complex type that contains information about price class for this streaming // distribution. // // PriceClass is a required field PriceClass *string `type:"string" required:"true" enum:"PriceClass"` // A complex type that contains information about the Amazon S3 bucket from // which you want CloudFront to get your media files for distribution. // // S3Origin is a required field S3Origin *S3Origin `type:"structure" required:"true"` // Indicates the current status of the distribution. When the status is Deployed, // the distribution's information is fully propagated throughout the Amazon // CloudFront system. // // Status is a required field Status *string `type:"string" required:"true"` // A complex type that specifies the Amazon Web Services accounts, if any, that // you want to allow to create signed URLs for private content. If you want // to require signed URLs in requests for objects in the target origin that // match the PathPattern for this cache behavior, specify true for Enabled, // and specify the applicable values for Quantity and Items.If you don't want // to require signed URLs in requests for objects that match PathPattern, specify // false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove // one or more trusted signers, change Enabled to true (if it's currently false), // change Quantity as applicable, and specify all of the trusted signers that // you want to include in the updated distribution. // // For more information, see Serving Private Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) // in the Amazon CloudFront Developer Guide. // // TrustedSigners is a required field TrustedSigners *TrustedSigners `type:"structure" required:"true"` // contains filtered or unexported fields }
A summary of the information for a CloudFront streaming distribution.
func (StreamingDistributionSummary) GoString ¶
func (s StreamingDistributionSummary) 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 (*StreamingDistributionSummary) SetARN ¶
func (s *StreamingDistributionSummary) SetARN(v string) *StreamingDistributionSummary
SetARN sets the ARN field's value.
func (*StreamingDistributionSummary) SetAliases ¶
func (s *StreamingDistributionSummary) SetAliases(v *Aliases) *StreamingDistributionSummary
SetAliases sets the Aliases field's value.
func (*StreamingDistributionSummary) SetComment ¶
func (s *StreamingDistributionSummary) SetComment(v string) *StreamingDistributionSummary
SetComment sets the Comment field's value.
func (*StreamingDistributionSummary) SetDomainName ¶
func (s *StreamingDistributionSummary) SetDomainName(v string) *StreamingDistributionSummary
SetDomainName sets the DomainName field's value.
func (*StreamingDistributionSummary) SetEnabled ¶
func (s *StreamingDistributionSummary) SetEnabled(v bool) *StreamingDistributionSummary
SetEnabled sets the Enabled field's value.
func (*StreamingDistributionSummary) SetId ¶
func (s *StreamingDistributionSummary) SetId(v string) *StreamingDistributionSummary
SetId sets the Id field's value.
func (*StreamingDistributionSummary) SetLastModifiedTime ¶
func (s *StreamingDistributionSummary) SetLastModifiedTime(v time.Time) *StreamingDistributionSummary
SetLastModifiedTime sets the LastModifiedTime field's value.
func (*StreamingDistributionSummary) SetPriceClass ¶
func (s *StreamingDistributionSummary) SetPriceClass(v string) *StreamingDistributionSummary
SetPriceClass sets the PriceClass field's value.
func (*StreamingDistributionSummary) SetS3Origin ¶
func (s *StreamingDistributionSummary) SetS3Origin(v *S3Origin) *StreamingDistributionSummary
SetS3Origin sets the S3Origin field's value.
func (*StreamingDistributionSummary) SetStatus ¶
func (s *StreamingDistributionSummary) SetStatus(v string) *StreamingDistributionSummary
SetStatus sets the Status field's value.
func (*StreamingDistributionSummary) SetTrustedSigners ¶
func (s *StreamingDistributionSummary) SetTrustedSigners(v *TrustedSigners) *StreamingDistributionSummary
SetTrustedSigners sets the TrustedSigners field's value.
func (StreamingDistributionSummary) String ¶
func (s StreamingDistributionSummary) 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 StreamingLoggingConfig ¶
type StreamingLoggingConfig struct { // The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com. // // Bucket is a required field Bucket *string `type:"string" required:"true"` // Specifies whether you want CloudFront to save access logs to an Amazon S3 // bucket. If you don't want to enable logging when you create a streaming distribution // or if you want to disable logging for an existing streaming distribution, // specify false for Enabled, and specify empty Bucket and Prefix elements. // If you specify false for Enabled but you specify values for Bucket and Prefix, // the values are automatically deleted. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // An optional string that you want CloudFront to prefix to the access log filenames // for this streaming distribution, for example, myprefix/. If you want to enable // logging, but you don't want to specify a prefix, you still must include an // empty Prefix element in the Logging element. // // Prefix is a required field Prefix *string `type:"string" required:"true"` // contains filtered or unexported fields }
A complex type that controls whether access logs are written for this streaming distribution.
func (StreamingLoggingConfig) GoString ¶
func (s StreamingLoggingConfig) 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 (*StreamingLoggingConfig) SetBucket ¶
func (s *StreamingLoggingConfig) SetBucket(v string) *StreamingLoggingConfig
SetBucket sets the Bucket field's value.
func (*StreamingLoggingConfig) SetEnabled ¶
func (s *StreamingLoggingConfig) SetEnabled(v bool) *StreamingLoggingConfig
SetEnabled sets the Enabled field's value.
func (*StreamingLoggingConfig) SetPrefix ¶
func (s *StreamingLoggingConfig) SetPrefix(v string) *StreamingLoggingConfig
SetPrefix sets the Prefix field's value.
func (StreamingLoggingConfig) String ¶
func (s StreamingLoggingConfig) 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 (*StreamingLoggingConfig) Validate ¶
func (s *StreamingLoggingConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Tag ¶
type Tag struct { // A string that contains Tag key. // // The string length should be between 1 and 128 characters. Valid characters // include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @. // // Key is a required field Key *string `min:"1" type:"string" required:"true"` // A string that contains an optional Tag value. // // The string length should be between 0 and 256 characters. Valid characters // include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @. Value *string `type:"string"` // contains filtered or unexported fields }
A complex type that contains Tag key and Tag value.
func (Tag) GoString ¶
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".
type TagKeys ¶
type TagKeys struct { // A complex type that contains Tag key elements. Items []*string `locationNameList:"Key" type:"list"` // contains filtered or unexported fields }
A complex type that contains zero or more Tag elements.
func (TagKeys) GoString ¶
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".
type TagResourceInput ¶
type TagResourceInput struct { // An ARN of a CloudFront resource. // // Resource is a required field Resource *string `location:"querystring" locationName:"Resource" type:"string" required:"true"` // A complex type that contains zero or more Tag elements. // // Tags is a required field Tags *Tags `locationName:"Tags" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // contains filtered or unexported fields }
The request to add tags to a CloudFront resource.
func (TagResourceInput) GoString ¶
func (s TagResourceInput) 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 (*TagResourceInput) SetResource ¶
func (s *TagResourceInput) SetResource(v string) *TagResourceInput
SetResource sets the Resource field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v *Tags) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) 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 (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) 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 (TagResourceOutput) String ¶
func (s TagResourceOutput) 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 Tags ¶
type Tags struct { // A complex type that contains Tag elements. Items []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
A complex type that contains zero or more Tag elements.
func (Tags) GoString ¶
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".
type TestFunctionInput ¶
type TestFunctionInput struct { // The event object to test the function with. For more information about the // structure of the event object, see Testing functions (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function) // in the Amazon CloudFront Developer Guide. // // EventObject is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TestFunctionInput's // String and GoString methods. // // EventObject is automatically base64 encoded/decoded by the SDK. // // EventObject is a required field EventObject []byte `type:"blob" required:"true" sensitive:"true"` // The current version (ETag value) of the function that you are testing, which // you can get using DescribeFunction. // // IfMatch is a required field IfMatch *string `location:"header" locationName:"If-Match" type:"string" required:"true"` // The name of the function that you are testing. // // Name is a required field Name *string `location:"uri" locationName:"Name" type:"string" required:"true"` // The stage of the function that you are testing, either DEVELOPMENT or LIVE. Stage *string `type:"string" enum:"FunctionStage"` // contains filtered or unexported fields }
func (TestFunctionInput) GoString ¶
func (s TestFunctionInput) 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 (*TestFunctionInput) SetEventObject ¶
func (s *TestFunctionInput) SetEventObject(v []byte) *TestFunctionInput
SetEventObject sets the EventObject field's value.
func (*TestFunctionInput) SetIfMatch ¶
func (s *TestFunctionInput) SetIfMatch(v string) *TestFunctionInput
SetIfMatch sets the IfMatch field's value.
func (*TestFunctionInput) SetName ¶
func (s *TestFunctionInput) SetName(v string) *TestFunctionInput
SetName sets the Name field's value.
func (*TestFunctionInput) SetStage ¶
func (s *TestFunctionInput) SetStage(v string) *TestFunctionInput
SetStage sets the Stage field's value.
func (TestFunctionInput) String ¶
func (s TestFunctionInput) 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 (*TestFunctionInput) Validate ¶
func (s *TestFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TestFunctionOutput ¶
type TestFunctionOutput struct { // An object that represents the result of running the function with the provided // event object. TestResult *TestResult `type:"structure"` // contains filtered or unexported fields }
func (TestFunctionOutput) GoString ¶
func (s TestFunctionOutput) 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 (*TestFunctionOutput) SetTestResult ¶
func (s *TestFunctionOutput) SetTestResult(v *TestResult) *TestFunctionOutput
SetTestResult sets the TestResult field's value.
func (TestFunctionOutput) String ¶
func (s TestFunctionOutput) 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 TestResult ¶
type TestResult struct { // The amount of time that the function took to run as a percentage of the maximum // allowed time. For example, a compute utilization of 35 means that the function // completed in 35% of the maximum allowed time. ComputeUtilization *string `type:"string"` // If the result of testing the function was an error, this field contains the // error message. // // FunctionErrorMessage is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TestResult's // String and GoString methods. FunctionErrorMessage *string `type:"string" sensitive:"true"` // Contains the log lines that the function wrote (if any) when running the // test. // // FunctionExecutionLogs is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TestResult's // String and GoString methods. FunctionExecutionLogs []*string `type:"list" sensitive:"true"` // The event object returned by the function. For more information about the // structure of the event object, see Event object structure (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html) // in the Amazon CloudFront Developer Guide. // // FunctionOutput is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TestResult's // String and GoString methods. FunctionOutput *string `type:"string" sensitive:"true"` // Contains configuration information and metadata about the CloudFront function // that was tested. FunctionSummary *FunctionSummary `type:"structure"` // contains filtered or unexported fields }
Contains the result of testing a CloudFront function with TestFunction.
func (TestResult) GoString ¶
func (s TestResult) 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 (*TestResult) SetComputeUtilization ¶
func (s *TestResult) SetComputeUtilization(v string) *TestResult
SetComputeUtilization sets the ComputeUtilization field's value.
func (*TestResult) SetFunctionErrorMessage ¶
func (s *TestResult) SetFunctionErrorMessage(v string) *TestResult
SetFunctionErrorMessage sets the FunctionErrorMessage field's value.
func (*TestResult) SetFunctionExecutionLogs ¶
func (s *TestResult) SetFunctionExecutionLogs(v []*string) *TestResult
SetFunctionExecutionLogs sets the FunctionExecutionLogs field's value.
func (*TestResult) SetFunctionOutput ¶
func (s *TestResult) SetFunctionOutput(v string) *TestResult
SetFunctionOutput sets the FunctionOutput field's value.
func (*TestResult) SetFunctionSummary ¶
func (s *TestResult) SetFunctionSummary(v *FunctionSummary) *TestResult
SetFunctionSummary sets the FunctionSummary field's value.
func (TestResult) String ¶
func (s TestResult) 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 TrafficConfig ¶
type TrafficConfig struct { // Determines which HTTP requests are sent to the staging distribution. SingleHeaderConfig *ContinuousDeploymentSingleHeaderConfig `type:"structure"` // Contains the percentage of traffic to send to the staging distribution. SingleWeightConfig *ContinuousDeploymentSingleWeightConfig `type:"structure"` // The type of traffic configuration. // // Type is a required field Type *string `type:"string" required:"true" enum:"ContinuousDeploymentPolicyType"` // contains filtered or unexported fields }
The traffic configuration of your continuous deployment.
func (TrafficConfig) GoString ¶
func (s TrafficConfig) 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 (*TrafficConfig) SetSingleHeaderConfig ¶
func (s *TrafficConfig) SetSingleHeaderConfig(v *ContinuousDeploymentSingleHeaderConfig) *TrafficConfig
SetSingleHeaderConfig sets the SingleHeaderConfig field's value.
func (*TrafficConfig) SetSingleWeightConfig ¶
func (s *TrafficConfig) SetSingleWeightConfig(v *ContinuousDeploymentSingleWeightConfig) *TrafficConfig
SetSingleWeightConfig sets the SingleWeightConfig field's value.
func (*TrafficConfig) SetType ¶
func (s *TrafficConfig) SetType(v string) *TrafficConfig
SetType sets the Type field's value.
func (TrafficConfig) String ¶
func (s TrafficConfig) 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 (*TrafficConfig) Validate ¶
func (s *TrafficConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TrustedKeyGroups ¶
type TrustedKeyGroups struct { // This field is true if any of the key groups in the list 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 identifiers. Items []*string `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 whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
func (TrustedKeyGroups) GoString ¶
func (s TrustedKeyGroups) 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 (*TrustedKeyGroups) SetEnabled ¶
func (s *TrustedKeyGroups) SetEnabled(v bool) *TrustedKeyGroups
SetEnabled sets the Enabled field's value.
func (*TrustedKeyGroups) SetItems ¶
func (s *TrustedKeyGroups) SetItems(v []*string) *TrustedKeyGroups
SetItems sets the Items field's value.
func (*TrustedKeyGroups) SetQuantity ¶
func (s *TrustedKeyGroups) SetQuantity(v int64) *TrustedKeyGroups
SetQuantity sets the Quantity field's value.
func (TrustedKeyGroups) String ¶
func (s TrustedKeyGroups) 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 (*TrustedKeyGroups) Validate ¶
func (s *TrustedKeyGroups) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TrustedSigners ¶
type TrustedSigners struct { // This field is true if any of the Amazon Web Services accounts in the list // are configured as trusted signers. If not, this field is false. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // A list of Amazon Web Services account identifiers. Items []*string `locationNameList:"AwsAccountNumber" 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 whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
func (TrustedSigners) GoString ¶
func (s TrustedSigners) 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 (*TrustedSigners) SetEnabled ¶
func (s *TrustedSigners) SetEnabled(v bool) *TrustedSigners
SetEnabled sets the Enabled field's value.
func (*TrustedSigners) SetItems ¶
func (s *TrustedSigners) SetItems(v []*string) *TrustedSigners
SetItems sets the Items field's value.
func (*TrustedSigners) SetQuantity ¶
func (s *TrustedSigners) SetQuantity(v int64) *TrustedSigners
SetQuantity sets the Quantity field's value.
func (TrustedSigners) String ¶
func (s TrustedSigners) 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 (*TrustedSigners) Validate ¶
func (s *TrustedSigners) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceInput ¶
type UntagResourceInput struct { // An ARN of a CloudFront resource. // // Resource is a required field Resource *string `location:"querystring" locationName:"Resource" type:"string" required:"true"` // A complex type that contains zero or more Tag key elements. // // TagKeys is a required field TagKeys *TagKeys `locationName:"TagKeys" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // contains filtered or unexported fields }
The request to remove tags from a CloudFront resource.
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) 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 (*UntagResourceInput) SetResource ¶
func (s *UntagResourceInput) SetResource(v string) *UntagResourceInput
SetResource sets the Resource field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v *TagKeys) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) 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 (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) 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 (UntagResourceOutput) String ¶
func (s UntagResourceOutput) 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 UpdateCachePolicyInput ¶
type UpdateCachePolicyInput struct { // A cache policy configuration. // // CachePolicyConfig is a required field CachePolicyConfig *CachePolicyConfig `locationName:"CachePolicyConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // The unique identifier for the cache policy that you are updating. The identifier // is returned in a cache behavior's CachePolicyId field in the response to // GetDistributionConfig. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the cache policy that you are updating. The version is returned // in the cache policy's ETag field in the response to GetCachePolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (UpdateCachePolicyInput) GoString ¶
func (s UpdateCachePolicyInput) 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 (*UpdateCachePolicyInput) SetCachePolicyConfig ¶
func (s *UpdateCachePolicyInput) SetCachePolicyConfig(v *CachePolicyConfig) *UpdateCachePolicyInput
SetCachePolicyConfig sets the CachePolicyConfig field's value.
func (*UpdateCachePolicyInput) SetId ¶
func (s *UpdateCachePolicyInput) SetId(v string) *UpdateCachePolicyInput
SetId sets the Id field's value.
func (*UpdateCachePolicyInput) SetIfMatch ¶
func (s *UpdateCachePolicyInput) SetIfMatch(v string) *UpdateCachePolicyInput
SetIfMatch sets the IfMatch field's value.
func (UpdateCachePolicyInput) String ¶
func (s UpdateCachePolicyInput) 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 (*UpdateCachePolicyInput) Validate ¶
func (s *UpdateCachePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateCachePolicyOutput ¶
type UpdateCachePolicyOutput struct { // A cache policy. CachePolicy *CachePolicy `type:"structure"` // The current version of the cache policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
func (UpdateCachePolicyOutput) GoString ¶
func (s UpdateCachePolicyOutput) 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 (*UpdateCachePolicyOutput) SetCachePolicy ¶
func (s *UpdateCachePolicyOutput) SetCachePolicy(v *CachePolicy) *UpdateCachePolicyOutput
SetCachePolicy sets the CachePolicy field's value.
func (*UpdateCachePolicyOutput) SetETag ¶
func (s *UpdateCachePolicyOutput) SetETag(v string) *UpdateCachePolicyOutput
SetETag sets the ETag field's value.
func (UpdateCachePolicyOutput) String ¶
func (s UpdateCachePolicyOutput) 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 UpdateCloudFrontOriginAccessIdentityInput ¶
type UpdateCloudFrontOriginAccessIdentityInput struct { // The identity's configuration information. // // CloudFrontOriginAccessIdentityConfig is a required field CloudFrontOriginAccessIdentityConfig *OriginAccessIdentityConfig `` /* 141-byte string literal not displayed */ // The identity's id. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when retrieving the identity's // configuration. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
The request to update an origin access identity.
func (UpdateCloudFrontOriginAccessIdentityInput) GoString ¶
func (s UpdateCloudFrontOriginAccessIdentityInput) 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 (*UpdateCloudFrontOriginAccessIdentityInput) SetCloudFrontOriginAccessIdentityConfig ¶
func (s *UpdateCloudFrontOriginAccessIdentityInput) SetCloudFrontOriginAccessIdentityConfig(v *OriginAccessIdentityConfig) *UpdateCloudFrontOriginAccessIdentityInput
SetCloudFrontOriginAccessIdentityConfig sets the CloudFrontOriginAccessIdentityConfig field's value.
func (*UpdateCloudFrontOriginAccessIdentityInput) SetId ¶
func (s *UpdateCloudFrontOriginAccessIdentityInput) SetId(v string) *UpdateCloudFrontOriginAccessIdentityInput
SetId sets the Id field's value.
func (*UpdateCloudFrontOriginAccessIdentityInput) SetIfMatch ¶
func (s *UpdateCloudFrontOriginAccessIdentityInput) SetIfMatch(v string) *UpdateCloudFrontOriginAccessIdentityInput
SetIfMatch sets the IfMatch field's value.
func (UpdateCloudFrontOriginAccessIdentityInput) String ¶
func (s UpdateCloudFrontOriginAccessIdentityInput) 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 (*UpdateCloudFrontOriginAccessIdentityInput) Validate ¶
func (s *UpdateCloudFrontOriginAccessIdentityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateCloudFrontOriginAccessIdentityOutput ¶
type UpdateCloudFrontOriginAccessIdentityOutput struct { // The origin access identity's information. CloudFrontOriginAccessIdentity *OriginAccessIdentity `type:"structure"` // The current version of the configuration. For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (UpdateCloudFrontOriginAccessIdentityOutput) GoString ¶
func (s UpdateCloudFrontOriginAccessIdentityOutput) 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 (*UpdateCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity ¶
func (s *UpdateCloudFrontOriginAccessIdentityOutput) SetCloudFrontOriginAccessIdentity(v *OriginAccessIdentity) *UpdateCloudFrontOriginAccessIdentityOutput
SetCloudFrontOriginAccessIdentity sets the CloudFrontOriginAccessIdentity field's value.
func (*UpdateCloudFrontOriginAccessIdentityOutput) SetETag ¶
func (s *UpdateCloudFrontOriginAccessIdentityOutput) SetETag(v string) *UpdateCloudFrontOriginAccessIdentityOutput
SetETag sets the ETag field's value.
func (UpdateCloudFrontOriginAccessIdentityOutput) String ¶
func (s UpdateCloudFrontOriginAccessIdentityOutput) 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 UpdateContinuousDeploymentPolicyInput ¶
type UpdateContinuousDeploymentPolicyInput struct { // The continuous deployment policy configuration. // // ContinuousDeploymentPolicyConfig is a required field ContinuousDeploymentPolicyConfig *ContinuousDeploymentPolicyConfig `` /* 137-byte string literal not displayed */ // The identifier of the continuous deployment policy that you are updating. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The current version (ETag value) of the continuous deployment policy that // you are updating. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (UpdateContinuousDeploymentPolicyInput) GoString ¶
func (s UpdateContinuousDeploymentPolicyInput) 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 (*UpdateContinuousDeploymentPolicyInput) SetContinuousDeploymentPolicyConfig ¶
func (s *UpdateContinuousDeploymentPolicyInput) SetContinuousDeploymentPolicyConfig(v *ContinuousDeploymentPolicyConfig) *UpdateContinuousDeploymentPolicyInput
SetContinuousDeploymentPolicyConfig sets the ContinuousDeploymentPolicyConfig field's value.
func (*UpdateContinuousDeploymentPolicyInput) SetId ¶
func (s *UpdateContinuousDeploymentPolicyInput) SetId(v string) *UpdateContinuousDeploymentPolicyInput
SetId sets the Id field's value.
func (*UpdateContinuousDeploymentPolicyInput) SetIfMatch ¶
func (s *UpdateContinuousDeploymentPolicyInput) SetIfMatch(v string) *UpdateContinuousDeploymentPolicyInput
SetIfMatch sets the IfMatch field's value.
func (UpdateContinuousDeploymentPolicyInput) String ¶
func (s UpdateContinuousDeploymentPolicyInput) 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 (*UpdateContinuousDeploymentPolicyInput) Validate ¶
func (s *UpdateContinuousDeploymentPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateContinuousDeploymentPolicyOutput ¶
type UpdateContinuousDeploymentPolicyOutput struct { // A continuous deployment policy. ContinuousDeploymentPolicy *ContinuousDeploymentPolicy `type:"structure"` // The version identifier for the current version of the continuous deployment // policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
func (UpdateContinuousDeploymentPolicyOutput) GoString ¶
func (s UpdateContinuousDeploymentPolicyOutput) 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 (*UpdateContinuousDeploymentPolicyOutput) SetContinuousDeploymentPolicy ¶
func (s *UpdateContinuousDeploymentPolicyOutput) SetContinuousDeploymentPolicy(v *ContinuousDeploymentPolicy) *UpdateContinuousDeploymentPolicyOutput
SetContinuousDeploymentPolicy sets the ContinuousDeploymentPolicy field's value.
func (*UpdateContinuousDeploymentPolicyOutput) SetETag ¶
func (s *UpdateContinuousDeploymentPolicyOutput) SetETag(v string) *UpdateContinuousDeploymentPolicyOutput
SetETag sets the ETag field's value.
func (UpdateContinuousDeploymentPolicyOutput) String ¶
func (s UpdateContinuousDeploymentPolicyOutput) 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 UpdateDistributionInput ¶
type UpdateDistributionInput struct { // The distribution's configuration information. // // DistributionConfig is a required field DistributionConfig *DistributionConfig `locationName:"DistributionConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // The distribution's id. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when retrieving the distribution's // configuration. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
The request to update a distribution.
func (UpdateDistributionInput) GoString ¶
func (s UpdateDistributionInput) 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 (*UpdateDistributionInput) SetDistributionConfig ¶
func (s *UpdateDistributionInput) SetDistributionConfig(v *DistributionConfig) *UpdateDistributionInput
SetDistributionConfig sets the DistributionConfig field's value.
func (*UpdateDistributionInput) SetId ¶
func (s *UpdateDistributionInput) SetId(v string) *UpdateDistributionInput
SetId sets the Id field's value.
func (*UpdateDistributionInput) SetIfMatch ¶
func (s *UpdateDistributionInput) SetIfMatch(v string) *UpdateDistributionInput
SetIfMatch sets the IfMatch field's value.
func (UpdateDistributionInput) String ¶
func (s UpdateDistributionInput) 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 (*UpdateDistributionInput) Validate ¶
func (s *UpdateDistributionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDistributionOutput ¶
type UpdateDistributionOutput struct { // The distribution's information. Distribution *Distribution `type:"structure"` // The current version of the configuration. For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (UpdateDistributionOutput) GoString ¶
func (s UpdateDistributionOutput) 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 (*UpdateDistributionOutput) SetDistribution ¶
func (s *UpdateDistributionOutput) SetDistribution(v *Distribution) *UpdateDistributionOutput
SetDistribution sets the Distribution field's value.
func (*UpdateDistributionOutput) SetETag ¶
func (s *UpdateDistributionOutput) SetETag(v string) *UpdateDistributionOutput
SetETag sets the ETag field's value.
func (UpdateDistributionOutput) String ¶
func (s UpdateDistributionOutput) 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 UpdateDistributionWithStagingConfigInput ¶
type UpdateDistributionWithStagingConfigInput struct { // The identifier of the primary distribution to which you are copying a staging // distribution's configuration. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The current versions (ETag values) of both primary and staging distributions. // Provide these in the following format: // // <primary ETag>, <staging ETag> IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // The identifier of the staging distribution whose configuration you are copying // to the primary distribution. StagingDistributionId *string `location:"querystring" locationName:"StagingDistributionId" type:"string"` // contains filtered or unexported fields }
func (UpdateDistributionWithStagingConfigInput) GoString ¶
func (s UpdateDistributionWithStagingConfigInput) 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 (*UpdateDistributionWithStagingConfigInput) SetId ¶
func (s *UpdateDistributionWithStagingConfigInput) SetId(v string) *UpdateDistributionWithStagingConfigInput
SetId sets the Id field's value.
func (*UpdateDistributionWithStagingConfigInput) SetIfMatch ¶
func (s *UpdateDistributionWithStagingConfigInput) SetIfMatch(v string) *UpdateDistributionWithStagingConfigInput
SetIfMatch sets the IfMatch field's value.
func (*UpdateDistributionWithStagingConfigInput) SetStagingDistributionId ¶
func (s *UpdateDistributionWithStagingConfigInput) SetStagingDistributionId(v string) *UpdateDistributionWithStagingConfigInput
SetStagingDistributionId sets the StagingDistributionId field's value.
func (UpdateDistributionWithStagingConfigInput) String ¶
func (s UpdateDistributionWithStagingConfigInput) 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 (*UpdateDistributionWithStagingConfigInput) Validate ¶
func (s *UpdateDistributionWithStagingConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDistributionWithStagingConfigOutput ¶
type UpdateDistributionWithStagingConfigOutput struct { // A distribution tells CloudFront where you want content to be delivered from, // and the details about how to track and manage content delivery. Distribution *Distribution `type:"structure"` // The current version of the primary distribution (after it's updated). ETag *string `location:"header" locationName:"ETag" type:"string"` // contains filtered or unexported fields }
func (UpdateDistributionWithStagingConfigOutput) GoString ¶
func (s UpdateDistributionWithStagingConfigOutput) 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 (*UpdateDistributionWithStagingConfigOutput) SetDistribution ¶
func (s *UpdateDistributionWithStagingConfigOutput) SetDistribution(v *Distribution) *UpdateDistributionWithStagingConfigOutput
SetDistribution sets the Distribution field's value.
func (*UpdateDistributionWithStagingConfigOutput) SetETag ¶
func (s *UpdateDistributionWithStagingConfigOutput) SetETag(v string) *UpdateDistributionWithStagingConfigOutput
SetETag sets the ETag field's value.
func (UpdateDistributionWithStagingConfigOutput) String ¶
func (s UpdateDistributionWithStagingConfigOutput) 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 UpdateFieldLevelEncryptionConfigInput ¶
type UpdateFieldLevelEncryptionConfigInput struct { // Request to update a field-level encryption configuration. // // FieldLevelEncryptionConfig is a required field FieldLevelEncryptionConfig *FieldLevelEncryptionConfig `` /* 131-byte string literal not displayed */ // The ID of the configuration you want to update. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when retrieving the configuration // identity to update. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (UpdateFieldLevelEncryptionConfigInput) GoString ¶
func (s UpdateFieldLevelEncryptionConfigInput) 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 (*UpdateFieldLevelEncryptionConfigInput) SetFieldLevelEncryptionConfig ¶
func (s *UpdateFieldLevelEncryptionConfigInput) SetFieldLevelEncryptionConfig(v *FieldLevelEncryptionConfig) *UpdateFieldLevelEncryptionConfigInput
SetFieldLevelEncryptionConfig sets the FieldLevelEncryptionConfig field's value.
func (*UpdateFieldLevelEncryptionConfigInput) SetId ¶
func (s *UpdateFieldLevelEncryptionConfigInput) SetId(v string) *UpdateFieldLevelEncryptionConfigInput
SetId sets the Id field's value.
func (*UpdateFieldLevelEncryptionConfigInput) SetIfMatch ¶
func (s *UpdateFieldLevelEncryptionConfigInput) SetIfMatch(v string) *UpdateFieldLevelEncryptionConfigInput
SetIfMatch sets the IfMatch field's value.
func (UpdateFieldLevelEncryptionConfigInput) String ¶
func (s UpdateFieldLevelEncryptionConfigInput) 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 (*UpdateFieldLevelEncryptionConfigInput) Validate ¶
func (s *UpdateFieldLevelEncryptionConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFieldLevelEncryptionConfigOutput ¶
type UpdateFieldLevelEncryptionConfigOutput struct { // The value of the ETag header that you received when updating the configuration. // For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // Return the results of updating the configuration. FieldLevelEncryption *FieldLevelEncryption `type:"structure"` // contains filtered or unexported fields }
func (UpdateFieldLevelEncryptionConfigOutput) GoString ¶
func (s UpdateFieldLevelEncryptionConfigOutput) 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 (*UpdateFieldLevelEncryptionConfigOutput) SetETag ¶
func (s *UpdateFieldLevelEncryptionConfigOutput) SetETag(v string) *UpdateFieldLevelEncryptionConfigOutput
SetETag sets the ETag field's value.
func (*UpdateFieldLevelEncryptionConfigOutput) SetFieldLevelEncryption ¶
func (s *UpdateFieldLevelEncryptionConfigOutput) SetFieldLevelEncryption(v *FieldLevelEncryption) *UpdateFieldLevelEncryptionConfigOutput
SetFieldLevelEncryption sets the FieldLevelEncryption field's value.
func (UpdateFieldLevelEncryptionConfigOutput) String ¶
func (s UpdateFieldLevelEncryptionConfigOutput) 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 UpdateFieldLevelEncryptionProfileInput ¶
type UpdateFieldLevelEncryptionProfileInput struct { // Request to update a field-level encryption profile. // // FieldLevelEncryptionProfileConfig is a required field FieldLevelEncryptionProfileConfig *FieldLevelEncryptionProfileConfig `` /* 138-byte string literal not displayed */ // The ID of the field-level encryption profile request. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when retrieving the profile // identity to update. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // contains filtered or unexported fields }
func (UpdateFieldLevelEncryptionProfileInput) GoString ¶
func (s UpdateFieldLevelEncryptionProfileInput) 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 (*UpdateFieldLevelEncryptionProfileInput) SetFieldLevelEncryptionProfileConfig ¶
func (s *UpdateFieldLevelEncryptionProfileInput) SetFieldLevelEncryptionProfileConfig(v *FieldLevelEncryptionProfileConfig) *UpdateFieldLevelEncryptionProfileInput
SetFieldLevelEncryptionProfileConfig sets the FieldLevelEncryptionProfileConfig field's value.
func (*UpdateFieldLevelEncryptionProfileInput) SetId ¶
func (s *UpdateFieldLevelEncryptionProfileInput) SetId(v string) *UpdateFieldLevelEncryptionProfileInput
SetId sets the Id field's value.
func (*UpdateFieldLevelEncryptionProfileInput) SetIfMatch ¶
func (s *UpdateFieldLevelEncryptionProfileInput) SetIfMatch(v string) *UpdateFieldLevelEncryptionProfileInput
SetIfMatch sets the IfMatch field's value.
func (UpdateFieldLevelEncryptionProfileInput) String ¶
func (s UpdateFieldLevelEncryptionProfileInput) 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 (*UpdateFieldLevelEncryptionProfileInput) Validate ¶
func (s *UpdateFieldLevelEncryptionProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFieldLevelEncryptionProfileOutput ¶
type UpdateFieldLevelEncryptionProfileOutput struct { // The result of the field-level encryption profile request. ETag *string `location:"header" locationName:"ETag" type:"string"` // Return the results of updating the profile. FieldLevelEncryptionProfile *FieldLevelEncryptionProfile `type:"structure"` // contains filtered or unexported fields }
func (UpdateFieldLevelEncryptionProfileOutput) GoString ¶
func (s UpdateFieldLevelEncryptionProfileOutput) 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 (*UpdateFieldLevelEncryptionProfileOutput) SetETag ¶
func (s *UpdateFieldLevelEncryptionProfileOutput) SetETag(v string) *UpdateFieldLevelEncryptionProfileOutput
SetETag sets the ETag field's value.
func (*UpdateFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile ¶
func (s *UpdateFieldLevelEncryptionProfileOutput) SetFieldLevelEncryptionProfile(v *FieldLevelEncryptionProfile) *UpdateFieldLevelEncryptionProfileOutput
SetFieldLevelEncryptionProfile sets the FieldLevelEncryptionProfile field's value.
func (UpdateFieldLevelEncryptionProfileOutput) String ¶
func (s UpdateFieldLevelEncryptionProfileOutput) 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 UpdateFunctionInput ¶
type UpdateFunctionInput struct { // The function code. For more information about writing a CloudFront function, // see Writing function code for CloudFront Functions (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html) // in the Amazon CloudFront Developer Guide. // // FunctionCode is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateFunctionInput's // String and GoString methods. // // FunctionCode is automatically base64 encoded/decoded by the SDK. // // FunctionCode is a required field FunctionCode []byte `min:"1" type:"blob" required:"true" sensitive:"true"` // Configuration information about the function. // // FunctionConfig is a required field FunctionConfig *FunctionConfig `type:"structure" required:"true"` // The current version (ETag value) of the function that you are updating, which // you can get using DescribeFunction. // // IfMatch is a required field IfMatch *string `location:"header" locationName:"If-Match" type:"string" required:"true"` // The name of the function that you are updating. // // Name is a required field Name *string `location:"uri" locationName:"Name" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateFunctionInput) GoString ¶
func (s UpdateFunctionInput) 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 (*UpdateFunctionInput) SetFunctionCode ¶
func (s *UpdateFunctionInput) SetFunctionCode(v []byte) *UpdateFunctionInput
SetFunctionCode sets the FunctionCode field's value.
func (*UpdateFunctionInput) SetFunctionConfig ¶
func (s *UpdateFunctionInput) SetFunctionConfig(v *FunctionConfig) *UpdateFunctionInput
SetFunctionConfig sets the FunctionConfig field's value.
func (*UpdateFunctionInput) SetIfMatch ¶
func (s *UpdateFunctionInput) SetIfMatch(v string) *UpdateFunctionInput
SetIfMatch sets the IfMatch field's value.
func (*UpdateFunctionInput) SetName ¶
func (s *UpdateFunctionInput) SetName(v string) *UpdateFunctionInput
SetName sets the Name field's value.
func (UpdateFunctionInput) String ¶
func (s UpdateFunctionInput) 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 (*UpdateFunctionInput) Validate ¶
func (s *UpdateFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFunctionOutput ¶
type UpdateFunctionOutput struct { // The version identifier for the current version of the CloudFront function. ETag *string `location:"header" locationName:"ETtag" type:"string"` // Contains configuration information and metadata about a CloudFront function. FunctionSummary *FunctionSummary `type:"structure"` // contains filtered or unexported fields }
func (UpdateFunctionOutput) GoString ¶
func (s UpdateFunctionOutput) 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 (*UpdateFunctionOutput) SetETag ¶
func (s *UpdateFunctionOutput) SetETag(v string) *UpdateFunctionOutput
SetETag sets the ETag field's value.
func (*UpdateFunctionOutput) SetFunctionSummary ¶
func (s *UpdateFunctionOutput) SetFunctionSummary(v *FunctionSummary) *UpdateFunctionOutput
SetFunctionSummary sets the FunctionSummary field's value.
func (UpdateFunctionOutput) String ¶
func (s UpdateFunctionOutput) 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 UpdateKeyGroupInput ¶
type UpdateKeyGroupInput struct { // The identifier of the key group that you are updating. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the key group that you are updating. The version is the key // group's ETag value. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // The key group configuration. // // KeyGroupConfig is a required field KeyGroupConfig *KeyGroupConfig `locationName:"KeyGroupConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // contains filtered or unexported fields }
func (UpdateKeyGroupInput) GoString ¶
func (s UpdateKeyGroupInput) 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 (*UpdateKeyGroupInput) SetId ¶
func (s *UpdateKeyGroupInput) SetId(v string) *UpdateKeyGroupInput
SetId sets the Id field's value.
func (*UpdateKeyGroupInput) SetIfMatch ¶
func (s *UpdateKeyGroupInput) SetIfMatch(v string) *UpdateKeyGroupInput
SetIfMatch sets the IfMatch field's value.
func (*UpdateKeyGroupInput) SetKeyGroupConfig ¶
func (s *UpdateKeyGroupInput) SetKeyGroupConfig(v *KeyGroupConfig) *UpdateKeyGroupInput
SetKeyGroupConfig sets the KeyGroupConfig field's value.
func (UpdateKeyGroupInput) String ¶
func (s UpdateKeyGroupInput) 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 (*UpdateKeyGroupInput) Validate ¶
func (s *UpdateKeyGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateKeyGroupOutput ¶
type UpdateKeyGroupOutput struct { // The identifier for this version of the key group. ETag *string `location:"header" locationName:"ETag" type:"string"` // The key group that was just updated. KeyGroup *KeyGroup `type:"structure"` // contains filtered or unexported fields }
func (UpdateKeyGroupOutput) GoString ¶
func (s UpdateKeyGroupOutput) 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 (*UpdateKeyGroupOutput) SetETag ¶
func (s *UpdateKeyGroupOutput) SetETag(v string) *UpdateKeyGroupOutput
SetETag sets the ETag field's value.
func (*UpdateKeyGroupOutput) SetKeyGroup ¶
func (s *UpdateKeyGroupOutput) SetKeyGroup(v *KeyGroup) *UpdateKeyGroupOutput
SetKeyGroup sets the KeyGroup field's value.
func (UpdateKeyGroupOutput) String ¶
func (s UpdateKeyGroupOutput) 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 UpdateOriginAccessControlInput ¶
type UpdateOriginAccessControlInput struct { // The unique identifier of the origin access control that you are updating. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The current version (ETag value) of the origin access control that you are // updating. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // An origin access control. // // OriginAccessControlConfig is a required field OriginAccessControlConfig *OriginAccessControlConfig `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (UpdateOriginAccessControlInput) GoString ¶
func (s UpdateOriginAccessControlInput) 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 (*UpdateOriginAccessControlInput) SetId ¶
func (s *UpdateOriginAccessControlInput) SetId(v string) *UpdateOriginAccessControlInput
SetId sets the Id field's value.
func (*UpdateOriginAccessControlInput) SetIfMatch ¶
func (s *UpdateOriginAccessControlInput) SetIfMatch(v string) *UpdateOriginAccessControlInput
SetIfMatch sets the IfMatch field's value.
func (*UpdateOriginAccessControlInput) SetOriginAccessControlConfig ¶
func (s *UpdateOriginAccessControlInput) SetOriginAccessControlConfig(v *OriginAccessControlConfig) *UpdateOriginAccessControlInput
SetOriginAccessControlConfig sets the OriginAccessControlConfig field's value.
func (UpdateOriginAccessControlInput) String ¶
func (s UpdateOriginAccessControlInput) 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 (*UpdateOriginAccessControlInput) Validate ¶
func (s *UpdateOriginAccessControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateOriginAccessControlOutput ¶
type UpdateOriginAccessControlOutput struct { // The new version of the origin access control after it has been updated. ETag *string `location:"header" locationName:"ETag" type:"string"` // The origin access control after it has been updated. OriginAccessControl *OriginAccessControl `type:"structure"` // contains filtered or unexported fields }
func (UpdateOriginAccessControlOutput) GoString ¶
func (s UpdateOriginAccessControlOutput) 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 (*UpdateOriginAccessControlOutput) SetETag ¶
func (s *UpdateOriginAccessControlOutput) SetETag(v string) *UpdateOriginAccessControlOutput
SetETag sets the ETag field's value.
func (*UpdateOriginAccessControlOutput) SetOriginAccessControl ¶
func (s *UpdateOriginAccessControlOutput) SetOriginAccessControl(v *OriginAccessControl) *UpdateOriginAccessControlOutput
SetOriginAccessControl sets the OriginAccessControl field's value.
func (UpdateOriginAccessControlOutput) String ¶
func (s UpdateOriginAccessControlOutput) 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 UpdateOriginRequestPolicyInput ¶
type UpdateOriginRequestPolicyInput struct { // The unique identifier for the origin request policy that you are updating. // The identifier is returned in a cache behavior's OriginRequestPolicyId field // in the response to GetDistributionConfig. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the origin request policy that you are updating. The version // is returned in the origin request policy's ETag field in the response to // GetOriginRequestPolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // An origin request policy configuration. // // OriginRequestPolicyConfig is a required field OriginRequestPolicyConfig *OriginRequestPolicyConfig `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (UpdateOriginRequestPolicyInput) GoString ¶
func (s UpdateOriginRequestPolicyInput) 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 (*UpdateOriginRequestPolicyInput) SetId ¶
func (s *UpdateOriginRequestPolicyInput) SetId(v string) *UpdateOriginRequestPolicyInput
SetId sets the Id field's value.
func (*UpdateOriginRequestPolicyInput) SetIfMatch ¶
func (s *UpdateOriginRequestPolicyInput) SetIfMatch(v string) *UpdateOriginRequestPolicyInput
SetIfMatch sets the IfMatch field's value.
func (*UpdateOriginRequestPolicyInput) SetOriginRequestPolicyConfig ¶
func (s *UpdateOriginRequestPolicyInput) SetOriginRequestPolicyConfig(v *OriginRequestPolicyConfig) *UpdateOriginRequestPolicyInput
SetOriginRequestPolicyConfig sets the OriginRequestPolicyConfig field's value.
func (UpdateOriginRequestPolicyInput) String ¶
func (s UpdateOriginRequestPolicyInput) 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 (*UpdateOriginRequestPolicyInput) Validate ¶
func (s *UpdateOriginRequestPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateOriginRequestPolicyOutput ¶
type UpdateOriginRequestPolicyOutput struct { // The current version of the origin request policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // An origin request policy. OriginRequestPolicy *OriginRequestPolicy `type:"structure"` // contains filtered or unexported fields }
func (UpdateOriginRequestPolicyOutput) GoString ¶
func (s UpdateOriginRequestPolicyOutput) 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 (*UpdateOriginRequestPolicyOutput) SetETag ¶
func (s *UpdateOriginRequestPolicyOutput) SetETag(v string) *UpdateOriginRequestPolicyOutput
SetETag sets the ETag field's value.
func (*UpdateOriginRequestPolicyOutput) SetOriginRequestPolicy ¶
func (s *UpdateOriginRequestPolicyOutput) SetOriginRequestPolicy(v *OriginRequestPolicy) *UpdateOriginRequestPolicyOutput
SetOriginRequestPolicy sets the OriginRequestPolicy field's value.
func (UpdateOriginRequestPolicyOutput) String ¶
func (s UpdateOriginRequestPolicyOutput) 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 UpdatePublicKeyInput ¶
type UpdatePublicKeyInput struct { // The identifier of the public key that you are updating. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when retrieving the public // key to update. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // A public key configuration. // // PublicKeyConfig is a required field PublicKeyConfig *PublicKeyConfig `locationName:"PublicKeyConfig" type:"structure" required:"true" xmlURI:"http://cloudfront.amazonaws.com/doc/2020-05-31/"` // contains filtered or unexported fields }
func (UpdatePublicKeyInput) GoString ¶
func (s UpdatePublicKeyInput) 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 (*UpdatePublicKeyInput) SetId ¶
func (s *UpdatePublicKeyInput) SetId(v string) *UpdatePublicKeyInput
SetId sets the Id field's value.
func (*UpdatePublicKeyInput) SetIfMatch ¶
func (s *UpdatePublicKeyInput) SetIfMatch(v string) *UpdatePublicKeyInput
SetIfMatch sets the IfMatch field's value.
func (*UpdatePublicKeyInput) SetPublicKeyConfig ¶
func (s *UpdatePublicKeyInput) SetPublicKeyConfig(v *PublicKeyConfig) *UpdatePublicKeyInput
SetPublicKeyConfig sets the PublicKeyConfig field's value.
func (UpdatePublicKeyInput) String ¶
func (s UpdatePublicKeyInput) 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 (*UpdatePublicKeyInput) Validate ¶
func (s *UpdatePublicKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdatePublicKeyOutput ¶
type UpdatePublicKeyOutput struct { // The identifier of the current version of the public key. ETag *string `location:"header" locationName:"ETag" type:"string"` // The public key. PublicKey *PublicKey `type:"structure"` // contains filtered or unexported fields }
func (UpdatePublicKeyOutput) GoString ¶
func (s UpdatePublicKeyOutput) 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 (*UpdatePublicKeyOutput) SetETag ¶
func (s *UpdatePublicKeyOutput) SetETag(v string) *UpdatePublicKeyOutput
SetETag sets the ETag field's value.
func (*UpdatePublicKeyOutput) SetPublicKey ¶
func (s *UpdatePublicKeyOutput) SetPublicKey(v *PublicKey) *UpdatePublicKeyOutput
SetPublicKey sets the PublicKey field's value.
func (UpdatePublicKeyOutput) String ¶
func (s UpdatePublicKeyOutput) 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 UpdateRealtimeLogConfigInput ¶
type UpdateRealtimeLogConfigInput struct { // The Amazon Resource Name (ARN) for this real-time log configuration. ARN *string `type:"string"` // Contains information about the Amazon Kinesis data stream where you are sending // real-time log data. EndPoints []*EndPoint `type:"list"` // A list of fields to include in each real-time log record. // // For more information about fields, see Real-time log configuration fields // (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields) // in the Amazon CloudFront Developer Guide. Fields []*string `locationNameList:"Field" type:"list"` // The name for this real-time log configuration. Name *string `type:"string"` // The sampling rate for this real-time log configuration. The sampling rate // determines the percentage of viewer requests that are represented in the // real-time log data. You must provide an integer between 1 and 100, inclusive. SamplingRate *int64 `type:"long"` // contains filtered or unexported fields }
func (UpdateRealtimeLogConfigInput) GoString ¶
func (s UpdateRealtimeLogConfigInput) 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 (*UpdateRealtimeLogConfigInput) SetARN ¶
func (s *UpdateRealtimeLogConfigInput) SetARN(v string) *UpdateRealtimeLogConfigInput
SetARN sets the ARN field's value.
func (*UpdateRealtimeLogConfigInput) SetEndPoints ¶
func (s *UpdateRealtimeLogConfigInput) SetEndPoints(v []*EndPoint) *UpdateRealtimeLogConfigInput
SetEndPoints sets the EndPoints field's value.
func (*UpdateRealtimeLogConfigInput) SetFields ¶
func (s *UpdateRealtimeLogConfigInput) SetFields(v []*string) *UpdateRealtimeLogConfigInput
SetFields sets the Fields field's value.
func (*UpdateRealtimeLogConfigInput) SetName ¶
func (s *UpdateRealtimeLogConfigInput) SetName(v string) *UpdateRealtimeLogConfigInput
SetName sets the Name field's value.
func (*UpdateRealtimeLogConfigInput) SetSamplingRate ¶
func (s *UpdateRealtimeLogConfigInput) SetSamplingRate(v int64) *UpdateRealtimeLogConfigInput
SetSamplingRate sets the SamplingRate field's value.
func (UpdateRealtimeLogConfigInput) String ¶
func (s UpdateRealtimeLogConfigInput) 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 (*UpdateRealtimeLogConfigInput) Validate ¶
func (s *UpdateRealtimeLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateRealtimeLogConfigOutput ¶
type UpdateRealtimeLogConfigOutput struct { // A real-time log configuration. RealtimeLogConfig *RealtimeLogConfig `type:"structure"` // contains filtered or unexported fields }
func (UpdateRealtimeLogConfigOutput) GoString ¶
func (s UpdateRealtimeLogConfigOutput) 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 (*UpdateRealtimeLogConfigOutput) SetRealtimeLogConfig ¶
func (s *UpdateRealtimeLogConfigOutput) SetRealtimeLogConfig(v *RealtimeLogConfig) *UpdateRealtimeLogConfigOutput
SetRealtimeLogConfig sets the RealtimeLogConfig field's value.
func (UpdateRealtimeLogConfigOutput) String ¶
func (s UpdateRealtimeLogConfigOutput) 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 UpdateResponseHeadersPolicyInput ¶
type UpdateResponseHeadersPolicyInput struct { // The identifier for the response headers policy that you are updating. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The version of the response headers policy that you are updating. // // The version is returned in the cache policy's ETag field in the response // to GetResponseHeadersPolicyConfig. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // A response headers policy configuration. // // ResponseHeadersPolicyConfig is a required field ResponseHeadersPolicyConfig *ResponseHeadersPolicyConfig `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (UpdateResponseHeadersPolicyInput) GoString ¶
func (s UpdateResponseHeadersPolicyInput) 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 (*UpdateResponseHeadersPolicyInput) SetId ¶
func (s *UpdateResponseHeadersPolicyInput) SetId(v string) *UpdateResponseHeadersPolicyInput
SetId sets the Id field's value.
func (*UpdateResponseHeadersPolicyInput) SetIfMatch ¶
func (s *UpdateResponseHeadersPolicyInput) SetIfMatch(v string) *UpdateResponseHeadersPolicyInput
SetIfMatch sets the IfMatch field's value.
func (*UpdateResponseHeadersPolicyInput) SetResponseHeadersPolicyConfig ¶
func (s *UpdateResponseHeadersPolicyInput) SetResponseHeadersPolicyConfig(v *ResponseHeadersPolicyConfig) *UpdateResponseHeadersPolicyInput
SetResponseHeadersPolicyConfig sets the ResponseHeadersPolicyConfig field's value.
func (UpdateResponseHeadersPolicyInput) String ¶
func (s UpdateResponseHeadersPolicyInput) 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 (*UpdateResponseHeadersPolicyInput) Validate ¶
func (s *UpdateResponseHeadersPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateResponseHeadersPolicyOutput ¶
type UpdateResponseHeadersPolicyOutput struct { // The current version of the response headers policy. ETag *string `location:"header" locationName:"ETag" type:"string"` // A response headers policy. ResponseHeadersPolicy *ResponseHeadersPolicy `type:"structure"` // contains filtered or unexported fields }
func (UpdateResponseHeadersPolicyOutput) GoString ¶
func (s UpdateResponseHeadersPolicyOutput) 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 (*UpdateResponseHeadersPolicyOutput) SetETag ¶
func (s *UpdateResponseHeadersPolicyOutput) SetETag(v string) *UpdateResponseHeadersPolicyOutput
SetETag sets the ETag field's value.
func (*UpdateResponseHeadersPolicyOutput) SetResponseHeadersPolicy ¶
func (s *UpdateResponseHeadersPolicyOutput) SetResponseHeadersPolicy(v *ResponseHeadersPolicy) *UpdateResponseHeadersPolicyOutput
SetResponseHeadersPolicy sets the ResponseHeadersPolicy field's value.
func (UpdateResponseHeadersPolicyOutput) String ¶
func (s UpdateResponseHeadersPolicyOutput) 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 UpdateStreamingDistributionInput ¶
type UpdateStreamingDistributionInput struct { // The streaming distribution's id. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // The value of the ETag header that you received when retrieving the streaming // distribution's configuration. For example: E2QWRUHAPOMQZL. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` // The streaming distribution's configuration information. // // StreamingDistributionConfig is a required field StreamingDistributionConfig *StreamingDistributionConfig `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
The request to update a streaming distribution.
func (UpdateStreamingDistributionInput) GoString ¶
func (s UpdateStreamingDistributionInput) 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 (*UpdateStreamingDistributionInput) SetId ¶
func (s *UpdateStreamingDistributionInput) SetId(v string) *UpdateStreamingDistributionInput
SetId sets the Id field's value.
func (*UpdateStreamingDistributionInput) SetIfMatch ¶
func (s *UpdateStreamingDistributionInput) SetIfMatch(v string) *UpdateStreamingDistributionInput
SetIfMatch sets the IfMatch field's value.
func (*UpdateStreamingDistributionInput) SetStreamingDistributionConfig ¶
func (s *UpdateStreamingDistributionInput) SetStreamingDistributionConfig(v *StreamingDistributionConfig) *UpdateStreamingDistributionInput
SetStreamingDistributionConfig sets the StreamingDistributionConfig field's value.
func (UpdateStreamingDistributionInput) String ¶
func (s UpdateStreamingDistributionInput) 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 (*UpdateStreamingDistributionInput) Validate ¶
func (s *UpdateStreamingDistributionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateStreamingDistributionOutput ¶
type UpdateStreamingDistributionOutput struct { // The current version of the configuration. For example: E2QWRUHAPOMQZL. ETag *string `location:"header" locationName:"ETag" type:"string"` // The streaming distribution's information. StreamingDistribution *StreamingDistribution `type:"structure"` // contains filtered or unexported fields }
The returned result of the corresponding request.
func (UpdateStreamingDistributionOutput) GoString ¶
func (s UpdateStreamingDistributionOutput) 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 (*UpdateStreamingDistributionOutput) SetETag ¶
func (s *UpdateStreamingDistributionOutput) SetETag(v string) *UpdateStreamingDistributionOutput
SetETag sets the ETag field's value.
func (*UpdateStreamingDistributionOutput) SetStreamingDistribution ¶
func (s *UpdateStreamingDistributionOutput) SetStreamingDistribution(v *StreamingDistribution) *UpdateStreamingDistributionOutput
SetStreamingDistribution sets the StreamingDistribution field's value.
func (UpdateStreamingDistributionOutput) String ¶
func (s UpdateStreamingDistributionOutput) 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 ViewerCertificate ¶
type ViewerCertificate struct { // If the distribution uses Aliases (alternate domain names or CNAMEs) and the // SSL/TLS certificate is stored in Certificate Manager (ACM) (https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html), // provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront // only supports ACM certificates in the US East (N. Virginia) Region (us-east-1). // // If you specify an ACM certificate ARN, you must also specify values for MinimumProtocolVersion // and SSLSupportMethod. ACMCertificateArn *string `type:"string"` // This field is deprecated. Use one of the following fields instead: // // * ACMCertificateArn // // * IAMCertificateId // // * CloudFrontDefaultCertificate // // Deprecated: Certificate has been deprecated Certificate *string `deprecated:"true" type:"string"` // This field is deprecated. Use one of the following fields instead: // // * ACMCertificateArn // // * IAMCertificateId // // * CloudFrontDefaultCertificate // // Deprecated: CertificateSource has been deprecated CertificateSource *string `deprecated:"true" type:"string" enum:"CertificateSource"` // If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, // set this field to true. // // If the distribution uses Aliases (alternate domain names or CNAMEs), set // this field to false and specify values for the following fields: // // * ACMCertificateArn or IAMCertificateId (specify a value for one, not // both) // // * MinimumProtocolVersion // // * SSLSupportMethod CloudFrontDefaultCertificate *bool `type:"boolean"` // If the distribution uses Aliases (alternate domain names or CNAMEs) and the // SSL/TLS certificate is stored in Identity and Access Management (IAM) (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html), // provide the ID of the IAM certificate. // // If you specify an IAM certificate ID, you must also specify values for MinimumProtocolVersion // and SSLSupportMethod. IAMCertificateId *string `type:"string"` // If the distribution uses Aliases (alternate domain names or CNAMEs), specify // the security policy that you want CloudFront to use for HTTPS connections // with viewers. The security policy determines two settings: // // * The minimum SSL/TLS protocol that CloudFront can use to communicate // with viewers. // // * The ciphers that CloudFront can use to encrypt the content that it returns // to viewers. // // For more information, see Security Policy (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy) // and Supported Protocols and Ciphers Between Viewers and CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html#secure-connections-supported-ciphers) // in the Amazon CloudFront Developer Guide. // // On the CloudFront console, this setting is called Security Policy. // // When you're using SNI only (you set SSLSupportMethod to sni-only), you must // specify TLSv1 or higher. // // If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net // (you set CloudFrontDefaultCertificate to true), CloudFront automatically // sets the security policy to TLSv1 regardless of the value that you set here. MinimumProtocolVersion *string `type:"string" enum:"MinimumProtocolVersion"` // If the distribution uses Aliases (alternate domain names or CNAMEs), specify // which viewers the distribution accepts HTTPS connections from. // // * sni-only – The distribution accepts HTTPS connections from only viewers // that support server name indication (SNI) (https://en.wikipedia.org/wiki/Server_Name_Indication). // This is recommended. Most browsers and clients support SNI. // // * vip – The distribution accepts HTTPS connections from all viewers // including those that don't support SNI. This is not recommended, and results // in additional monthly charges from CloudFront. // // * static-ip - Do not specify this value unless your distribution has been // enabled for this feature by the CloudFront team. If you have a use case // that requires static IP addresses for a distribution, contact CloudFront // through the Amazon Web Services Support Center (https://console.aws.amazon.com/support/home). // // If the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net, // don't set a value for this field. SSLSupportMethod *string `type:"string" enum:"SSLSupportMethod"` // contains filtered or unexported fields }
A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
If the distribution doesn't use Aliases (also known as alternate domain names or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as d111111abcdef8.cloudfront.net—set CloudFrontDefaultCertificate to true and leave all other fields empty.
If the distribution uses Aliases (alternate domain names or CNAMEs), use the fields in this type to specify the following settings:
Which viewers the distribution accepts HTTPS connections from: only viewers that support server name indication (SNI) (https://en.wikipedia.org/wiki/Server_Name_Indication) (recommended), or all viewers including those that don't support SNI. To accept HTTPS connections from only viewers that support SNI, set SSLSupportMethod to sni-only. This is recommended. Most browsers and clients support SNI. To accept HTTPS connections from all viewers, including those that don't support SNI, set SSLSupportMethod to vip. This is not recommended, and results in additional monthly charges from CloudFront.
The minimum SSL/TLS protocol version that the distribution can use to communicate with viewers. To specify a minimum version, choose a value for MinimumProtocolVersion. For more information, see Security Policy (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy) in the Amazon CloudFront Developer Guide.
The location of the SSL/TLS certificate, Certificate Manager (ACM) (https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html) (recommended) or Identity and Access Management (IAM) (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html). You specify the location by setting a value in one of the following fields (not both): ACMCertificateArn IAMCertificateId
All distributions support HTTPS connections from viewers. To require viewers to use HTTPS only, or to redirect them from HTTP to HTTPS, use ViewerProtocolPolicy in the CacheBehavior or DefaultCacheBehavior. To specify how CloudFront should use SSL/TLS to communicate with your custom origin, use CustomOriginConfig.
For more information, see Using HTTPS with CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https.html) and Using Alternate Domain Names and HTTPS (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-alternate-domain-names.html) in the Amazon CloudFront Developer Guide.
func (ViewerCertificate) GoString ¶
func (s ViewerCertificate) 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 (*ViewerCertificate) SetACMCertificateArn ¶
func (s *ViewerCertificate) SetACMCertificateArn(v string) *ViewerCertificate
SetACMCertificateArn sets the ACMCertificateArn field's value.
func (*ViewerCertificate) SetCertificate ¶
func (s *ViewerCertificate) SetCertificate(v string) *ViewerCertificate
SetCertificate sets the Certificate field's value.
func (*ViewerCertificate) SetCertificateSource ¶
func (s *ViewerCertificate) SetCertificateSource(v string) *ViewerCertificate
SetCertificateSource sets the CertificateSource field's value.
func (*ViewerCertificate) SetCloudFrontDefaultCertificate ¶
func (s *ViewerCertificate) SetCloudFrontDefaultCertificate(v bool) *ViewerCertificate
SetCloudFrontDefaultCertificate sets the CloudFrontDefaultCertificate field's value.
func (*ViewerCertificate) SetIAMCertificateId ¶
func (s *ViewerCertificate) SetIAMCertificateId(v string) *ViewerCertificate
SetIAMCertificateId sets the IAMCertificateId field's value.
func (*ViewerCertificate) SetMinimumProtocolVersion ¶
func (s *ViewerCertificate) SetMinimumProtocolVersion(v string) *ViewerCertificate
SetMinimumProtocolVersion sets the MinimumProtocolVersion field's value.
func (*ViewerCertificate) SetSSLSupportMethod ¶
func (s *ViewerCertificate) SetSSLSupportMethod(v string) *ViewerCertificate
SetSSLSupportMethod sets the SSLSupportMethod field's value.
func (ViewerCertificate) String ¶
func (s ViewerCertificate) 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".
Directories ¶
Path | Synopsis |
---|---|
Package cloudfrontiface provides an interface to enable mocking the Amazon CloudFront service client for testing your code.
|
Package cloudfrontiface provides an interface to enable mocking the Amazon CloudFront service client for testing your code. |
Package sign provides utilities to generate signed URLs for Amazon CloudFront.
|
Package sign provides utilities to generate signed URLs for Amazon CloudFront. |