1{
2  "version": "2.0",
3  "service": "<fullname>Amazon CloudFront</fullname> <p>This is the <i>Amazon CloudFront API Reference</i>. 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 <i>Amazon CloudFront Developer Guide</i>.</p>",
4  "operations": {
5    "CreateCachePolicy": "<p>Creates a cache policy.</p> <p>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:</p> <ul> <li> <p>The values that CloudFront includes in the <i>cache key</i>. 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.</p> </li> <li> <p>The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.</p> </li> </ul> <p>The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find an object in its cache that matches the request’s cache key. If you want to send values to the origin but <i>not</i> include them in the cache key, use <code>CreateOriginRequestPolicy</code>.</p> <p>For more information about cache policies, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html\">Controlling the cache key</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
6    "CreateCloudFrontOriginAccessIdentity": "<p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
7    "CreateDistribution": "<p>Creates a new web distribution. You create a CloudFront distribution to tell CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery. Send a <code>POST</code> request to the <code>/<i>CloudFront API version</i>/distribution</code>/<code>distribution ID</code> resource.</p> <important> <p>When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html\">UpdateDistribution</a>, follow the steps included in the documentation to get the current configuration and then make your updates. This helps to make sure that you include all of the required fields. To view a summary, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html\">Required Fields for Create Distribution and Update Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> </important>",
8    "CreateDistributionWithTags": "<p>Create a new distribution with tags.</p>",
9    "CreateFieldLevelEncryptionConfig": "<p>Create a new field-level encryption configuration.</p>",
10    "CreateFieldLevelEncryptionProfile": "<p>Create a field-level encryption profile.</p>",
11    "CreateInvalidation": "<p>Create a new invalidation. </p>",
12    "CreateOriginRequestPolicy": "<p>Creates an origin request policy.</p> <p>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:</p> <ul> <li> <p>The request body and the URL path (without the domain name) from the viewer request.</p> </li> <li> <p>The headers that CloudFront automatically includes in every origin request, including <code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p> </li> <li> <p>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.</p> </li> </ul> <p>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 <code>CreateCachePolicy</code>.</p> <p>For more information about origin request policies, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html\">Controlling origin requests</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
13    "CreatePublicKey": "<p>Add a new public key to CloudFront to use, for example, for field-level encryption. You can add a maximum of 10 public keys with one AWS account.</p>",
14    "CreateStreamingDistribution": "<p>Creates a new RTMP distribution. An RTMP distribution is similar to a web distribution, but an RTMP distribution streams media files using the Adobe Real-Time Messaging Protocol (RTMP) instead of serving files using HTTP. </p> <p>To create a new distribution, submit a <code>POST</code> request to the <i>CloudFront API version</i>/distribution resource. The request body must include a document with a <i>StreamingDistributionConfig</i> element. The response echoes the <code>StreamingDistributionConfig</code> element and returns other information about the RTMP distribution.</p> <p>To get the status of your request, use the <i>GET StreamingDistribution</i> API action. When the value of <code>Enabled</code> is <code>true</code> and the value of <code>Status</code> is <code>Deployed</code>, your distribution is ready. A distribution usually deploys in less than 15 minutes.</p> <p>For more information about web distributions, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-rtmp.html\">Working with RTMP Distributions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <important> <p>Beginning with the 2012-05-05 version of the CloudFront API, we made substantial changes to the format of the XML document that you include in the request body when you create or update a web distribution or an RTMP distribution, and when you invalidate objects. With previous versions of the API, we discovered that it was too easy to accidentally delete one or more values for an element that accepts multiple values, for example, CNAMEs and trusted signers. Our changes for the 2012-05-05 release are intended to prevent these accidental deletions and to notify you when there's a mismatch between the number of values you say you're specifying in the <code>Quantity</code> element and the number of values specified.</p> </important>",
15    "CreateStreamingDistributionWithTags": "<p>Create a new streaming distribution with tags.</p>",
16    "DeleteCachePolicy": "<p>Deletes a cache policy.</p> <p>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.</p> <p>To delete a cache policy, you must provide the policy’s identifier and version. To get these values, you can use <code>ListCachePolicies</code> or <code>GetCachePolicy</code>.</p>",
17    "DeleteCloudFrontOriginAccessIdentity": "<p>Delete an origin access identity. </p>",
18    "DeleteDistribution": "<p>Delete a distribution. </p>",
19    "DeleteFieldLevelEncryptionConfig": "<p>Remove a field-level encryption configuration.</p>",
20    "DeleteFieldLevelEncryptionProfile": "<p>Remove a field-level encryption profile.</p>",
21    "DeleteOriginRequestPolicy": "<p>Deletes an origin request policy.</p> <p>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.</p> <p>To delete an origin request policy, you must provide the policy’s identifier and version. To get the identifier, you can use <code>ListOriginRequestPolicies</code> or <code>GetOriginRequestPolicy</code>.</p>",
22    "DeletePublicKey": "<p>Remove a public key you previously added to CloudFront.</p>",
23    "DeleteStreamingDistribution": "<p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.</p> <p> <b>To delete an RTMP distribution using the CloudFront API</b>:</p> <ol> <li> <p>Disable the RTMP distribution.</p> </li> <li> <p>Submit a <code>GET Streaming Distribution Config</code> request to get the current configuration and the <code>Etag</code> header for the distribution. </p> </li> <li> <p>Update the XML document that was returned in the response to your <code>GET Streaming Distribution Config</code> request to change the value of <code>Enabled</code> to <code>false</code>.</p> </li> <li> <p>Submit a <code>PUT Streaming Distribution Config</code> 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 <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Streaming Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to the <code>PUT Streaming Distribution Config</code> request to confirm that the distribution was successfully disabled.</p> </li> <li> <p>Submit a <code>GET Streaming Distribution Config</code> request to confirm that your changes have propagated. When propagation is complete, the value of <code>Status</code> is <code>Deployed</code>.</p> </li> <li> <p>Submit a <code>DELETE Streaming Distribution</code> request. Set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Streaming Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to your <code>DELETE Streaming Distribution</code> request to confirm that the distribution was successfully deleted.</p> </li> </ol> <p>For information about deleting a distribution using the CloudFront console, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html\">Deleting a Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
24    "GetCachePolicy": "<p>Gets a cache policy, including the following metadata:</p> <ul> <li> <p>The policy’s identifier.</p> </li> <li> <p>The date and time when the policy was last modified.</p> </li> </ul> <p>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 <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is not attached to a cache behavior, you can get the identifier using <code>ListCachePolicies</code>.</p>",
25    "GetCachePolicyConfig": "<p>Gets a cache policy configuration.</p> <p>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 <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is not attached to a cache behavior, you can get the identifier using <code>ListCachePolicies</code>.</p>",
26    "GetCloudFrontOriginAccessIdentity": "<p>Get the information about an origin access identity. </p>",
27    "GetCloudFrontOriginAccessIdentityConfig": "<p>Get the configuration information about an origin access identity. </p>",
28    "GetDistribution": "<p>Get the information about a distribution.</p>",
29    "GetDistributionConfig": "<p>Get the configuration information about a distribution. </p>",
30    "GetFieldLevelEncryption": "<p>Get the field-level encryption configuration information.</p>",
31    "GetFieldLevelEncryptionConfig": "<p>Get the field-level encryption configuration information.</p>",
32    "GetFieldLevelEncryptionProfile": "<p>Get the field-level encryption profile information.</p>",
33    "GetFieldLevelEncryptionProfileConfig": "<p>Get the field-level encryption profile configuration information.</p>",
34    "GetInvalidation": "<p>Get the information about an invalidation. </p>",
35    "GetOriginRequestPolicy": "<p>Gets an origin request policy, including the following metadata:</p> <ul> <li> <p>The policy’s identifier.</p> </li> <li> <p>The date and time when the policy was last modified.</p> </li> </ul> <p>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 <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request policy is not attached to a cache behavior, you can get the identifier using <code>ListOriginRequestPolicies</code>.</p>",
36    "GetOriginRequestPolicyConfig": "<p>Gets an origin request policy configuration.</p> <p>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 <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request policy is not attached to a cache behavior, you can get the identifier using <code>ListOriginRequestPolicies</code>.</p>",
37    "GetPublicKey": "<p>Get the public key information.</p>",
38    "GetPublicKeyConfig": "<p>Return public key configuration informaation</p>",
39    "GetStreamingDistribution": "<p>Gets information about a specified RTMP distribution, including the distribution configuration.</p>",
40    "GetStreamingDistributionConfig": "<p>Get the configuration information about a streaming distribution. </p>",
41    "ListCachePolicies": "<p>Gets a list of cache policies.</p> <p>You can optionally apply a filter to return only the managed policies created by AWS, or only the custom policies created in your AWS account.</p> <p>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 <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>",
42    "ListCloudFrontOriginAccessIdentities": "<p>Lists origin access identities.</p>",
43    "ListDistributions": "<p>List CloudFront distributions.</p>",
44    "ListDistributionsByCachePolicyId": "<p>Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified cache policy.</p> <p>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 <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>",
45    "ListDistributionsByOriginRequestPolicyId": "<p>Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified origin request policy.</p> <p>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 <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>",
46    "ListDistributionsByWebACLId": "<p>List the distributions that are associated with a specified AWS WAF web ACL. </p>",
47    "ListFieldLevelEncryptionConfigs": "<p>List all field-level encryption configurations that have been created in CloudFront for this account.</p>",
48    "ListFieldLevelEncryptionProfiles": "<p>Request a list of field-level encryption profiles that have been created in CloudFront for this account.</p>",
49    "ListInvalidations": "<p>Lists invalidation batches. </p>",
50    "ListOriginRequestPolicies": "<p>Gets a list of origin request policies.</p> <p>You can optionally apply a filter to return only the managed policies created by AWS, or only the custom policies created in your AWS account.</p> <p>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 <code>NextMarker</code> value from the current response as the <code>Marker</code> value in the subsequent request.</p>",
51    "ListPublicKeys": "<p>List all public keys that have been added to CloudFront for this account.</p>",
52    "ListStreamingDistributions": "<p>List streaming distributions. </p>",
53    "ListTagsForResource": "<p>List tags for a CloudFront resource.</p>",
54    "TagResource": "<p>Add tags to a CloudFront resource.</p>",
55    "UntagResource": "<p>Remove tags from a CloudFront resource.</p>",
56    "UpdateCachePolicy": "<p>Updates a cache policy configuration.</p> <p>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:</p> <ol> <li> <p>Use <code>GetCachePolicyConfig</code> to get the current configuration.</p> </li> <li> <p>Locally modify the fields in the cache policy configuration that you want to update.</p> </li> <li> <p>Call <code>UpdateCachePolicy</code> by providing the entire cache policy configuration, including the fields that you modified and those that you didn’t.</p> </li> </ol>",
57    "UpdateCloudFrontOriginAccessIdentity": "<p>Update an origin access identity. </p>",
58    "UpdateDistribution": "<p>Updates the configuration for a web distribution. </p> <important> <p>When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using this API action, follow the steps here to get the current configuration and then make your updates, to make sure that you include all of the required fields. To view a summary, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html\">Required Fields for Create Distribution and Update Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> </important> <p>The update process includes getting the current distribution configuration, updating the XML document that is returned to make your changes, and then submitting an <code>UpdateDistribution</code> request to make the updates.</p> <p>For information about updating a distribution using the CloudFront console instead, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-creating-console.html\">Creating a Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p> <b>To update a web distribution using the CloudFront API</b> </p> <ol> <li> <p>Submit a <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistributionConfig.html\">GetDistributionConfig</a> request to get the current configuration and an <code>Etag</code> header for the distribution.</p> <note> <p>If you update the distribution again, you must get a new <code>Etag</code> header.</p> </note> </li> <li> <p>Update the XML document that was returned in the response to your <code>GetDistributionConfig</code> request to include your changes. </p> <important> <p>When you edit the XML file, be aware of the following:</p> <ul> <li> <p>You must strip out the ETag parameter that is returned.</p> </li> <li> <p>Additional fields are required when you update a distribution. There may be fields included in the XML file for features that you haven't configured for your distribution. This is expected and required to successfully update the distribution.</p> </li> <li> <p>You can't change the value of <code>CallerReference</code>. If you try to change this value, CloudFront returns an <code>IllegalUpdate</code> error. </p> </li> <li> <p>The new configuration replaces the existing configuration; the values that you specify in an <code>UpdateDistribution</code> request are not merged into your existing configuration. When you add, delete, or replace values in an element that allows multiple values (for example, <code>CNAME</code>), you must specify all of the values that you want to appear in the updated distribution. In addition, you must update the corresponding <code>Quantity</code> element.</p> </li> </ul> </important> </li> <li> <p>Submit an <code>UpdateDistribution</code> request to update the configuration for your distribution:</p> <ul> <li> <p>In the request body, include the XML document that you updated in Step 2. The request body must include an XML document with a <code>DistributionConfig</code> element.</p> </li> <li> <p>Set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GetDistributionConfig</code> request in Step 1.</p> </li> </ul> </li> <li> <p>Review the response to the <code>UpdateDistribution</code> request to confirm that the configuration was successfully updated.</p> </li> <li> <p>Optional: Submit a <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html\">GetDistribution</a> request to confirm that your changes have propagated. When propagation is complete, the value of <code>Status</code> is <code>Deployed</code>.</p> </li> </ol>",
59    "UpdateFieldLevelEncryptionConfig": "<p>Update a field-level encryption configuration. </p>",
60    "UpdateFieldLevelEncryptionProfile": "<p>Update a field-level encryption profile. </p>",
61    "UpdateOriginRequestPolicy": "<p>Updates an origin request policy configuration.</p> <p>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:</p> <ol> <li> <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current configuration.</p> </li> <li> <p>Locally modify the fields in the origin request policy configuration that you want to update.</p> </li> <li> <p>Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin request policy configuration, including the fields that you modified and those that you didn’t.</p> </li> </ol>",
62    "UpdatePublicKey": "<p>Update public key information. Note that the only value you can change is the comment.</p>",
63    "UpdateStreamingDistribution": "<p>Update a streaming distribution. </p>"
64  },
65  "shapes": {
66    "AccessDenied": {
67      "base": "<p>Access denied.</p>",
68      "refs": {
69      }
70    },
71    "ActiveTrustedSigners": {
72      "base": "<p>A complex type that lists the AWS accounts, if any, that you included in the <code>TrustedSigners</code> complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.</p> <p>The <code>Signer</code> complex type lists the AWS account number of the trusted signer or <code>self</code> if the signer is the AWS account that created the distribution. The <code>Signer</code> element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no <code>KeyPairId</code> element appears for a <code>Signer</code>, that signer can't create signed URLs. </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
73      "refs": {
74        "Distribution$ActiveTrustedSigners": "<p>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 <code>Signer</code> child element lists the AWS account number of the trusted signer (or an empty <code>Self</code> element if the signer is you). The <code>Signer</code> element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no <code>KeyPairId</code> element appears for a <code>Signer</code>, that signer can't create working signed URLs.</p>",
75        "StreamingDistribution$ActiveTrustedSigners": "<p>A complex type that lists the AWS accounts, if any, that you included in the <code>TrustedSigners</code> complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.</p> <p>The <code>Signer</code> complex type lists the AWS account number of the trusted signer or <code>self</code> if the signer is the AWS account that created the distribution. The <code>Signer</code> element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's AWS account. If no <code>KeyPairId</code> element appears for a <code>Signer</code>, that signer can't create signed URLs.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>"
76      }
77    },
78    "AliasICPRecordal": {
79      "base": "<p>AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions. The status is returned in the CloudFront response; you can't configure it yourself.</p> <p>For more information about ICP recordals, see <a href=\"https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html\"> Signup, Accounts, and Credentials</a> in <i>Getting Started with AWS services in China</i>.</p>",
80      "refs": {
81        "AliasICPRecordals$member": null
82      }
83    },
84    "AliasICPRecordals": {
85      "base": null,
86      "refs": {
87        "Distribution$AliasICPRecordals": "<p>AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.</p> <p>For more information about ICP recordals, see <a href=\"https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html\"> Signup, Accounts, and Credentials</a> in <i>Getting Started with AWS services in China</i>.</p>",
88        "DistributionSummary$AliasICPRecordals": "<p>AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.</p> <p>For more information about ICP recordals, see <a href=\"https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html\"> Signup, Accounts, and Credentials</a> in <i>Getting Started with AWS services in China</i>.</p>"
89      }
90    },
91    "AliasList": {
92      "base": null,
93      "refs": {
94        "Aliases$Items": "<p>A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.</p>"
95      }
96    },
97    "Aliases": {
98      "base": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. </p>",
99      "refs": {
100        "DistributionConfig$Aliases": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.</p>",
101        "DistributionSummary$Aliases": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.</p>",
102        "StreamingDistributionConfig$Aliases": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution. </p>",
103        "StreamingDistributionSummary$Aliases": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.</p>"
104      }
105    },
106    "AllowedMethods": {
107      "base": "<p>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:</p> <ul> <li> <p>CloudFront forwards only <code>GET</code> and <code>HEAD</code> requests.</p> </li> <li> <p>CloudFront forwards only <code>GET</code>, <code>HEAD</code>, and <code>OPTIONS</code> requests.</p> </li> <li> <p>CloudFront forwards <code>GET, HEAD, OPTIONS, PUT, PATCH, POST</code>, and <code>DELETE</code> requests.</p> </li> </ul> <p>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.</p>",
108      "refs": {
109        "CacheBehavior$AllowedMethods": null,
110        "DefaultCacheBehavior$AllowedMethods": null
111      }
112    },
113    "AwsAccountNumberList": {
114      "base": null,
115      "refs": {
116        "TrustedSigners$Items": "<p> <b>Optional</b>: A complex type that contains trusted signers for this cache behavior. If <code>Quantity</code> is <code>0</code>, you can omit <code>Items</code>.</p>"
117      }
118    },
119    "BatchTooLarge": {
120      "base": "<p>Invalidation batch specified is too large.</p>",
121      "refs": {
122      }
123    },
124    "CNAMEAlreadyExists": {
125      "base": "<p>The CNAME specified is already defined for CloudFront.</p>",
126      "refs": {
127      }
128    },
129    "CacheBehavior": {
130      "base": "<p>A complex type that describes how CloudFront processes requests.</p> <p>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.</p> <p>For the current quota (formerly known as limit) on the number of cache behaviors that you can add to a distribution, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>If you don’t want to specify any cache behaviors, include only an empty <code>CacheBehaviors</code> element. Don’t include an empty <code>CacheBehavior</code> element because this is invalid.</p> <p>To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty <code>CacheBehaviors</code> element.</p> <p>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.</p> <p>For more information about cache behaviors, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior\">Cache Behavior Settings</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
131      "refs": {
132        "CacheBehaviorList$member": null
133      }
134    },
135    "CacheBehaviorList": {
136      "base": null,
137      "refs": {
138        "CacheBehaviors$Items": "<p>Optional: A complex type that contains cache behaviors for this distribution. If <code>Quantity</code> is <code>0</code>, you can omit <code>Items</code>.</p>"
139      }
140    },
141    "CacheBehaviors": {
142      "base": "<p>A complex type that contains zero or more <code>CacheBehavior</code> elements. </p>",
143      "refs": {
144        "DistributionConfig$CacheBehaviors": "<p>A complex type that contains zero or more <code>CacheBehavior</code> elements. </p>",
145        "DistributionSummary$CacheBehaviors": "<p>A complex type that contains zero or more <code>CacheBehavior</code> elements.</p>"
146      }
147    },
148    "CachePolicy": {
149      "base": "<p>A cache policy.</p> <p>When it’s attached to a cache behavior, the cache policy determines the following:</p> <ul> <li> <p>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.</p> </li> <li> <p>The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.</p> </li> </ul> <p>The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find a valid object in its cache that matches the request’s cache key. If you want to send values to the origin but <i>not</i> include them in the cache key, use <code>OriginRequestPolicy</code>.</p>",
150      "refs": {
151        "CachePolicySummary$CachePolicy": "<p>The cache policy.</p>",
152        "CreateCachePolicyResult$CachePolicy": "<p>A cache policy.</p>",
153        "GetCachePolicyResult$CachePolicy": "<p>The cache policy.</p>",
154        "UpdateCachePolicyResult$CachePolicy": "<p>A cache policy.</p>"
155      }
156    },
157    "CachePolicyAlreadyExists": {
158      "base": "<p>A cache policy with this name already exists. You must provide a unique name. To modify an existing cache policy, use <code>UpdateCachePolicy</code>.</p>",
159      "refs": {
160      }
161    },
162    "CachePolicyConfig": {
163      "base": "<p>A cache policy configuration.</p> <p>This configuration determines the following:</p> <ul> <li> <p>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.</p> </li> <li> <p>The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.</p> </li> </ul> <p>The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find a valid object in its cache that matches the request’s cache key. If you want to send values to the origin but <i>not</i> include them in the cache key, use <code>OriginRequestPolicy</code>.</p>",
164      "refs": {
165        "CachePolicy$CachePolicyConfig": "<p>The cache policy configuration.</p>",
166        "CreateCachePolicyRequest$CachePolicyConfig": "<p>A cache policy configuration.</p>",
167        "GetCachePolicyConfigResult$CachePolicyConfig": "<p>The cache policy configuration.</p>",
168        "UpdateCachePolicyRequest$CachePolicyConfig": "<p>A cache policy configuration.</p>"
169      }
170    },
171    "CachePolicyCookieBehavior": {
172      "base": null,
173      "refs": {
174        "CachePolicyCookiesConfig$CookieBehavior": "<p>Determines whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are:</p> <ul> <li> <p> <code>none</code> – Cookies in viewer requests are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set to <code>none</code>, any cookies that are listed in an <code>OriginRequestPolicy</code> <i>are</i> included in origin requests.</p> </li> <li> <p> <code>whitelist</code> – The cookies in viewer requests that are listed in the <code>CookieNames</code> type are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>allExcept</code> – All cookies in viewer requests that are <i> <b>not</b> </i> listed in the <code>CookieNames</code> type are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>all</code> – All cookies in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.</p> </li> </ul>"
175      }
176    },
177    "CachePolicyCookiesConfig": {
178      "base": "<p>An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p>",
179      "refs": {
180        "ParametersInCacheKeyAndForwardedToOrigin$CookiesConfig": "<p>An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p>"
181      }
182    },
183    "CachePolicyHeaderBehavior": {
184      "base": null,
185      "refs": {
186        "CachePolicyHeadersConfig$HeaderBehavior": "<p>Determines whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are:</p> <ul> <li> <p> <code>none</code> – HTTP headers are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set to <code>none</code>, any headers that are listed in an <code>OriginRequestPolicy</code> <i>are</i> included in origin requests.</p> </li> <li> <p> <code>whitelist</code> – The HTTP headers that are listed in the <code>Headers</code> type are included in the cache key and are automatically included in requests that CloudFront sends to the origin.</p> </li> </ul>"
187      }
188    },
189    "CachePolicyHeadersConfig": {
190      "base": "<p>An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p>",
191      "refs": {
192        "ParametersInCacheKeyAndForwardedToOrigin$HeadersConfig": "<p>An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p>"
193      }
194    },
195    "CachePolicyInUse": {
196      "base": "<p>Cannot delete the cache policy because it is attached to one or more cache behaviors.</p>",
197      "refs": {
198      }
199    },
200    "CachePolicyList": {
201      "base": "<p>A list of cache policies.</p>",
202      "refs": {
203        "ListCachePoliciesResult$CachePolicyList": "<p>A list of cache policies.</p>"
204      }
205    },
206    "CachePolicyQueryStringBehavior": {
207      "base": null,
208      "refs": {
209        "CachePolicyQueryStringsConfig$QueryStringBehavior": "<p>Determines whether any URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. Valid values are:</p> <ul> <li> <p> <code>none</code> – Query strings in viewer requests are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set to <code>none</code>, any query strings that are listed in an <code>OriginRequestPolicy</code> <i>are</i> included in origin requests.</p> </li> <li> <p> <code>whitelist</code> – The query strings in viewer requests that are listed in the <code>QueryStringNames</code> type are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>allExcept</code> – All query strings in viewer requests that are <i> <b>not</b> </i> listed in the <code>QueryStringNames</code> type are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>all</code> – All query strings in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.</p> </li> </ul>"
210      }
211    },
212    "CachePolicyQueryStringsConfig": {
213      "base": "<p>An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p>",
214      "refs": {
215        "ParametersInCacheKeyAndForwardedToOrigin$QueryStringsConfig": "<p>An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin.</p>"
216      }
217    },
218    "CachePolicySummary": {
219      "base": "<p>Contains a cache policy.</p>",
220      "refs": {
221        "CachePolicySummaryList$member": null
222      }
223    },
224    "CachePolicySummaryList": {
225      "base": null,
226      "refs": {
227        "CachePolicyList$Items": "<p>Contains the cache policies in the list.</p>"
228      }
229    },
230    "CachePolicyType": {
231      "base": null,
232      "refs": {
233        "CachePolicySummary$Type": "<p>The type of cache policy, either <code>managed</code> (created by AWS) or <code>custom</code> (created in this AWS account).</p>",
234        "ListCachePoliciesRequest$Type": "<p>A filter to return only the specified kinds of cache policies. Valid values are:</p> <ul> <li> <p> <code>managed</code> – Returns only the managed policies created by AWS.</p> </li> <li> <p> <code>custom</code> – Returns only the custom policies created in your AWS account.</p> </li> </ul>"
235      }
236    },
237    "CachedMethods": {
238      "base": "<p>A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices:</p> <ul> <li> <p>CloudFront caches responses to <code>GET</code> and <code>HEAD</code> requests.</p> </li> <li> <p>CloudFront caches responses to <code>GET</code>, <code>HEAD</code>, and <code>OPTIONS</code> requests.</p> </li> </ul> <p>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. </p>",
239      "refs": {
240        "AllowedMethods$CachedMethods": null
241      }
242    },
243    "CannotChangeImmutablePublicKeyFields": {
244      "base": "<p>You can't change the value of a public key.</p>",
245      "refs": {
246      }
247    },
248    "CertificateSource": {
249      "base": null,
250      "refs": {
251        "ViewerCertificate$CertificateSource": "<p>This field is deprecated. Use one of the following fields instead:</p> <ul> <li> <p> <code>ACMCertificateArn</code> </p> </li> <li> <p> <code>IAMCertificateId</code> </p> </li> <li> <p> <code>CloudFrontDefaultCertificate</code> </p> </li> </ul>"
252      }
253    },
254    "CloudFrontOriginAccessIdentity": {
255      "base": "<p>CloudFront origin access identity.</p>",
256      "refs": {
257        "CreateCloudFrontOriginAccessIdentityResult$CloudFrontOriginAccessIdentity": "<p>The origin access identity's information.</p>",
258        "GetCloudFrontOriginAccessIdentityResult$CloudFrontOriginAccessIdentity": "<p>The origin access identity's information.</p>",
259        "UpdateCloudFrontOriginAccessIdentityResult$CloudFrontOriginAccessIdentity": "<p>The origin access identity's information.</p>"
260      }
261    },
262    "CloudFrontOriginAccessIdentityAlreadyExists": {
263      "base": "<p>If the <code>CallerReference</code> is a value you already sent in a previous request to create an identity but the content of the <code>CloudFrontOriginAccessIdentityConfig</code> is different from the original request, CloudFront returns a <code>CloudFrontOriginAccessIdentityAlreadyExists</code> error. </p>",
264      "refs": {
265      }
266    },
267    "CloudFrontOriginAccessIdentityConfig": {
268      "base": "<p>Origin access identity configuration. Send a <code>GET</code> request to the <code>/<i>CloudFront API version</i>/CloudFront/identity ID/config</code> resource. </p>",
269      "refs": {
270        "CloudFrontOriginAccessIdentity$CloudFrontOriginAccessIdentityConfig": "<p>The current configuration information for the identity. </p>",
271        "CreateCloudFrontOriginAccessIdentityRequest$CloudFrontOriginAccessIdentityConfig": "<p>The current configuration information for the identity.</p>",
272        "GetCloudFrontOriginAccessIdentityConfigResult$CloudFrontOriginAccessIdentityConfig": "<p>The origin access identity's configuration information. </p>",
273        "UpdateCloudFrontOriginAccessIdentityRequest$CloudFrontOriginAccessIdentityConfig": "<p>The identity's configuration information.</p>"
274      }
275    },
276    "CloudFrontOriginAccessIdentityInUse": {
277      "base": "<p>The Origin Access Identity specified is already in use.</p>",
278      "refs": {
279      }
280    },
281    "CloudFrontOriginAccessIdentityList": {
282      "base": "<p>Lists the origin access identities for CloudFront.Send a <code>GET</code> request to the <code>/<i>CloudFront API version</i>/origin-access-identity/cloudfront</code> resource. The response includes a <code>CloudFrontOriginAccessIdentityList</code> element with zero or more <code>CloudFrontOriginAccessIdentitySummary</code> 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 <code>MaxItems</code> and <code>Marker</code> parameters.</p>",
283      "refs": {
284        "ListCloudFrontOriginAccessIdentitiesResult$CloudFrontOriginAccessIdentityList": "<p>The <code>CloudFrontOriginAccessIdentityList</code> type. </p>"
285      }
286    },
287    "CloudFrontOriginAccessIdentitySummary": {
288      "base": "<p>Summary of the information about a CloudFront origin access identity.</p>",
289      "refs": {
290        "CloudFrontOriginAccessIdentitySummaryList$member": null
291      }
292    },
293    "CloudFrontOriginAccessIdentitySummaryList": {
294      "base": null,
295      "refs": {
296        "CloudFrontOriginAccessIdentityList$Items": "<p>A complex type that contains one <code>CloudFrontOriginAccessIdentitySummary</code> element for each origin access identity that was created by the current AWS account.</p>"
297      }
298    },
299    "CommentType": {
300      "base": null,
301      "refs": {
302        "DistributionConfig$Comment": "<p>Any comments you want to include about the distribution.</p> <p>If you don't want to specify a comment, include an empty <code>Comment</code> element.</p> <p>To delete an existing comment, update the distribution configuration and include an empty <code>Comment</code> element.</p> <p>To add or change a comment, update the distribution configuration and specify the new comment.</p>"
303      }
304    },
305    "ContentTypeProfile": {
306      "base": "<p>A field-level encryption content type profile. </p>",
307      "refs": {
308        "ContentTypeProfileList$member": null
309      }
310    },
311    "ContentTypeProfileConfig": {
312      "base": "<p>The configuration for a field-level encryption content type-profile mapping. </p>",
313      "refs": {
314        "FieldLevelEncryptionConfig$ContentTypeProfileConfig": "<p>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.</p>",
315        "FieldLevelEncryptionSummary$ContentTypeProfileConfig": "<p> A summary of a content type-profile mapping. </p>"
316      }
317    },
318    "ContentTypeProfileList": {
319      "base": null,
320      "refs": {
321        "ContentTypeProfiles$Items": "<p>Items in a field-level encryption content type-profile mapping. </p>"
322      }
323    },
324    "ContentTypeProfiles": {
325      "base": "<p>Field-level encryption content type-profile. </p>",
326      "refs": {
327        "ContentTypeProfileConfig$ContentTypeProfiles": "<p>The configuration for a field-level encryption content type-profile. </p>"
328      }
329    },
330    "CookieNameList": {
331      "base": null,
332      "refs": {
333        "CookieNames$Items": "<p>A list of cookie names.</p>"
334      }
335    },
336    "CookieNames": {
337      "base": "<p>Contains a list of cookie names.</p>",
338      "refs": {
339        "CachePolicyCookiesConfig$Cookies": null,
340        "CookiePreference$WhitelistedNames": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.</p> <p>If you want to include cookies in the cache key, use a cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>Required if you specify <code>whitelist</code> for the value of <code>Forward</code>. 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.</p> <p>If you specify <code>all</code> or <code>none</code> for the value of <code>Forward</code>, omit <code>WhitelistedNames</code>. If you change the value of <code>Forward</code> from <code>whitelist</code> to <code>all</code> or <code>none</code> and you don't delete the <code>WhitelistedNames</code> element and its child elements, CloudFront deletes them automatically.</p> <p>For the current limit on the number of cookie names that you can whitelist for each cache behavior, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/xrefaws_service_limits.html#limits_cloudfront\"> CloudFront Limits</a> in the <i>AWS General Reference</i>.</p>",
341        "OriginRequestPolicyCookiesConfig$Cookies": null
342      }
343    },
344    "CookiePreference": {
345      "base": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.</p> <p>If you want to include cookies in the cache key, use <code>CookiesConfig</code> in a cache policy. See <code>CreateCachePolicy</code>.</p> <p>If you want to send cookies to the origin but not include them in the cache key, use <code>CookiesConfig</code> in an origin request policy. See <code>CreateOriginRequestPolicy</code>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html\">Caching Content Based on Cookies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
346      "refs": {
347        "ForwardedValues$Cookies": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.</p> <p>If you want to include cookies in the cache key, use a cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html\">How CloudFront Forwards, Caches, and Logs Cookies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
348      }
349    },
350    "CreateCachePolicyRequest": {
351      "base": null,
352      "refs": {
353      }
354    },
355    "CreateCachePolicyResult": {
356      "base": null,
357      "refs": {
358      }
359    },
360    "CreateCloudFrontOriginAccessIdentityRequest": {
361      "base": "<p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html\"> Restricting Access to Amazon S3 Content by Using an Origin Access Identity</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>",
362      "refs": {
363      }
364    },
365    "CreateCloudFrontOriginAccessIdentityResult": {
366      "base": "<p>The returned result of the corresponding request.</p>",
367      "refs": {
368      }
369    },
370    "CreateDistributionRequest": {
371      "base": "<p>The request to create a new distribution.</p>",
372      "refs": {
373      }
374    },
375    "CreateDistributionResult": {
376      "base": "<p>The returned result of the corresponding request.</p>",
377      "refs": {
378      }
379    },
380    "CreateDistributionWithTagsRequest": {
381      "base": "<p>The request to create a new distribution with tags. </p>",
382      "refs": {
383      }
384    },
385    "CreateDistributionWithTagsResult": {
386      "base": "<p>The returned result of the corresponding request. </p>",
387      "refs": {
388      }
389    },
390    "CreateFieldLevelEncryptionConfigRequest": {
391      "base": null,
392      "refs": {
393      }
394    },
395    "CreateFieldLevelEncryptionConfigResult": {
396      "base": null,
397      "refs": {
398      }
399    },
400    "CreateFieldLevelEncryptionProfileRequest": {
401      "base": null,
402      "refs": {
403      }
404    },
405    "CreateFieldLevelEncryptionProfileResult": {
406      "base": null,
407      "refs": {
408      }
409    },
410    "CreateInvalidationRequest": {
411      "base": "<p>The request to create an invalidation.</p>",
412      "refs": {
413      }
414    },
415    "CreateInvalidationResult": {
416      "base": "<p>The returned result of the corresponding request.</p>",
417      "refs": {
418      }
419    },
420    "CreateOriginRequestPolicyRequest": {
421      "base": null,
422      "refs": {
423      }
424    },
425    "CreateOriginRequestPolicyResult": {
426      "base": null,
427      "refs": {
428      }
429    },
430    "CreatePublicKeyRequest": {
431      "base": null,
432      "refs": {
433      }
434    },
435    "CreatePublicKeyResult": {
436      "base": null,
437      "refs": {
438      }
439    },
440    "CreateStreamingDistributionRequest": {
441      "base": "<p>The request to create a new streaming distribution.</p>",
442      "refs": {
443      }
444    },
445    "CreateStreamingDistributionResult": {
446      "base": "<p>The returned result of the corresponding request.</p>",
447      "refs": {
448      }
449    },
450    "CreateStreamingDistributionWithTagsRequest": {
451      "base": "<p>The request to create a new streaming distribution with tags.</p>",
452      "refs": {
453      }
454    },
455    "CreateStreamingDistributionWithTagsResult": {
456      "base": "<p>The returned result of the corresponding request. </p>",
457      "refs": {
458      }
459    },
460    "CustomErrorResponse": {
461      "base": "<p>A complex type that controls:</p> <ul> <li> <p>Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer. </p> </li> <li> <p>How long CloudFront caches HTTP status codes in the 4xx and 5xx range.</p> </li> </ul> <p>For more information about custom error pages, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html\">Customizing Error Responses</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
462      "refs": {
463        "CustomErrorResponseList$member": null
464      }
465    },
466    "CustomErrorResponseList": {
467      "base": null,
468      "refs": {
469        "CustomErrorResponses$Items": "<p>A complex type that contains a <code>CustomErrorResponse</code> element for each HTTP status code for which you want to specify a custom error page and/or a caching duration. </p>"
470      }
471    },
472    "CustomErrorResponses": {
473      "base": "<p>A complex type that controls:</p> <ul> <li> <p>Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.</p> </li> <li> <p>How long CloudFront caches HTTP status codes in the 4xx and 5xx range.</p> </li> </ul> <p>For more information about custom error pages, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html\">Customizing Error Responses</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
474      "refs": {
475        "DistributionConfig$CustomErrorResponses": "<p>A complex type that controls the following:</p> <ul> <li> <p>Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer.</p> </li> <li> <p>How long CloudFront caches HTTP status codes in the 4xx and 5xx range.</p> </li> </ul> <p>For more information about custom error pages, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html\">Customizing Error Responses</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
476        "DistributionSummary$CustomErrorResponses": "<p>A complex type that contains zero or more <code>CustomErrorResponses</code> elements.</p>"
477      }
478    },
479    "CustomHeaders": {
480      "base": "<p>A complex type that contains the list of Custom Headers for each origin. </p>",
481      "refs": {
482        "Origin$CustomHeaders": "<p>A list of HTTP header names and values that CloudFront adds to requests it sends to the origin.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/add-origin-custom-headers.html\">Adding Custom Headers to Origin Requests</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
483      }
484    },
485    "CustomOriginConfig": {
486      "base": "<p>A custom origin. A custom origin is any origin that is <i>not</i> an Amazon S3 bucket, with one exception. An Amazon S3 bucket that is <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html\">configured with static website hosting</a> <i>is</i> a custom origin.</p>",
487      "refs": {
488        "Origin$CustomOriginConfig": "<p>Use this type to specify an origin that is a content container or HTTP server, including an Amazon S3 bucket that is configured with static website hosting. To specify an Amazon S3 bucket that is <i> <b>not</b> </i> configured with static website hosting, use the <code>S3OriginConfig</code> type instead.</p>"
489      }
490    },
491    "DefaultCacheBehavior": {
492      "base": "<p>A complex type that describes the default cache behavior if you don’t specify a <code>CacheBehavior</code> element or if request URLs don’t match any of the values of <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly one default cache behavior.</p>",
493      "refs": {
494        "DistributionConfig$DefaultCacheBehavior": "<p>A complex type that describes the default cache behavior if you don't specify a <code>CacheBehavior</code> element or if files don't match any of the values of <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly one default cache behavior.</p>",
495        "DistributionSummary$DefaultCacheBehavior": "<p>A complex type that describes the default cache behavior if you don't specify a <code>CacheBehavior</code> element or if files don't match any of the values of <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly one default cache behavior.</p>"
496      }
497    },
498    "DeleteCachePolicyRequest": {
499      "base": null,
500      "refs": {
501      }
502    },
503    "DeleteCloudFrontOriginAccessIdentityRequest": {
504      "base": "<p>Deletes a origin access identity.</p>",
505      "refs": {
506      }
507    },
508    "DeleteDistributionRequest": {
509      "base": "<p>This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the following steps.</p> <p> <b>To delete a web distribution using the CloudFront API:</b> </p> <ol> <li> <p>Disable the web distribution </p> </li> <li> <p>Submit a <code>GET Distribution Config</code> request to get the current configuration and the <code>Etag</code> header for the distribution.</p> </li> <li> <p>Update the XML document that was returned in the response to your <code>GET Distribution Config</code> request to change the value of <code>Enabled</code> to <code>false</code>.</p> </li> <li> <p>Submit a <code>PUT Distribution Config</code> 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 <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to the <code>PUT Distribution Config</code> request to confirm that the distribution was successfully disabled.</p> </li> <li> <p>Submit a <code>GET Distribution</code> request to confirm that your changes have propagated. When propagation is complete, the value of <code>Status</code> is <code>Deployed</code>.</p> </li> <li> <p>Submit a <code>DELETE Distribution</code> request. Set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Distribution Config</code> request in Step 6.</p> </li> <li> <p>Review the response to your <code>DELETE Distribution</code> request to confirm that the distribution was successfully deleted.</p> </li> </ol> <p>For information about deleting a distribution using the CloudFront console, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html\">Deleting a Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
510      "refs": {
511      }
512    },
513    "DeleteFieldLevelEncryptionConfigRequest": {
514      "base": null,
515      "refs": {
516      }
517    },
518    "DeleteFieldLevelEncryptionProfileRequest": {
519      "base": null,
520      "refs": {
521      }
522    },
523    "DeleteOriginRequestPolicyRequest": {
524      "base": null,
525      "refs": {
526      }
527    },
528    "DeletePublicKeyRequest": {
529      "base": null,
530      "refs": {
531      }
532    },
533    "DeleteStreamingDistributionRequest": {
534      "base": "<p>The request to delete a streaming distribution.</p>",
535      "refs": {
536      }
537    },
538    "Distribution": {
539      "base": "<p>A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.</p>",
540      "refs": {
541        "CreateDistributionResult$Distribution": "<p>The distribution's information.</p>",
542        "CreateDistributionWithTagsResult$Distribution": "<p>The distribution's information. </p>",
543        "GetDistributionResult$Distribution": "<p>The distribution's information.</p>",
544        "UpdateDistributionResult$Distribution": "<p>The distribution's information.</p>"
545      }
546    },
547    "DistributionAlreadyExists": {
548      "base": "<p>The caller reference you attempted to create the distribution with is associated with another distribution.</p>",
549      "refs": {
550      }
551    },
552    "DistributionConfig": {
553      "base": "<p>A distribution configuration.</p>",
554      "refs": {
555        "CreateDistributionRequest$DistributionConfig": "<p>The distribution's configuration information.</p>",
556        "Distribution$DistributionConfig": "<p>The current configuration information for the distribution. Send a <code>GET</code> request to the <code>/<i>CloudFront API version</i>/distribution ID/config</code> resource.</p>",
557        "DistributionConfigWithTags$DistributionConfig": "<p>A distribution configuration.</p>",
558        "GetDistributionConfigResult$DistributionConfig": "<p>The distribution's configuration information.</p>",
559        "UpdateDistributionRequest$DistributionConfig": "<p>The distribution's configuration information.</p>"
560      }
561    },
562    "DistributionConfigWithTags": {
563      "base": "<p>A distribution Configuration and a list of tags to be associated with the distribution.</p>",
564      "refs": {
565        "CreateDistributionWithTagsRequest$DistributionConfigWithTags": "<p>The distribution's configuration information. </p>"
566      }
567    },
568    "DistributionIdList": {
569      "base": "<p>A list of distribution IDs.</p>",
570      "refs": {
571        "ListDistributionsByCachePolicyIdResult$DistributionIdList": "<p>A list of distribution IDs.</p>",
572        "ListDistributionsByOriginRequestPolicyIdResult$DistributionIdList": "<p>A list of distribution IDs.</p>"
573      }
574    },
575    "DistributionIdListSummary": {
576      "base": null,
577      "refs": {
578        "DistributionIdList$Items": "<p>Contains the distribution IDs in the list.</p>"
579      }
580    },
581    "DistributionList": {
582      "base": "<p>A distribution list.</p>",
583      "refs": {
584        "ListDistributionsByWebACLIdResult$DistributionList": "<p>The <code>DistributionList</code> type. </p>",
585        "ListDistributionsResult$DistributionList": "<p>The <code>DistributionList</code> type. </p>"
586      }
587    },
588    "DistributionNotDisabled": {
589      "base": "<p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>",
590      "refs": {
591      }
592    },
593    "DistributionSummary": {
594      "base": "<p>A summary of the information about a CloudFront distribution.</p>",
595      "refs": {
596        "DistributionSummaryList$member": null
597      }
598    },
599    "DistributionSummaryList": {
600      "base": null,
601      "refs": {
602        "DistributionList$Items": "<p>A complex type that contains one <code>DistributionSummary</code> element for each distribution that was created by the current AWS account.</p>"
603      }
604    },
605    "EncryptionEntities": {
606      "base": "<p>Complex data type for field-level encryption profiles that includes all of the encryption entities. </p>",
607      "refs": {
608        "FieldLevelEncryptionProfileConfig$EncryptionEntities": "<p>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.</p>",
609        "FieldLevelEncryptionProfileSummary$EncryptionEntities": "<p>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.</p>"
610      }
611    },
612    "EncryptionEntity": {
613      "base": "<p>Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications. </p>",
614      "refs": {
615        "EncryptionEntityList$member": null
616      }
617    },
618    "EncryptionEntityList": {
619      "base": null,
620      "refs": {
621        "EncryptionEntities$Items": "<p>An array of field patterns in a field-level encryption content type-profile mapping. </p>"
622      }
623    },
624    "EventType": {
625      "base": null,
626      "refs": {
627        "LambdaFunctionAssociation$EventType": "<p>Specifies the event type that triggers a Lambda function invocation. You can specify the following values:</p> <ul> <li> <p> <code>viewer-request</code>: 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. </p> </li> <li> <p> <code>origin-request</code>: 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.</p> </li> <li> <p> <code>origin-response</code>: 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.</p> </li> <li> <p> <code>viewer-response</code>: 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.</p> <p>If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.</p> </li> </ul>"
628      }
629    },
630    "FieldLevelEncryption": {
631      "base": "<p>A complex data type that includes the profile configurations and other options specified for field-level encryption. </p>",
632      "refs": {
633        "CreateFieldLevelEncryptionConfigResult$FieldLevelEncryption": "<p>Returned when you create a new field-level encryption configuration.</p>",
634        "GetFieldLevelEncryptionResult$FieldLevelEncryption": "<p>Return the field-level encryption configuration information.</p>",
635        "UpdateFieldLevelEncryptionConfigResult$FieldLevelEncryption": "<p>Return the results of updating the configuration.</p>"
636      }
637    },
638    "FieldLevelEncryptionConfig": {
639      "base": "<p>A complex data type that includes the profile configurations specified for field-level encryption. </p>",
640      "refs": {
641        "CreateFieldLevelEncryptionConfigRequest$FieldLevelEncryptionConfig": "<p>The request to create a new field-level encryption configuration.</p>",
642        "FieldLevelEncryption$FieldLevelEncryptionConfig": "<p>A complex data type that includes the profile configurations specified for field-level encryption. </p>",
643        "GetFieldLevelEncryptionConfigResult$FieldLevelEncryptionConfig": "<p>Return the field-level encryption configuration information.</p>",
644        "UpdateFieldLevelEncryptionConfigRequest$FieldLevelEncryptionConfig": "<p>Request to update a field-level encryption configuration. </p>"
645      }
646    },
647    "FieldLevelEncryptionConfigAlreadyExists": {
648      "base": "<p>The specified configuration for field-level encryption already exists.</p>",
649      "refs": {
650      }
651    },
652    "FieldLevelEncryptionConfigInUse": {
653      "base": "<p>The specified configuration for field-level encryption is in use.</p>",
654      "refs": {
655      }
656    },
657    "FieldLevelEncryptionList": {
658      "base": "<p>List of field-level encrpytion configurations.</p>",
659      "refs": {
660        "ListFieldLevelEncryptionConfigsResult$FieldLevelEncryptionList": "<p>Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.</p>"
661      }
662    },
663    "FieldLevelEncryptionProfile": {
664      "base": "<p>A complex data type for field-level encryption profiles.</p>",
665      "refs": {
666        "CreateFieldLevelEncryptionProfileResult$FieldLevelEncryptionProfile": "<p>Returned when you create a new field-level encryption profile.</p>",
667        "GetFieldLevelEncryptionProfileResult$FieldLevelEncryptionProfile": "<p>Return the field-level encryption profile information.</p>",
668        "UpdateFieldLevelEncryptionProfileResult$FieldLevelEncryptionProfile": "<p>Return the results of updating the profile.</p>"
669      }
670    },
671    "FieldLevelEncryptionProfileAlreadyExists": {
672      "base": "<p>The specified profile for field-level encryption already exists.</p>",
673      "refs": {
674      }
675    },
676    "FieldLevelEncryptionProfileConfig": {
677      "base": "<p>A complex data type of profiles for the field-level encryption.</p>",
678      "refs": {
679        "CreateFieldLevelEncryptionProfileRequest$FieldLevelEncryptionProfileConfig": "<p>The request to create a field-level encryption profile.</p>",
680        "FieldLevelEncryptionProfile$FieldLevelEncryptionProfileConfig": "<p>A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.</p>",
681        "GetFieldLevelEncryptionProfileConfigResult$FieldLevelEncryptionProfileConfig": "<p>Return the field-level encryption profile configuration information.</p>",
682        "UpdateFieldLevelEncryptionProfileRequest$FieldLevelEncryptionProfileConfig": "<p>Request to update a field-level encryption profile. </p>"
683      }
684    },
685    "FieldLevelEncryptionProfileInUse": {
686      "base": "<p>The specified profile for field-level encryption is in use.</p>",
687      "refs": {
688      }
689    },
690    "FieldLevelEncryptionProfileList": {
691      "base": "<p>List of field-level encryption profiles.</p>",
692      "refs": {
693        "ListFieldLevelEncryptionProfilesResult$FieldLevelEncryptionProfileList": "<p>Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.</p>"
694      }
695    },
696    "FieldLevelEncryptionProfileSizeExceeded": {
697      "base": "<p>The maximum size of a profile for field-level encryption was exceeded.</p>",
698      "refs": {
699      }
700    },
701    "FieldLevelEncryptionProfileSummary": {
702      "base": "<p>The field-level encryption profile summary.</p>",
703      "refs": {
704        "FieldLevelEncryptionProfileSummaryList$member": null
705      }
706    },
707    "FieldLevelEncryptionProfileSummaryList": {
708      "base": null,
709      "refs": {
710        "FieldLevelEncryptionProfileList$Items": "<p>The field-level encryption profile items.</p>"
711      }
712    },
713    "FieldLevelEncryptionSummary": {
714      "base": "<p>A summary of a field-level encryption item.</p>",
715      "refs": {
716        "FieldLevelEncryptionSummaryList$member": null
717      }
718    },
719    "FieldLevelEncryptionSummaryList": {
720      "base": null,
721      "refs": {
722        "FieldLevelEncryptionList$Items": "<p>An array of field-level encryption items.</p>"
723      }
724    },
725    "FieldPatternList": {
726      "base": null,
727      "refs": {
728        "FieldPatterns$Items": "<p>An array of the field-level encryption field patterns.</p>"
729      }
730    },
731    "FieldPatterns": {
732      "base": "<p>A complex data type that includes the field patterns to match for field-level encryption.</p>",
733      "refs": {
734        "EncryptionEntity$FieldPatterns": "<p>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. </p>"
735      }
736    },
737    "Format": {
738      "base": null,
739      "refs": {
740        "ContentTypeProfile$Format": "<p>The format for a field-level encryption content type-profile mapping. </p>"
741      }
742    },
743    "ForwardedValues": {
744      "base": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.</p> <p>If you want to include values in the cache key, use a cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.</p>",
745      "refs": {
746        "CacheBehavior$ForwardedValues": "<p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/working-with-policies.html\">Working with policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>If you want to include values in the cache key, use a cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html\">Using the managed origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.</p>",
747        "DefaultCacheBehavior$ForwardedValues": "<p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/working-with-policies.html\">Working with policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>If you want to include values in the cache key, use a cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html\">Using the managed origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.</p>"
748      }
749    },
750    "GeoRestriction": {
751      "base": "<p>A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using <code>MaxMind</code> GeoIP databases. </p>",
752      "refs": {
753        "Restrictions$GeoRestriction": "<p>A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using <code>MaxMind</code> GeoIP databases.</p>"
754      }
755    },
756    "GeoRestrictionType": {
757      "base": null,
758      "refs": {
759        "GeoRestriction$RestrictionType": "<p>The method that you want to use to restrict distribution of your content by country:</p> <ul> <li> <p> <code>none</code>: No geo restriction is enabled, meaning access to content is not restricted by client geo location.</p> </li> <li> <p> <code>blacklist</code>: The <code>Location</code> elements specify the countries in which you don't want CloudFront to distribute your content.</p> </li> <li> <p> <code>whitelist</code>: The <code>Location</code> elements specify the countries in which you want CloudFront to distribute your content.</p> </li> </ul>"
760      }
761    },
762    "GetCachePolicyConfigRequest": {
763      "base": null,
764      "refs": {
765      }
766    },
767    "GetCachePolicyConfigResult": {
768      "base": null,
769      "refs": {
770      }
771    },
772    "GetCachePolicyRequest": {
773      "base": null,
774      "refs": {
775      }
776    },
777    "GetCachePolicyResult": {
778      "base": null,
779      "refs": {
780      }
781    },
782    "GetCloudFrontOriginAccessIdentityConfigRequest": {
783      "base": "<p>The origin access identity's configuration information. For more information, see <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html\">CloudFrontOriginAccessIdentityConfig</a>.</p>",
784      "refs": {
785      }
786    },
787    "GetCloudFrontOriginAccessIdentityConfigResult": {
788      "base": "<p>The returned result of the corresponding request.</p>",
789      "refs": {
790      }
791    },
792    "GetCloudFrontOriginAccessIdentityRequest": {
793      "base": "<p>The request to get an origin access identity's information.</p>",
794      "refs": {
795      }
796    },
797    "GetCloudFrontOriginAccessIdentityResult": {
798      "base": "<p>The returned result of the corresponding request.</p>",
799      "refs": {
800      }
801    },
802    "GetDistributionConfigRequest": {
803      "base": "<p>The request to get a distribution configuration.</p>",
804      "refs": {
805      }
806    },
807    "GetDistributionConfigResult": {
808      "base": "<p>The returned result of the corresponding request.</p>",
809      "refs": {
810      }
811    },
812    "GetDistributionRequest": {
813      "base": "<p>The request to get a distribution's information.</p>",
814      "refs": {
815      }
816    },
817    "GetDistributionResult": {
818      "base": "<p>The returned result of the corresponding request.</p>",
819      "refs": {
820      }
821    },
822    "GetFieldLevelEncryptionConfigRequest": {
823      "base": null,
824      "refs": {
825      }
826    },
827    "GetFieldLevelEncryptionConfigResult": {
828      "base": null,
829      "refs": {
830      }
831    },
832    "GetFieldLevelEncryptionProfileConfigRequest": {
833      "base": null,
834      "refs": {
835      }
836    },
837    "GetFieldLevelEncryptionProfileConfigResult": {
838      "base": null,
839      "refs": {
840      }
841    },
842    "GetFieldLevelEncryptionProfileRequest": {
843      "base": null,
844      "refs": {
845      }
846    },
847    "GetFieldLevelEncryptionProfileResult": {
848      "base": null,
849      "refs": {
850      }
851    },
852    "GetFieldLevelEncryptionRequest": {
853      "base": null,
854      "refs": {
855      }
856    },
857    "GetFieldLevelEncryptionResult": {
858      "base": null,
859      "refs": {
860      }
861    },
862    "GetInvalidationRequest": {
863      "base": "<p>The request to get an invalidation's information. </p>",
864      "refs": {
865      }
866    },
867    "GetInvalidationResult": {
868      "base": "<p>The returned result of the corresponding request.</p>",
869      "refs": {
870      }
871    },
872    "GetOriginRequestPolicyConfigRequest": {
873      "base": null,
874      "refs": {
875      }
876    },
877    "GetOriginRequestPolicyConfigResult": {
878      "base": null,
879      "refs": {
880      }
881    },
882    "GetOriginRequestPolicyRequest": {
883      "base": null,
884      "refs": {
885      }
886    },
887    "GetOriginRequestPolicyResult": {
888      "base": null,
889      "refs": {
890      }
891    },
892    "GetPublicKeyConfigRequest": {
893      "base": null,
894      "refs": {
895      }
896    },
897    "GetPublicKeyConfigResult": {
898      "base": null,
899      "refs": {
900      }
901    },
902    "GetPublicKeyRequest": {
903      "base": null,
904      "refs": {
905      }
906    },
907    "GetPublicKeyResult": {
908      "base": null,
909      "refs": {
910      }
911    },
912    "GetStreamingDistributionConfigRequest": {
913      "base": "<p>To request to get a streaming distribution configuration.</p>",
914      "refs": {
915      }
916    },
917    "GetStreamingDistributionConfigResult": {
918      "base": "<p>The returned result of the corresponding request.</p>",
919      "refs": {
920      }
921    },
922    "GetStreamingDistributionRequest": {
923      "base": "<p>The request to get a streaming distribution's information.</p>",
924      "refs": {
925      }
926    },
927    "GetStreamingDistributionResult": {
928      "base": "<p>The returned result of the corresponding request.</p>",
929      "refs": {
930      }
931    },
932    "HeaderList": {
933      "base": null,
934      "refs": {
935        "Headers$Items": "<p>A list of HTTP header names.</p>"
936      }
937    },
938    "Headers": {
939      "base": "<p>Contains a list of HTTP header names.</p>",
940      "refs": {
941        "CachePolicyHeadersConfig$Headers": null,
942        "ForwardedValues$Headers": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.</p> <p>If you want to include headers in the cache key, use a cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>A complex type that specifies the <code>Headers</code>, 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.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html\"> Caching Content Based on Request Headers</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
943        "OriginRequestPolicyHeadersConfig$Headers": null
944      }
945    },
946    "HttpVersion": {
947      "base": null,
948      "refs": {
949        "DistributionConfig$HttpVersion": "<p>(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.</p> <p>For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).</p> <p>In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\" </p>",
950        "DistributionSummary$HttpVersion": "<p> Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that don't support <code>HTTP/2</code> will automatically use an earlier version.</p>"
951      }
952    },
953    "ICPRecordalStatus": {
954      "base": null,
955      "refs": {
956        "AliasICPRecordal$ICPRecordalStatus": "<p>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. </p> <p>The status values returned are the following:</p> <ul> <li> <p> <b>APPROVED</b> 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.</p> </li> <li> <p> <b>SUSPENDED</b> indicates that the associated CNAME does not have a valid ICP recordal number.</p> </li> <li> <p> <b>PENDING</b> 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.</p> </li> </ul>"
957      }
958    },
959    "IllegalDelete": {
960      "base": "<p>You cannot delete a managed policy.</p>",
961      "refs": {
962      }
963    },
964    "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior": {
965      "base": "<p>The specified configuration for field-level encryption can't be associated with the specified cache behavior.</p>",
966      "refs": {
967      }
968    },
969    "IllegalUpdate": {
970      "base": "<p>The update contains modifications that are not allowed.</p>",
971      "refs": {
972      }
973    },
974    "InconsistentQuantities": {
975      "base": "<p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>",
976      "refs": {
977      }
978    },
979    "InvalidArgument": {
980      "base": "<p>An argument is invalid.</p>",
981      "refs": {
982      }
983    },
984    "InvalidDefaultRootObject": {
985      "base": "<p>The default root object file name is too big or contains an invalid character.</p>",
986      "refs": {
987      }
988    },
989    "InvalidErrorCode": {
990      "base": "<p>An invalid error code was specified.</p>",
991      "refs": {
992      }
993    },
994    "InvalidForwardCookies": {
995      "base": "<p>Your request contains forward cookies option which doesn't match with the expectation for the <code>whitelisted</code> list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.</p>",
996      "refs": {
997      }
998    },
999    "InvalidGeoRestrictionParameter": {
1000      "base": "<p>The specified geo restriction parameter is not valid.</p>",
1001      "refs": {
1002      }
1003    },
1004    "InvalidHeadersForS3Origin": {
1005      "base": "<p>The headers specified are not valid for an Amazon S3 origin.</p>",
1006      "refs": {
1007      }
1008    },
1009    "InvalidIfMatchVersion": {
1010      "base": "<p>The <code>If-Match</code> version is missing or not valid.</p>",
1011      "refs": {
1012      }
1013    },
1014    "InvalidLambdaFunctionAssociation": {
1015      "base": "<p>The specified Lambda function association is invalid.</p>",
1016      "refs": {
1017      }
1018    },
1019    "InvalidLocationCode": {
1020      "base": "<p>The location code specified is not valid.</p>",
1021      "refs": {
1022      }
1023    },
1024    "InvalidMinimumProtocolVersion": {
1025      "base": "<p>The minimum protocol version specified is not valid.</p>",
1026      "refs": {
1027      }
1028    },
1029    "InvalidOrigin": {
1030      "base": "<p>The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.</p>",
1031      "refs": {
1032      }
1033    },
1034    "InvalidOriginAccessIdentity": {
1035      "base": "<p>The origin access identity is not valid or doesn't exist.</p>",
1036      "refs": {
1037      }
1038    },
1039    "InvalidOriginKeepaliveTimeout": {
1040      "base": "<p>The keep alive timeout specified for the origin is not valid.</p>",
1041      "refs": {
1042      }
1043    },
1044    "InvalidOriginReadTimeout": {
1045      "base": "<p>The read timeout specified for the origin is not valid.</p>",
1046      "refs": {
1047      }
1048    },
1049    "InvalidProtocolSettings": {
1050      "base": "<p>You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).</p>",
1051      "refs": {
1052      }
1053    },
1054    "InvalidQueryStringParameters": {
1055      "base": "<p>The query string parameters specified are not valid.</p>",
1056      "refs": {
1057      }
1058    },
1059    "InvalidRelativePath": {
1060      "base": "<p>The relative path is too big, is not URL-encoded, or does not begin with a slash (/).</p>",
1061      "refs": {
1062      }
1063    },
1064    "InvalidRequiredProtocol": {
1065      "base": "<p>This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the <code>RequiredProtocols</code> element from your distribution configuration.</p>",
1066      "refs": {
1067      }
1068    },
1069    "InvalidResponseCode": {
1070      "base": "<p>A response code is not valid.</p>",
1071      "refs": {
1072      }
1073    },
1074    "InvalidTTLOrder": {
1075      "base": "<p>The TTL order specified is not valid.</p>",
1076      "refs": {
1077      }
1078    },
1079    "InvalidTagging": {
1080      "base": "<p>The tagging specified is not valid.</p>",
1081      "refs": {
1082      }
1083    },
1084    "InvalidViewerCertificate": {
1085      "base": "<p>A viewer certificate specified is not valid.</p>",
1086      "refs": {
1087      }
1088    },
1089    "InvalidWebACLId": {
1090      "base": "<p>A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>",
1091      "refs": {
1092      }
1093    },
1094    "Invalidation": {
1095      "base": "<p>An invalidation. </p>",
1096      "refs": {
1097        "CreateInvalidationResult$Invalidation": "<p>The invalidation's information.</p>",
1098        "GetInvalidationResult$Invalidation": "<p>The invalidation's information. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html\">Invalidation Complex Type</a>. </p>"
1099      }
1100    },
1101    "InvalidationBatch": {
1102      "base": "<p>An invalidation batch.</p>",
1103      "refs": {
1104        "CreateInvalidationRequest$InvalidationBatch": "<p>The batch information for the invalidation.</p>",
1105        "Invalidation$InvalidationBatch": "<p>The current invalidation information for the batch request. </p>"
1106      }
1107    },
1108    "InvalidationList": {
1109      "base": "<p>The <code>InvalidationList</code> complex type describes the list of invalidation objects. For more information about invalidation, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html\">Invalidating Objects (Web Distributions Only)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
1110      "refs": {
1111        "ListInvalidationsResult$InvalidationList": "<p>Information about invalidation batches. </p>"
1112      }
1113    },
1114    "InvalidationSummary": {
1115      "base": "<p>A summary of an invalidation request.</p>",
1116      "refs": {
1117        "InvalidationSummaryList$member": null
1118      }
1119    },
1120    "InvalidationSummaryList": {
1121      "base": null,
1122      "refs": {
1123        "InvalidationList$Items": "<p>A complex type that contains one <code>InvalidationSummary</code> element for each invalidation batch created by the current AWS account.</p>"
1124      }
1125    },
1126    "ItemSelection": {
1127      "base": null,
1128      "refs": {
1129        "CookiePreference$Forward": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.</p> <p>If you want to include cookies in the cache key, use a cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the <code>WhitelistedNames</code> complex type.</p> <p>Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the <code>Forward</code> element.</p>"
1130      }
1131    },
1132    "KeyPairIdList": {
1133      "base": null,
1134      "refs": {
1135        "KeyPairIds$Items": "<p>A complex type that lists the active CloudFront key pairs, if any, that are associated with <code>AwsAccountNumber</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ActiveTrustedSigners.html\">ActiveTrustedSigners</a>.</p>"
1136      }
1137    },
1138    "KeyPairIds": {
1139      "base": "<p>A complex type that lists the active CloudFront key pairs, if any, that are associated with <code>AwsAccountNumber</code>. </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ActiveTrustedSigners.html\">ActiveTrustedSigners</a>.</p>",
1140      "refs": {
1141        "Signer$KeyPairIds": "<p>A complex type that lists the active CloudFront key pairs, if any, that are associated with <code>AwsAccountNumber</code>.</p>"
1142      }
1143    },
1144    "LambdaFunctionARN": {
1145      "base": null,
1146      "refs": {
1147        "LambdaFunctionAssociation$LambdaFunctionARN": "<p>The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.</p>"
1148      }
1149    },
1150    "LambdaFunctionAssociation": {
1151      "base": "<p>A complex type that contains a Lambda function association.</p>",
1152      "refs": {
1153        "LambdaFunctionAssociationList$member": null
1154      }
1155    },
1156    "LambdaFunctionAssociationList": {
1157      "base": null,
1158      "refs": {
1159        "LambdaFunctionAssociations$Items": "<p> <b>Optional</b>: A complex type that contains <code>LambdaFunctionAssociation</code> items for this cache behavior. If <code>Quantity</code> is <code>0</code>, you can omit <code>Items</code>.</p>"
1160      }
1161    },
1162    "LambdaFunctionAssociations": {
1163      "base": "<p>A complex type that specifies a list of Lambda functions associations for a cache behavior.</p> <p>If you want to invoke one or more Lambda functions triggered by requests that match the <code>PathPattern</code> of the cache behavior, specify the applicable values for <code>Quantity</code> and <code>Items</code>. Note that there can be up to 4 <code>LambdaFunctionAssociation</code> items in this list (one for each possible value of <code>EventType</code>) and each <code>EventType</code> can be associated with the Lambda function only once.</p> <p>If you don't want to invoke any Lambda functions for the requests that match <code>PathPattern</code>, specify <code>0</code> for <code>Quantity</code> and omit <code>Items</code>. </p>",
1164      "refs": {
1165        "CacheBehavior$LambdaFunctionAssociations": "<p>A complex type that contains zero or more Lambda function associations for a cache behavior.</p>",
1166        "DefaultCacheBehavior$LambdaFunctionAssociations": "<p>A complex type that contains zero or more Lambda function associations for a cache behavior.</p>"
1167      }
1168    },
1169    "ListCachePoliciesRequest": {
1170      "base": null,
1171      "refs": {
1172      }
1173    },
1174    "ListCachePoliciesResult": {
1175      "base": null,
1176      "refs": {
1177      }
1178    },
1179    "ListCloudFrontOriginAccessIdentitiesRequest": {
1180      "base": "<p>The request to list origin access identities. </p>",
1181      "refs": {
1182      }
1183    },
1184    "ListCloudFrontOriginAccessIdentitiesResult": {
1185      "base": "<p>The returned result of the corresponding request. </p>",
1186      "refs": {
1187      }
1188    },
1189    "ListDistributionsByCachePolicyIdRequest": {
1190      "base": null,
1191      "refs": {
1192      }
1193    },
1194    "ListDistributionsByCachePolicyIdResult": {
1195      "base": null,
1196      "refs": {
1197      }
1198    },
1199    "ListDistributionsByOriginRequestPolicyIdRequest": {
1200      "base": null,
1201      "refs": {
1202      }
1203    },
1204    "ListDistributionsByOriginRequestPolicyIdResult": {
1205      "base": null,
1206      "refs": {
1207      }
1208    },
1209    "ListDistributionsByWebACLIdRequest": {
1210      "base": "<p>The request to list distributions that are associated with a specified AWS WAF web ACL. </p>",
1211      "refs": {
1212      }
1213    },
1214    "ListDistributionsByWebACLIdResult": {
1215      "base": "<p>The response to a request to list the distributions that are associated with a specified AWS WAF web ACL. </p>",
1216      "refs": {
1217      }
1218    },
1219    "ListDistributionsRequest": {
1220      "base": "<p>The request to list your distributions. </p>",
1221      "refs": {
1222      }
1223    },
1224    "ListDistributionsResult": {
1225      "base": "<p>The returned result of the corresponding request. </p>",
1226      "refs": {
1227      }
1228    },
1229    "ListFieldLevelEncryptionConfigsRequest": {
1230      "base": null,
1231      "refs": {
1232      }
1233    },
1234    "ListFieldLevelEncryptionConfigsResult": {
1235      "base": null,
1236      "refs": {
1237      }
1238    },
1239    "ListFieldLevelEncryptionProfilesRequest": {
1240      "base": null,
1241      "refs": {
1242      }
1243    },
1244    "ListFieldLevelEncryptionProfilesResult": {
1245      "base": null,
1246      "refs": {
1247      }
1248    },
1249    "ListInvalidationsRequest": {
1250      "base": "<p>The request to list invalidations. </p>",
1251      "refs": {
1252      }
1253    },
1254    "ListInvalidationsResult": {
1255      "base": "<p>The returned result of the corresponding request. </p>",
1256      "refs": {
1257      }
1258    },
1259    "ListOriginRequestPoliciesRequest": {
1260      "base": null,
1261      "refs": {
1262      }
1263    },
1264    "ListOriginRequestPoliciesResult": {
1265      "base": null,
1266      "refs": {
1267      }
1268    },
1269    "ListPublicKeysRequest": {
1270      "base": null,
1271      "refs": {
1272      }
1273    },
1274    "ListPublicKeysResult": {
1275      "base": null,
1276      "refs": {
1277      }
1278    },
1279    "ListStreamingDistributionsRequest": {
1280      "base": "<p>The request to list your streaming distributions. </p>",
1281      "refs": {
1282      }
1283    },
1284    "ListStreamingDistributionsResult": {
1285      "base": "<p>The returned result of the corresponding request. </p>",
1286      "refs": {
1287      }
1288    },
1289    "ListTagsForResourceRequest": {
1290      "base": "<p> The request to list tags for a CloudFront resource.</p>",
1291      "refs": {
1292      }
1293    },
1294    "ListTagsForResourceResult": {
1295      "base": "<p> The returned result of the corresponding request.</p>",
1296      "refs": {
1297      }
1298    },
1299    "LocationList": {
1300      "base": null,
1301      "refs": {
1302        "GeoRestriction$Items": "<p> A complex type that contains a <code>Location</code> element for each country in which you want CloudFront either to distribute your content (<code>whitelist</code>) or not distribute your content (<code>blacklist</code>).</p> <p>The <code>Location</code> element is a two-letter, uppercase country code for a country that you want to include in your <code>blacklist</code> or <code>whitelist</code>. Include one <code>Location</code> element for each country.</p> <p>CloudFront and <code>MaxMind</code> both use <code>ISO 3166</code> country codes. For the current list of countries and the corresponding codes, see <code>ISO 3166-1-alpha-2</code> code on the <i>International Organization for Standardization</i> website. You can also refer to the country list on the CloudFront console, which includes both country names and codes.</p>"
1303      }
1304    },
1305    "LoggingConfig": {
1306      "base": "<p>A complex type that controls whether access logs are written for the distribution.</p>",
1307      "refs": {
1308        "DistributionConfig$Logging": "<p>A complex type that controls whether access logs are written for the distribution.</p> <p>For more information about logging, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html\">Access Logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
1309      }
1310    },
1311    "Method": {
1312      "base": null,
1313      "refs": {
1314        "MethodsList$member": null
1315      }
1316    },
1317    "MethodsList": {
1318      "base": null,
1319      "refs": {
1320        "AllowedMethods$Items": "<p>A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.</p>",
1321        "CachedMethods$Items": "<p>A complex type that contains the HTTP methods that you want CloudFront to cache responses to.</p>"
1322      }
1323    },
1324    "MinimumProtocolVersion": {
1325      "base": null,
1326      "refs": {
1327        "ViewerCertificate$MinimumProtocolVersion": "<p>If the distribution uses <code>Aliases</code> (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:</p> <ul> <li> <p>The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.</p> </li> <li> <p>The ciphers that CloudFront can use to encrypt the content that it returns to viewers.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy\">Security Policy</a> and <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html#secure-connections-supported-ciphers\">Supported Protocols and Ciphers Between Viewers and CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <note> <p>On the CloudFront console, this setting is called <b>Security Policy</b>.</p> </note> <p>When you’re using SNI only (you set <code>SSLSupportMethod</code> to <code>sni-only</code>), you must specify <code>TLSv1</code> or higher. </p> <p>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code> (you set <code>CloudFrontDefaultCertificate</code> to <code>true</code>), CloudFront automatically sets the security policy to <code>TLSv1</code> regardless of the value that you set here.</p>"
1328      }
1329    },
1330    "MissingBody": {
1331      "base": "<p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>",
1332      "refs": {
1333      }
1334    },
1335    "NoSuchCachePolicy": {
1336      "base": "<p>The cache policy does not exist.</p>",
1337      "refs": {
1338      }
1339    },
1340    "NoSuchCloudFrontOriginAccessIdentity": {
1341      "base": "<p>The specified origin access identity does not exist.</p>",
1342      "refs": {
1343      }
1344    },
1345    "NoSuchDistribution": {
1346      "base": "<p>The specified distribution does not exist.</p>",
1347      "refs": {
1348      }
1349    },
1350    "NoSuchFieldLevelEncryptionConfig": {
1351      "base": "<p>The specified configuration for field-level encryption doesn't exist.</p>",
1352      "refs": {
1353      }
1354    },
1355    "NoSuchFieldLevelEncryptionProfile": {
1356      "base": "<p>The specified profile for field-level encryption doesn't exist.</p>",
1357      "refs": {
1358      }
1359    },
1360    "NoSuchInvalidation": {
1361      "base": "<p>The specified invalidation does not exist.</p>",
1362      "refs": {
1363      }
1364    },
1365    "NoSuchOrigin": {
1366      "base": "<p>No origin exists with the specified <code>Origin Id</code>. </p>",
1367      "refs": {
1368      }
1369    },
1370    "NoSuchOriginRequestPolicy": {
1371      "base": "<p>The origin request policy does not exist.</p>",
1372      "refs": {
1373      }
1374    },
1375    "NoSuchPublicKey": {
1376      "base": "<p>The specified public key doesn't exist.</p>",
1377      "refs": {
1378      }
1379    },
1380    "NoSuchResource": {
1381      "base": "<p>A resource that was specified is not valid.</p>",
1382      "refs": {
1383      }
1384    },
1385    "NoSuchStreamingDistribution": {
1386      "base": "<p>The specified streaming distribution does not exist.</p>",
1387      "refs": {
1388      }
1389    },
1390    "Origin": {
1391      "base": "<p>An origin.</p> <p>An origin is the location where content is stored, and from which CloudFront gets content to serve to viewers. To specify an origin:</p> <ul> <li> <p>Use the <code>S3OriginConfig</code> type to specify an Amazon S3 bucket that is <i> <b>not</b> </i> configured with static website hosting.</p> </li> <li> <p>Use the <code>CustomOriginConfig</code> type to specify various other kinds of content containers or HTTP servers, including:</p> <ul> <li> <p>An Amazon S3 bucket that is configured with static website hosting</p> </li> <li> <p>An Elastic Load Balancing load balancer</p> </li> <li> <p>An AWS Elemental MediaPackage origin</p> </li> <li> <p>An AWS Elemental MediaStore container</p> </li> <li> <p>Any other HTTP server, running on an Amazon EC2 instance or any other kind of host</p> </li> </ul> </li> </ul> <p>For the current maximum number of origins that you can specify per distribution, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-web-distributions\">General Quotas on Web Distributions</a> in the <i>Amazon CloudFront Developer Guide</i> (quotas were formerly referred to as limits).</p>",
1392      "refs": {
1393        "OriginList$member": null
1394      }
1395    },
1396    "OriginCustomHeader": {
1397      "base": "<p>A complex type that contains <code>HeaderName</code> and <code>HeaderValue</code> elements, if any, for this distribution. </p>",
1398      "refs": {
1399        "OriginCustomHeadersList$member": null
1400      }
1401    },
1402    "OriginCustomHeadersList": {
1403      "base": null,
1404      "refs": {
1405        "CustomHeaders$Items": "<p> <b>Optional</b>: A list that contains one <code>OriginCustomHeader</code> element for each custom header that you want CloudFront to forward to the origin. If Quantity is <code>0</code>, omit <code>Items</code>.</p>"
1406      }
1407    },
1408    "OriginGroup": {
1409      "base": "<p>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.</p>",
1410      "refs": {
1411        "OriginGroupList$member": null
1412      }
1413    },
1414    "OriginGroupFailoverCriteria": {
1415      "base": "<p>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.</p>",
1416      "refs": {
1417        "OriginGroup$FailoverCriteria": "<p>A complex type that contains information about the failover criteria for an origin group.</p>"
1418      }
1419    },
1420    "OriginGroupList": {
1421      "base": "<p>List of origin groups for a distribution.</p>",
1422      "refs": {
1423        "OriginGroups$Items": "<p>The items (origin groups) in a distribution.</p>"
1424      }
1425    },
1426    "OriginGroupMember": {
1427      "base": "<p>An origin in an origin group.</p>",
1428      "refs": {
1429        "OriginGroupMemberList$member": null
1430      }
1431    },
1432    "OriginGroupMemberList": {
1433      "base": "<p>List of origins in an origin group.</p>",
1434      "refs": {
1435        "OriginGroupMembers$Items": "<p>Items (origins) in an origin group.</p>"
1436      }
1437    },
1438    "OriginGroupMembers": {
1439      "base": "<p>A complex data type for the origins included in an origin group.</p>",
1440      "refs": {
1441        "OriginGroup$Members": "<p>A complex type that contains information about the origins in an origin group.</p>"
1442      }
1443    },
1444    "OriginGroups": {
1445      "base": "<p>A complex data type for the origin groups specified for a distribution.</p>",
1446      "refs": {
1447        "DistributionConfig$OriginGroups": "<p> A complex type that contains information about origin groups for this distribution.</p>",
1448        "DistributionSummary$OriginGroups": "<p> A complex type that contains information about origin groups for this distribution.</p>"
1449      }
1450    },
1451    "OriginList": {
1452      "base": null,
1453      "refs": {
1454        "Origins$Items": "<p>A complex type that contains origins or origin groups for this distribution.</p>"
1455      }
1456    },
1457    "OriginProtocolPolicy": {
1458      "base": null,
1459      "refs": {
1460        "CustomOriginConfig$OriginProtocolPolicy": "<p>Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin. Valid values are:</p> <ul> <li> <p> <code>http-only</code> – CloudFront always uses HTTP to connect to the origin.</p> </li> <li> <p> <code>match-viewer</code> – CloudFront connects to the origin using the same protocol that the viewer used to connect to CloudFront.</p> </li> <li> <p> <code>https-only</code> – CloudFront always uses HTTPS to connect to the origin.</p> </li> </ul>"
1461      }
1462    },
1463    "OriginRequestPolicy": {
1464      "base": "<p>An origin request policy.</p> <p>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:</p> <ul> <li> <p>The request body and the URL path (without the domain name) from the viewer request.</p> </li> <li> <p>The headers that CloudFront automatically includes in every origin request, including <code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p> </li> <li> <p>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.</p> </li> </ul> <p>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 <code>CreateCachePolicy</code>.</p>",
1465      "refs": {
1466        "CreateOriginRequestPolicyResult$OriginRequestPolicy": "<p>An origin request policy.</p>",
1467        "GetOriginRequestPolicyResult$OriginRequestPolicy": "<p>The origin request policy.</p>",
1468        "OriginRequestPolicySummary$OriginRequestPolicy": "<p>The origin request policy.</p>",
1469        "UpdateOriginRequestPolicyResult$OriginRequestPolicy": "<p>An origin request policy.</p>"
1470      }
1471    },
1472    "OriginRequestPolicyAlreadyExists": {
1473      "base": "<p>An origin request policy with this name already exists. You must provide a unique name. To modify an existing origin request policy, use <code>UpdateOriginRequestPolicy</code>.</p>",
1474      "refs": {
1475      }
1476    },
1477    "OriginRequestPolicyConfig": {
1478      "base": "<p>An origin request policy configuration.</p> <p>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:</p> <ul> <li> <p>The request body and the URL path (without the domain name) from the viewer request.</p> </li> <li> <p>The headers that CloudFront automatically includes in every origin request, including <code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p> </li> <li> <p>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.</p> </li> </ul> <p>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 <code>CreateCachePolicy</code>.</p>",
1479      "refs": {
1480        "CreateOriginRequestPolicyRequest$OriginRequestPolicyConfig": "<p>An origin request policy configuration.</p>",
1481        "GetOriginRequestPolicyConfigResult$OriginRequestPolicyConfig": "<p>The origin request policy configuration.</p>",
1482        "OriginRequestPolicy$OriginRequestPolicyConfig": "<p>The origin request policy configuration.</p>",
1483        "UpdateOriginRequestPolicyRequest$OriginRequestPolicyConfig": "<p>An origin request policy configuration.</p>"
1484      }
1485    },
1486    "OriginRequestPolicyCookieBehavior": {
1487      "base": null,
1488      "refs": {
1489        "OriginRequestPolicyCookiesConfig$CookieBehavior": "<p>Determines whether cookies in viewer requests are included in requests that CloudFront sends to the origin. Valid values are:</p> <ul> <li> <p> <code>none</code> – Cookies in viewer requests are not included in requests that CloudFront sends to the origin. Even when this field is set to <code>none</code>, any cookies that are listed in a <code>CachePolicy</code> <i>are</i> included in origin requests.</p> </li> <li> <p> <code>whitelist</code> – The cookies in viewer requests that are listed in the <code>CookieNames</code> type are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>all</code> – All cookies in viewer requests are included in requests that CloudFront sends to the origin.</p> </li> </ul>"
1490      }
1491    },
1492    "OriginRequestPolicyCookiesConfig": {
1493      "base": "<p>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.</p>",
1494      "refs": {
1495        "OriginRequestPolicyConfig$CookiesConfig": "<p>The cookies from viewer requests to include in origin requests.</p>"
1496      }
1497    },
1498    "OriginRequestPolicyHeaderBehavior": {
1499      "base": null,
1500      "refs": {
1501        "OriginRequestPolicyHeadersConfig$HeaderBehavior": "<p>Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are:</p> <ul> <li> <p> <code>none</code> – HTTP headers are not included in requests that CloudFront sends to the origin. Even when this field is set to <code>none</code>, any headers that are listed in a <code>CachePolicy</code> <i>are</i> included in origin requests.</p> </li> <li> <p> <code>whitelist</code> – The HTTP headers that are listed in the <code>Headers</code> type are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>allViewer</code> – All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>allViewerAndWhitelistCloudFront</code> – All HTTP headers in viewer requests and the additional CloudFront headers that are listed in the <code>Headers</code> type are included in requests that CloudFront sends to the origin. The additional headers are added by CloudFront.</p> </li> </ul>"
1502      }
1503    },
1504    "OriginRequestPolicyHeadersConfig": {
1505      "base": "<p>An object that determines whether any HTTP headers (and if so, which headers) are included in requests that CloudFront sends to the origin.</p>",
1506      "refs": {
1507        "OriginRequestPolicyConfig$HeadersConfig": "<p>The HTTP headers to include in origin requests. These can include headers from viewer requests and additional headers added by CloudFront.</p>"
1508      }
1509    },
1510    "OriginRequestPolicyInUse": {
1511      "base": "<p>Cannot delete the origin request policy because it is attached to one or more cache behaviors.</p>",
1512      "refs": {
1513      }
1514    },
1515    "OriginRequestPolicyList": {
1516      "base": "<p>A list of origin request policies.</p>",
1517      "refs": {
1518        "ListOriginRequestPoliciesResult$OriginRequestPolicyList": "<p>A list of origin request policies.</p>"
1519      }
1520    },
1521    "OriginRequestPolicyQueryStringBehavior": {
1522      "base": null,
1523      "refs": {
1524        "OriginRequestPolicyQueryStringsConfig$QueryStringBehavior": "<p>Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to the origin. Valid values are:</p> <ul> <li> <p> <code>none</code> – Query strings in viewer requests are not included in requests that CloudFront sends to the origin. Even when this field is set to <code>none</code>, any query strings that are listed in a <code>CachePolicy</code> <i>are</i> included in origin requests.</p> </li> <li> <p> <code>whitelist</code> – The query strings in viewer requests that are listed in the <code>QueryStringNames</code> type are included in requests that CloudFront sends to the origin.</p> </li> <li> <p> <code>all</code> – All query strings in viewer requests are included in requests that CloudFront sends to the origin.</p> </li> </ul>"
1525      }
1526    },
1527    "OriginRequestPolicyQueryStringsConfig": {
1528      "base": "<p>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.</p>",
1529      "refs": {
1530        "OriginRequestPolicyConfig$QueryStringsConfig": "<p>The URL query strings from viewer requests to include in origin requests.</p>"
1531      }
1532    },
1533    "OriginRequestPolicySummary": {
1534      "base": "<p>Contains an origin request policy.</p>",
1535      "refs": {
1536        "OriginRequestPolicySummaryList$member": null
1537      }
1538    },
1539    "OriginRequestPolicySummaryList": {
1540      "base": null,
1541      "refs": {
1542        "OriginRequestPolicyList$Items": "<p>Contains the origin request policies in the list.</p>"
1543      }
1544    },
1545    "OriginRequestPolicyType": {
1546      "base": null,
1547      "refs": {
1548        "ListOriginRequestPoliciesRequest$Type": "<p>A filter to return only the specified kinds of origin request policies. Valid values are:</p> <ul> <li> <p> <code>managed</code> – Returns only the managed policies created by AWS.</p> </li> <li> <p> <code>custom</code> – Returns only the custom policies created in your AWS account.</p> </li> </ul>",
1549        "OriginRequestPolicySummary$Type": "<p>The type of origin request policy, either <code>managed</code> (created by AWS) or <code>custom</code> (created in this AWS account).</p>"
1550      }
1551    },
1552    "OriginSslProtocols": {
1553      "base": "<p>A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin. </p>",
1554      "refs": {
1555        "CustomOriginConfig$OriginSslProtocols": "<p>Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include <code>SSLv3</code>, <code>TLSv1</code>, <code>TLSv1.1</code>, and <code>TLSv1.2</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols\">Minimum Origin SSL Protocol</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
1556      }
1557    },
1558    "Origins": {
1559      "base": "<p>A complex type that contains information about origins and origin groups for this distribution. </p>",
1560      "refs": {
1561        "DistributionConfig$Origins": "<p>A complex type that contains information about origins for this distribution. </p>",
1562        "DistributionSummary$Origins": "<p>A complex type that contains information about origins for this distribution.</p>"
1563      }
1564    },
1565    "ParametersInCacheKeyAndForwardedToOrigin": {
1566      "base": "<p>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.</p> <p>The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find an object in its cache that matches the request’s cache key. If you want to send values to the origin but <i>not</i> include them in the cache key, use <code>CreateOriginRequestPolicy</code>.</p>",
1567      "refs": {
1568        "CachePolicyConfig$ParametersInCacheKeyAndForwardedToOrigin": "<p>The HTTP headers, cookies, and URL query strings to include in the cache key. The values included in the cache key are automatically included in requests that CloudFront sends to the origin.</p>"
1569      }
1570    },
1571    "PathList": {
1572      "base": null,
1573      "refs": {
1574        "Paths$Items": "<p>A complex type that contains a list of the paths that you want to invalidate.</p>"
1575      }
1576    },
1577    "Paths": {
1578      "base": "<p>A complex type that contains information about the objects that you want to invalidate. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-specifying-objects\">Specifying the Objects to Invalidate</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>",
1579      "refs": {
1580        "InvalidationBatch$Paths": "<p>A complex type that contains information about the objects that you want to invalidate. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-specifying-objects\">Specifying the Objects to Invalidate</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>"
1581      }
1582    },
1583    "PreconditionFailed": {
1584      "base": "<p>The precondition given in one or more of the request header fields evaluated to <code>false</code>.</p>",
1585      "refs": {
1586      }
1587    },
1588    "PriceClass": {
1589      "base": null,
1590      "refs": {
1591        "DistributionConfig$PriceClass": "<p>The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify <code>PriceClass_All</code>, CloudFront responds to requests for your objects from all CloudFront edge locations.</p> <p>If you specify a price class other than <code>PriceClass_All</code>, 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.</p> <p>For more information about price classes, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html\">Choosing the Price Class for a CloudFront Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see <a href=\"http://aws.amazon.com/cloudfront/pricing/\">Amazon CloudFront Pricing</a>. For price class information, scroll down to see the table at the bottom of the page.</p>",
1592        "DistributionSummary$PriceClass": "<p>A complex type that contains information about price class for this streaming distribution. </p>",
1593        "StreamingDistributionConfig$PriceClass": "<p>A complex type that contains information about price class for this streaming distribution. </p>",
1594        "StreamingDistributionSummary$PriceClass": "<p>A complex type that contains information about price class for this streaming distribution. </p>"
1595      }
1596    },
1597    "PublicKey": {
1598      "base": "<p>A complex data type of public keys you add to CloudFront to use with features like field-level encryption.</p>",
1599      "refs": {
1600        "CreatePublicKeyResult$PublicKey": "<p>Returned when you add a public key.</p>",
1601        "GetPublicKeyResult$PublicKey": "<p>Return the public key.</p>",
1602        "UpdatePublicKeyResult$PublicKey": "<p>Return the results of updating the public key.</p>"
1603      }
1604    },
1605    "PublicKeyAlreadyExists": {
1606      "base": "<p>The specified public key already exists.</p>",
1607      "refs": {
1608      }
1609    },
1610    "PublicKeyConfig": {
1611      "base": "<p>Information about a public key you add to CloudFront to use with features like field-level encryption.</p>",
1612      "refs": {
1613        "CreatePublicKeyRequest$PublicKeyConfig": "<p>The request to add a public key to CloudFront.</p>",
1614        "GetPublicKeyConfigResult$PublicKeyConfig": "<p>Return the result for the public key configuration.</p>",
1615        "PublicKey$PublicKeyConfig": "<p>A complex data type for a public key you add to CloudFront to use with features like field-level encryption.</p>",
1616        "UpdatePublicKeyRequest$PublicKeyConfig": "<p>Request to update public key information.</p>"
1617      }
1618    },
1619    "PublicKeyInUse": {
1620      "base": "<p>The specified public key is in use. </p>",
1621      "refs": {
1622      }
1623    },
1624    "PublicKeyList": {
1625      "base": "<p>A list of public keys you've added to CloudFront to use with features like field-level encryption.</p>",
1626      "refs": {
1627        "ListPublicKeysResult$PublicKeyList": "<p>Returns a list of all public keys that have been added to CloudFront for this account.</p>"
1628      }
1629    },
1630    "PublicKeySummary": {
1631      "base": "<p>A complex data type for public key information. </p>",
1632      "refs": {
1633        "PublicKeySummaryList$member": null
1634      }
1635    },
1636    "PublicKeySummaryList": {
1637      "base": null,
1638      "refs": {
1639        "PublicKeyList$Items": "<p>An array of information about a public key you add to CloudFront to use with features like field-level encryption.</p>"
1640      }
1641    },
1642    "QueryArgProfile": {
1643      "base": "<p>Query argument-profile mapping for field-level encryption.</p>",
1644      "refs": {
1645        "QueryArgProfileList$member": null
1646      }
1647    },
1648    "QueryArgProfileConfig": {
1649      "base": "<p>Configuration for query argument-profile mapping for field-level encryption.</p>",
1650      "refs": {
1651        "FieldLevelEncryptionConfig$QueryArgProfileConfig": "<p>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.</p>",
1652        "FieldLevelEncryptionSummary$QueryArgProfileConfig": "<p> A summary of a query argument-profile mapping. </p>"
1653      }
1654    },
1655    "QueryArgProfileEmpty": {
1656      "base": "<p>No profile specified for the field-level encryption query argument.</p>",
1657      "refs": {
1658      }
1659    },
1660    "QueryArgProfileList": {
1661      "base": null,
1662      "refs": {
1663        "QueryArgProfiles$Items": "<p>Number of items for query argument-profile mapping for field-level encryption.</p>"
1664      }
1665    },
1666    "QueryArgProfiles": {
1667      "base": "<p>Query argument-profile mapping for field-level encryption.</p>",
1668      "refs": {
1669        "QueryArgProfileConfig$QueryArgProfiles": "<p>Profiles specified for query argument-profile mapping for field-level encryption.</p>"
1670      }
1671    },
1672    "QueryStringCacheKeys": {
1673      "base": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.</p> <p>If you want to include query strings in the cache key, use <code>QueryStringsConfig</code> in a cache policy. See <code>CreateCachePolicy</code>.</p> <p>If you want to send query strings to the origin but not include them in the cache key, use <code>QueryStringsConfig</code> in an origin request policy. See <code>CreateOriginRequestPolicy</code>.</p> <p>A complex type that contains information about the query string parameters that you want CloudFront to use for caching for a cache behavior. </p>",
1674      "refs": {
1675        "ForwardedValues$QueryStringCacheKeys": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.</p> <p>If you want to include query strings in the cache key, use a cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.</p>"
1676      }
1677    },
1678    "QueryStringCacheKeysList": {
1679      "base": null,
1680      "refs": {
1681        "QueryStringCacheKeys$Items": "<p>A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If <code>Quantity</code> is 0, you can omit <code>Items</code>. </p>"
1682      }
1683    },
1684    "QueryStringNames": {
1685      "base": "<p>Contains a list of query string names.</p>",
1686      "refs": {
1687        "CachePolicyQueryStringsConfig$QueryStrings": "<p>Contains the specific query strings in viewer requests that either <i> <b>are</b> </i> or <i> <b>are not</b> </i> included in the cache key and automatically included in requests that CloudFront sends to the origin. The behavior depends on whether the <code>QueryStringBehavior</code> field in the <code>CachePolicyQueryStringsConfig</code> type is set to <code>whitelist</code> (the listed query strings <i> <b>are</b> </i> included) or <code>allExcept</code> (the listed query strings <i> <b>are not</b> </i> included, but all other query strings are).</p>",
1688        "OriginRequestPolicyQueryStringsConfig$QueryStrings": "<p>Contains a list of the query strings in viewer requests that are included in requests that CloudFront sends to the origin.</p>"
1689      }
1690    },
1691    "QueryStringNamesList": {
1692      "base": null,
1693      "refs": {
1694        "QueryStringNames$Items": "<p>A list of query string names.</p>"
1695      }
1696    },
1697    "ResourceARN": {
1698      "base": null,
1699      "refs": {
1700        "ListTagsForResourceRequest$Resource": "<p> An ARN of a CloudFront resource.</p>",
1701        "TagResourceRequest$Resource": "<p> An ARN of a CloudFront resource.</p>",
1702        "UntagResourceRequest$Resource": "<p> An ARN of a CloudFront resource.</p>"
1703      }
1704    },
1705    "Restrictions": {
1706      "base": "<p>A complex type that identifies ways in which you want to restrict distribution of your content.</p>",
1707      "refs": {
1708        "DistributionConfig$Restrictions": "<p>A complex type that identifies ways in which you want to restrict distribution of your content.</p>",
1709        "DistributionSummary$Restrictions": "<p>A complex type that identifies ways in which you want to restrict distribution of your content.</p>"
1710      }
1711    },
1712    "S3Origin": {
1713      "base": "<p>A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.</p>",
1714      "refs": {
1715        "StreamingDistributionConfig$S3Origin": "<p>A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution. </p>",
1716        "StreamingDistributionSummary$S3Origin": "<p>A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.</p>"
1717      }
1718    },
1719    "S3OriginConfig": {
1720      "base": "<p>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 <code>CustomOriginConfig</code> element instead.</p>",
1721      "refs": {
1722        "Origin$S3OriginConfig": "<p>Use this type to specify an origin that is an Amazon S3 bucket that is <i> <b>not</b> </i> 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 <code>CustomOriginConfig</code> type instead.</p>"
1723      }
1724    },
1725    "SSLSupportMethod": {
1726      "base": null,
1727      "refs": {
1728        "ViewerCertificate$SSLSupportMethod": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.</p> <ul> <li> <p> <code>sni-only</code> – The distribution accepts HTTPS connections from only viewers that support <a href=\"https://en.wikipedia.org/wiki/Server_Name_Indication\">server name indication (SNI)</a>. This is recommended. Most browsers and clients support SNI.</p> </li> <li> <p> <code>vip</code> – 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.</p> </li> </ul> <p>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>, don’t set a value for this field.</p>"
1729      }
1730    },
1731    "Signer": {
1732      "base": "<p>A complex type that lists the AWS accounts that were included in the <code>TrustedSigners</code> complex type, as well as their active CloudFront key pair IDs, if any. </p>",
1733      "refs": {
1734        "SignerList$member": null
1735      }
1736    },
1737    "SignerList": {
1738      "base": null,
1739      "refs": {
1740        "ActiveTrustedSigners$Items": "<p>A complex type that contains one <code>Signer</code> complex type for each trusted signer that is specified in the <code>TrustedSigners</code> complex type.</p>"
1741      }
1742    },
1743    "SslProtocol": {
1744      "base": null,
1745      "refs": {
1746        "SslProtocolsList$member": null
1747      }
1748    },
1749    "SslProtocolsList": {
1750      "base": null,
1751      "refs": {
1752        "OriginSslProtocols$Items": "<p>A list that contains allowed SSL/TLS protocols for this distribution.</p>"
1753      }
1754    },
1755    "StatusCodeList": {
1756      "base": "<p>List of status codes for origin failover.</p>",
1757      "refs": {
1758        "StatusCodes$Items": "<p>The items (status codes) for an origin group.</p>"
1759      }
1760    },
1761    "StatusCodes": {
1762      "base": "<p>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.</p>",
1763      "refs": {
1764        "OriginGroupFailoverCriteria$StatusCodes": "<p>The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.</p>"
1765      }
1766    },
1767    "StreamingDistribution": {
1768      "base": "<p>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.</p>",
1769      "refs": {
1770        "CreateStreamingDistributionResult$StreamingDistribution": "<p>The streaming distribution's information.</p>",
1771        "CreateStreamingDistributionWithTagsResult$StreamingDistribution": "<p>The streaming distribution's information. </p>",
1772        "GetStreamingDistributionResult$StreamingDistribution": "<p>The streaming distribution's information.</p>",
1773        "UpdateStreamingDistributionResult$StreamingDistribution": "<p>The streaming distribution's information.</p>"
1774      }
1775    },
1776    "StreamingDistributionAlreadyExists": {
1777      "base": "<p>The caller reference you attempted to create the streaming distribution with is associated with another distribution</p>",
1778      "refs": {
1779      }
1780    },
1781    "StreamingDistributionConfig": {
1782      "base": "<p>The RTMP distribution's configuration information.</p>",
1783      "refs": {
1784        "CreateStreamingDistributionRequest$StreamingDistributionConfig": "<p>The streaming distribution's configuration information.</p>",
1785        "GetStreamingDistributionConfigResult$StreamingDistributionConfig": "<p>The streaming distribution's configuration information.</p>",
1786        "StreamingDistribution$StreamingDistributionConfig": "<p>The current configuration information for the RTMP distribution.</p>",
1787        "StreamingDistributionConfigWithTags$StreamingDistributionConfig": "<p>A streaming distribution Configuration.</p>",
1788        "UpdateStreamingDistributionRequest$StreamingDistributionConfig": "<p>The streaming distribution's configuration information.</p>"
1789      }
1790    },
1791    "StreamingDistributionConfigWithTags": {
1792      "base": "<p>A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.</p>",
1793      "refs": {
1794        "CreateStreamingDistributionWithTagsRequest$StreamingDistributionConfigWithTags": "<p> The streaming distribution's configuration information. </p>"
1795      }
1796    },
1797    "StreamingDistributionList": {
1798      "base": "<p>A streaming distribution list. </p>",
1799      "refs": {
1800        "ListStreamingDistributionsResult$StreamingDistributionList": "<p>The <code>StreamingDistributionList</code> type. </p>"
1801      }
1802    },
1803    "StreamingDistributionNotDisabled": {
1804      "base": "<p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>",
1805      "refs": {
1806      }
1807    },
1808    "StreamingDistributionSummary": {
1809      "base": "<p> A summary of the information for a CloudFront streaming distribution.</p>",
1810      "refs": {
1811        "StreamingDistributionSummaryList$member": null
1812      }
1813    },
1814    "StreamingDistributionSummaryList": {
1815      "base": null,
1816      "refs": {
1817        "StreamingDistributionList$Items": "<p>A complex type that contains one <code>StreamingDistributionSummary</code> element for each distribution that was created by the current AWS account.</p>"
1818      }
1819    },
1820    "StreamingLoggingConfig": {
1821      "base": "<p>A complex type that controls whether access logs are written for this streaming distribution.</p>",
1822      "refs": {
1823        "StreamingDistributionConfig$Logging": "<p>A complex type that controls whether access logs are written for the streaming distribution. </p>"
1824      }
1825    },
1826    "Tag": {
1827      "base": "<p> A complex type that contains <code>Tag</code> key and <code>Tag</code> value.</p>",
1828      "refs": {
1829        "TagList$member": null
1830      }
1831    },
1832    "TagKey": {
1833      "base": "<p> A string that contains <code>Tag</code> key.</p> <p>The string length should be between 1 and 128 characters. Valid characters include <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, space, and the special characters <code>_ - . : / = + @</code>.</p>",
1834      "refs": {
1835        "Tag$Key": "<p> A string that contains <code>Tag</code> key.</p> <p>The string length should be between 1 and 128 characters. Valid characters include <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, space, and the special characters <code>_ - . : / = + @</code>.</p>",
1836        "TagKeyList$member": null
1837      }
1838    },
1839    "TagKeyList": {
1840      "base": null,
1841      "refs": {
1842        "TagKeys$Items": "<p> A complex type that contains <code>Tag</code> key elements.</p>"
1843      }
1844    },
1845    "TagKeys": {
1846      "base": "<p> A complex type that contains zero or more <code>Tag</code> elements.</p>",
1847      "refs": {
1848        "UntagResourceRequest$TagKeys": "<p> A complex type that contains zero or more <code>Tag</code> key elements.</p>"
1849      }
1850    },
1851    "TagList": {
1852      "base": null,
1853      "refs": {
1854        "Tags$Items": "<p> A complex type that contains <code>Tag</code> elements.</p>"
1855      }
1856    },
1857    "TagResourceRequest": {
1858      "base": "<p> The request to add tags to a CloudFront resource.</p>",
1859      "refs": {
1860      }
1861    },
1862    "TagValue": {
1863      "base": null,
1864      "refs": {
1865        "Tag$Value": "<p> A string that contains an optional <code>Tag</code> value.</p> <p>The string length should be between 0 and 256 characters. Valid characters include <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, space, and the special characters <code>_ - . : / = + @</code>.</p>"
1866      }
1867    },
1868    "Tags": {
1869      "base": "<p> A complex type that contains zero or more <code>Tag</code> elements.</p>",
1870      "refs": {
1871        "DistributionConfigWithTags$Tags": "<p>A complex type that contains zero or more <code>Tag</code> elements.</p>",
1872        "ListTagsForResourceResult$Tags": "<p> A complex type that contains zero or more <code>Tag</code> elements.</p>",
1873        "StreamingDistributionConfigWithTags$Tags": "<p>A complex type that contains zero or more <code>Tag</code> elements.</p>",
1874        "TagResourceRequest$Tags": "<p> A complex type that contains zero or more <code>Tag</code> elements.</p>"
1875      }
1876    },
1877    "TooManyCacheBehaviors": {
1878      "base": "<p>You cannot create more cache behaviors for the distribution.</p>",
1879      "refs": {
1880      }
1881    },
1882    "TooManyCachePolicies": {
1883      "base": "<p>You have reached the maximum number of cache policies for this AWS account. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
1884      "refs": {
1885      }
1886    },
1887    "TooManyCertificates": {
1888      "base": "<p>You cannot create anymore custom SSL/TLS certificates.</p>",
1889      "refs": {
1890      }
1891    },
1892    "TooManyCloudFrontOriginAccessIdentities": {
1893      "base": "<p>Processing your request would cause you to exceed the maximum number of origin access identities allowed.</p>",
1894      "refs": {
1895      }
1896    },
1897    "TooManyCookieNamesInWhiteList": {
1898      "base": "<p>Your request contains more cookie names in the whitelist than are allowed per cache behavior.</p>",
1899      "refs": {
1900      }
1901    },
1902    "TooManyCookiesInCachePolicy": {
1903      "base": "<p>The number of cookies in the cache policy exceeds the maximum. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
1904      "refs": {
1905      }
1906    },
1907    "TooManyCookiesInOriginRequestPolicy": {
1908      "base": "<p>The number of cookies in the origin request policy exceeds the maximum. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
1909      "refs": {
1910      }
1911    },
1912    "TooManyDistributionCNAMEs": {
1913      "base": "<p>Your request contains more CNAMEs than are allowed per distribution.</p>",
1914      "refs": {
1915      }
1916    },
1917    "TooManyDistributions": {
1918      "base": "<p>Processing your request would cause you to exceed the maximum number of distributions allowed.</p>",
1919      "refs": {
1920      }
1921    },
1922    "TooManyDistributionsAssociatedToCachePolicy": {
1923      "base": "<p>The maximum number of distributions have been associated with the specified cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
1924      "refs": {
1925      }
1926    },
1927    "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig": {
1928      "base": "<p>The maximum number of distributions have been associated with the specified configuration for field-level encryption.</p>",
1929      "refs": {
1930      }
1931    },
1932    "TooManyDistributionsAssociatedToOriginRequestPolicy": {
1933      "base": "<p>The maximum number of distributions have been associated with the specified origin request policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
1934      "refs": {
1935      }
1936    },
1937    "TooManyDistributionsWithLambdaAssociations": {
1938      "base": "<p>Processing your request would cause the maximum number of distributions with Lambda function associations per owner to be exceeded.</p>",
1939      "refs": {
1940      }
1941    },
1942    "TooManyDistributionsWithSingleFunctionARN": {
1943      "base": "<p>The maximum number of distributions have been associated with the specified Lambda function.</p>",
1944      "refs": {
1945      }
1946    },
1947    "TooManyFieldLevelEncryptionConfigs": {
1948      "base": "<p>The maximum number of configurations for field-level encryption have been created.</p>",
1949      "refs": {
1950      }
1951    },
1952    "TooManyFieldLevelEncryptionContentTypeProfiles": {
1953      "base": "<p>The maximum number of content type profiles for field-level encryption have been created.</p>",
1954      "refs": {
1955      }
1956    },
1957    "TooManyFieldLevelEncryptionEncryptionEntities": {
1958      "base": "<p>The maximum number of encryption entities for field-level encryption have been created.</p>",
1959      "refs": {
1960      }
1961    },
1962    "TooManyFieldLevelEncryptionFieldPatterns": {
1963      "base": "<p>The maximum number of field patterns for field-level encryption have been created.</p>",
1964      "refs": {
1965      }
1966    },
1967    "TooManyFieldLevelEncryptionProfiles": {
1968      "base": "<p>The maximum number of profiles for field-level encryption have been created.</p>",
1969      "refs": {
1970      }
1971    },
1972    "TooManyFieldLevelEncryptionQueryArgProfiles": {
1973      "base": "<p>The maximum number of query arg profiles for field-level encryption have been created.</p>",
1974      "refs": {
1975      }
1976    },
1977    "TooManyHeadersInCachePolicy": {
1978      "base": "<p>The number of headers in the cache policy exceeds the maximum. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
1979      "refs": {
1980      }
1981    },
1982    "TooManyHeadersInForwardedValues": {
1983      "base": "<p>Your request contains too many headers in forwarded values.</p>",
1984      "refs": {
1985      }
1986    },
1987    "TooManyHeadersInOriginRequestPolicy": {
1988      "base": "<p>The number of headers in the origin request policy exceeds the maximum. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
1989      "refs": {
1990      }
1991    },
1992    "TooManyInvalidationsInProgress": {
1993      "base": "<p>You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.</p>",
1994      "refs": {
1995      }
1996    },
1997    "TooManyLambdaFunctionAssociations": {
1998      "base": "<p>Your request contains more Lambda function associations than are allowed per distribution.</p>",
1999      "refs": {
2000      }
2001    },
2002    "TooManyOriginCustomHeaders": {
2003      "base": "<p>Your request contains too many origin custom headers.</p>",
2004      "refs": {
2005      }
2006    },
2007    "TooManyOriginGroupsPerDistribution": {
2008      "base": "<p>Processing your request would cause you to exceed the maximum number of origin groups allowed.</p>",
2009      "refs": {
2010      }
2011    },
2012    "TooManyOriginRequestPolicies": {
2013      "base": "<p>You have reached the maximum number of origin request policies for this AWS account. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2014      "refs": {
2015      }
2016    },
2017    "TooManyOrigins": {
2018      "base": "<p>You cannot create more origins for the distribution.</p>",
2019      "refs": {
2020      }
2021    },
2022    "TooManyPublicKeys": {
2023      "base": "<p>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.</p>",
2024      "refs": {
2025      }
2026    },
2027    "TooManyQueryStringParameters": {
2028      "base": "<p>Your request contains too many query string parameters.</p>",
2029      "refs": {
2030      }
2031    },
2032    "TooManyQueryStringsInCachePolicy": {
2033      "base": "<p>The number of query strings in the cache policy exceeds the maximum. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2034      "refs": {
2035      }
2036    },
2037    "TooManyQueryStringsInOriginRequestPolicy": {
2038      "base": "<p>The number of query strings in the origin request policy exceeds the maximum. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2039      "refs": {
2040      }
2041    },
2042    "TooManyStreamingDistributionCNAMEs": {
2043      "base": "<p>Your request contains more CNAMEs than are allowed per distribution.</p>",
2044      "refs": {
2045      }
2046    },
2047    "TooManyStreamingDistributions": {
2048      "base": "<p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>",
2049      "refs": {
2050      }
2051    },
2052    "TooManyTrustedSigners": {
2053      "base": "<p>Your request contains more trusted signers than are allowed per distribution.</p>",
2054      "refs": {
2055      }
2056    },
2057    "TrustedSignerDoesNotExist": {
2058      "base": "<p>One or more of your trusted signers don't exist.</p>",
2059      "refs": {
2060      }
2061    },
2062    "TrustedSigners": {
2063      "base": "<p>A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.</p> <p>If you want to require signed URLs in requests for objects in the target origin that match the <code>PathPattern</code> for this cache behavior, specify <code>true</code> for <code>Enabled</code>, and specify the applicable values for <code>Quantity</code> and <code>Items</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content through CloudFront</a> in the <i> Amazon CloudFront Developer Guide</i>.</p> <p>If you don't want to require signed URLs in requests for objects that match <code>PathPattern</code>, specify <code>false</code> for <code>Enabled</code> and <code>0</code> for <code>Quantity</code>. Omit <code>Items</code>.</p> <p>To add, change, or remove one or more trusted signers, change <code>Enabled</code> to <code>true</code> (if it's currently <code>false</code>), change <code>Quantity</code> as applicable, and specify all of the trusted signers that you want to include in the updated distribution.</p> <p>For more information about updating the distribution configuration, see <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/DistributionConfig.html\">DistributionConfig</a> in the <i>Amazon CloudFront API Reference</i>.</p>",
2064      "refs": {
2065        "CacheBehavior$TrustedSigners": "<p>A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.</p> <p>If you want to require signed URLs in requests for objects in the target origin that match the <code>PathPattern</code> for this cache behavior, specify <code>true</code> for <code>Enabled</code>, and specify the applicable values for <code>Quantity</code> and <code>Items</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content with Signed URLs and Signed Cookies</a> in the <i>Amazon CloudFront Developer Guide</i>. </p> <p>If you don’t want to require signed URLs in requests for objects that match <code>PathPattern</code>, specify <code>false</code> for <code>Enabled</code> and <code>0</code> for <code>Quantity</code>. Omit <code>Items</code>.</p> <p>To add, change, or remove one or more trusted signers, change <code>Enabled</code> to <code>true</code> (if it’s currently <code>false</code>), change <code>Quantity</code> as applicable, and specify all of the trusted signers that you want to include in the updated distribution.</p>",
2066        "DefaultCacheBehavior$TrustedSigners": "<p>A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.</p> <p>If you want to require signed URLs in requests for objects in the target origin that match the <code>PathPattern</code> for this cache behavior, specify <code>true</code> for <code>Enabled</code>, and specify the applicable values for <code>Quantity</code> and <code>Items</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content with Signed URLs and Signed Cookies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>If you don’t want to require signed URLs in requests for objects that match <code>PathPattern</code>, specify <code>false</code> for <code>Enabled</code> and <code>0</code> for <code>Quantity</code>. Omit <code>Items</code>.</p> <p>To add, change, or remove one or more trusted signers, change <code>Enabled</code> to <code>true</code> (if it’s currently <code>false</code>), change <code>Quantity</code> as applicable, and specify all of the trusted signers that you want to include in the updated distribution.</p>",
2067        "StreamingDistributionConfig$TrustedSigners": "<p>A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>",
2068        "StreamingDistributionSummary$TrustedSigners": "<p>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 <code>PathPattern</code> for this cache behavior, specify <code>true</code> for <code>Enabled</code>, and specify the applicable values for <code>Quantity</code> and <code>Items</code>.If you don't want to require signed URLs in requests for objects that match <code>PathPattern</code>, specify <code>false</code> for <code>Enabled</code> and <code>0</code> for <code>Quantity</code>. Omit <code>Items</code>. To add, change, or remove one or more trusted signers, change <code>Enabled</code> to <code>true</code> (if it's currently <code>false</code>), change <code>Quantity</code> as applicable, and specify all of the trusted signers that you want to include in the updated distribution.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>"
2069      }
2070    },
2071    "UntagResourceRequest": {
2072      "base": "<p> The request to remove tags from a CloudFront resource.</p>",
2073      "refs": {
2074      }
2075    },
2076    "UpdateCachePolicyRequest": {
2077      "base": null,
2078      "refs": {
2079      }
2080    },
2081    "UpdateCachePolicyResult": {
2082      "base": null,
2083      "refs": {
2084      }
2085    },
2086    "UpdateCloudFrontOriginAccessIdentityRequest": {
2087      "base": "<p>The request to update an origin access identity.</p>",
2088      "refs": {
2089      }
2090    },
2091    "UpdateCloudFrontOriginAccessIdentityResult": {
2092      "base": "<p>The returned result of the corresponding request.</p>",
2093      "refs": {
2094      }
2095    },
2096    "UpdateDistributionRequest": {
2097      "base": "<p>The request to update a distribution.</p>",
2098      "refs": {
2099      }
2100    },
2101    "UpdateDistributionResult": {
2102      "base": "<p>The returned result of the corresponding request.</p>",
2103      "refs": {
2104      }
2105    },
2106    "UpdateFieldLevelEncryptionConfigRequest": {
2107      "base": null,
2108      "refs": {
2109      }
2110    },
2111    "UpdateFieldLevelEncryptionConfigResult": {
2112      "base": null,
2113      "refs": {
2114      }
2115    },
2116    "UpdateFieldLevelEncryptionProfileRequest": {
2117      "base": null,
2118      "refs": {
2119      }
2120    },
2121    "UpdateFieldLevelEncryptionProfileResult": {
2122      "base": null,
2123      "refs": {
2124      }
2125    },
2126    "UpdateOriginRequestPolicyRequest": {
2127      "base": null,
2128      "refs": {
2129      }
2130    },
2131    "UpdateOriginRequestPolicyResult": {
2132      "base": null,
2133      "refs": {
2134      }
2135    },
2136    "UpdatePublicKeyRequest": {
2137      "base": null,
2138      "refs": {
2139      }
2140    },
2141    "UpdatePublicKeyResult": {
2142      "base": null,
2143      "refs": {
2144      }
2145    },
2146    "UpdateStreamingDistributionRequest": {
2147      "base": "<p>The request to update a streaming distribution.</p>",
2148      "refs": {
2149      }
2150    },
2151    "UpdateStreamingDistributionResult": {
2152      "base": "<p>The returned result of the corresponding request.</p>",
2153      "refs": {
2154      }
2155    },
2156    "ViewerCertificate": {
2157      "base": "<p>A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.</p> <p>If the distribution doesn’t use <code>Aliases</code> (also known as alternate domain names or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>—set <code>CloudFrontDefaultCertificate</code> to <code>true</code> and leave all other fields empty.</p> <p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs), use the fields in this type to specify the following settings:</p> <ul> <li> <p>Which viewers the distribution accepts HTTPS connections from: only viewers that support <a href=\"https://en.wikipedia.org/wiki/Server_Name_Indication\">server name indication (SNI)</a> (recommended), or all viewers including those that don’t support SNI.</p> <ul> <li> <p>To accept HTTPS connections from only viewers that support SNI, set <code>SSLSupportMethod</code> to <code>sni-only</code>. This is recommended. Most browsers and clients support SNI. </p> </li> <li> <p>To accept HTTPS connections from all viewers, including those that don’t support SNI, set <code>SSLSupportMethod</code> to <code>vip</code>. This is not recommended, and results in additional monthly charges from CloudFront. </p> </li> </ul> </li> <li> <p>The minimum SSL/TLS protocol version that the distribution can use to communicate with viewers. To specify a minimum version, choose a value for <code>MinimumProtocolVersion</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy\">Security Policy</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> </li> <li> <p>The location of the SSL/TLS certificate, <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html\">AWS Certificate Manager (ACM)</a> (recommended) or <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html\">AWS Identity and Access Management (AWS IAM)</a>. You specify the location by setting a value in one of the following fields (not both):</p> <ul> <li> <p> <code>ACMCertificateArn</code> </p> </li> <li> <p> <code>IAMCertificateId</code> </p> </li> </ul> </li> </ul> <p>All distributions support HTTPS connections from viewers. To require viewers to use HTTPS only, or to redirect them from HTTP to HTTPS, use <code>ViewerProtocolPolicy</code> in the <code>CacheBehavior</code> or <code>DefaultCacheBehavior</code>. To specify how CloudFront should use SSL/TLS to communicate with your custom origin, use <code>CustomOriginConfig</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https.html\">Using HTTPS with CloudFront</a> and <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-alternate-domain-names.html\"> Using Alternate Domain Names and HTTPS</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2158      "refs": {
2159        "DistributionConfig$ViewerCertificate": "<p>A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.</p>",
2160        "DistributionSummary$ViewerCertificate": "<p>A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.</p>"
2161      }
2162    },
2163    "ViewerProtocolPolicy": {
2164      "base": null,
2165      "refs": {
2166        "CacheBehavior$ViewerProtocolPolicy": "<p>The protocol that viewers can use to access the files in the origin specified by <code>TargetOriginId</code> when a request matches the path pattern in <code>PathPattern</code>. You can specify the following options:</p> <ul> <li> <p> <code>allow-all</code>: Viewers can use HTTP or HTTPS.</p> </li> <li> <p> <code>redirect-to-https</code>: 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. </p> </li> <li> <p> <code>https-only</code>: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden). </p> </li> </ul> <p>For more information about requiring the HTTPS protocol, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html\">Requiring HTTPS Between Viewers and CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <note> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing Cache Expiration</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> </note>",
2167        "DefaultCacheBehavior$ViewerProtocolPolicy": "<p>The protocol that viewers can use to access the files in the origin specified by <code>TargetOriginId</code> when a request matches the path pattern in <code>PathPattern</code>. You can specify the following options:</p> <ul> <li> <p> <code>allow-all</code>: Viewers can use HTTP or HTTPS.</p> </li> <li> <p> <code>redirect-to-https</code>: 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.</p> </li> <li> <p> <code>https-only</code>: If a viewer sends an HTTP request, CloudFront returns an HTTP status code of 403 (Forbidden).</p> </li> </ul> <p>For more information about requiring the HTTPS protocol, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html\">Requiring HTTPS Between Viewers and CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <note> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing Cache Expiration</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> </note>"
2168      }
2169    },
2170    "boolean": {
2171      "base": null,
2172      "refs": {
2173        "ActiveTrustedSigners$Enabled": "<p>Enabled is <code>true</code> if any of the AWS accounts listed in the <code>TrustedSigners</code> complex type for this distribution have active CloudFront key pairs. If not, <code>Enabled</code> is <code>false</code>.</p>",
2174        "CacheBehavior$SmoothStreaming": "<p>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 <code>true</code>; if not, specify <code>false</code>. If you specify <code>true</code> for <code>SmoothStreaming</code>, you can still distribute other content using this cache behavior if the content matches the value of <code>PathPattern</code>. </p>",
2175        "CacheBehavior$Compress": "<p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html\">Serving Compressed Files</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2176        "CloudFrontOriginAccessIdentityList$IsTruncated": "<p>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 <code>Marker</code> request parameter to retrieve more items in the list.</p>",
2177        "ContentTypeProfileConfig$ForwardWhenContentTypeIsUnknown": "<p>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. </p>",
2178        "DefaultCacheBehavior$SmoothStreaming": "<p>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 <code>true</code>; if not, specify <code>false</code>. If you specify <code>true</code> for <code>SmoothStreaming</code>, you can still distribute other content using this cache behavior if the content matches the value of <code>PathPattern</code>. </p>",
2179        "DefaultCacheBehavior$Compress": "<p>Whether you want CloudFront to automatically compress certain files for this cache behavior. If so, specify <code>true</code>; if not, specify <code>false</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html\">Serving Compressed Files</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2180        "DistributionConfig$Enabled": "<p>From this field, you can enable or disable the selected distribution.</p>",
2181        "DistributionConfig$IsIPV6Enabled": "<p>If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify <code>true</code>. If you specify <code>false</code>, CloudFront responds to IPv6 DNS requests with the DNS response code <code>NOERROR</code> and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution. </p> <p>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 <code>IpAddress</code> 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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html\">Creating a Signed URL Using a Custom Policy</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:</p> <ul> <li> <p>You enable IPv6 for the distribution</p> </li> <li> <p>You're using alternate domain names in the URLs for your objects</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html\">Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name</a> in the <i>Amazon Route 53 Developer Guide</i>.</p> <p>If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.</p>",
2182        "DistributionIdList$IsTruncated": "<p>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 <code>Marker</code> request field to retrieve more distribution IDs in the list.</p>",
2183        "DistributionList$IsTruncated": "<p>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 <code>Marker</code> request parameter to retrieve more distributions in the list.</p>",
2184        "DistributionSummary$Enabled": "<p>Whether the distribution is enabled to accept user requests for content.</p>",
2185        "DistributionSummary$IsIPV6Enabled": "<p>Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.</p>",
2186        "ForwardedValues$QueryString": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.</p> <p>If you want to include query strings in the cache key, use a cache policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <code>QueryString</code> and on the values that you specify for <code>QueryStringCacheKeys</code>, if any:</p> <p>If you specify true for <code>QueryString</code> and you don't specify any values for <code>QueryStringCacheKeys</code>, 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.</p> <p>If you specify true for <code>QueryString</code> and you specify one or more values for <code>QueryStringCacheKeys</code>, CloudFront forwards all query string parameters to the origin, but it only caches based on the query string parameters that you specify.</p> <p>If you specify false for <code>QueryString</code>, CloudFront doesn't forward any query string parameters to the origin, and doesn't cache based on query string parameters.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/QueryStringParameters.html\">Configuring CloudFront to Cache Based on Query String Parameters</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2187        "InvalidationList$IsTruncated": "<p>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 <code>Marker</code> request parameter to retrieve more invalidation batches in the list.</p>",
2188        "LambdaFunctionAssociation$IncludeBody": "<p>A flag that allows a Lambda function to have read access to the body content. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-include-body-access.html\">Accessing the Request Body by Choosing the Include Body Option</a> in the Amazon CloudFront Developer Guide.</p>",
2189        "LoggingConfig$Enabled": "<p>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 <code>false</code> for <code>Enabled</code>, and specify empty <code>Bucket</code> and <code>Prefix</code> elements. If you specify <code>false</code> for <code>Enabled</code> but you specify values for <code>Bucket</code>, <code>prefix</code>, and <code>IncludeCookies</code>, the values are automatically deleted.</p>",
2190        "LoggingConfig$IncludeCookies": "<p>Specifies whether you want CloudFront to include cookies in access logs, specify <code>true</code> for <code>IncludeCookies</code>. 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 <code>false</code> for <code>IncludeCookies</code>.</p>",
2191        "ParametersInCacheKeyAndForwardedToOrigin$EnableAcceptEncodingGzip": "<p>A flag that determines whether the <code>Accept-Encoding</code> HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.</p> <p>If this field is <code>true</code> <i>and</i> the viewer request includes the <code>Accept-Encoding</code> header, then CloudFront normalizes the value of the viewer’s <code>Accept-Encoding</code> header to one of the following:</p> <ul> <li> <p> <code>Accept-Encoding: gzip</code> (if <code>gzip</code> is in the viewer’s <code>Accept-Encoding</code> header)</p> </li> <li> <p> <code>Accept-Encoding: identity</code> (if <code>gzip</code> is <i>not</i> in the viewer’s <code>Accept-Encoding</code> header)</p> </li> </ul> <p>CloudFront includes the normalized header in the cache key and includes it in requests that CloudFront sends to the origin.</p> <p>If this field is <code>false</code>, then CloudFront treats the <code>Accept-Encoding</code> header the same as any other HTTP header in the viewer request. By default, it’s not included in the cache key and it’s not included in origin requests. You can manually add <code>Accept-Encoding</code> to the headers whitelist like any other HTTP header.</p> <p>When this field is <code>true</code>, you should not whitelist the <code>Accept-Encoding</code> header in the cache policy or in an origin request policy attached to the same cache behavior.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects\">Cache compressed objects</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2192        "QueryArgProfileConfig$ForwardWhenQueryArgProfileIsUnknown": "<p>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.</p>",
2193        "StreamingDistributionConfig$Enabled": "<p>Whether the streaming distribution is enabled to accept user requests for content.</p>",
2194        "StreamingDistributionList$IsTruncated": "<p>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 <code>Marker</code> request parameter to retrieve more distributions in the list. </p>",
2195        "StreamingDistributionSummary$Enabled": "<p>Whether the distribution is enabled to accept end user requests for content.</p>",
2196        "StreamingLoggingConfig$Enabled": "<p>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 <code>false</code> for <code>Enabled</code>, and specify <code>empty Bucket</code> and <code>Prefix</code> elements. If you specify <code>false</code> for <code>Enabled</code> but you specify values for <code>Bucket</code> and <code>Prefix</code>, the values are automatically deleted. </p>",
2197        "TrustedSigners$Enabled": "<p>Specifies whether you want to require viewers to use signed URLs to access the files specified by <code>PathPattern</code> and <code>TargetOriginId</code>.</p>",
2198        "ViewerCertificate$CloudFrontDefaultCertificate": "<p>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>, set this field to <code>true</code>.</p> <p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs), set this field to <code>false</code> and specify values for the following fields:</p> <ul> <li> <p> <code>ACMCertificateArn</code> or <code>IAMCertificateId</code> (specify a value for one, not both)</p> </li> <li> <p> <code>MinimumProtocolVersion</code> </p> </li> <li> <p> <code>SSLSupportMethod</code> </p> </li> </ul>"
2199      }
2200    },
2201    "integer": {
2202      "base": null,
2203      "refs": {
2204        "ActiveTrustedSigners$Quantity": "<p>The number of trusted signers specified in the <code>TrustedSigners</code> complex type.</p>",
2205        "Aliases$Quantity": "<p>The number of CNAME aliases, if any, that you want to associate with this distribution.</p>",
2206        "AllowedMethods$Quantity": "<p>The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for <code>GET</code> and <code>HEAD</code> requests), 3 (for <code>GET</code>, <code>HEAD</code>, and <code>OPTIONS</code> requests) and 7 (for <code>GET, HEAD, OPTIONS, PUT, PATCH, POST</code>, and <code>DELETE</code> requests).</p>",
2207        "CacheBehaviors$Quantity": "<p>The number of cache behaviors for this distribution. </p>",
2208        "CachePolicyList$MaxItems": "<p>The maximum number of cache policies requested.</p>",
2209        "CachePolicyList$Quantity": "<p>The total number of cache policies returned in the response.</p>",
2210        "CachedMethods$Quantity": "<p>The number of HTTP methods for which you want CloudFront to cache responses. Valid values are <code>2</code> (for caching responses to <code>GET</code> and <code>HEAD</code> requests) and <code>3</code> (for caching responses to <code>GET</code>, <code>HEAD</code>, and <code>OPTIONS</code> requests).</p>",
2211        "CloudFrontOriginAccessIdentityList$MaxItems": "<p>The maximum number of origin access identities you want in the response body. </p>",
2212        "CloudFrontOriginAccessIdentityList$Quantity": "<p>The number of CloudFront origin access identities that were created by the current AWS account. </p>",
2213        "ContentTypeProfiles$Quantity": "<p>The number of field-level encryption content type-profile mappings. </p>",
2214        "CookieNames$Quantity": "<p>The number of cookie names in the <code>Items</code> list.</p>",
2215        "CustomErrorResponse$ErrorCode": "<p>The HTTP status code for which you want to specify a custom error page and/or a caching duration.</p>",
2216        "CustomErrorResponses$Quantity": "<p>The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If <code>Quantity</code> is <code>0</code>, you can omit <code>Items</code>.</p>",
2217        "CustomHeaders$Quantity": "<p>The number of custom headers, if any, for this distribution.</p>",
2218        "CustomOriginConfig$HTTPPort": "<p>The HTTP port that CloudFront uses to connect to the origin. Specify the HTTP port that the origin listens on.</p>",
2219        "CustomOriginConfig$HTTPSPort": "<p>The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.</p>",
2220        "CustomOriginConfig$OriginReadTimeout": "<p>Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the <i>origin response timeout</i>. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don’t specify otherwise) is 30 seconds.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout\">Origin Response Timeout</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2221        "CustomOriginConfig$OriginKeepaliveTimeout": "<p>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.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout\">Origin Keep-alive Timeout</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2222        "Distribution$InProgressInvalidationBatches": "<p>The number of invalidation batches currently in progress. </p>",
2223        "DistributionIdList$MaxItems": "<p>The maximum number of distribution IDs requested.</p>",
2224        "DistributionIdList$Quantity": "<p>The total number of distribution IDs returned in the response.</p>",
2225        "DistributionList$MaxItems": "<p>The value you provided for the <code>MaxItems</code> request parameter.</p>",
2226        "DistributionList$Quantity": "<p>The number of distributions that were created by the current AWS account. </p>",
2227        "EncryptionEntities$Quantity": "<p>Number of field pattern items in a field-level encryption content type-profile mapping. </p>",
2228        "FieldLevelEncryptionList$MaxItems": "<p>The maximum number of elements you want in the response body. </p>",
2229        "FieldLevelEncryptionList$Quantity": "<p>The number of field-level encryption items.</p>",
2230        "FieldLevelEncryptionProfileList$MaxItems": "<p>The maximum number of field-level encryption profiles you want in the response body. </p>",
2231        "FieldLevelEncryptionProfileList$Quantity": "<p>The number of field-level encryption profiles.</p>",
2232        "FieldPatterns$Quantity": "<p>The number of field-level encryption field patterns.</p>",
2233        "GeoRestriction$Quantity": "<p>When geo restriction is <code>enabled</code>, this is the number of countries in your <code>whitelist</code> or <code>blacklist</code>. Otherwise, when it is not enabled, <code>Quantity</code> is <code>0</code>, and you can omit <code>Items</code>.</p>",
2234        "Headers$Quantity": "<p>The number of header names in the <code>Items</code> list.</p>",
2235        "InvalidationList$MaxItems": "<p>The value that you provided for the <code>MaxItems</code> request parameter.</p>",
2236        "InvalidationList$Quantity": "<p>The number of invalidation batches that were created by the current AWS account. </p>",
2237        "KeyPairIds$Quantity": "<p>The number of active CloudFront key pairs for <code>AwsAccountNumber</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ActiveTrustedSigners.html\">ActiveTrustedSigners</a>.</p>",
2238        "LambdaFunctionAssociations$Quantity": "<p>The number of Lambda function associations for this cache behavior.</p>",
2239        "Origin$ConnectionAttempts": "<p>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.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout\">Origin Response Timeout</a>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-attempts\">Origin Connection Attempts</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2240        "Origin$ConnectionTimeout": "<p>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.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-timeout\">Origin Connection Timeout</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2241        "OriginGroupMembers$Quantity": "<p>The number of origins in an origin group.</p>",
2242        "OriginGroups$Quantity": "<p>The number of origin groups.</p>",
2243        "OriginRequestPolicyList$MaxItems": "<p>The maximum number of origin request policies requested.</p>",
2244        "OriginRequestPolicyList$Quantity": "<p>The total number of origin request policies returned in the response.</p>",
2245        "OriginSslProtocols$Quantity": "<p>The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin. </p>",
2246        "Origins$Quantity": "<p>The number of origins or origin groups for this distribution.</p>",
2247        "Paths$Quantity": "<p>The number of invalidation paths specified for the objects that you want to invalidate.</p>",
2248        "PublicKeyList$MaxItems": "<p>The maximum number of public keys you want in the response body. </p>",
2249        "PublicKeyList$Quantity": "<p>The number of public keys you added to CloudFront to use with features like field-level encryption.</p>",
2250        "QueryArgProfiles$Quantity": "<p>Number of profiles for query argument-profile mapping for field-level encryption.</p>",
2251        "QueryStringCacheKeys$Quantity": "<p>The number of <code>whitelisted</code> query string parameters for a cache behavior.</p>",
2252        "QueryStringNames$Quantity": "<p>The number of query string names in the <code>Items</code> list.</p>",
2253        "StatusCodeList$member": null,
2254        "StatusCodes$Quantity": "<p>The number of status codes.</p>",
2255        "StreamingDistributionList$MaxItems": "<p>The value you provided for the <code>MaxItems</code> request parameter. </p>",
2256        "StreamingDistributionList$Quantity": "<p>The number of streaming distributions that were created by the current AWS account. </p>",
2257        "TrustedSigners$Quantity": "<p>The number of trusted signers for this cache behavior.</p>"
2258      }
2259    },
2260    "long": {
2261      "base": null,
2262      "refs": {
2263        "CacheBehavior$MinTTL": "<p>This field is deprecated. We recommend that you use the <code>MinTTL</code> field in a cache policy instead of this field. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\"> Managing How Long Content Stays in an Edge Cache (Expiration)</a> in the <i> Amazon CloudFront Developer Guide</i>.</p> <p>You must specify <code>0</code> for <code>MinTTL</code> if you configure CloudFront to forward all headers to your origin (under <code>Headers</code>, if you specify <code>1</code> for <code>Quantity</code> and <code>*</code> for <code>Name</code>).</p>",
2264        "CacheBehavior$DefaultTTL": "<p>This field is deprecated. We recommend that you use the <code>DefaultTTL</code> field in a cache policy instead of this field. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>, and <code>Expires</code> to objects. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2265        "CacheBehavior$MaxTTL": "<p>This field is deprecated. We recommend that you use the <code>MaxTTL</code> field in a cache policy instead of this field. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>, and <code>Expires</code> to objects. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2266        "CachePolicyConfig$DefaultTTL": "<p>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 <i>not</i> send <code>Cache-Control</code> or <code>Expires</code> headers with the object. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>The default value for this field is 86400 seconds (one day). If the value of <code>MinTTL</code> is more than 86400 seconds, then the default value for this field is the same as the value of <code>MinTTL</code>.</p>",
2267        "CachePolicyConfig$MaxTTL": "<p>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 <code>Cache-Control</code> or <code>Expires</code> headers with the object. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>The default value for this field is 31536000 seconds (one year). If the value of <code>MinTTL</code> or <code>DefaultTTL</code> is more than 31536000 seconds, then the default value for this field is the same as the value of <code>DefaultTTL</code>.</p>",
2268        "CachePolicyConfig$MinTTL": "<p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2269        "CustomErrorResponse$ErrorCachingMinTTL": "<p>The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in <code>ErrorCode</code>. 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.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html\">Customizing Error Responses</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2270        "DefaultCacheBehavior$MinTTL": "<p>This field is deprecated. We recommend that you use the <code>MinTTL</code> field in a cache policy instead of this field. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>You must specify <code>0</code> for <code>MinTTL</code> if you configure CloudFront to forward all headers to your origin (under <code>Headers</code>, if you specify <code>1</code> for <code>Quantity</code> and <code>*</code> for <code>Name</code>).</p>",
2271        "DefaultCacheBehavior$DefaultTTL": "<p>This field is deprecated. We recommend that you use the <code>DefaultTTL</code> field in a cache policy instead of this field. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>, and <code>Expires</code> to objects. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2272        "DefaultCacheBehavior$MaxTTL": "<p>This field is deprecated. We recommend that you use the <code>MaxTTL</code> field in a cache policy instead of this field. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>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 <code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>, and <code>Expires</code> to objects. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
2273      }
2274    },
2275    "string": {
2276      "base": null,
2277      "refs": {
2278        "AccessDenied$Message": null,
2279        "AliasICPRecordal$CNAME": "<p>A domain name associated with a distribution. </p>",
2280        "AliasList$member": null,
2281        "AwsAccountNumberList$member": null,
2282        "BatchTooLarge$Message": null,
2283        "CNAMEAlreadyExists$Message": null,
2284        "CacheBehavior$PathPattern": "<p>The pattern (for example, <code>images/*.jpg</code>) 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.</p> <note> <p>You can optionally include a slash (<code>/</code>) at the beginning of the path pattern. For example, <code>/images/*.jpg</code>. CloudFront behavior is the same with or without the leading <code>/</code>.</p> </note> <p>The path pattern for the default cache behavior is <code>*</code> 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.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesPathPattern\">Path Pattern</a> in the <i> Amazon CloudFront Developer Guide</i>.</p>",
2285        "CacheBehavior$TargetOriginId": "<p>The value of <code>ID</code> for the origin that you want CloudFront to route requests to when they match this cache behavior.</p>",
2286        "CacheBehavior$FieldLevelEncryptionId": "<p>The value of <code>ID</code> for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for this cache behavior.</p>",
2287        "CacheBehavior$CachePolicyId": "<p>The unique identifier of the cache policy that is attached to this cache behavior. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2288        "CacheBehavior$OriginRequestPolicyId": "<p>The unique identifier of the origin request policy that is attached to this cache behavior. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html\">Using the managed origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2289        "CachePolicy$Id": "<p>The unique identifier for the cache policy.</p>",
2290        "CachePolicyAlreadyExists$Message": null,
2291        "CachePolicyConfig$Comment": "<p>A comment to describe the cache policy.</p>",
2292        "CachePolicyConfig$Name": "<p>A unique name to identify the cache policy.</p>",
2293        "CachePolicyInUse$Message": null,
2294        "CachePolicyList$NextMarker": "<p>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 <code>Marker</code> field of a subsequent request to continue listing cache policies where you left off.</p>",
2295        "CannotChangeImmutablePublicKeyFields$Message": null,
2296        "CloudFrontOriginAccessIdentity$Id": "<p>The ID for the origin access identity, for example, <code>E74FTE3AJFJ256A</code>. </p>",
2297        "CloudFrontOriginAccessIdentity$S3CanonicalUserId": "<p>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. </p>",
2298        "CloudFrontOriginAccessIdentityAlreadyExists$Message": null,
2299        "CloudFrontOriginAccessIdentityConfig$CallerReference": "<p>A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.</p> <p>If the value of <code>CallerReference</code> is new (regardless of the content of the <code>CloudFrontOriginAccessIdentityConfig</code> object), a new origin access identity is created.</p> <p>If the <code>CallerReference</code> is a value already sent in a previous identity request, and the content of the <code>CloudFrontOriginAccessIdentityConfig</code> is identical to the original request (ignoring white space), the response includes the same information returned to the original request. </p> <p>If the <code>CallerReference</code> is a value you already sent in a previous request to create an identity, but the content of the <code>CloudFrontOriginAccessIdentityConfig</code> is different from the original request, CloudFront returns a <code>CloudFrontOriginAccessIdentityAlreadyExists</code> error. </p>",
2300        "CloudFrontOriginAccessIdentityConfig$Comment": "<p>Any comments you want to include about the origin access identity. </p>",
2301        "CloudFrontOriginAccessIdentityInUse$Message": null,
2302        "CloudFrontOriginAccessIdentityList$Marker": "<p>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 <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last identity on that page). </p>",
2303        "CloudFrontOriginAccessIdentityList$NextMarker": "<p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value you can use for the <code>Marker</code> request parameter to continue listing your origin access identities where they left off. </p>",
2304        "CloudFrontOriginAccessIdentitySummary$Id": "<p>The ID for the origin access identity. For example: <code>E74FTE3AJFJ256A</code>.</p>",
2305        "CloudFrontOriginAccessIdentitySummary$S3CanonicalUserId": "<p>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.</p>",
2306        "CloudFrontOriginAccessIdentitySummary$Comment": "<p>The comment for this origin access identity, as originally specified when created.</p>",
2307        "ContentTypeProfile$ProfileId": "<p>The profile ID for a field-level encryption content type-profile mapping. </p>",
2308        "ContentTypeProfile$ContentType": "<p>The content type for a field-level encryption content type-profile mapping. </p>",
2309        "CookieNameList$member": null,
2310        "CreateCachePolicyResult$Location": "<p>The fully qualified URI of the cache policy just created.</p>",
2311        "CreateCachePolicyResult$ETag": "<p>The current version of the cache policy.</p>",
2312        "CreateCloudFrontOriginAccessIdentityResult$Location": "<p>The fully qualified URI of the new origin access identity just created.</p>",
2313        "CreateCloudFrontOriginAccessIdentityResult$ETag": "<p>The current version of the origin access identity created.</p>",
2314        "CreateDistributionResult$Location": "<p>The fully qualified URI of the new distribution resource just created.</p>",
2315        "CreateDistributionResult$ETag": "<p>The current version of the distribution created.</p>",
2316        "CreateDistributionWithTagsResult$Location": "<p>The fully qualified URI of the new distribution resource just created.</p>",
2317        "CreateDistributionWithTagsResult$ETag": "<p>The current version of the distribution created.</p>",
2318        "CreateFieldLevelEncryptionConfigResult$Location": "<p>The fully qualified URI of the new configuration resource just created.</p>",
2319        "CreateFieldLevelEncryptionConfigResult$ETag": "<p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2320        "CreateFieldLevelEncryptionProfileResult$Location": "<p>The fully qualified URI of the new profile resource just created.</p>",
2321        "CreateFieldLevelEncryptionProfileResult$ETag": "<p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2322        "CreateInvalidationRequest$DistributionId": "<p>The distribution's id.</p>",
2323        "CreateInvalidationResult$Location": "<p>The fully qualified URI of the distribution and invalidation batch request, including the <code>Invalidation ID</code>.</p>",
2324        "CreateOriginRequestPolicyResult$Location": "<p>The fully qualified URI of the origin request policy just created.</p>",
2325        "CreateOriginRequestPolicyResult$ETag": "<p>The current version of the origin request policy.</p>",
2326        "CreatePublicKeyResult$Location": "<p>The fully qualified URI of the new public key resource just created.</p>",
2327        "CreatePublicKeyResult$ETag": "<p>The current version of the public key. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2328        "CreateStreamingDistributionResult$Location": "<p>The fully qualified URI of the new streaming distribution resource just created.</p>",
2329        "CreateStreamingDistributionResult$ETag": "<p>The current version of the streaming distribution created.</p>",
2330        "CreateStreamingDistributionWithTagsResult$Location": "<p>The fully qualified URI of the new streaming distribution resource just created.</p>",
2331        "CreateStreamingDistributionWithTagsResult$ETag": "<p>The current version of the distribution created.</p>",
2332        "CustomErrorResponse$ResponsePagePath": "<p>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 <code>ErrorCode</code>, for example, <code>/4xx-errors/403-forbidden.html</code>. 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:</p> <ul> <li> <p>The value of <code>PathPattern</code> 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 <code>/4xx-errors</code>. Your distribution must include a cache behavior for which the path pattern routes requests for your custom error pages to that location, for example, <code>/4xx-errors/*</code>. </p> </li> <li> <p>The value of <code>TargetOriginId</code> specifies the value of the <code>ID</code> element for the origin that contains your custom error pages.</p> </li> </ul> <p>If you specify a value for <code>ResponsePagePath</code>, you must also specify a value for <code>ResponseCode</code>.</p> <p>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.</p>",
2333        "CustomErrorResponse$ResponseCode": "<p>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:</p> <ul> <li> <p>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 <code>200</code>, the response typically won't be intercepted.</p> </li> <li> <p>If you don't care about distinguishing among different client errors or server errors, you can specify <code>400</code> or <code>500</code> as the <code>ResponseCode</code> for all 4xx or 5xx errors.</p> </li> <li> <p>You might want to return a <code>200</code> status code (OK) and static website so your customers don't know that your website is down.</p> </li> </ul> <p>If you specify a value for <code>ResponseCode</code>, you must also specify a value for <code>ResponsePagePath</code>.</p>",
2334        "DefaultCacheBehavior$TargetOriginId": "<p>The value of <code>ID</code> for the origin that you want CloudFront to route requests to when they use the default cache behavior.</p>",
2335        "DefaultCacheBehavior$FieldLevelEncryptionId": "<p>The value of <code>ID</code> for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for the default cache behavior.</p>",
2336        "DefaultCacheBehavior$CachePolicyId": "<p>The unique identifier of the cache policy that is attached to the default cache behavior. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy\">Creating cache policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html\">Using the managed cache policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2337        "DefaultCacheBehavior$OriginRequestPolicyId": "<p>The unique identifier of the origin request policy that is attached to the default cache behavior. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy\">Creating origin request policies</a> or <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html\">Using the managed origin request policies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2338        "DeleteCachePolicyRequest$Id": "<p>The unique identifier for the cache policy that you are deleting. To get the identifier, you can use <code>ListCachePolicies</code>.</p>",
2339        "DeleteCachePolicyRequest$IfMatch": "<p>The version of the cache policy that you are deleting. The version is the cache policy’s <code>ETag</code> value, which you can get using <code>ListCachePolicies</code>, <code>GetCachePolicy</code>, or <code>GetCachePolicyConfig</code>.</p>",
2340        "DeleteCloudFrontOriginAccessIdentityRequest$Id": "<p>The origin access identity's ID.</p>",
2341        "DeleteCloudFrontOriginAccessIdentityRequest$IfMatch": "<p>The value of the <code>ETag</code> header you received from a previous <code>GET</code> or <code>PUT</code> request. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2342        "DeleteDistributionRequest$Id": "<p>The distribution ID. </p>",
2343        "DeleteDistributionRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when you disabled the distribution. For example: <code>E2QWRUHAPOMQZL</code>. </p>",
2344        "DeleteFieldLevelEncryptionConfigRequest$Id": "<p>The ID of the configuration you want to delete from CloudFront.</p>",
2345        "DeleteFieldLevelEncryptionConfigRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when retrieving the configuration identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2346        "DeleteFieldLevelEncryptionProfileRequest$Id": "<p>Request the ID of the profile you want to delete from CloudFront.</p>",
2347        "DeleteFieldLevelEncryptionProfileRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when retrieving the profile to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2348        "DeleteOriginRequestPolicyRequest$Id": "<p>The unique identifier for the origin request policy that you are deleting. To get the identifier, you can use <code>ListOriginRequestPolicies</code>.</p>",
2349        "DeleteOriginRequestPolicyRequest$IfMatch": "<p>The version of the origin request policy that you are deleting. The version is the origin request policy’s <code>ETag</code> value, which you can get using <code>ListOriginRequestPolicies</code>, <code>GetOriginRequestPolicy</code>, or <code>GetOriginRequestPolicyConfig</code>.</p>",
2350        "DeletePublicKeyRequest$Id": "<p>The ID of the public key you want to remove from CloudFront.</p>",
2351        "DeletePublicKeyRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when retrieving the public key identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2352        "DeleteStreamingDistributionRequest$Id": "<p>The distribution ID. </p>",
2353        "DeleteStreamingDistributionRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when you disabled the streaming distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2354        "Distribution$Id": "<p>The identifier for the distribution. For example: <code>EDFDVBD632BHDS5</code>. </p>",
2355        "Distribution$ARN": "<p>The ARN (Amazon Resource Name) for the distribution. For example: <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where <code>123456789012</code> is your AWS account ID.</p>",
2356        "Distribution$Status": "<p>This response element indicates the current status of the distribution. When the status is <code>Deployed</code>, the distribution's information is fully propagated to all CloudFront edge locations. </p>",
2357        "Distribution$DomainName": "<p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>. </p>",
2358        "DistributionAlreadyExists$Message": null,
2359        "DistributionConfig$CallerReference": "<p>A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.</p> <p>If the value of <code>CallerReference</code> is new (regardless of the content of the <code>DistributionConfig</code> object), CloudFront creates a new distribution.</p> <p>If <code>CallerReference</code> is a value that you already sent in a previous request to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code> error.</p>",
2360        "DistributionConfig$DefaultRootObject": "<p>The object that you want CloudFront to request from your origin (for example, <code>index.html</code>) when a viewer requests the root URL for your distribution (<code>http://www.example.com</code>) instead of an object in your distribution (<code>http://www.example.com/product-description.html</code>). Specifying a default root object avoids exposing the contents of your distribution.</p> <p>Specify only the object name, for example, <code>index.html</code>. Don't add a <code>/</code> before the object name.</p> <p>If you don't want to specify a default root object when you create a distribution, include an empty <code>DefaultRootObject</code> element.</p> <p>To delete the default root object from an existing distribution, update the distribution configuration and include an empty <code>DefaultRootObject</code> element.</p> <p>To replace the default root object, update the distribution configuration and specify the new object.</p> <p>For more information about the default root object, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html\">Creating a Default Root Object</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2361        "DistributionConfig$WebACLId": "<p>A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p> <p>AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html\">AWS WAF Developer Guide</a>. </p>",
2362        "DistributionIdList$Marker": "<p>The value provided in the <code>Marker</code> request field.</p>",
2363        "DistributionIdList$NextMarker": "<p>Contains the value that you should use in the <code>Marker</code> field of a subsequent request to continue listing distribution IDs where you left off.</p>",
2364        "DistributionIdListSummary$member": null,
2365        "DistributionList$Marker": "<p>The value you provided for the <code>Marker</code> request parameter.</p>",
2366        "DistributionList$NextMarker": "<p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value you can use for the <code>Marker</code> request parameter to continue listing your distributions where they left off. </p>",
2367        "DistributionNotDisabled$Message": null,
2368        "DistributionSummary$Id": "<p>The identifier for the distribution. For example: <code>EDFDVBD632BHDS5</code>.</p>",
2369        "DistributionSummary$ARN": "<p>The ARN (Amazon Resource Name) for the distribution. For example: <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where <code>123456789012</code> is your AWS account ID.</p>",
2370        "DistributionSummary$Status": "<p>The current status of the distribution. When the status is <code>Deployed</code>, the distribution's information is propagated to all CloudFront edge locations.</p>",
2371        "DistributionSummary$DomainName": "<p>The domain name that corresponds to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>",
2372        "DistributionSummary$Comment": "<p>The comment originally specified when this distribution was created.</p>",
2373        "DistributionSummary$WebACLId": "<p>The Web ACL Id (if any) associated with the distribution.</p>",
2374        "EncryptionEntity$PublicKeyId": "<p>The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns. </p>",
2375        "EncryptionEntity$ProviderId": "<p>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.</p>",
2376        "FieldLevelEncryption$Id": "<p>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.</p>",
2377        "FieldLevelEncryptionConfig$CallerReference": "<p>A unique number that ensures the request can't be replayed.</p>",
2378        "FieldLevelEncryptionConfig$Comment": "<p>An optional comment about the configuration.</p>",
2379        "FieldLevelEncryptionConfigAlreadyExists$Message": null,
2380        "FieldLevelEncryptionConfigInUse$Message": null,
2381        "FieldLevelEncryptionList$NextMarker": "<p>If there are more elements to be listed, this element is present and contains the value that you can use for the <code>Marker</code> request parameter to continue listing your configurations where you left off.</p>",
2382        "FieldLevelEncryptionProfile$Id": "<p>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.</p>",
2383        "FieldLevelEncryptionProfileAlreadyExists$Message": null,
2384        "FieldLevelEncryptionProfileConfig$Name": "<p>Profile name for the field-level encryption profile.</p>",
2385        "FieldLevelEncryptionProfileConfig$CallerReference": "<p>A unique number that ensures that the request can't be replayed.</p>",
2386        "FieldLevelEncryptionProfileConfig$Comment": "<p>An optional comment for the field-level encryption profile.</p>",
2387        "FieldLevelEncryptionProfileInUse$Message": null,
2388        "FieldLevelEncryptionProfileList$NextMarker": "<p>If there are more elements to be listed, this element is present and contains the value that you can use for the <code>Marker</code> request parameter to continue listing your profiles where you left off.</p>",
2389        "FieldLevelEncryptionProfileSizeExceeded$Message": null,
2390        "FieldLevelEncryptionProfileSummary$Id": "<p>ID for the field-level encryption profile summary.</p>",
2391        "FieldLevelEncryptionProfileSummary$Name": "<p>Name for the field-level encryption profile summary.</p>",
2392        "FieldLevelEncryptionProfileSummary$Comment": "<p>An optional comment for the field-level encryption profile summary.</p>",
2393        "FieldLevelEncryptionSummary$Id": "<p>The unique ID of a field-level encryption item.</p>",
2394        "FieldLevelEncryptionSummary$Comment": "<p>An optional comment about the field-level encryption item.</p>",
2395        "FieldPatternList$member": null,
2396        "GetCachePolicyConfigRequest$Id": "<p>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 <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is not attached to a cache behavior, you can get the identifier using <code>ListCachePolicies</code>.</p>",
2397        "GetCachePolicyConfigResult$ETag": "<p>The current version of the cache policy.</p>",
2398        "GetCachePolicyRequest$Id": "<p>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 <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is not attached to a cache behavior, you can get the identifier using <code>ListCachePolicies</code>.</p>",
2399        "GetCachePolicyResult$ETag": "<p>The current version of the cache policy.</p>",
2400        "GetCloudFrontOriginAccessIdentityConfigRequest$Id": "<p>The identity's ID. </p>",
2401        "GetCloudFrontOriginAccessIdentityConfigResult$ETag": "<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2402        "GetCloudFrontOriginAccessIdentityRequest$Id": "<p>The identity's ID.</p>",
2403        "GetCloudFrontOriginAccessIdentityResult$ETag": "<p>The current version of the origin access identity's information. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2404        "GetDistributionConfigRequest$Id": "<p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>",
2405        "GetDistributionConfigResult$ETag": "<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2406        "GetDistributionRequest$Id": "<p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>",
2407        "GetDistributionResult$ETag": "<p>The current version of the distribution's information. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2408        "GetFieldLevelEncryptionConfigRequest$Id": "<p>Request the ID for the field-level encryption configuration information.</p>",
2409        "GetFieldLevelEncryptionConfigResult$ETag": "<p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2410        "GetFieldLevelEncryptionProfileConfigRequest$Id": "<p>Get the ID for the field-level encryption profile configuration information.</p>",
2411        "GetFieldLevelEncryptionProfileConfigResult$ETag": "<p>The current version of the field-level encryption profile configuration result. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2412        "GetFieldLevelEncryptionProfileRequest$Id": "<p>Get the ID for the field-level encryption profile information.</p>",
2413        "GetFieldLevelEncryptionProfileResult$ETag": "<p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2414        "GetFieldLevelEncryptionRequest$Id": "<p>Request the ID for the field-level encryption configuration information.</p>",
2415        "GetFieldLevelEncryptionResult$ETag": "<p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2416        "GetInvalidationRequest$DistributionId": "<p>The distribution's ID.</p>",
2417        "GetInvalidationRequest$Id": "<p>The identifier for the invalidation request, for example, <code>IDFDVBD632BHDS5</code>.</p>",
2418        "GetOriginRequestPolicyConfigRequest$Id": "<p>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 <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request policy is not attached to a cache behavior, you can get the identifier using <code>ListOriginRequestPolicies</code>.</p>",
2419        "GetOriginRequestPolicyConfigResult$ETag": "<p>The current version of the origin request policy.</p>",
2420        "GetOriginRequestPolicyRequest$Id": "<p>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 <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request policy is not attached to a cache behavior, you can get the identifier using <code>ListOriginRequestPolicies</code>.</p>",
2421        "GetOriginRequestPolicyResult$ETag": "<p>The current version of the origin request policy.</p>",
2422        "GetPublicKeyConfigRequest$Id": "<p>Request the ID for the public key configuration.</p>",
2423        "GetPublicKeyConfigResult$ETag": "<p>The current version of the public key configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2424        "GetPublicKeyRequest$Id": "<p>Request the ID for the public key.</p>",
2425        "GetPublicKeyResult$ETag": "<p>The current version of the public key. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2426        "GetStreamingDistributionConfigRequest$Id": "<p>The streaming distribution's ID.</p>",
2427        "GetStreamingDistributionConfigResult$ETag": "<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>. </p>",
2428        "GetStreamingDistributionRequest$Id": "<p>The streaming distribution's ID.</p>",
2429        "GetStreamingDistributionResult$ETag": "<p>The current version of the streaming distribution's information. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2430        "HeaderList$member": null,
2431        "IllegalDelete$Message": null,
2432        "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior$Message": null,
2433        "IllegalUpdate$Message": null,
2434        "InconsistentQuantities$Message": null,
2435        "InvalidArgument$Message": null,
2436        "InvalidDefaultRootObject$Message": null,
2437        "InvalidErrorCode$Message": null,
2438        "InvalidForwardCookies$Message": null,
2439        "InvalidGeoRestrictionParameter$Message": null,
2440        "InvalidHeadersForS3Origin$Message": null,
2441        "InvalidIfMatchVersion$Message": null,
2442        "InvalidLambdaFunctionAssociation$Message": null,
2443        "InvalidLocationCode$Message": null,
2444        "InvalidMinimumProtocolVersion$Message": null,
2445        "InvalidOrigin$Message": null,
2446        "InvalidOriginAccessIdentity$Message": null,
2447        "InvalidOriginKeepaliveTimeout$Message": null,
2448        "InvalidOriginReadTimeout$Message": null,
2449        "InvalidProtocolSettings$Message": null,
2450        "InvalidQueryStringParameters$Message": null,
2451        "InvalidRelativePath$Message": null,
2452        "InvalidRequiredProtocol$Message": null,
2453        "InvalidResponseCode$Message": null,
2454        "InvalidTTLOrder$Message": null,
2455        "InvalidTagging$Message": null,
2456        "InvalidViewerCertificate$Message": null,
2457        "InvalidWebACLId$Message": null,
2458        "Invalidation$Id": "<p>The identifier for the invalidation request. For example: <code>IDFDVBD632BHDS5</code>.</p>",
2459        "Invalidation$Status": "<p>The status of the invalidation request. When the invalidation batch is finished, the status is <code>Completed</code>.</p>",
2460        "InvalidationBatch$CallerReference": "<p>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 <code>CallerReference</code> and change other values in the request as applicable. One way to ensure that the value of <code>CallerReference</code> is unique is to use a <code>timestamp</code>, for example, <code>20120301090000</code>.</p> <p>If you make a second invalidation request with the same value for <code>CallerReference</code>, 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 <code>CallerReference</code>.</p> <p>If <code>CallerReference</code> is a value you already sent in a previous invalidation batch request but the content of any <code>Path</code> is different from the original request, CloudFront returns an <code>InvalidationBatchAlreadyExists</code> error.</p>",
2461        "InvalidationList$Marker": "<p>The value that you provided for the <code>Marker</code> request parameter.</p>",
2462        "InvalidationList$NextMarker": "<p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value that you can use for the <code>Marker</code> request parameter to continue listing your invalidation batches where they left off.</p>",
2463        "InvalidationSummary$Id": "<p>The unique ID for an invalidation request.</p>",
2464        "InvalidationSummary$Status": "<p>The status of an invalidation request.</p>",
2465        "KeyPairIdList$member": null,
2466        "ListCachePoliciesRequest$Marker": "<p>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 <code>NextMarker</code> from the current page’s response.</p>",
2467        "ListCachePoliciesRequest$MaxItems": "<p>The maximum number of cache policies that you want in the response.</p>",
2468        "ListCloudFrontOriginAccessIdentitiesRequest$Marker": "<p>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 <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last identity on that page).</p>",
2469        "ListCloudFrontOriginAccessIdentitiesRequest$MaxItems": "<p>The maximum number of origin access identities you want in the response body. </p>",
2470        "ListDistributionsByCachePolicyIdRequest$Marker": "<p>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 <code>NextMarker</code> from the current page’s response.</p>",
2471        "ListDistributionsByCachePolicyIdRequest$MaxItems": "<p>The maximum number of distribution IDs that you want in the response.</p>",
2472        "ListDistributionsByCachePolicyIdRequest$CachePolicyId": "<p>The ID of the cache policy whose associated distribution IDs you want to list.</p>",
2473        "ListDistributionsByOriginRequestPolicyIdRequest$Marker": "<p>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 <code>NextMarker</code> from the current page’s response.</p>",
2474        "ListDistributionsByOriginRequestPolicyIdRequest$MaxItems": "<p>The maximum number of distribution IDs that you want in the response.</p>",
2475        "ListDistributionsByOriginRequestPolicyIdRequest$OriginRequestPolicyId": "<p>The ID of the origin request policy whose associated distribution IDs you want to list.</p>",
2476        "ListDistributionsByWebACLIdRequest$Marker": "<p>Use <code>Marker</code> and <code>MaxItems</code> to control pagination of results. If you have more than <code>MaxItems</code> distributions that satisfy the request, the response includes a <code>NextMarker</code> element. To get the next page of results, submit another request. For the value of <code>Marker</code>, specify the value of <code>NextMarker</code> from the last response. (For the first request, omit <code>Marker</code>.) </p>",
2477        "ListDistributionsByWebACLIdRequest$MaxItems": "<p>The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.</p>",
2478        "ListDistributionsByWebACLIdRequest$WebACLId": "<p>The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL. </p>",
2479        "ListDistributionsRequest$Marker": "<p>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 <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last distribution on that page).</p>",
2480        "ListDistributionsRequest$MaxItems": "<p>The maximum number of distributions you want in the response body.</p>",
2481        "ListFieldLevelEncryptionConfigsRequest$Marker": "<p>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 <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last configuration on that page). </p>",
2482        "ListFieldLevelEncryptionConfigsRequest$MaxItems": "<p>The maximum number of field-level encryption configurations you want in the response body. </p>",
2483        "ListFieldLevelEncryptionProfilesRequest$Marker": "<p>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 <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last profile on that page). </p>",
2484        "ListFieldLevelEncryptionProfilesRequest$MaxItems": "<p>The maximum number of field-level encryption profiles you want in the response body. </p>",
2485        "ListInvalidationsRequest$DistributionId": "<p>The distribution's ID.</p>",
2486        "ListInvalidationsRequest$Marker": "<p>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 <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response. This value is the same as the ID of the last invalidation batch on that page. </p>",
2487        "ListInvalidationsRequest$MaxItems": "<p>The maximum number of invalidation batches that you want in the response body.</p>",
2488        "ListOriginRequestPoliciesRequest$Marker": "<p>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 <code>NextMarker</code> from the current page’s response.</p>",
2489        "ListOriginRequestPoliciesRequest$MaxItems": "<p>The maximum number of origin request policies that you want in the response.</p>",
2490        "ListPublicKeysRequest$Marker": "<p>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 <code>Marker</code> to the value of the <code>NextMarker</code> from the current page's response (which is also the ID of the last public key on that page). </p>",
2491        "ListPublicKeysRequest$MaxItems": "<p>The maximum number of public keys you want in the response body. </p>",
2492        "ListStreamingDistributionsRequest$Marker": "<p>The value that you provided for the <code>Marker</code> request parameter.</p>",
2493        "ListStreamingDistributionsRequest$MaxItems": "<p>The value that you provided for the <code>MaxItems</code> request parameter.</p>",
2494        "LocationList$member": null,
2495        "LoggingConfig$Bucket": "<p>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</p>",
2496        "LoggingConfig$Prefix": "<p>An optional string that you want CloudFront to prefix to the access log <code>filenames</code> for this distribution, for example, <code>myprefix/</code>. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty <code>Prefix</code> element in the <code>Logging</code> element.</p>",
2497        "MissingBody$Message": null,
2498        "NoSuchCachePolicy$Message": null,
2499        "NoSuchCloudFrontOriginAccessIdentity$Message": null,
2500        "NoSuchDistribution$Message": null,
2501        "NoSuchFieldLevelEncryptionConfig$Message": null,
2502        "NoSuchFieldLevelEncryptionProfile$Message": null,
2503        "NoSuchInvalidation$Message": null,
2504        "NoSuchOrigin$Message": null,
2505        "NoSuchOriginRequestPolicy$Message": null,
2506        "NoSuchPublicKey$Message": null,
2507        "NoSuchResource$Message": null,
2508        "NoSuchStreamingDistribution$Message": null,
2509        "Origin$Id": "<p>A unique identifier for the origin. This value must be unique within the distribution.</p> <p>Use this value to specify the <code>TargetOriginId</code> in a <code>CacheBehavior</code> or <code>DefaultCacheBehavior</code>.</p>",
2510        "Origin$DomainName": "<p>The domain name for the origin.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesDomainName\">Origin Domain Name</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2511        "Origin$OriginPath": "<p>An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginPath\">Origin Path</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2512        "OriginCustomHeader$HeaderName": "<p>The name of a header that you want CloudFront to send to your origin. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/forward-custom-headers.html\">Adding Custom Headers to Origin Requests</a> in the <i> Amazon CloudFront Developer Guide</i>.</p>",
2513        "OriginCustomHeader$HeaderValue": "<p>The value for the header that you specified in the <code>HeaderName</code> field.</p>",
2514        "OriginGroup$Id": "<p>The origin group's ID.</p>",
2515        "OriginGroupMember$OriginId": "<p>The ID for an origin in an origin group.</p>",
2516        "OriginRequestPolicy$Id": "<p>The unique identifier for the origin request policy.</p>",
2517        "OriginRequestPolicyAlreadyExists$Message": null,
2518        "OriginRequestPolicyConfig$Comment": "<p>A comment to describe the origin request policy.</p>",
2519        "OriginRequestPolicyConfig$Name": "<p>A unique name to identify the origin request policy.</p>",
2520        "OriginRequestPolicyInUse$Message": null,
2521        "OriginRequestPolicyList$NextMarker": "<p>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 <code>Marker</code> field of a subsequent request to continue listing origin request policies where you left off.</p>",
2522        "PathList$member": null,
2523        "PreconditionFailed$Message": null,
2524        "PublicKey$Id": "<p>A unique ID assigned to a public key you've added to CloudFront.</p>",
2525        "PublicKeyAlreadyExists$Message": null,
2526        "PublicKeyConfig$CallerReference": "<p>A unique number that ensures that the request can't be replayed.</p>",
2527        "PublicKeyConfig$Name": "<p>The name for a public key you add to CloudFront to use with features like field-level encryption.</p>",
2528        "PublicKeyConfig$EncodedKey": "<p>The encoded public key that you want to add to CloudFront to use with features like field-level encryption.</p>",
2529        "PublicKeyConfig$Comment": "<p>An optional comment about a public key.</p>",
2530        "PublicKeyInUse$Message": null,
2531        "PublicKeyList$NextMarker": "<p>If there are more elements to be listed, this element is present and contains the value that you can use for the <code>Marker</code> request parameter to continue listing your public keys where you left off.</p>",
2532        "PublicKeySummary$Id": "<p> ID for public key information summary. </p>",
2533        "PublicKeySummary$Name": "<p> Name for public key information summary. </p>",
2534        "PublicKeySummary$EncodedKey": "<p> Encoded key for public key information summary. </p>",
2535        "PublicKeySummary$Comment": "<p> Comment for public key information summary. </p>",
2536        "QueryArgProfile$QueryArg": "<p>Query argument for field-level encryption query argument-profile mapping.</p>",
2537        "QueryArgProfile$ProfileId": "<p>ID of profile to use for field-level encryption query argument-profile mapping</p>",
2538        "QueryArgProfileEmpty$Message": null,
2539        "QueryStringCacheKeysList$member": null,
2540        "QueryStringNamesList$member": null,
2541        "S3Origin$DomainName": "<p>The DNS name of the Amazon S3 origin. </p>",
2542        "S3Origin$OriginAccessIdentity": "<p>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.</p> <p>If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</p> <p>To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty <code>OriginAccessIdentity</code> element.</p> <p>To replace the origin access identity, update the distribution configuration and specify the new origin access identity.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html\">Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content</a> in the <i> Amazon CloudFront Developer Guide</i>.</p>",
2543        "S3OriginConfig$OriginAccessIdentity": "<p>The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can <i>only</i> access objects in an Amazon S3 bucket through CloudFront. The format of the value is:</p> <p>origin-access-identity/cloudfront/<i>ID-of-origin-access-identity</i> </p> <p>where <code> <i>ID-of-origin-access-identity</i> </code> is the value that CloudFront returned in the <code>ID</code> element when you created the origin access identity.</p> <p>If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</p> <p>To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty <code>OriginAccessIdentity</code> element.</p> <p>To replace the origin access identity, update the distribution configuration and specify the new origin access identity.</p> <p>For more information about the origin access identity, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
2544        "Signer$AwsAccountNumber": "<p>An AWS account that is included in the <code>TrustedSigners</code> complex type for this distribution. Valid values include:</p> <ul> <li> <p> <code>self</code>, which is the AWS account used to create the distribution.</p> </li> <li> <p>An AWS account number.</p> </li> </ul>",
2545        "StreamingDistribution$Id": "<p>The identifier for the RTMP distribution. For example: <code>EGTXBD79EXAMPLE</code>.</p>",
2546        "StreamingDistribution$ARN": "<p>The ARN (Amazon Resource Name) for the distribution. For example: <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where <code>123456789012</code> is your AWS account ID.</p>",
2547        "StreamingDistribution$Status": "<p>The current status of the RTMP distribution. When the status is <code>Deployed</code>, the distribution's information is propagated to all CloudFront edge locations.</p>",
2548        "StreamingDistribution$DomainName": "<p>The domain name that corresponds to the streaming distribution, for example, <code>s5c39gqb8ow64r.cloudfront.net</code>. </p>",
2549        "StreamingDistributionAlreadyExists$Message": null,
2550        "StreamingDistributionConfig$CallerReference": "<p>A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.</p> <p>If the value of <code>CallerReference</code> is new (regardless of the content of the <code>StreamingDistributionConfig</code> object), CloudFront creates a new distribution.</p> <p>If <code>CallerReference</code> is a value that you already sent in a previous request to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code> error.</p>",
2551        "StreamingDistributionConfig$Comment": "<p>Any comments you want to include about the streaming distribution. </p>",
2552        "StreamingDistributionList$Marker": "<p>The value you provided for the <code>Marker</code> request parameter. </p>",
2553        "StreamingDistributionList$NextMarker": "<p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value you can use for the <code>Marker</code> request parameter to continue listing your RTMP distributions where they left off. </p>",
2554        "StreamingDistributionNotDisabled$Message": null,
2555        "StreamingDistributionSummary$Id": "<p>The identifier for the distribution, for example, <code>EDFDVBD632BHDS5</code>.</p>",
2556        "StreamingDistributionSummary$ARN": "<p> The ARN (Amazon Resource Name) for the streaming distribution. For example: <code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>, where <code>123456789012</code> is your AWS account ID.</p>",
2557        "StreamingDistributionSummary$Status": "<p> Indicates the current status of the distribution. When the status is <code>Deployed</code>, the distribution's information is fully propagated throughout the Amazon CloudFront system.</p>",
2558        "StreamingDistributionSummary$DomainName": "<p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>",
2559        "StreamingDistributionSummary$Comment": "<p>The comment originally specified when this distribution was created.</p>",
2560        "StreamingLoggingConfig$Bucket": "<p>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</p>",
2561        "StreamingLoggingConfig$Prefix": "<p>An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, <code>myprefix/</code>. If you want to enable logging, but you don't want to specify a prefix, you still must include an empty <code>Prefix</code> element in the <code>Logging</code> element.</p>",
2562        "TooManyCacheBehaviors$Message": null,
2563        "TooManyCachePolicies$Message": null,
2564        "TooManyCertificates$Message": null,
2565        "TooManyCloudFrontOriginAccessIdentities$Message": null,
2566        "TooManyCookieNamesInWhiteList$Message": null,
2567        "TooManyCookiesInCachePolicy$Message": null,
2568        "TooManyCookiesInOriginRequestPolicy$Message": null,
2569        "TooManyDistributionCNAMEs$Message": null,
2570        "TooManyDistributions$Message": null,
2571        "TooManyDistributionsAssociatedToCachePolicy$Message": null,
2572        "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig$Message": null,
2573        "TooManyDistributionsAssociatedToOriginRequestPolicy$Message": null,
2574        "TooManyDistributionsWithLambdaAssociations$Message": null,
2575        "TooManyDistributionsWithSingleFunctionARN$Message": null,
2576        "TooManyFieldLevelEncryptionConfigs$Message": null,
2577        "TooManyFieldLevelEncryptionContentTypeProfiles$Message": null,
2578        "TooManyFieldLevelEncryptionEncryptionEntities$Message": null,
2579        "TooManyFieldLevelEncryptionFieldPatterns$Message": null,
2580        "TooManyFieldLevelEncryptionProfiles$Message": null,
2581        "TooManyFieldLevelEncryptionQueryArgProfiles$Message": null,
2582        "TooManyHeadersInCachePolicy$Message": null,
2583        "TooManyHeadersInForwardedValues$Message": null,
2584        "TooManyHeadersInOriginRequestPolicy$Message": null,
2585        "TooManyInvalidationsInProgress$Message": null,
2586        "TooManyLambdaFunctionAssociations$Message": null,
2587        "TooManyOriginCustomHeaders$Message": null,
2588        "TooManyOriginGroupsPerDistribution$Message": null,
2589        "TooManyOriginRequestPolicies$Message": null,
2590        "TooManyOrigins$Message": null,
2591        "TooManyPublicKeys$Message": null,
2592        "TooManyQueryStringParameters$Message": null,
2593        "TooManyQueryStringsInCachePolicy$Message": null,
2594        "TooManyQueryStringsInOriginRequestPolicy$Message": null,
2595        "TooManyStreamingDistributionCNAMEs$Message": null,
2596        "TooManyStreamingDistributions$Message": null,
2597        "TooManyTrustedSigners$Message": null,
2598        "TrustedSignerDoesNotExist$Message": null,
2599        "UpdateCachePolicyRequest$Id": "<p>The unique identifier for the cache policy that you are updating. The identifier is returned in a cache behavior’s <code>CachePolicyId</code> field in the response to <code>GetDistributionConfig</code>.</p>",
2600        "UpdateCachePolicyRequest$IfMatch": "<p>The version of the cache policy that you are updating. The version is returned in the cache policy’s <code>ETag</code> field in the response to <code>GetCachePolicyConfig</code>.</p>",
2601        "UpdateCachePolicyResult$ETag": "<p>The current version of the cache policy.</p>",
2602        "UpdateCloudFrontOriginAccessIdentityRequest$Id": "<p>The identity's id.</p>",
2603        "UpdateCloudFrontOriginAccessIdentityRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when retrieving the identity's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2604        "UpdateCloudFrontOriginAccessIdentityResult$ETag": "<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2605        "UpdateDistributionRequest$Id": "<p>The distribution's id.</p>",
2606        "UpdateDistributionRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when retrieving the distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2607        "UpdateDistributionResult$ETag": "<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2608        "UpdateFieldLevelEncryptionConfigRequest$Id": "<p>The ID of the configuration you want to update.</p>",
2609        "UpdateFieldLevelEncryptionConfigRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when retrieving the configuration identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2610        "UpdateFieldLevelEncryptionConfigResult$ETag": "<p>The value of the <code>ETag</code> header that you received when updating the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2611        "UpdateFieldLevelEncryptionProfileRequest$Id": "<p>The ID of the field-level encryption profile request. </p>",
2612        "UpdateFieldLevelEncryptionProfileRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when retrieving the profile identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2613        "UpdateFieldLevelEncryptionProfileResult$ETag": "<p>The result of the field-level encryption profile request. </p>",
2614        "UpdateOriginRequestPolicyRequest$Id": "<p>The unique identifier for the origin request policy that you are updating. The identifier is returned in a cache behavior’s <code>OriginRequestPolicyId</code> field in the response to <code>GetDistributionConfig</code>.</p>",
2615        "UpdateOriginRequestPolicyRequest$IfMatch": "<p>The version of the origin request policy that you are updating. The version is returned in the origin request policy’s <code>ETag</code> field in the response to <code>GetOriginRequestPolicyConfig</code>.</p>",
2616        "UpdateOriginRequestPolicyResult$ETag": "<p>The current version of the origin request policy.</p>",
2617        "UpdatePublicKeyRequest$Id": "<p>ID of the public key to be updated.</p>",
2618        "UpdatePublicKeyRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when retrieving the public key to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2619        "UpdatePublicKeyResult$ETag": "<p>The current version of the update public key result. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2620        "UpdateStreamingDistributionRequest$Id": "<p>The streaming distribution's id.</p>",
2621        "UpdateStreamingDistributionRequest$IfMatch": "<p>The value of the <code>ETag</code> header that you received when retrieving the streaming distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2622        "UpdateStreamingDistributionResult$ETag": "<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2623        "ViewerCertificate$IAMCertificateId": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html\">AWS Identity and Access Management (AWS IAM)</a>, provide the ID of the IAM certificate.</p> <p>If you specify an IAM certificate ID, you must also specify values for <code>MinimumProtocolVerison</code> and <code>SSLSupportMethod</code>. </p>",
2624        "ViewerCertificate$ACMCertificateArn": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html\">AWS Certificate Manager (ACM)</a>, provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region (<code>us-east-1</code>).</p> <p>If you specify an ACM certificate ARN, you must also specify values for <code>MinimumProtocolVerison</code> and <code>SSLSupportMethod</code>. </p>",
2625        "ViewerCertificate$Certificate": "<p>This field is deprecated. Use one of the following fields instead:</p> <ul> <li> <p> <code>ACMCertificateArn</code> </p> </li> <li> <p> <code>IAMCertificateId</code> </p> </li> <li> <p> <code>CloudFrontDefaultCertificate</code> </p> </li> </ul>"
2626      }
2627    },
2628    "timestamp": {
2629      "base": null,
2630      "refs": {
2631        "CachePolicy$LastModifiedTime": "<p>The date and time when the cache policy was last modified.</p>",
2632        "Distribution$LastModifiedTime": "<p>The date and time the distribution was last modified. </p>",
2633        "DistributionSummary$LastModifiedTime": "<p>The date and time the distribution was last modified.</p>",
2634        "FieldLevelEncryption$LastModifiedTime": "<p>The last time the field-level encryption configuration was changed. </p>",
2635        "FieldLevelEncryptionProfile$LastModifiedTime": "<p>The last time the field-level encryption profile was updated.</p>",
2636        "FieldLevelEncryptionProfileSummary$LastModifiedTime": "<p>The time when the the field-level encryption profile summary was last updated.</p>",
2637        "FieldLevelEncryptionSummary$LastModifiedTime": "<p>The last time that the summary of field-level encryption items was modified.</p>",
2638        "Invalidation$CreateTime": "<p>The date and time the invalidation request was first made. </p>",
2639        "InvalidationSummary$CreateTime": "<p>The time that an invalidation request was created.</p>",
2640        "OriginRequestPolicy$LastModifiedTime": "<p>The date and time when the origin request policy was last modified.</p>",
2641        "PublicKey$CreatedTime": "<p>A time you added a public key to CloudFront.</p>",
2642        "PublicKeySummary$CreatedTime": "<p> Creation time for public key information summary. </p>",
2643        "StreamingDistribution$LastModifiedTime": "<p>The date and time that the distribution was last modified. </p>",
2644        "StreamingDistributionSummary$LastModifiedTime": "<p>The date and time the distribution was last modified.</p>"
2645      }
2646    }
2647  }
2648}
2649