'2.0', 'service' => '
Amazon CloudFront is a global content delivery network (CDN) service that accelerates delivery of your websites, APIs, video content or other web assets. It integrates with other Amazon Web Services products to give developers and businesses an easy way to accelerate content to end users with no minimum usage commitments.
', 'operations' => [ 'CreateCloudFrontOriginAccessIdentity' => 'Create a new origin access identity.', 'CreateDistribution' => 'Create a new distribution.', 'CreateDistributionWithTags' => 'Create a new distribution with tags.', 'CreateInvalidation' => 'Create a new invalidation.', 'CreateStreamingDistribution' => 'Create a new streaming distribution.', 'CreateStreamingDistributionWithTags' => 'Create a new streaming distribution with tags.', 'DeleteCloudFrontOriginAccessIdentity' => 'Delete an origin access identity.', 'DeleteDistribution' => 'Delete a distribution.', 'DeleteStreamingDistribution' => 'Delete a streaming distribution.', 'GetCloudFrontOriginAccessIdentity' => 'Get the information about an origin access identity.', 'GetCloudFrontOriginAccessIdentityConfig' => 'Get the configuration information about an origin access identity.', 'GetDistribution' => 'Get the information about a distribution.', 'GetDistributionConfig' => 'Get the configuration information about a distribution.', 'GetInvalidation' => 'Get the information about an invalidation.', 'GetStreamingDistribution' => 'Get the information about a streaming distribution.', 'GetStreamingDistributionConfig' => 'Get the configuration information about a streaming distribution.', 'ListCloudFrontOriginAccessIdentities' => 'List origin access identities.', 'ListDistributions' => 'List distributions.', 'ListDistributionsByWebACLId' => 'List the distributions that are associated with a specified AWS WAF web ACL.', 'ListInvalidations' => 'List invalidation batches.', 'ListStreamingDistributions' => 'List streaming distributions.', 'ListTagsForResource' => 'List tags for a CloudFront resource.', 'TagResource' => 'Add tags to a CloudFront resource.', 'UntagResource' => 'Remove tags from a CloudFront resource.', 'UpdateCloudFrontOriginAccessIdentity' => 'Update an origin access identity.', 'UpdateDistribution' => 'Update a distribution.', 'UpdateStreamingDistribution' => 'Update a streaming distribution.', ], 'shapes' => [ 'AccessDenied' => [ 'base' => 'Access denied.', 'refs' => [], ], 'ActiveTrustedSigners' => [ 'base' => 'A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for the default cache behavior or for any of the other cache behaviors for this distribution. These are accounts that you want to allow to create signed URLs for private content.', 'refs' => [ 'Distribution$ActiveTrustedSigners' => 'CloudFront automatically adds this element to the response only if you\'ve set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer\'s AWS account. If no KeyPairId element appears for a Signer, that signer can\'t create working signed URLs.', 'StreamingDistribution$ActiveTrustedSigners' => 'CloudFront automatically adds this element to the response only if you\'ve set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer\'s AWS account. If no KeyPairId element appears for a Signer, that signer can\'t create working signed URLs.', ], ], 'AliasList' => [ 'base' => NULL, 'refs' => [ 'Aliases$Items' => 'Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.', ], ], 'Aliases' => [ 'base' => 'A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.', 'refs' => [ 'DistributionConfig$Aliases' => 'A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.', 'DistributionSummary$Aliases' => 'A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.', 'StreamingDistributionConfig$Aliases' => 'A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.', 'StreamingDistributionSummary$Aliases' => 'A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.', ], ], 'AllowedMethods' => [ 'base' => '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 may not want users to have permission to delete objects from your origin.', 'refs' => [ 'CacheBehavior$AllowedMethods' => NULL, 'DefaultCacheBehavior$AllowedMethods' => NULL, ], ], 'AwsAccountNumberList' => [ 'base' => NULL, 'refs' => [ 'TrustedSigners$Items' => 'Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.', ], ], 'BatchTooLarge' => [ 'base' => NULL, 'refs' => [], ], 'CNAMEAlreadyExists' => [ 'base' => NULL, 'refs' => [], ], 'CacheBehavior' => [ 'base' => 'A complex type that describes how CloudFront processes requests. You can create up to 10 cache behaviors.You must create at least as many cache behaviors (including the default cache behavior) as you have origins if you want CloudFront to distribute objects from all of the origins. Each cache behavior specifies the one origin from which you want CloudFront to get objects. If you have two origins and only the default cache behavior, the default cache behavior will cause CloudFront to get objects from one of the origins, but the other origin will never be used. If you don\'t want to specify any cache behaviors, include only an empty CacheBehaviors element. Don\'t include an empty CacheBehavior element, or CloudFront returns a MalformedXML error. To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty CacheBehaviors element. To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.', 'refs' => [ 'CacheBehaviorList$member' => NULL, ], ], 'CacheBehaviorList' => [ 'base' => NULL, 'refs' => [ 'CacheBehaviors$Items' => 'Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.', ], ], 'CacheBehaviors' => [ 'base' => 'A complex type that contains zero or more CacheBehavior elements.', 'refs' => [ 'DistributionConfig$CacheBehaviors' => 'A complex type that contains zero or more CacheBehavior elements.', 'DistributionSummary$CacheBehaviors' => 'A complex type that contains zero or more CacheBehavior elements.', ], ], 'CachedMethods' => [ 'base' => '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 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.', 'refs' => [ 'AllowedMethods$CachedMethods' => NULL, ], ], 'CertificateSource' => [ 'base' => NULL, 'refs' => [ 'ViewerCertificate$CertificateSource' => 'Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].', ], ], 'CloudFrontOriginAccessIdentity' => [ 'base' => 'CloudFront origin access identity.', 'refs' => [ 'CreateCloudFrontOriginAccessIdentityResult$CloudFrontOriginAccessIdentity' => 'The origin access identity\'s information.', 'GetCloudFrontOriginAccessIdentityResult$CloudFrontOriginAccessIdentity' => 'The origin access identity\'s information.', 'UpdateCloudFrontOriginAccessIdentityResult$CloudFrontOriginAccessIdentity' => 'The origin access identity\'s information.', ], ], 'CloudFrontOriginAccessIdentityAlreadyExists' => [ 'base' => '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.', 'refs' => [], ], 'CloudFrontOriginAccessIdentityConfig' => [ 'base' => 'Origin access identity configuration.', 'refs' => [ 'CloudFrontOriginAccessIdentity$CloudFrontOriginAccessIdentityConfig' => 'The current configuration information for the identity.', 'CreateCloudFrontOriginAccessIdentityRequest$CloudFrontOriginAccessIdentityConfig' => 'The origin access identity\'s configuration information.', 'GetCloudFrontOriginAccessIdentityConfigResult$CloudFrontOriginAccessIdentityConfig' => 'The origin access identity\'s configuration information.', 'UpdateCloudFrontOriginAccessIdentityRequest$CloudFrontOriginAccessIdentityConfig' => 'The identity\'s configuration information.', ], ], 'CloudFrontOriginAccessIdentityInUse' => [ 'base' => NULL, 'refs' => [], ], 'CloudFrontOriginAccessIdentityList' => [ 'base' => 'The CloudFrontOriginAccessIdentityList type.', 'refs' => [ 'ListCloudFrontOriginAccessIdentitiesResult$CloudFrontOriginAccessIdentityList' => 'The CloudFrontOriginAccessIdentityList type.', ], ], 'CloudFrontOriginAccessIdentitySummary' => [ 'base' => 'Summary of the information about a CloudFront origin access identity.', 'refs' => [ 'CloudFrontOriginAccessIdentitySummaryList$member' => NULL, ], ], 'CloudFrontOriginAccessIdentitySummaryList' => [ 'base' => NULL, 'refs' => [ 'CloudFrontOriginAccessIdentityList$Items' => 'A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.', ], ], 'CookieNameList' => [ 'base' => NULL, 'refs' => [ 'CookieNames$Items' => 'Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.', ], ], 'CookieNames' => [ 'base' => 'A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.', 'refs' => [ 'CookiePreference$WhitelistedNames' => 'A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.', ], ], 'CookiePreference' => [ 'base' => 'A complex type that specifies the cookie preferences associated with this cache behavior.', 'refs' => [ 'ForwardedValues$Cookies' => 'A complex type that specifies how CloudFront handles cookies.', ], ], 'CreateCloudFrontOriginAccessIdentityRequest' => [ 'base' => 'The request to create a new origin access identity.', 'refs' => [], ], 'CreateCloudFrontOriginAccessIdentityResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'CreateDistributionRequest' => [ 'base' => 'The request to create a new distribution.', 'refs' => [], ], 'CreateDistributionResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'CreateDistributionWithTagsRequest' => [ 'base' => 'The request to create a new distribution with tags', 'refs' => [], ], 'CreateDistributionWithTagsResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'CreateInvalidationRequest' => [ 'base' => 'The request to create an invalidation.', 'refs' => [], ], 'CreateInvalidationResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'CreateStreamingDistributionRequest' => [ 'base' => 'The request to create a new streaming distribution.', 'refs' => [], ], 'CreateStreamingDistributionResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'CreateStreamingDistributionWithTagsRequest' => [ 'base' => 'The request to create a new streaming distribution with tags.', 'refs' => [], ], 'CreateStreamingDistributionWithTagsResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'CustomErrorResponse' => [ 'base' => 'A complex type that describes how you\'d prefer CloudFront to respond to requests that result in either a 4xx or 5xx response. You can control whether a custom error page should be displayed, what the desired response code should be for this error page and how long should the error response be cached by CloudFront. If you don\'t want to specify any custom error responses, include only an empty CustomErrorResponses element. To delete all custom error responses in an existing distribution, update the distribution configuration and include only an empty CustomErrorResponses element. To add, change, or remove one or more custom error responses, update the distribution configuration and specify all of the custom error responses that you want to include in the updated distribution.', 'refs' => [ 'CustomErrorResponseList$member' => NULL, ], ], 'CustomErrorResponseList' => [ 'base' => NULL, 'refs' => [ 'CustomErrorResponses$Items' => 'Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.', ], ], 'CustomErrorResponses' => [ 'base' => 'A complex type that contains zero or more CustomErrorResponse elements.', 'refs' => [ 'DistributionConfig$CustomErrorResponses' => 'A complex type that contains zero or more CustomErrorResponse elements.', 'DistributionSummary$CustomErrorResponses' => 'A complex type that contains zero or more CustomErrorResponses elements.', ], ], 'CustomHeaders' => [ 'base' => 'A complex type that contains the list of Custom Headers for each origin.', 'refs' => [ 'Origin$CustomHeaders' => 'A complex type that contains information about the custom headers associated with this Origin.', ], ], 'CustomOriginConfig' => [ 'base' => 'A customer origin.', 'refs' => [ 'Origin$CustomOriginConfig' => 'A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.', ], ], 'DefaultCacheBehavior' => [ 'base' => 'A complex type that describes the default cache behavior if you do not 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.', 'refs' => [ 'DistributionConfig$DefaultCacheBehavior' => 'A complex type that describes the default cache behavior if you do not 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.', 'DistributionSummary$DefaultCacheBehavior' => 'A complex type that describes the default cache behavior if you do not 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.', ], ], 'DeleteCloudFrontOriginAccessIdentityRequest' => [ 'base' => 'The request to delete a origin access identity.', 'refs' => [], ], 'DeleteDistributionRequest' => [ 'base' => 'The request to delete a distribution.', 'refs' => [], ], 'DeleteStreamingDistributionRequest' => [ 'base' => 'The request to delete a streaming distribution.', 'refs' => [], ], 'Distribution' => [ 'base' => 'A distribution.', 'refs' => [ 'CreateDistributionResult$Distribution' => 'The distribution\'s information.', 'CreateDistributionWithTagsResult$Distribution' => 'The distribution\'s information.', 'GetDistributionResult$Distribution' => 'The distribution\'s information.', 'UpdateDistributionResult$Distribution' => 'The distribution\'s information.', ], ], 'DistributionAlreadyExists' => [ 'base' => 'The caller reference you attempted to create the distribution with is associated with another distribution.', 'refs' => [], ], 'DistributionConfig' => [ 'base' => 'A distribution Configuration.', 'refs' => [ 'CreateDistributionRequest$DistributionConfig' => 'The distribution\'s configuration information.', 'Distribution$DistributionConfig' => 'The current configuration information for the distribution.', 'DistributionConfigWithTags$DistributionConfig' => 'A distribution Configuration.', 'GetDistributionConfigResult$DistributionConfig' => 'The distribution\'s configuration information.', 'UpdateDistributionRequest$DistributionConfig' => 'The distribution\'s configuration information.', ], ], 'DistributionConfigWithTags' => [ 'base' => 'A distribution Configuration and a list of tags to be associated with the distribution.', 'refs' => [ 'CreateDistributionWithTagsRequest$DistributionConfigWithTags' => 'The distribution\'s configuration information.', ], ], 'DistributionList' => [ 'base' => 'A distribution list.', 'refs' => [ 'ListDistributionsByWebACLIdResult$DistributionList' => 'The DistributionList type.', 'ListDistributionsResult$DistributionList' => 'The DistributionList type.', ], ], 'DistributionNotDisabled' => [ 'base' => NULL, 'refs' => [], ], 'DistributionSummary' => [ 'base' => 'A summary of the information for an Amazon CloudFront distribution.', 'refs' => [ 'DistributionSummaryList$member' => NULL, ], ], 'DistributionSummaryList' => [ 'base' => NULL, 'refs' => [ 'DistributionList$Items' => 'A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.', ], ], 'ForwardedValues' => [ 'base' => 'A complex type that specifies how CloudFront handles query strings, cookies and headers.', 'refs' => [ 'CacheBehavior$ForwardedValues' => 'A complex type that specifies how CloudFront handles query strings, cookies and headers.', 'DefaultCacheBehavior$ForwardedValues' => 'A complex type that specifies how CloudFront handles query strings, cookies and headers.', ], ], 'GeoRestriction' => [ 'base' => 'A complex type that controls the countries in which your content is distributed. For more information about geo restriction, go to Customizing Error Responses in the Amazon CloudFront Developer Guide. CloudFront determines the location of your users using MaxMind GeoIP databases. For information about the accuracy of these databases, see How accurate are your GeoIP databases? on the MaxMind website.', 'refs' => [ 'Restrictions$GeoRestriction' => NULL, ], ], 'GeoRestrictionType' => [ 'base' => NULL, 'refs' => [ 'GeoRestriction$RestrictionType' => '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 do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.', ], ], 'GetCloudFrontOriginAccessIdentityConfigRequest' => [ 'base' => 'The request to get an origin access identity\'s configuration.', 'refs' => [], ], 'GetCloudFrontOriginAccessIdentityConfigResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'GetCloudFrontOriginAccessIdentityRequest' => [ 'base' => 'The request to get an origin access identity\'s information.', 'refs' => [], ], 'GetCloudFrontOriginAccessIdentityResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'GetDistributionConfigRequest' => [ 'base' => 'The request to get a distribution configuration.', 'refs' => [], ], 'GetDistributionConfigResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'GetDistributionRequest' => [ 'base' => 'The request to get a distribution\'s information.', 'refs' => [], ], 'GetDistributionResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'GetInvalidationRequest' => [ 'base' => 'The request to get an invalidation\'s information.', 'refs' => [], ], 'GetInvalidationResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'GetStreamingDistributionConfigRequest' => [ 'base' => 'To request to get a streaming distribution configuration.', 'refs' => [], ], 'GetStreamingDistributionConfigResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'GetStreamingDistributionRequest' => [ 'base' => 'The request to get a streaming distribution\'s information.', 'refs' => [], ], 'GetStreamingDistributionResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'HeaderList' => [ 'base' => NULL, 'refs' => [ 'Headers$Items' => 'Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.', ], ], 'Headers' => [ 'base' => 'A complex type that specifies the headers that you want CloudFront to forward to the origin for this cache behavior. For the headers that you specify, CloudFront also caches separate versions of a given object based on the header values in viewer requests; this is known as varying on headers. For example, suppose viewer requests for logo.jpg contain a custom Product header that has a value of either Acme or Apex, and you configure CloudFront to vary on the Product header. CloudFront forwards the Product header to the origin and caches the response from the origin once for each header value.', 'refs' => [ 'ForwardedValues$Headers' => 'A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.', ], ], 'HttpVersion' => [ 'base' => NULL, 'refs' => [ 'DistributionConfig$HttpVersion' => '(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don\'t support HTTP/2 will automatically use an earlier version.', 'DistributionSummary$HttpVersion' => '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.', ], ], 'IllegalUpdate' => [ 'base' => 'Origin and CallerReference cannot be updated.', 'refs' => [], ], 'InconsistentQuantities' => [ 'base' => 'The value of Quantity and the size of Items do not match.', 'refs' => [], ], 'InvalidArgument' => [ 'base' => 'The argument is invalid.', 'refs' => [], ], 'InvalidDefaultRootObject' => [ 'base' => 'The default root object file name is too big or contains an invalid character.', 'refs' => [], ], 'InvalidErrorCode' => [ 'base' => NULL, 'refs' => [], ], 'InvalidForwardCookies' => [ 'base' => '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.', 'refs' => [], ], 'InvalidGeoRestrictionParameter' => [ 'base' => NULL, 'refs' => [], ], 'InvalidHeadersForS3Origin' => [ 'base' => NULL, 'refs' => [], ], 'InvalidIfMatchVersion' => [ 'base' => 'The If-Match version is missing or not valid for the distribution.', 'refs' => [], ], 'InvalidLocationCode' => [ 'base' => NULL, 'refs' => [], ], 'InvalidMinimumProtocolVersion' => [ 'base' => NULL, 'refs' => [], ], 'InvalidOrigin' => [ 'base' => 'The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.', 'refs' => [], ], 'InvalidOriginAccessIdentity' => [ 'base' => 'The origin access identity is not valid or doesn\'t exist.', 'refs' => [], ], 'InvalidProtocolSettings' => [ 'base' => 'You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that Support Server Name Indication (SNI).', 'refs' => [], ], 'InvalidQueryStringParameters' => [ 'base' => NULL, 'refs' => [], ], 'InvalidRelativePath' => [ 'base' => 'The relative path is too big, is not URL-encoded, or does not begin with a slash (/).', 'refs' => [], ], 'InvalidRequiredProtocol' => [ 'base' => '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.', 'refs' => [], ], 'InvalidResponseCode' => [ 'base' => NULL, 'refs' => [], ], 'InvalidTTLOrder' => [ 'base' => NULL, 'refs' => [], ], 'InvalidTagging' => [ 'base' => 'The specified tagging for a CloudFront resource is invalid. For more information, see the error text.', 'refs' => [], ], 'InvalidViewerCertificate' => [ 'base' => NULL, 'refs' => [], ], 'InvalidWebACLId' => [ 'base' => NULL, 'refs' => [], ], 'Invalidation' => [ 'base' => 'An invalidation.', 'refs' => [ 'CreateInvalidationResult$Invalidation' => 'The invalidation\'s information.', 'GetInvalidationResult$Invalidation' => 'The invalidation\'s information.', ], ], 'InvalidationBatch' => [ 'base' => 'An invalidation batch.', 'refs' => [ 'CreateInvalidationRequest$InvalidationBatch' => 'The batch information for the invalidation.', 'Invalidation$InvalidationBatch' => 'The current invalidation information for the batch request.', ], ], 'InvalidationList' => [ 'base' => 'An invalidation list.', 'refs' => [ 'ListInvalidationsResult$InvalidationList' => 'Information about invalidation batches.', ], ], 'InvalidationSummary' => [ 'base' => 'Summary of an invalidation request.', 'refs' => [ 'InvalidationSummaryList$member' => NULL, ], ], 'InvalidationSummaryList' => [ 'base' => NULL, 'refs' => [ 'InvalidationList$Items' => 'A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.', ], ], 'ItemSelection' => [ 'base' => NULL, 'refs' => [ 'CookiePreference$Forward' => 'Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.', ], ], 'KeyPairIdList' => [ 'base' => NULL, 'refs' => [ 'KeyPairIds$Items' => 'A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.', ], ], 'KeyPairIds' => [ 'base' => 'A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.', 'refs' => [ 'Signer$KeyPairIds' => 'A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.', ], ], 'ListCloudFrontOriginAccessIdentitiesRequest' => [ 'base' => 'The request to list origin access identities.', 'refs' => [], ], 'ListCloudFrontOriginAccessIdentitiesResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'ListDistributionsByWebACLIdRequest' => [ 'base' => 'The request to list distributions that are associated with a specified AWS WAF web ACL.', 'refs' => [], ], 'ListDistributionsByWebACLIdResult' => [ 'base' => 'The response to a request to list the distributions that are associated with a specified AWS WAF web ACL.', 'refs' => [], ], 'ListDistributionsRequest' => [ 'base' => 'The request to list your distributions.', 'refs' => [], ], 'ListDistributionsResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'ListInvalidationsRequest' => [ 'base' => 'The request to list invalidations.', 'refs' => [], ], 'ListInvalidationsResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'ListStreamingDistributionsRequest' => [ 'base' => 'The request to list your streaming distributions.', 'refs' => [], ], 'ListStreamingDistributionsResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => 'The request to list tags for a CloudFront resource.', 'refs' => [], ], 'ListTagsForResourceResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'LocationList' => [ 'base' => NULL, 'refs' => [ 'GeoRestriction$Items' => '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 in the CloudFront console, which includes both country names and codes.', ], ], 'LoggingConfig' => [ 'base' => 'A complex type that controls whether access logs are written for the distribution.', 'refs' => [ 'DistributionConfig$Logging' => 'A complex type that controls whether access logs are written for the distribution.', ], ], 'Method' => [ 'base' => NULL, 'refs' => [ 'MethodsList$member' => NULL, ], ], 'MethodsList' => [ 'base' => NULL, 'refs' => [ 'AllowedMethods$Items' => 'A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.', 'CachedMethods$Items' => 'A complex type that contains the HTTP methods that you want CloudFront to cache responses to.', ], ], 'MinimumProtocolVersion' => [ 'base' => NULL, 'refs' => [ 'ViewerCertificate$MinimumProtocolVersion' => 'Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don\'t support TLSv1. If you\'re using a custom certificate (if you specify a value for IAMCertificateId) and if you\'re using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you\'re using a custom certificate (if you specify a value for IAMCertificateId) and if you\'re using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.', ], ], 'MissingBody' => [ 'base' => 'This operation requires a body. Ensure that the body is present and the Content-Type header is set.', 'refs' => [], ], 'NoSuchCloudFrontOriginAccessIdentity' => [ 'base' => 'The specified origin access identity does not exist.', 'refs' => [], ], 'NoSuchDistribution' => [ 'base' => 'The specified distribution does not exist.', 'refs' => [], ], 'NoSuchInvalidation' => [ 'base' => 'The specified invalidation does not exist.', 'refs' => [], ], 'NoSuchOrigin' => [ 'base' => 'No origin exists with the specified Origin Id.', 'refs' => [], ], 'NoSuchResource' => [ 'base' => 'The specified CloudFront resource does not exist.', 'refs' => [], ], 'NoSuchStreamingDistribution' => [ 'base' => 'The specified streaming distribution does not exist.', 'refs' => [], ], 'Origin' => [ 'base' => 'A complex type that describes the Amazon S3 bucket or the HTTP server (for example, a web server) from which CloudFront gets your files.You must create at least one origin.', 'refs' => [ 'OriginList$member' => NULL, ], ], 'OriginCustomHeader' => [ 'base' => 'A complex type that contains information related to a Header', 'refs' => [ 'OriginCustomHeadersList$member' => NULL, ], ], 'OriginCustomHeadersList' => [ 'base' => NULL, 'refs' => [ 'CustomHeaders$Items' => 'A complex type that contains the custom headers for this Origin.', ], ], 'OriginList' => [ 'base' => NULL, 'refs' => [ 'Origins$Items' => 'A complex type that contains origins for this distribution.', ], ], 'OriginProtocolPolicy' => [ 'base' => NULL, 'refs' => [ 'CustomOriginConfig$OriginProtocolPolicy' => 'The origin protocol policy to apply to your origin.', ], ], 'OriginSslProtocols' => [ 'base' => 'A complex type that contains the list of SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.', 'refs' => [ 'CustomOriginConfig$OriginSslProtocols' => 'The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.', ], ], 'Origins' => [ 'base' => 'A complex type that contains information about origins for this distribution.', 'refs' => [ 'DistributionConfig$Origins' => 'A complex type that contains information about origins for this distribution.', 'DistributionSummary$Origins' => 'A complex type that contains information about origins for this distribution.', ], ], 'PathList' => [ 'base' => NULL, 'refs' => [ 'Paths$Items' => 'A complex type that contains a list of the objects that you want to invalidate.', ], ], 'Paths' => [ 'base' => 'A complex type that contains information about the objects that you want to invalidate.', 'refs' => [ 'InvalidationBatch$Paths' => 'The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.', ], ], 'PreconditionFailed' => [ 'base' => 'The precondition given in one or more of the request-header fields evaluated to false.', 'refs' => [], ], 'PriceClass' => [ 'base' => NULL, 'refs' => [ 'DistributionConfig$PriceClass' => 'A complex type that contains information about price class for this distribution.', 'DistributionSummary$PriceClass' => NULL, 'StreamingDistributionConfig$PriceClass' => 'A complex type that contains information about price class for this streaming distribution.', 'StreamingDistributionSummary$PriceClass' => NULL, ], ], 'QueryStringCacheKeys' => [ 'base' => NULL, 'refs' => [ 'ForwardedValues$QueryStringCacheKeys' => 'A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.
', ], ], 'QueryStringCacheKeysList' => [ 'base' => NULL, 'refs' => [ 'QueryStringCacheKeys$Items' => 'Optional: A list that contains the query string parameters that you want CloudFront to use as a basis for caching for this cache behavior. If Quantity is 0, you can omit Items.', ], ], 'ResourceARN' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$Resource' => 'An ARN of a CloudFront resource.', 'TagResourceRequest$Resource' => 'An ARN of a CloudFront resource.', 'UntagResourceRequest$Resource' => 'An ARN of a CloudFront resource.', ], ], 'Restrictions' => [ 'base' => 'A complex type that identifies ways in which you want to restrict distribution of your content.', 'refs' => [ 'DistributionConfig$Restrictions' => NULL, 'DistributionSummary$Restrictions' => NULL, ], ], 'S3Origin' => [ 'base' => 'A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.', 'refs' => [ 'StreamingDistributionConfig$S3Origin' => 'A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.', 'StreamingDistributionSummary$S3Origin' => 'A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.', ], ], 'S3OriginConfig' => [ 'base' => 'A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.', 'refs' => [ 'Origin$S3OriginConfig' => 'A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.', ], ], 'SSLSupportMethod' => [ 'base' => NULL, 'refs' => [ 'ViewerCertificate$SSLSupportMethod' => 'If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don\'t support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.', ], ], 'Signer' => [ 'base' => 'A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as well as their active CloudFront key pair IDs, if any.', 'refs' => [ 'SignerList$member' => NULL, ], ], 'SignerList' => [ 'base' => NULL, 'refs' => [ 'ActiveTrustedSigners$Items' => 'A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.', ], ], 'SslProtocol' => [ 'base' => NULL, 'refs' => [ 'SslProtocolsList$member' => NULL, ], ], 'SslProtocolsList' => [ 'base' => NULL, 'refs' => [ 'OriginSslProtocols$Items' => 'A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.', ], ], 'StreamingDistribution' => [ 'base' => 'A streaming distribution.', 'refs' => [ 'CreateStreamingDistributionResult$StreamingDistribution' => 'The streaming distribution\'s information.', 'CreateStreamingDistributionWithTagsResult$StreamingDistribution' => 'The streaming distribution\'s information.', 'GetStreamingDistributionResult$StreamingDistribution' => 'The streaming distribution\'s information.', 'UpdateStreamingDistributionResult$StreamingDistribution' => 'The streaming distribution\'s information.', ], ], 'StreamingDistributionAlreadyExists' => [ 'base' => NULL, 'refs' => [], ], 'StreamingDistributionConfig' => [ 'base' => 'The configuration for the streaming distribution.', 'refs' => [ 'CreateStreamingDistributionRequest$StreamingDistributionConfig' => 'The streaming distribution\'s configuration information.', 'GetStreamingDistributionConfigResult$StreamingDistributionConfig' => 'The streaming distribution\'s configuration information.', 'StreamingDistribution$StreamingDistributionConfig' => 'The current configuration information for the streaming distribution.', 'StreamingDistributionConfigWithTags$StreamingDistributionConfig' => 'A streaming distribution Configuration.', 'UpdateStreamingDistributionRequest$StreamingDistributionConfig' => 'The streaming distribution\'s configuration information.', ], ], 'StreamingDistributionConfigWithTags' => [ 'base' => 'A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.', 'refs' => [ 'CreateStreamingDistributionWithTagsRequest$StreamingDistributionConfigWithTags' => 'The streaming distribution\'s configuration information.', ], ], 'StreamingDistributionList' => [ 'base' => 'A streaming distribution list.', 'refs' => [ 'ListStreamingDistributionsResult$StreamingDistributionList' => 'The StreamingDistributionList type.', ], ], 'StreamingDistributionNotDisabled' => [ 'base' => NULL, 'refs' => [], ], 'StreamingDistributionSummary' => [ 'base' => 'A summary of the information for an Amazon CloudFront streaming distribution.', 'refs' => [ 'StreamingDistributionSummaryList$member' => NULL, ], ], 'StreamingDistributionSummaryList' => [ 'base' => NULL, 'refs' => [ 'StreamingDistributionList$Items' => 'A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.', ], ], 'StreamingLoggingConfig' => [ 'base' => 'A complex type that controls whether access logs are written for this streaming distribution.', 'refs' => [ 'StreamingDistributionConfig$Logging' => 'A complex type that controls whether access logs are written for the streaming distribution.', ], ], 'Tag' => [ 'base' => 'A complex type that contains Tag key and Tag value.', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => '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 _ - . : / = + @.', 'refs' => [ 'Tag$Key' => '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 _ - . : / = + @.', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'TagKeys$Items' => 'A complex type that contains Tag key elements', ], ], 'TagKeys' => [ 'base' => 'A complex type that contains zero or more Tag elements.', 'refs' => [ 'UntagResourceRequest$TagKeys' => 'A complex type that contains zero or more Tag key elements.', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'Tags$Items' => 'A complex type that contains Tag elements', ], ], 'TagResourceRequest' => [ 'base' => 'The request to add tags to a CloudFront resource.', 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '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 _ - . : / = + @.', ], ], 'Tags' => [ 'base' => 'A complex type that contains zero or more Tag elements.', 'refs' => [ 'DistributionConfigWithTags$Tags' => 'A complex type that contains zero or more Tag elements.', 'ListTagsForResourceResult$Tags' => 'A complex type that contains zero or more Tag elements.', 'StreamingDistributionConfigWithTags$Tags' => 'A complex type that contains zero or more Tag elements.', 'TagResourceRequest$Tags' => 'A complex type that contains zero or more Tag elements.', ], ], 'TooManyCacheBehaviors' => [ 'base' => 'You cannot create anymore cache behaviors for the distribution.', 'refs' => [], ], 'TooManyCertificates' => [ 'base' => 'You cannot create anymore custom ssl certificates.', 'refs' => [], ], 'TooManyCloudFrontOriginAccessIdentities' => [ 'base' => 'Processing your request would cause you to exceed the maximum number of origin access identities allowed.', 'refs' => [], ], 'TooManyCookieNamesInWhiteList' => [ 'base' => 'Your request contains more cookie names in the whitelist than are allowed per cache behavior.', 'refs' => [], ], 'TooManyDistributionCNAMEs' => [ 'base' => 'Your request contains more CNAMEs than are allowed per distribution.', 'refs' => [], ], 'TooManyDistributions' => [ 'base' => 'Processing your request would cause you to exceed the maximum number of distributions allowed.', 'refs' => [], ], 'TooManyHeadersInForwardedValues' => [ 'base' => NULL, 'refs' => [], ], 'TooManyInvalidationsInProgress' => [ 'base' => 'You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.', 'refs' => [], ], 'TooManyOriginCustomHeaders' => [ 'base' => NULL, 'refs' => [], ], 'TooManyOrigins' => [ 'base' => 'You cannot create anymore origins for the distribution.', 'refs' => [], ], 'TooManyQueryStringParameters' => [ 'base' => NULL, 'refs' => [], ], 'TooManyStreamingDistributionCNAMEs' => [ 'base' => NULL, 'refs' => [], ], 'TooManyStreamingDistributions' => [ 'base' => 'Processing your request would cause you to exceed the maximum number of streaming distributions allowed.', 'refs' => [], ], 'TooManyTrustedSigners' => [ 'base' => 'Your request contains more trusted signers than are allowed per distribution.', 'refs' => [], ], 'TrustedSignerDoesNotExist' => [ 'base' => 'One or more of your trusted signers do not exist.', 'refs' => [], ], 'TrustedSigners' => [ 'base' => 'A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don\'t want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it\'s currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.', 'refs' => [ 'CacheBehavior$TrustedSigners' => 'A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don\'t want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it\'s currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.', 'DefaultCacheBehavior$TrustedSigners' => 'A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don\'t want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it\'s currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.', 'StreamingDistributionConfig$TrustedSigners' => 'A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don\'t want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it\'s currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.', 'StreamingDistributionSummary$TrustedSigners' => 'A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don\'t want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it\'s currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.', ], ], 'UntagResourceRequest' => [ 'base' => 'The request to remove tags from a CloudFront resource.', 'refs' => [], ], 'UpdateCloudFrontOriginAccessIdentityRequest' => [ 'base' => 'The request to update an origin access identity.', 'refs' => [], ], 'UpdateCloudFrontOriginAccessIdentityResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'UpdateDistributionRequest' => [ 'base' => 'The request to update a distribution.', 'refs' => [], ], 'UpdateDistributionResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'UpdateStreamingDistributionRequest' => [ 'base' => 'The request to update a streaming distribution.', 'refs' => [], ], 'UpdateStreamingDistributionResult' => [ 'base' => 'The returned result of the corresponding request.', 'refs' => [], ], 'ViewerCertificate' => [ 'base' => 'A complex type that contains information about viewer certificates for this distribution.', 'refs' => [ 'DistributionConfig$ViewerCertificate' => NULL, 'DistributionSummary$ViewerCertificate' => NULL, ], ], 'ViewerProtocolPolicy' => [ 'base' => NULL, 'refs' => [ 'CacheBehavior$ViewerProtocolPolicy' => 'Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.', 'DefaultCacheBehavior$ViewerProtocolPolicy' => 'Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.', ], ], 'boolean' => [ 'base' => NULL, 'refs' => [ 'ActiveTrustedSigners$Enabled' => 'Each active trusted signer.', 'CacheBehavior$SmoothStreaming' => 'Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.', 'CacheBehavior$Compress' => 'Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can\'t use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.', 'CloudFrontOriginAccessIdentityList$IsTruncated' => '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.', 'DefaultCacheBehavior$SmoothStreaming' => 'Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.', 'DefaultCacheBehavior$Compress' => 'Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can\'t use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.', 'DistributionConfig$Enabled' => 'Whether the distribution is enabled to accept end user requests for content.', 'DistributionList$IsTruncated' => '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.', 'DistributionSummary$Enabled' => 'Whether the distribution is enabled to accept end user requests for content.', 'ForwardedValues$QueryString' => '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: