1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2020-05-31",
5    "endpointPrefix":"cloudfront",
6    "globalEndpoint":"cloudfront.amazonaws.com",
7    "protocol":"rest-xml",
8    "serviceAbbreviation":"CloudFront",
9    "serviceFullName":"Amazon CloudFront",
10    "serviceId":"CloudFront",
11    "signatureVersion":"v4",
12    "uid":"cloudfront-2020-05-31"
13  },
14  "operations":{
15    "AssociateAlias":{
16      "name":"AssociateAlias2020_05_31",
17      "http":{
18        "method":"PUT",
19        "requestUri":"/2020-05-31/distribution/{TargetDistributionId}/associate-alias",
20        "responseCode":200
21      },
22      "input":{"shape":"AssociateAliasRequest"},
23      "errors":[
24        {"shape":"InvalidArgument"},
25        {"shape":"NoSuchDistribution"},
26        {"shape":"TooManyDistributionCNAMEs"},
27        {"shape":"IllegalUpdate"},
28        {"shape":"AccessDenied"}
29      ],
30      "documentation":"<p>Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront distribution.</p> <p>With this operation you can move an alias that’s already in use on a CloudFront distribution to a different distribution in one step. This prevents the downtime that could occur if you first remove the alias from one distribution and then separately add the alias to another distribution.</p> <p>To use this operation to associate an alias with a distribution, you provide the alias and the ID of the target distribution for the alias. For more information, including how to set up the target distribution, prerequisites that you must complete, and other restrictions, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move\">Moving an alternate domain name to a different distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
31    },
32    "CreateCachePolicy":{
33      "name":"CreateCachePolicy2020_05_31",
34      "http":{
35        "method":"POST",
36        "requestUri":"/2020-05-31/cache-policy",
37        "responseCode":201
38      },
39      "input":{"shape":"CreateCachePolicyRequest"},
40      "output":{"shape":"CreateCachePolicyResult"},
41      "errors":[
42        {"shape":"AccessDenied"},
43        {"shape":"InconsistentQuantities"},
44        {"shape":"InvalidArgument"},
45        {"shape":"CachePolicyAlreadyExists"},
46        {"shape":"TooManyCachePolicies"},
47        {"shape":"TooManyHeadersInCachePolicy"},
48        {"shape":"TooManyCookiesInCachePolicy"},
49        {"shape":"TooManyQueryStringsInCachePolicy"}
50      ],
51      "documentation":"<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>OriginRequestPolicy</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>"
52    },
53    "CreateCloudFrontOriginAccessIdentity":{
54      "name":"CreateCloudFrontOriginAccessIdentity2020_05_31",
55      "http":{
56        "method":"POST",
57        "requestUri":"/2020-05-31/origin-access-identity/cloudfront",
58        "responseCode":201
59      },
60      "input":{"shape":"CreateCloudFrontOriginAccessIdentityRequest"},
61      "output":{"shape":"CreateCloudFrontOriginAccessIdentityResult"},
62      "errors":[
63        {"shape":"CloudFrontOriginAccessIdentityAlreadyExists"},
64        {"shape":"MissingBody"},
65        {"shape":"TooManyCloudFrontOriginAccessIdentities"},
66        {"shape":"InvalidArgument"},
67        {"shape":"InconsistentQuantities"}
68      ],
69      "documentation":"<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>"
70    },
71    "CreateDistribution":{
72      "name":"CreateDistribution2020_05_31",
73      "http":{
74        "method":"POST",
75        "requestUri":"/2020-05-31/distribution",
76        "responseCode":201
77      },
78      "input":{"shape":"CreateDistributionRequest"},
79      "output":{"shape":"CreateDistributionResult"},
80      "errors":[
81        {"shape":"CNAMEAlreadyExists"},
82        {"shape":"DistributionAlreadyExists"},
83        {"shape":"InvalidOrigin"},
84        {"shape":"InvalidOriginAccessIdentity"},
85        {"shape":"AccessDenied"},
86        {"shape":"TooManyTrustedSigners"},
87        {"shape":"TrustedSignerDoesNotExist"},
88        {"shape":"InvalidViewerCertificate"},
89        {"shape":"InvalidMinimumProtocolVersion"},
90        {"shape":"MissingBody"},
91        {"shape":"TooManyDistributionCNAMEs"},
92        {"shape":"TooManyDistributions"},
93        {"shape":"InvalidDefaultRootObject"},
94        {"shape":"InvalidRelativePath"},
95        {"shape":"InvalidErrorCode"},
96        {"shape":"InvalidResponseCode"},
97        {"shape":"InvalidArgument"},
98        {"shape":"InvalidRequiredProtocol"},
99        {"shape":"NoSuchOrigin"},
100        {"shape":"TooManyOrigins"},
101        {"shape":"TooManyOriginGroupsPerDistribution"},
102        {"shape":"TooManyCacheBehaviors"},
103        {"shape":"TooManyCookieNamesInWhiteList"},
104        {"shape":"InvalidForwardCookies"},
105        {"shape":"TooManyHeadersInForwardedValues"},
106        {"shape":"InvalidHeadersForS3Origin"},
107        {"shape":"InconsistentQuantities"},
108        {"shape":"TooManyCertificates"},
109        {"shape":"InvalidLocationCode"},
110        {"shape":"InvalidGeoRestrictionParameter"},
111        {"shape":"InvalidProtocolSettings"},
112        {"shape":"InvalidTTLOrder"},
113        {"shape":"InvalidWebACLId"},
114        {"shape":"TooManyOriginCustomHeaders"},
115        {"shape":"TooManyQueryStringParameters"},
116        {"shape":"InvalidQueryStringParameters"},
117        {"shape":"TooManyDistributionsWithLambdaAssociations"},
118        {"shape":"TooManyDistributionsWithSingleFunctionARN"},
119        {"shape":"TooManyLambdaFunctionAssociations"},
120        {"shape":"InvalidLambdaFunctionAssociation"},
121        {"shape":"TooManyDistributionsWithFunctionAssociations"},
122        {"shape":"TooManyFunctionAssociations"},
123        {"shape":"InvalidFunctionAssociation"},
124        {"shape":"InvalidOriginReadTimeout"},
125        {"shape":"InvalidOriginKeepaliveTimeout"},
126        {"shape":"NoSuchFieldLevelEncryptionConfig"},
127        {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
128        {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
129        {"shape":"NoSuchCachePolicy"},
130        {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
131        {"shape":"NoSuchOriginRequestPolicy"},
132        {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
133        {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
134        {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
135        {"shape":"TrustedKeyGroupDoesNotExist"},
136        {"shape":"NoSuchRealtimeLogConfig"},
137        {"shape":"RealtimeLogConfigOwnerMismatch"}
138      ],
139      "documentation":"<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>"
140    },
141    "CreateDistributionWithTags":{
142      "name":"CreateDistributionWithTags2020_05_31",
143      "http":{
144        "method":"POST",
145        "requestUri":"/2020-05-31/distribution?WithTags",
146        "responseCode":201
147      },
148      "input":{"shape":"CreateDistributionWithTagsRequest"},
149      "output":{"shape":"CreateDistributionWithTagsResult"},
150      "errors":[
151        {"shape":"CNAMEAlreadyExists"},
152        {"shape":"DistributionAlreadyExists"},
153        {"shape":"InvalidOrigin"},
154        {"shape":"InvalidOriginAccessIdentity"},
155        {"shape":"AccessDenied"},
156        {"shape":"TooManyTrustedSigners"},
157        {"shape":"TrustedSignerDoesNotExist"},
158        {"shape":"InvalidViewerCertificate"},
159        {"shape":"InvalidMinimumProtocolVersion"},
160        {"shape":"MissingBody"},
161        {"shape":"TooManyDistributionCNAMEs"},
162        {"shape":"TooManyDistributions"},
163        {"shape":"InvalidDefaultRootObject"},
164        {"shape":"InvalidRelativePath"},
165        {"shape":"InvalidErrorCode"},
166        {"shape":"InvalidResponseCode"},
167        {"shape":"InvalidArgument"},
168        {"shape":"InvalidRequiredProtocol"},
169        {"shape":"NoSuchOrigin"},
170        {"shape":"TooManyOrigins"},
171        {"shape":"TooManyOriginGroupsPerDistribution"},
172        {"shape":"TooManyCacheBehaviors"},
173        {"shape":"TooManyCookieNamesInWhiteList"},
174        {"shape":"InvalidForwardCookies"},
175        {"shape":"TooManyHeadersInForwardedValues"},
176        {"shape":"InvalidHeadersForS3Origin"},
177        {"shape":"InconsistentQuantities"},
178        {"shape":"TooManyCertificates"},
179        {"shape":"InvalidLocationCode"},
180        {"shape":"InvalidGeoRestrictionParameter"},
181        {"shape":"InvalidProtocolSettings"},
182        {"shape":"InvalidTTLOrder"},
183        {"shape":"InvalidWebACLId"},
184        {"shape":"TooManyOriginCustomHeaders"},
185        {"shape":"InvalidTagging"},
186        {"shape":"TooManyQueryStringParameters"},
187        {"shape":"InvalidQueryStringParameters"},
188        {"shape":"TooManyDistributionsWithLambdaAssociations"},
189        {"shape":"TooManyDistributionsWithSingleFunctionARN"},
190        {"shape":"TooManyLambdaFunctionAssociations"},
191        {"shape":"InvalidLambdaFunctionAssociation"},
192        {"shape":"TooManyDistributionsWithFunctionAssociations"},
193        {"shape":"TooManyFunctionAssociations"},
194        {"shape":"InvalidFunctionAssociation"},
195        {"shape":"InvalidOriginReadTimeout"},
196        {"shape":"InvalidOriginKeepaliveTimeout"},
197        {"shape":"NoSuchFieldLevelEncryptionConfig"},
198        {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
199        {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
200        {"shape":"NoSuchCachePolicy"},
201        {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
202        {"shape":"NoSuchOriginRequestPolicy"},
203        {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
204        {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
205        {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
206        {"shape":"TrustedKeyGroupDoesNotExist"},
207        {"shape":"NoSuchRealtimeLogConfig"},
208        {"shape":"RealtimeLogConfigOwnerMismatch"}
209      ],
210      "documentation":"<p>Create a new distribution with tags.</p>"
211    },
212    "CreateFieldLevelEncryptionConfig":{
213      "name":"CreateFieldLevelEncryptionConfig2020_05_31",
214      "http":{
215        "method":"POST",
216        "requestUri":"/2020-05-31/field-level-encryption",
217        "responseCode":201
218      },
219      "input":{"shape":"CreateFieldLevelEncryptionConfigRequest"},
220      "output":{"shape":"CreateFieldLevelEncryptionConfigResult"},
221      "errors":[
222        {"shape":"InconsistentQuantities"},
223        {"shape":"InvalidArgument"},
224        {"shape":"NoSuchFieldLevelEncryptionProfile"},
225        {"shape":"FieldLevelEncryptionConfigAlreadyExists"},
226        {"shape":"TooManyFieldLevelEncryptionConfigs"},
227        {"shape":"TooManyFieldLevelEncryptionQueryArgProfiles"},
228        {"shape":"TooManyFieldLevelEncryptionContentTypeProfiles"},
229        {"shape":"QueryArgProfileEmpty"}
230      ],
231      "documentation":"<p>Create a new field-level encryption configuration.</p>"
232    },
233    "CreateFieldLevelEncryptionProfile":{
234      "name":"CreateFieldLevelEncryptionProfile2020_05_31",
235      "http":{
236        "method":"POST",
237        "requestUri":"/2020-05-31/field-level-encryption-profile",
238        "responseCode":201
239      },
240      "input":{"shape":"CreateFieldLevelEncryptionProfileRequest"},
241      "output":{"shape":"CreateFieldLevelEncryptionProfileResult"},
242      "errors":[
243        {"shape":"InconsistentQuantities"},
244        {"shape":"InvalidArgument"},
245        {"shape":"NoSuchPublicKey"},
246        {"shape":"FieldLevelEncryptionProfileAlreadyExists"},
247        {"shape":"FieldLevelEncryptionProfileSizeExceeded"},
248        {"shape":"TooManyFieldLevelEncryptionProfiles"},
249        {"shape":"TooManyFieldLevelEncryptionEncryptionEntities"},
250        {"shape":"TooManyFieldLevelEncryptionFieldPatterns"}
251      ],
252      "documentation":"<p>Create a field-level encryption profile.</p>"
253    },
254    "CreateFunction":{
255      "name":"CreateFunction2020_05_31",
256      "http":{
257        "method":"POST",
258        "requestUri":"/2020-05-31/function",
259        "responseCode":201
260      },
261      "input":{
262        "shape":"CreateFunctionRequest",
263        "locationName":"CreateFunctionRequest",
264        "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
265      },
266      "output":{"shape":"CreateFunctionResult"},
267      "errors":[
268        {"shape":"TooManyFunctions"},
269        {"shape":"FunctionAlreadyExists"},
270        {"shape":"FunctionSizeLimitExceeded"},
271        {"shape":"InvalidArgument"},
272        {"shape":"UnsupportedOperation"}
273      ],
274      "documentation":"<p>Creates a CloudFront function.</p> <p>To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function.</p> <p>When you create a function, it’s in the <code>DEVELOPMENT</code> stage. In this stage, you can test the function with <code>TestFunction</code>, and update it with <code>UpdateFunction</code>.</p> <p>When you’re ready to use your function with a CloudFront distribution, use <code>PublishFunction</code> to copy the function from the <code>DEVELOPMENT</code> stage to <code>LIVE</code>. When it’s live, you can attach the function to a distribution’s cache behavior, using the function’s ARN.</p>"
275    },
276    "CreateInvalidation":{
277      "name":"CreateInvalidation2020_05_31",
278      "http":{
279        "method":"POST",
280        "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation",
281        "responseCode":201
282      },
283      "input":{"shape":"CreateInvalidationRequest"},
284      "output":{"shape":"CreateInvalidationResult"},
285      "errors":[
286        {"shape":"AccessDenied"},
287        {"shape":"MissingBody"},
288        {"shape":"InvalidArgument"},
289        {"shape":"NoSuchDistribution"},
290        {"shape":"BatchTooLarge"},
291        {"shape":"TooManyInvalidationsInProgress"},
292        {"shape":"InconsistentQuantities"}
293      ],
294      "documentation":"<p>Create a new invalidation. </p>"
295    },
296    "CreateKeyGroup":{
297      "name":"CreateKeyGroup2020_05_31",
298      "http":{
299        "method":"POST",
300        "requestUri":"/2020-05-31/key-group",
301        "responseCode":201
302      },
303      "input":{"shape":"CreateKeyGroupRequest"},
304      "output":{"shape":"CreateKeyGroupResult"},
305      "errors":[
306        {"shape":"InvalidArgument"},
307        {"shape":"KeyGroupAlreadyExists"},
308        {"shape":"TooManyKeyGroups"},
309        {"shape":"TooManyPublicKeysInKeyGroup"}
310      ],
311      "documentation":"<p>Creates a key group that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">CloudFront signed URLs and signed cookies</a>.</p> <p>To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving private content</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
312    },
313    "CreateMonitoringSubscription":{
314      "name":"CreateMonitoringSubscription2020_05_31",
315      "http":{
316        "method":"POST",
317        "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
318      },
319      "input":{"shape":"CreateMonitoringSubscriptionRequest"},
320      "output":{"shape":"CreateMonitoringSubscriptionResult"},
321      "errors":[
322        {"shape":"AccessDenied"},
323        {"shape":"NoSuchDistribution"},
324        {"shape":"UnsupportedOperation"}
325      ],
326      "documentation":"<p>Enables additional CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/viewing-cloudfront-metrics.html#monitoring-console.distributions-additional\">Viewing additional CloudFront distribution metrics</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
327    },
328    "CreateOriginRequestPolicy":{
329      "name":"CreateOriginRequestPolicy2020_05_31",
330      "http":{
331        "method":"POST",
332        "requestUri":"/2020-05-31/origin-request-policy",
333        "responseCode":201
334      },
335      "input":{"shape":"CreateOriginRequestPolicyRequest"},
336      "output":{"shape":"CreateOriginRequestPolicyResult"},
337      "errors":[
338        {"shape":"AccessDenied"},
339        {"shape":"InconsistentQuantities"},
340        {"shape":"InvalidArgument"},
341        {"shape":"OriginRequestPolicyAlreadyExists"},
342        {"shape":"TooManyOriginRequestPolicies"},
343        {"shape":"TooManyHeadersInOriginRequestPolicy"},
344        {"shape":"TooManyCookiesInOriginRequestPolicy"},
345        {"shape":"TooManyQueryStringsInOriginRequestPolicy"}
346      ],
347      "documentation":"<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>CachePolicy</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>"
348    },
349    "CreatePublicKey":{
350      "name":"CreatePublicKey2020_05_31",
351      "http":{
352        "method":"POST",
353        "requestUri":"/2020-05-31/public-key",
354        "responseCode":201
355      },
356      "input":{"shape":"CreatePublicKeyRequest"},
357      "output":{"shape":"CreatePublicKeyResult"},
358      "errors":[
359        {"shape":"PublicKeyAlreadyExists"},
360        {"shape":"InvalidArgument"},
361        {"shape":"TooManyPublicKeys"}
362      ],
363      "documentation":"<p>Uploads a public key to CloudFront that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>"
364    },
365    "CreateRealtimeLogConfig":{
366      "name":"CreateRealtimeLogConfig2020_05_31",
367      "http":{
368        "method":"POST",
369        "requestUri":"/2020-05-31/realtime-log-config",
370        "responseCode":201
371      },
372      "input":{
373        "shape":"CreateRealtimeLogConfigRequest",
374        "locationName":"CreateRealtimeLogConfigRequest",
375        "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
376      },
377      "output":{"shape":"CreateRealtimeLogConfigResult"},
378      "errors":[
379        {"shape":"RealtimeLogConfigAlreadyExists"},
380        {"shape":"TooManyRealtimeLogConfigs"},
381        {"shape":"InvalidArgument"},
382        {"shape":"AccessDenied"}
383      ],
384      "documentation":"<p>Creates a real-time log configuration.</p> <p>After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream.</p> <p>For more information about real-time log configurations, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html\">Real-time logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
385    },
386    "CreateStreamingDistribution":{
387      "name":"CreateStreamingDistribution2020_05_31",
388      "http":{
389        "method":"POST",
390        "requestUri":"/2020-05-31/streaming-distribution",
391        "responseCode":201
392      },
393      "input":{"shape":"CreateStreamingDistributionRequest"},
394      "output":{"shape":"CreateStreamingDistributionResult"},
395      "errors":[
396        {"shape":"CNAMEAlreadyExists"},
397        {"shape":"StreamingDistributionAlreadyExists"},
398        {"shape":"InvalidOrigin"},
399        {"shape":"InvalidOriginAccessIdentity"},
400        {"shape":"AccessDenied"},
401        {"shape":"TooManyTrustedSigners"},
402        {"shape":"TrustedSignerDoesNotExist"},
403        {"shape":"MissingBody"},
404        {"shape":"TooManyStreamingDistributionCNAMEs"},
405        {"shape":"TooManyStreamingDistributions"},
406        {"shape":"InvalidArgument"},
407        {"shape":"InconsistentQuantities"}
408      ],
409      "documentation":"<p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, <a href=\"http://forums.aws.amazon.com/ann.jspa?annID=7356\">read the announcement</a> on the Amazon CloudFront discussion forum.</p>"
410    },
411    "CreateStreamingDistributionWithTags":{
412      "name":"CreateStreamingDistributionWithTags2020_05_31",
413      "http":{
414        "method":"POST",
415        "requestUri":"/2020-05-31/streaming-distribution?WithTags",
416        "responseCode":201
417      },
418      "input":{"shape":"CreateStreamingDistributionWithTagsRequest"},
419      "output":{"shape":"CreateStreamingDistributionWithTagsResult"},
420      "errors":[
421        {"shape":"CNAMEAlreadyExists"},
422        {"shape":"StreamingDistributionAlreadyExists"},
423        {"shape":"InvalidOrigin"},
424        {"shape":"InvalidOriginAccessIdentity"},
425        {"shape":"AccessDenied"},
426        {"shape":"TooManyTrustedSigners"},
427        {"shape":"TrustedSignerDoesNotExist"},
428        {"shape":"MissingBody"},
429        {"shape":"TooManyStreamingDistributionCNAMEs"},
430        {"shape":"TooManyStreamingDistributions"},
431        {"shape":"InvalidArgument"},
432        {"shape":"InconsistentQuantities"},
433        {"shape":"InvalidTagging"}
434      ],
435      "documentation":"<p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, <a href=\"http://forums.aws.amazon.com/ann.jspa?annID=7356\">read the announcement</a> on the Amazon CloudFront discussion forum.</p>"
436    },
437    "DeleteCachePolicy":{
438      "name":"DeleteCachePolicy2020_05_31",
439      "http":{
440        "method":"DELETE",
441        "requestUri":"/2020-05-31/cache-policy/{Id}",
442        "responseCode":204
443      },
444      "input":{"shape":"DeleteCachePolicyRequest"},
445      "errors":[
446        {"shape":"AccessDenied"},
447        {"shape":"InvalidIfMatchVersion"},
448        {"shape":"NoSuchCachePolicy"},
449        {"shape":"PreconditionFailed"},
450        {"shape":"IllegalDelete"},
451        {"shape":"CachePolicyInUse"}
452      ],
453      "documentation":"<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>"
454    },
455    "DeleteCloudFrontOriginAccessIdentity":{
456      "name":"DeleteCloudFrontOriginAccessIdentity2020_05_31",
457      "http":{
458        "method":"DELETE",
459        "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}",
460        "responseCode":204
461      },
462      "input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"},
463      "errors":[
464        {"shape":"AccessDenied"},
465        {"shape":"InvalidIfMatchVersion"},
466        {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
467        {"shape":"PreconditionFailed"},
468        {"shape":"CloudFrontOriginAccessIdentityInUse"}
469      ],
470      "documentation":"<p>Delete an origin access identity. </p>"
471    },
472    "DeleteDistribution":{
473      "name":"DeleteDistribution2020_05_31",
474      "http":{
475        "method":"DELETE",
476        "requestUri":"/2020-05-31/distribution/{Id}",
477        "responseCode":204
478      },
479      "input":{"shape":"DeleteDistributionRequest"},
480      "errors":[
481        {"shape":"AccessDenied"},
482        {"shape":"DistributionNotDisabled"},
483        {"shape":"InvalidIfMatchVersion"},
484        {"shape":"NoSuchDistribution"},
485        {"shape":"PreconditionFailed"}
486      ],
487      "documentation":"<p>Delete a distribution. </p>"
488    },
489    "DeleteFieldLevelEncryptionConfig":{
490      "name":"DeleteFieldLevelEncryptionConfig2020_05_31",
491      "http":{
492        "method":"DELETE",
493        "requestUri":"/2020-05-31/field-level-encryption/{Id}",
494        "responseCode":204
495      },
496      "input":{"shape":"DeleteFieldLevelEncryptionConfigRequest"},
497      "errors":[
498        {"shape":"AccessDenied"},
499        {"shape":"InvalidIfMatchVersion"},
500        {"shape":"NoSuchFieldLevelEncryptionConfig"},
501        {"shape":"PreconditionFailed"},
502        {"shape":"FieldLevelEncryptionConfigInUse"}
503      ],
504      "documentation":"<p>Remove a field-level encryption configuration.</p>"
505    },
506    "DeleteFieldLevelEncryptionProfile":{
507      "name":"DeleteFieldLevelEncryptionProfile2020_05_31",
508      "http":{
509        "method":"DELETE",
510        "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}",
511        "responseCode":204
512      },
513      "input":{"shape":"DeleteFieldLevelEncryptionProfileRequest"},
514      "errors":[
515        {"shape":"AccessDenied"},
516        {"shape":"InvalidIfMatchVersion"},
517        {"shape":"NoSuchFieldLevelEncryptionProfile"},
518        {"shape":"PreconditionFailed"},
519        {"shape":"FieldLevelEncryptionProfileInUse"}
520      ],
521      "documentation":"<p>Remove a field-level encryption profile.</p>"
522    },
523    "DeleteFunction":{
524      "name":"DeleteFunction2020_05_31",
525      "http":{
526        "method":"DELETE",
527        "requestUri":"/2020-05-31/function/{Name}",
528        "responseCode":204
529      },
530      "input":{"shape":"DeleteFunctionRequest"},
531      "errors":[
532        {"shape":"InvalidIfMatchVersion"},
533        {"shape":"NoSuchFunctionExists"},
534        {"shape":"FunctionInUse"},
535        {"shape":"PreconditionFailed"},
536        {"shape":"UnsupportedOperation"}
537      ],
538      "documentation":"<p>Deletes a CloudFront function.</p> <p>You cannot delete a function if it’s associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.</p> <p>To delete a function, you must provide the function’s name and version (<code>ETag</code> value). To get these values, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>"
539    },
540    "DeleteKeyGroup":{
541      "name":"DeleteKeyGroup2020_05_31",
542      "http":{
543        "method":"DELETE",
544        "requestUri":"/2020-05-31/key-group/{Id}",
545        "responseCode":204
546      },
547      "input":{"shape":"DeleteKeyGroupRequest"},
548      "errors":[
549        {"shape":"InvalidIfMatchVersion"},
550        {"shape":"NoSuchResource"},
551        {"shape":"PreconditionFailed"},
552        {"shape":"ResourceInUse"}
553      ],
554      "documentation":"<p>Deletes a key group.</p> <p>You cannot delete a key group that is referenced in a cache behavior. First update your distributions to remove the key group from all cache behaviors, then delete the key group.</p> <p>To delete a key group, you must provide the key group’s identifier and version. To get these values, use <code>ListKeyGroups</code> followed by <code>GetKeyGroup</code> or <code>GetKeyGroupConfig</code>.</p>"
555    },
556    "DeleteMonitoringSubscription":{
557      "name":"DeleteMonitoringSubscription2020_05_31",
558      "http":{
559        "method":"DELETE",
560        "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
561      },
562      "input":{"shape":"DeleteMonitoringSubscriptionRequest"},
563      "output":{"shape":"DeleteMonitoringSubscriptionResult"},
564      "errors":[
565        {"shape":"AccessDenied"},
566        {"shape":"NoSuchDistribution"},
567        {"shape":"UnsupportedOperation"}
568      ],
569      "documentation":"<p>Disables additional CloudWatch metrics for the specified CloudFront distribution.</p>"
570    },
571    "DeleteOriginRequestPolicy":{
572      "name":"DeleteOriginRequestPolicy2020_05_31",
573      "http":{
574        "method":"DELETE",
575        "requestUri":"/2020-05-31/origin-request-policy/{Id}",
576        "responseCode":204
577      },
578      "input":{"shape":"DeleteOriginRequestPolicyRequest"},
579      "errors":[
580        {"shape":"AccessDenied"},
581        {"shape":"InvalidIfMatchVersion"},
582        {"shape":"NoSuchOriginRequestPolicy"},
583        {"shape":"PreconditionFailed"},
584        {"shape":"IllegalDelete"},
585        {"shape":"OriginRequestPolicyInUse"}
586      ],
587      "documentation":"<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>"
588    },
589    "DeletePublicKey":{
590      "name":"DeletePublicKey2020_05_31",
591      "http":{
592        "method":"DELETE",
593        "requestUri":"/2020-05-31/public-key/{Id}",
594        "responseCode":204
595      },
596      "input":{"shape":"DeletePublicKeyRequest"},
597      "errors":[
598        {"shape":"AccessDenied"},
599        {"shape":"PublicKeyInUse"},
600        {"shape":"InvalidIfMatchVersion"},
601        {"shape":"NoSuchPublicKey"},
602        {"shape":"PreconditionFailed"}
603      ],
604      "documentation":"<p>Remove a public key you previously added to CloudFront.</p>"
605    },
606    "DeleteRealtimeLogConfig":{
607      "name":"DeleteRealtimeLogConfig2020_05_31",
608      "http":{
609        "method":"POST",
610        "requestUri":"/2020-05-31/delete-realtime-log-config/",
611        "responseCode":204
612      },
613      "input":{
614        "shape":"DeleteRealtimeLogConfigRequest",
615        "locationName":"DeleteRealtimeLogConfigRequest",
616        "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
617      },
618      "errors":[
619        {"shape":"NoSuchRealtimeLogConfig"},
620        {"shape":"RealtimeLogConfigInUse"},
621        {"shape":"InvalidArgument"},
622        {"shape":"AccessDenied"}
623      ],
624      "documentation":"<p>Deletes a real-time log configuration.</p> <p>You cannot delete a real-time log configuration if it’s attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration.</p> <p>To delete a real-time log configuration, you can provide the configuration’s name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.</p>"
625    },
626    "DeleteStreamingDistribution":{
627      "name":"DeleteStreamingDistribution2020_05_31",
628      "http":{
629        "method":"DELETE",
630        "requestUri":"/2020-05-31/streaming-distribution/{Id}",
631        "responseCode":204
632      },
633      "input":{"shape":"DeleteStreamingDistributionRequest"},
634      "errors":[
635        {"shape":"AccessDenied"},
636        {"shape":"StreamingDistributionNotDisabled"},
637        {"shape":"InvalidIfMatchVersion"},
638        {"shape":"NoSuchStreamingDistribution"},
639        {"shape":"PreconditionFailed"}
640      ],
641      "documentation":"<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>"
642    },
643    "DescribeFunction":{
644      "name":"DescribeFunction2020_05_31",
645      "http":{
646        "method":"GET",
647        "requestUri":"/2020-05-31/function/{Name}/describe"
648      },
649      "input":{"shape":"DescribeFunctionRequest"},
650      "output":{"shape":"DescribeFunctionResult"},
651      "errors":[
652        {"shape":"NoSuchFunctionExists"},
653        {"shape":"UnsupportedOperation"}
654      ],
655      "documentation":"<p>Gets configuration information and metadata about a CloudFront function, but not the function’s code. To get a function’s code, use <code>GetFunction</code>.</p> <p>To get configuration information and metadata about a function, you must provide the function’s name and stage. To get these values, you can use <code>ListFunctions</code>.</p>"
656    },
657    "GetCachePolicy":{
658      "name":"GetCachePolicy2020_05_31",
659      "http":{
660        "method":"GET",
661        "requestUri":"/2020-05-31/cache-policy/{Id}"
662      },
663      "input":{"shape":"GetCachePolicyRequest"},
664      "output":{"shape":"GetCachePolicyResult"},
665      "errors":[
666        {"shape":"AccessDenied"},
667        {"shape":"NoSuchCachePolicy"}
668      ],
669      "documentation":"<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>"
670    },
671    "GetCachePolicyConfig":{
672      "name":"GetCachePolicyConfig2020_05_31",
673      "http":{
674        "method":"GET",
675        "requestUri":"/2020-05-31/cache-policy/{Id}/config"
676      },
677      "input":{"shape":"GetCachePolicyConfigRequest"},
678      "output":{"shape":"GetCachePolicyConfigResult"},
679      "errors":[
680        {"shape":"AccessDenied"},
681        {"shape":"NoSuchCachePolicy"}
682      ],
683      "documentation":"<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>"
684    },
685    "GetCloudFrontOriginAccessIdentity":{
686      "name":"GetCloudFrontOriginAccessIdentity2020_05_31",
687      "http":{
688        "method":"GET",
689        "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}"
690      },
691      "input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"},
692      "output":{"shape":"GetCloudFrontOriginAccessIdentityResult"},
693      "errors":[
694        {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
695        {"shape":"AccessDenied"}
696      ],
697      "documentation":"<p>Get the information about an origin access identity. </p>"
698    },
699    "GetCloudFrontOriginAccessIdentityConfig":{
700      "name":"GetCloudFrontOriginAccessIdentityConfig2020_05_31",
701      "http":{
702        "method":"GET",
703        "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config"
704      },
705      "input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"},
706      "output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"},
707      "errors":[
708        {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
709        {"shape":"AccessDenied"}
710      ],
711      "documentation":"<p>Get the configuration information about an origin access identity. </p>"
712    },
713    "GetDistribution":{
714      "name":"GetDistribution2020_05_31",
715      "http":{
716        "method":"GET",
717        "requestUri":"/2020-05-31/distribution/{Id}"
718      },
719      "input":{"shape":"GetDistributionRequest"},
720      "output":{"shape":"GetDistributionResult"},
721      "errors":[
722        {"shape":"NoSuchDistribution"},
723        {"shape":"AccessDenied"}
724      ],
725      "documentation":"<p>Get the information about a distribution.</p>"
726    },
727    "GetDistributionConfig":{
728      "name":"GetDistributionConfig2020_05_31",
729      "http":{
730        "method":"GET",
731        "requestUri":"/2020-05-31/distribution/{Id}/config"
732      },
733      "input":{"shape":"GetDistributionConfigRequest"},
734      "output":{"shape":"GetDistributionConfigResult"},
735      "errors":[
736        {"shape":"NoSuchDistribution"},
737        {"shape":"AccessDenied"}
738      ],
739      "documentation":"<p>Get the configuration information about a distribution. </p>"
740    },
741    "GetFieldLevelEncryption":{
742      "name":"GetFieldLevelEncryption2020_05_31",
743      "http":{
744        "method":"GET",
745        "requestUri":"/2020-05-31/field-level-encryption/{Id}"
746      },
747      "input":{"shape":"GetFieldLevelEncryptionRequest"},
748      "output":{"shape":"GetFieldLevelEncryptionResult"},
749      "errors":[
750        {"shape":"AccessDenied"},
751        {"shape":"NoSuchFieldLevelEncryptionConfig"}
752      ],
753      "documentation":"<p>Get the field-level encryption configuration information.</p>"
754    },
755    "GetFieldLevelEncryptionConfig":{
756      "name":"GetFieldLevelEncryptionConfig2020_05_31",
757      "http":{
758        "method":"GET",
759        "requestUri":"/2020-05-31/field-level-encryption/{Id}/config"
760      },
761      "input":{"shape":"GetFieldLevelEncryptionConfigRequest"},
762      "output":{"shape":"GetFieldLevelEncryptionConfigResult"},
763      "errors":[
764        {"shape":"AccessDenied"},
765        {"shape":"NoSuchFieldLevelEncryptionConfig"}
766      ],
767      "documentation":"<p>Get the field-level encryption configuration information.</p>"
768    },
769    "GetFieldLevelEncryptionProfile":{
770      "name":"GetFieldLevelEncryptionProfile2020_05_31",
771      "http":{
772        "method":"GET",
773        "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}"
774      },
775      "input":{"shape":"GetFieldLevelEncryptionProfileRequest"},
776      "output":{"shape":"GetFieldLevelEncryptionProfileResult"},
777      "errors":[
778        {"shape":"AccessDenied"},
779        {"shape":"NoSuchFieldLevelEncryptionProfile"}
780      ],
781      "documentation":"<p>Get the field-level encryption profile information.</p>"
782    },
783    "GetFieldLevelEncryptionProfileConfig":{
784      "name":"GetFieldLevelEncryptionProfileConfig2020_05_31",
785      "http":{
786        "method":"GET",
787        "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config"
788      },
789      "input":{"shape":"GetFieldLevelEncryptionProfileConfigRequest"},
790      "output":{"shape":"GetFieldLevelEncryptionProfileConfigResult"},
791      "errors":[
792        {"shape":"AccessDenied"},
793        {"shape":"NoSuchFieldLevelEncryptionProfile"}
794      ],
795      "documentation":"<p>Get the field-level encryption profile configuration information.</p>"
796    },
797    "GetFunction":{
798      "name":"GetFunction2020_05_31",
799      "http":{
800        "method":"GET",
801        "requestUri":"/2020-05-31/function/{Name}"
802      },
803      "input":{"shape":"GetFunctionRequest"},
804      "output":{"shape":"GetFunctionResult"},
805      "errors":[
806        {"shape":"NoSuchFunctionExists"},
807        {"shape":"UnsupportedOperation"}
808      ],
809      "documentation":"<p>Gets the code of a CloudFront function. To get configuration information and metadata about a function, use <code>DescribeFunction</code>.</p> <p>To get a function’s code, you must provide the function’s name and stage. To get these values, you can use <code>ListFunctions</code>.</p>"
810    },
811    "GetInvalidation":{
812      "name":"GetInvalidation2020_05_31",
813      "http":{
814        "method":"GET",
815        "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation/{Id}"
816      },
817      "input":{"shape":"GetInvalidationRequest"},
818      "output":{"shape":"GetInvalidationResult"},
819      "errors":[
820        {"shape":"NoSuchInvalidation"},
821        {"shape":"NoSuchDistribution"},
822        {"shape":"AccessDenied"}
823      ],
824      "documentation":"<p>Get the information about an invalidation. </p>"
825    },
826    "GetKeyGroup":{
827      "name":"GetKeyGroup2020_05_31",
828      "http":{
829        "method":"GET",
830        "requestUri":"/2020-05-31/key-group/{Id}"
831      },
832      "input":{"shape":"GetKeyGroupRequest"},
833      "output":{"shape":"GetKeyGroupResult"},
834      "errors":[
835        {"shape":"NoSuchResource"}
836      ],
837      "documentation":"<p>Gets a key group, including the date and time when the key group was last modified.</p> <p>To get a key group, you must provide the key group’s identifier. If the key group is referenced in a distribution’s cache behavior, you can get the key group’s identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group is not referenced in a cache behavior, you can get the identifier using <code>ListKeyGroups</code>.</p>"
838    },
839    "GetKeyGroupConfig":{
840      "name":"GetKeyGroupConfig2020_05_31",
841      "http":{
842        "method":"GET",
843        "requestUri":"/2020-05-31/key-group/{Id}/config"
844      },
845      "input":{"shape":"GetKeyGroupConfigRequest"},
846      "output":{"shape":"GetKeyGroupConfigResult"},
847      "errors":[
848        {"shape":"NoSuchResource"}
849      ],
850      "documentation":"<p>Gets a key group configuration.</p> <p>To get a key group configuration, you must provide the key group’s identifier. If the key group is referenced in a distribution’s cache behavior, you can get the key group’s identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group is not referenced in a cache behavior, you can get the identifier using <code>ListKeyGroups</code>.</p>"
851    },
852    "GetMonitoringSubscription":{
853      "name":"GetMonitoringSubscription2020_05_31",
854      "http":{
855        "method":"GET",
856        "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
857      },
858      "input":{"shape":"GetMonitoringSubscriptionRequest"},
859      "output":{"shape":"GetMonitoringSubscriptionResult"},
860      "errors":[
861        {"shape":"AccessDenied"},
862        {"shape":"NoSuchDistribution"},
863        {"shape":"UnsupportedOperation"}
864      ],
865      "documentation":"<p>Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.</p>"
866    },
867    "GetOriginRequestPolicy":{
868      "name":"GetOriginRequestPolicy2020_05_31",
869      "http":{
870        "method":"GET",
871        "requestUri":"/2020-05-31/origin-request-policy/{Id}"
872      },
873      "input":{"shape":"GetOriginRequestPolicyRequest"},
874      "output":{"shape":"GetOriginRequestPolicyResult"},
875      "errors":[
876        {"shape":"AccessDenied"},
877        {"shape":"NoSuchOriginRequestPolicy"}
878      ],
879      "documentation":"<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>"
880    },
881    "GetOriginRequestPolicyConfig":{
882      "name":"GetOriginRequestPolicyConfig2020_05_31",
883      "http":{
884        "method":"GET",
885        "requestUri":"/2020-05-31/origin-request-policy/{Id}/config"
886      },
887      "input":{"shape":"GetOriginRequestPolicyConfigRequest"},
888      "output":{"shape":"GetOriginRequestPolicyConfigResult"},
889      "errors":[
890        {"shape":"AccessDenied"},
891        {"shape":"NoSuchOriginRequestPolicy"}
892      ],
893      "documentation":"<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>"
894    },
895    "GetPublicKey":{
896      "name":"GetPublicKey2020_05_31",
897      "http":{
898        "method":"GET",
899        "requestUri":"/2020-05-31/public-key/{Id}"
900      },
901      "input":{"shape":"GetPublicKeyRequest"},
902      "output":{"shape":"GetPublicKeyResult"},
903      "errors":[
904        {"shape":"AccessDenied"},
905        {"shape":"NoSuchPublicKey"}
906      ],
907      "documentation":"<p>Gets a public key.</p>"
908    },
909    "GetPublicKeyConfig":{
910      "name":"GetPublicKeyConfig2020_05_31",
911      "http":{
912        "method":"GET",
913        "requestUri":"/2020-05-31/public-key/{Id}/config"
914      },
915      "input":{"shape":"GetPublicKeyConfigRequest"},
916      "output":{"shape":"GetPublicKeyConfigResult"},
917      "errors":[
918        {"shape":"AccessDenied"},
919        {"shape":"NoSuchPublicKey"}
920      ],
921      "documentation":"<p>Gets a public key configuration.</p>"
922    },
923    "GetRealtimeLogConfig":{
924      "name":"GetRealtimeLogConfig2020_05_31",
925      "http":{
926        "method":"POST",
927        "requestUri":"/2020-05-31/get-realtime-log-config/"
928      },
929      "input":{
930        "shape":"GetRealtimeLogConfigRequest",
931        "locationName":"GetRealtimeLogConfigRequest",
932        "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
933      },
934      "output":{"shape":"GetRealtimeLogConfigResult"},
935      "errors":[
936        {"shape":"NoSuchRealtimeLogConfig"},
937        {"shape":"InvalidArgument"},
938        {"shape":"AccessDenied"}
939      ],
940      "documentation":"<p>Gets a real-time log configuration.</p> <p>To get a real-time log configuration, you can provide the configuration’s name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get.</p>"
941    },
942    "GetStreamingDistribution":{
943      "name":"GetStreamingDistribution2020_05_31",
944      "http":{
945        "method":"GET",
946        "requestUri":"/2020-05-31/streaming-distribution/{Id}"
947      },
948      "input":{"shape":"GetStreamingDistributionRequest"},
949      "output":{"shape":"GetStreamingDistributionResult"},
950      "errors":[
951        {"shape":"NoSuchStreamingDistribution"},
952        {"shape":"AccessDenied"}
953      ],
954      "documentation":"<p>Gets information about a specified RTMP distribution, including the distribution configuration.</p>"
955    },
956    "GetStreamingDistributionConfig":{
957      "name":"GetStreamingDistributionConfig2020_05_31",
958      "http":{
959        "method":"GET",
960        "requestUri":"/2020-05-31/streaming-distribution/{Id}/config"
961      },
962      "input":{"shape":"GetStreamingDistributionConfigRequest"},
963      "output":{"shape":"GetStreamingDistributionConfigResult"},
964      "errors":[
965        {"shape":"NoSuchStreamingDistribution"},
966        {"shape":"AccessDenied"}
967      ],
968      "documentation":"<p>Get the configuration information about a streaming distribution. </p>"
969    },
970    "ListCachePolicies":{
971      "name":"ListCachePolicies2020_05_31",
972      "http":{
973        "method":"GET",
974        "requestUri":"/2020-05-31/cache-policy"
975      },
976      "input":{"shape":"ListCachePoliciesRequest"},
977      "output":{"shape":"ListCachePoliciesResult"},
978      "errors":[
979        {"shape":"AccessDenied"},
980        {"shape":"NoSuchCachePolicy"},
981        {"shape":"InvalidArgument"}
982      ],
983      "documentation":"<p>Gets a list of cache policies.</p> <p>You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your 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>"
984    },
985    "ListCloudFrontOriginAccessIdentities":{
986      "name":"ListCloudFrontOriginAccessIdentities2020_05_31",
987      "http":{
988        "method":"GET",
989        "requestUri":"/2020-05-31/origin-access-identity/cloudfront"
990      },
991      "input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"},
992      "output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"},
993      "errors":[
994        {"shape":"InvalidArgument"}
995      ],
996      "documentation":"<p>Lists origin access identities.</p>"
997    },
998    "ListConflictingAliases":{
999      "name":"ListConflictingAliases2020_05_31",
1000      "http":{
1001        "method":"GET",
1002        "requestUri":"/2020-05-31/conflicting-alias",
1003        "responseCode":200
1004      },
1005      "input":{"shape":"ListConflictingAliasesRequest"},
1006      "output":{"shape":"ListConflictingAliasesResult"},
1007      "errors":[
1008        {"shape":"InvalidArgument"},
1009        {"shape":"NoSuchDistribution"}
1010      ],
1011      "documentation":"<p>Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias. In the returned list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.</p> <p>Use this operation to find aliases that are in use in CloudFront that conflict or overlap with the provided alias. For example, if you provide <code>www.example.com</code> as input, the returned list can include <code>www.example.com</code> and the overlapping wildcard alternate domain name (<code>*.example.com</code>), if they exist. If you provide <code>*.example.com</code> as input, the returned list can include <code>*.example.com</code> and any alternate domain names covered by that wildcard (for example, <code>www.example.com</code>, <code>test.example.com</code>, <code>dev.example.com</code>, and so on), if they exist.</p> <p>To list conflicting aliases, you provide the alias to search and the ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias. For more information, including how to set up the distribution and certificate, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move\">Moving an alternate domain name to a different distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</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>"
1012    },
1013    "ListDistributions":{
1014      "name":"ListDistributions2020_05_31",
1015      "http":{
1016        "method":"GET",
1017        "requestUri":"/2020-05-31/distribution"
1018      },
1019      "input":{"shape":"ListDistributionsRequest"},
1020      "output":{"shape":"ListDistributionsResult"},
1021      "errors":[
1022        {"shape":"InvalidArgument"}
1023      ],
1024      "documentation":"<p>List CloudFront distributions.</p>"
1025    },
1026    "ListDistributionsByCachePolicyId":{
1027      "name":"ListDistributionsByCachePolicyId2020_05_31",
1028      "http":{
1029        "method":"GET",
1030        "requestUri":"/2020-05-31/distributionsByCachePolicyId/{CachePolicyId}"
1031      },
1032      "input":{"shape":"ListDistributionsByCachePolicyIdRequest"},
1033      "output":{"shape":"ListDistributionsByCachePolicyIdResult"},
1034      "errors":[
1035        {"shape":"NoSuchCachePolicy"},
1036        {"shape":"InvalidArgument"},
1037        {"shape":"AccessDenied"}
1038      ],
1039      "documentation":"<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>"
1040    },
1041    "ListDistributionsByKeyGroup":{
1042      "name":"ListDistributionsByKeyGroup2020_05_31",
1043      "http":{
1044        "method":"GET",
1045        "requestUri":"/2020-05-31/distributionsByKeyGroupId/{KeyGroupId}"
1046      },
1047      "input":{"shape":"ListDistributionsByKeyGroupRequest"},
1048      "output":{"shape":"ListDistributionsByKeyGroupResult"},
1049      "errors":[
1050        {"shape":"NoSuchResource"},
1051        {"shape":"InvalidArgument"}
1052      ],
1053      "documentation":"<p>Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group.</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>"
1054    },
1055    "ListDistributionsByOriginRequestPolicyId":{
1056      "name":"ListDistributionsByOriginRequestPolicyId2020_05_31",
1057      "http":{
1058        "method":"GET",
1059        "requestUri":"/2020-05-31/distributionsByOriginRequestPolicyId/{OriginRequestPolicyId}"
1060      },
1061      "input":{"shape":"ListDistributionsByOriginRequestPolicyIdRequest"},
1062      "output":{"shape":"ListDistributionsByOriginRequestPolicyIdResult"},
1063      "errors":[
1064        {"shape":"NoSuchOriginRequestPolicy"},
1065        {"shape":"InvalidArgument"},
1066        {"shape":"AccessDenied"}
1067      ],
1068      "documentation":"<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>"
1069    },
1070    "ListDistributionsByRealtimeLogConfig":{
1071      "name":"ListDistributionsByRealtimeLogConfig2020_05_31",
1072      "http":{
1073        "method":"POST",
1074        "requestUri":"/2020-05-31/distributionsByRealtimeLogConfig/"
1075      },
1076      "input":{
1077        "shape":"ListDistributionsByRealtimeLogConfigRequest",
1078        "locationName":"ListDistributionsByRealtimeLogConfigRequest",
1079        "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
1080      },
1081      "output":{"shape":"ListDistributionsByRealtimeLogConfigResult"},
1082      "errors":[
1083        {"shape":"InvalidArgument"}
1084      ],
1085      "documentation":"<p>Gets a list of distributions that have a cache behavior that’s associated with the specified real-time log configuration.</p> <p>You can specify the real-time log configuration by its name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to list distributions for.</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>"
1086    },
1087    "ListDistributionsByWebACLId":{
1088      "name":"ListDistributionsByWebACLId2020_05_31",
1089      "http":{
1090        "method":"GET",
1091        "requestUri":"/2020-05-31/distributionsByWebACLId/{WebACLId}"
1092      },
1093      "input":{"shape":"ListDistributionsByWebACLIdRequest"},
1094      "output":{"shape":"ListDistributionsByWebACLIdResult"},
1095      "errors":[
1096        {"shape":"InvalidArgument"},
1097        {"shape":"InvalidWebACLId"}
1098      ],
1099      "documentation":"<p>List the distributions that are associated with a specified WAF web ACL.</p>"
1100    },
1101    "ListFieldLevelEncryptionConfigs":{
1102      "name":"ListFieldLevelEncryptionConfigs2020_05_31",
1103      "http":{
1104        "method":"GET",
1105        "requestUri":"/2020-05-31/field-level-encryption"
1106      },
1107      "input":{"shape":"ListFieldLevelEncryptionConfigsRequest"},
1108      "output":{"shape":"ListFieldLevelEncryptionConfigsResult"},
1109      "errors":[
1110        {"shape":"InvalidArgument"}
1111      ],
1112      "documentation":"<p>List all field-level encryption configurations that have been created in CloudFront for this account.</p>"
1113    },
1114    "ListFieldLevelEncryptionProfiles":{
1115      "name":"ListFieldLevelEncryptionProfiles2020_05_31",
1116      "http":{
1117        "method":"GET",
1118        "requestUri":"/2020-05-31/field-level-encryption-profile"
1119      },
1120      "input":{"shape":"ListFieldLevelEncryptionProfilesRequest"},
1121      "output":{"shape":"ListFieldLevelEncryptionProfilesResult"},
1122      "errors":[
1123        {"shape":"InvalidArgument"}
1124      ],
1125      "documentation":"<p>Request a list of field-level encryption profiles that have been created in CloudFront for this account.</p>"
1126    },
1127    "ListFunctions":{
1128      "name":"ListFunctions2020_05_31",
1129      "http":{
1130        "method":"GET",
1131        "requestUri":"/2020-05-31/function"
1132      },
1133      "input":{"shape":"ListFunctionsRequest"},
1134      "output":{"shape":"ListFunctionsResult"},
1135      "errors":[
1136        {"shape":"InvalidArgument"},
1137        {"shape":"UnsupportedOperation"}
1138      ],
1139      "documentation":"<p>Gets a list of all CloudFront functions in your account.</p> <p>You can optionally apply a filter to return only the functions that are in the specified stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</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>"
1140    },
1141    "ListInvalidations":{
1142      "name":"ListInvalidations2020_05_31",
1143      "http":{
1144        "method":"GET",
1145        "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation"
1146      },
1147      "input":{"shape":"ListInvalidationsRequest"},
1148      "output":{"shape":"ListInvalidationsResult"},
1149      "errors":[
1150        {"shape":"InvalidArgument"},
1151        {"shape":"NoSuchDistribution"},
1152        {"shape":"AccessDenied"}
1153      ],
1154      "documentation":"<p>Lists invalidation batches. </p>"
1155    },
1156    "ListKeyGroups":{
1157      "name":"ListKeyGroups2020_05_31",
1158      "http":{
1159        "method":"GET",
1160        "requestUri":"/2020-05-31/key-group"
1161      },
1162      "input":{"shape":"ListKeyGroupsRequest"},
1163      "output":{"shape":"ListKeyGroupsResult"},
1164      "errors":[
1165        {"shape":"InvalidArgument"}
1166      ],
1167      "documentation":"<p>Gets a list of key groups.</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>"
1168    },
1169    "ListOriginRequestPolicies":{
1170      "name":"ListOriginRequestPolicies2020_05_31",
1171      "http":{
1172        "method":"GET",
1173        "requestUri":"/2020-05-31/origin-request-policy"
1174      },
1175      "input":{"shape":"ListOriginRequestPoliciesRequest"},
1176      "output":{"shape":"ListOriginRequestPoliciesResult"},
1177      "errors":[
1178        {"shape":"AccessDenied"},
1179        {"shape":"NoSuchOriginRequestPolicy"},
1180        {"shape":"InvalidArgument"}
1181      ],
1182      "documentation":"<p>Gets a list of origin request policies.</p> <p>You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your 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>"
1183    },
1184    "ListPublicKeys":{
1185      "name":"ListPublicKeys2020_05_31",
1186      "http":{
1187        "method":"GET",
1188        "requestUri":"/2020-05-31/public-key"
1189      },
1190      "input":{"shape":"ListPublicKeysRequest"},
1191      "output":{"shape":"ListPublicKeysResult"},
1192      "errors":[
1193        {"shape":"InvalidArgument"}
1194      ],
1195      "documentation":"<p>List all public keys that have been added to CloudFront for this account.</p>"
1196    },
1197    "ListRealtimeLogConfigs":{
1198      "name":"ListRealtimeLogConfigs2020_05_31",
1199      "http":{
1200        "method":"GET",
1201        "requestUri":"/2020-05-31/realtime-log-config"
1202      },
1203      "input":{"shape":"ListRealtimeLogConfigsRequest"},
1204      "output":{"shape":"ListRealtimeLogConfigsResult"},
1205      "errors":[
1206        {"shape":"InvalidArgument"},
1207        {"shape":"AccessDenied"},
1208        {"shape":"NoSuchRealtimeLogConfig"}
1209      ],
1210      "documentation":"<p>Gets a list of real-time log configurations.</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>"
1211    },
1212    "ListStreamingDistributions":{
1213      "name":"ListStreamingDistributions2020_05_31",
1214      "http":{
1215        "method":"GET",
1216        "requestUri":"/2020-05-31/streaming-distribution"
1217      },
1218      "input":{"shape":"ListStreamingDistributionsRequest"},
1219      "output":{"shape":"ListStreamingDistributionsResult"},
1220      "errors":[
1221        {"shape":"InvalidArgument"}
1222      ],
1223      "documentation":"<p>List streaming distributions. </p>"
1224    },
1225    "ListTagsForResource":{
1226      "name":"ListTagsForResource2020_05_31",
1227      "http":{
1228        "method":"GET",
1229        "requestUri":"/2020-05-31/tagging"
1230      },
1231      "input":{"shape":"ListTagsForResourceRequest"},
1232      "output":{"shape":"ListTagsForResourceResult"},
1233      "errors":[
1234        {"shape":"AccessDenied"},
1235        {"shape":"InvalidArgument"},
1236        {"shape":"InvalidTagging"},
1237        {"shape":"NoSuchResource"}
1238      ],
1239      "documentation":"<p>List tags for a CloudFront resource.</p>"
1240    },
1241    "PublishFunction":{
1242      "name":"PublishFunction2020_05_31",
1243      "http":{
1244        "method":"POST",
1245        "requestUri":"/2020-05-31/function/{Name}/publish"
1246      },
1247      "input":{"shape":"PublishFunctionRequest"},
1248      "output":{"shape":"PublishFunctionResult"},
1249      "errors":[
1250        {"shape":"InvalidArgument"},
1251        {"shape":"InvalidIfMatchVersion"},
1252        {"shape":"NoSuchFunctionExists"},
1253        {"shape":"PreconditionFailed"},
1254        {"shape":"UnsupportedOperation"}
1255      ],
1256      "documentation":"<p>Publishes a CloudFront function by copying the function code from the <code>DEVELOPMENT</code> stage to <code>LIVE</code>. This automatically updates all cache behaviors that are using this function to use the newly published copy in the <code>LIVE</code> stage.</p> <p>When a function is published to the <code>LIVE</code> stage, you can attach the function to a distribution’s cache behavior, using the function’s Amazon Resource Name (ARN).</p> <p>To publish a function, you must provide the function’s name and version (<code>ETag</code> value). To get these values, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>"
1257    },
1258    "TagResource":{
1259      "name":"TagResource2020_05_31",
1260      "http":{
1261        "method":"POST",
1262        "requestUri":"/2020-05-31/tagging?Operation=Tag",
1263        "responseCode":204
1264      },
1265      "input":{"shape":"TagResourceRequest"},
1266      "errors":[
1267        {"shape":"AccessDenied"},
1268        {"shape":"InvalidArgument"},
1269        {"shape":"InvalidTagging"},
1270        {"shape":"NoSuchResource"}
1271      ],
1272      "documentation":"<p>Add tags to a CloudFront resource.</p>"
1273    },
1274    "TestFunction":{
1275      "name":"TestFunction2020_05_31",
1276      "http":{
1277        "method":"POST",
1278        "requestUri":"/2020-05-31/function/{Name}/test"
1279      },
1280      "input":{
1281        "shape":"TestFunctionRequest",
1282        "locationName":"TestFunctionRequest",
1283        "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
1284      },
1285      "output":{"shape":"TestFunctionResult"},
1286      "errors":[
1287        {"shape":"InvalidArgument"},
1288        {"shape":"InvalidIfMatchVersion"},
1289        {"shape":"NoSuchFunctionExists"},
1290        {"shape":"TestFunctionFailed"},
1291        {"shape":"UnsupportedOperation"}
1292      ],
1293      "documentation":"<p>Tests a CloudFront function.</p> <p>To test a function, you provide an <i>event object</i> that represents an HTTP request or response that your CloudFront distribution could receive in production. CloudFront runs the function, passing it the event object that you provided, and returns the function’s result (the modified event object) in the response. The response also contains function logs and error messages, if any exist. For more information about testing functions, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function\">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>To test a function, you provide the function’s name and version (<code>ETag</code> value) along with the event object. To get the function’s name and version, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>"
1294    },
1295    "UntagResource":{
1296      "name":"UntagResource2020_05_31",
1297      "http":{
1298        "method":"POST",
1299        "requestUri":"/2020-05-31/tagging?Operation=Untag",
1300        "responseCode":204
1301      },
1302      "input":{"shape":"UntagResourceRequest"},
1303      "errors":[
1304        {"shape":"AccessDenied"},
1305        {"shape":"InvalidArgument"},
1306        {"shape":"InvalidTagging"},
1307        {"shape":"NoSuchResource"}
1308      ],
1309      "documentation":"<p>Remove tags from a CloudFront resource.</p>"
1310    },
1311    "UpdateCachePolicy":{
1312      "name":"UpdateCachePolicy2020_05_31",
1313      "http":{
1314        "method":"PUT",
1315        "requestUri":"/2020-05-31/cache-policy/{Id}"
1316      },
1317      "input":{"shape":"UpdateCachePolicyRequest"},
1318      "output":{"shape":"UpdateCachePolicyResult"},
1319      "errors":[
1320        {"shape":"AccessDenied"},
1321        {"shape":"IllegalUpdate"},
1322        {"shape":"InconsistentQuantities"},
1323        {"shape":"InvalidArgument"},
1324        {"shape":"InvalidIfMatchVersion"},
1325        {"shape":"NoSuchCachePolicy"},
1326        {"shape":"PreconditionFailed"},
1327        {"shape":"CachePolicyAlreadyExists"},
1328        {"shape":"TooManyHeadersInCachePolicy"},
1329        {"shape":"TooManyCookiesInCachePolicy"},
1330        {"shape":"TooManyQueryStringsInCachePolicy"}
1331      ],
1332      "documentation":"<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>"
1333    },
1334    "UpdateCloudFrontOriginAccessIdentity":{
1335      "name":"UpdateCloudFrontOriginAccessIdentity2020_05_31",
1336      "http":{
1337        "method":"PUT",
1338        "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config"
1339      },
1340      "input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"},
1341      "output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"},
1342      "errors":[
1343        {"shape":"AccessDenied"},
1344        {"shape":"IllegalUpdate"},
1345        {"shape":"InvalidIfMatchVersion"},
1346        {"shape":"MissingBody"},
1347        {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
1348        {"shape":"PreconditionFailed"},
1349        {"shape":"InvalidArgument"},
1350        {"shape":"InconsistentQuantities"}
1351      ],
1352      "documentation":"<p>Update an origin access identity. </p>"
1353    },
1354    "UpdateDistribution":{
1355      "name":"UpdateDistribution2020_05_31",
1356      "http":{
1357        "method":"PUT",
1358        "requestUri":"/2020-05-31/distribution/{Id}/config"
1359      },
1360      "input":{"shape":"UpdateDistributionRequest"},
1361      "output":{"shape":"UpdateDistributionResult"},
1362      "errors":[
1363        {"shape":"AccessDenied"},
1364        {"shape":"CNAMEAlreadyExists"},
1365        {"shape":"IllegalUpdate"},
1366        {"shape":"InvalidIfMatchVersion"},
1367        {"shape":"MissingBody"},
1368        {"shape":"NoSuchDistribution"},
1369        {"shape":"PreconditionFailed"},
1370        {"shape":"TooManyDistributionCNAMEs"},
1371        {"shape":"InvalidDefaultRootObject"},
1372        {"shape":"InvalidRelativePath"},
1373        {"shape":"InvalidErrorCode"},
1374        {"shape":"InvalidResponseCode"},
1375        {"shape":"InvalidArgument"},
1376        {"shape":"InvalidOriginAccessIdentity"},
1377        {"shape":"TooManyTrustedSigners"},
1378        {"shape":"TrustedSignerDoesNotExist"},
1379        {"shape":"InvalidViewerCertificate"},
1380        {"shape":"InvalidMinimumProtocolVersion"},
1381        {"shape":"InvalidRequiredProtocol"},
1382        {"shape":"NoSuchOrigin"},
1383        {"shape":"TooManyOrigins"},
1384        {"shape":"TooManyOriginGroupsPerDistribution"},
1385        {"shape":"TooManyCacheBehaviors"},
1386        {"shape":"TooManyCookieNamesInWhiteList"},
1387        {"shape":"InvalidForwardCookies"},
1388        {"shape":"TooManyHeadersInForwardedValues"},
1389        {"shape":"InvalidHeadersForS3Origin"},
1390        {"shape":"InconsistentQuantities"},
1391        {"shape":"TooManyCertificates"},
1392        {"shape":"InvalidLocationCode"},
1393        {"shape":"InvalidGeoRestrictionParameter"},
1394        {"shape":"InvalidTTLOrder"},
1395        {"shape":"InvalidWebACLId"},
1396        {"shape":"TooManyOriginCustomHeaders"},
1397        {"shape":"TooManyQueryStringParameters"},
1398        {"shape":"InvalidQueryStringParameters"},
1399        {"shape":"TooManyDistributionsWithLambdaAssociations"},
1400        {"shape":"TooManyDistributionsWithSingleFunctionARN"},
1401        {"shape":"TooManyLambdaFunctionAssociations"},
1402        {"shape":"InvalidLambdaFunctionAssociation"},
1403        {"shape":"TooManyDistributionsWithFunctionAssociations"},
1404        {"shape":"TooManyFunctionAssociations"},
1405        {"shape":"InvalidFunctionAssociation"},
1406        {"shape":"InvalidOriginReadTimeout"},
1407        {"shape":"InvalidOriginKeepaliveTimeout"},
1408        {"shape":"NoSuchFieldLevelEncryptionConfig"},
1409        {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
1410        {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
1411        {"shape":"NoSuchCachePolicy"},
1412        {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
1413        {"shape":"NoSuchOriginRequestPolicy"},
1414        {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
1415        {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
1416        {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
1417        {"shape":"TrustedKeyGroupDoesNotExist"},
1418        {"shape":"NoSuchRealtimeLogConfig"},
1419        {"shape":"RealtimeLogConfigOwnerMismatch"}
1420      ],
1421      "documentation":"<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>"
1422    },
1423    "UpdateFieldLevelEncryptionConfig":{
1424      "name":"UpdateFieldLevelEncryptionConfig2020_05_31",
1425      "http":{
1426        "method":"PUT",
1427        "requestUri":"/2020-05-31/field-level-encryption/{Id}/config"
1428      },
1429      "input":{"shape":"UpdateFieldLevelEncryptionConfigRequest"},
1430      "output":{"shape":"UpdateFieldLevelEncryptionConfigResult"},
1431      "errors":[
1432        {"shape":"AccessDenied"},
1433        {"shape":"IllegalUpdate"},
1434        {"shape":"InconsistentQuantities"},
1435        {"shape":"InvalidArgument"},
1436        {"shape":"InvalidIfMatchVersion"},
1437        {"shape":"NoSuchFieldLevelEncryptionProfile"},
1438        {"shape":"NoSuchFieldLevelEncryptionConfig"},
1439        {"shape":"PreconditionFailed"},
1440        {"shape":"TooManyFieldLevelEncryptionQueryArgProfiles"},
1441        {"shape":"TooManyFieldLevelEncryptionContentTypeProfiles"},
1442        {"shape":"QueryArgProfileEmpty"}
1443      ],
1444      "documentation":"<p>Update a field-level encryption configuration. </p>"
1445    },
1446    "UpdateFieldLevelEncryptionProfile":{
1447      "name":"UpdateFieldLevelEncryptionProfile2020_05_31",
1448      "http":{
1449        "method":"PUT",
1450        "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config"
1451      },
1452      "input":{"shape":"UpdateFieldLevelEncryptionProfileRequest"},
1453      "output":{"shape":"UpdateFieldLevelEncryptionProfileResult"},
1454      "errors":[
1455        {"shape":"AccessDenied"},
1456        {"shape":"FieldLevelEncryptionProfileAlreadyExists"},
1457        {"shape":"IllegalUpdate"},
1458        {"shape":"InconsistentQuantities"},
1459        {"shape":"InvalidArgument"},
1460        {"shape":"InvalidIfMatchVersion"},
1461        {"shape":"NoSuchPublicKey"},
1462        {"shape":"NoSuchFieldLevelEncryptionProfile"},
1463        {"shape":"PreconditionFailed"},
1464        {"shape":"FieldLevelEncryptionProfileSizeExceeded"},
1465        {"shape":"TooManyFieldLevelEncryptionEncryptionEntities"},
1466        {"shape":"TooManyFieldLevelEncryptionFieldPatterns"}
1467      ],
1468      "documentation":"<p>Update a field-level encryption profile. </p>"
1469    },
1470    "UpdateFunction":{
1471      "name":"UpdateFunction2020_05_31",
1472      "http":{
1473        "method":"PUT",
1474        "requestUri":"/2020-05-31/function/{Name}"
1475      },
1476      "input":{
1477        "shape":"UpdateFunctionRequest",
1478        "locationName":"UpdateFunctionRequest",
1479        "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
1480      },
1481      "output":{"shape":"UpdateFunctionResult"},
1482      "errors":[
1483        {"shape":"InvalidArgument"},
1484        {"shape":"InvalidIfMatchVersion"},
1485        {"shape":"NoSuchFunctionExists"},
1486        {"shape":"PreconditionFailed"},
1487        {"shape":"FunctionSizeLimitExceeded"},
1488        {"shape":"UnsupportedOperation"}
1489      ],
1490      "documentation":"<p>Updates a CloudFront function.</p> <p>You can update a function’s code or the comment that describes the function. You cannot update a function’s name.</p> <p>To update a function, you provide the function’s name and version (<code>ETag</code> value) along with the updated function code. To get the name and version, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>"
1491    },
1492    "UpdateKeyGroup":{
1493      "name":"UpdateKeyGroup2020_05_31",
1494      "http":{
1495        "method":"PUT",
1496        "requestUri":"/2020-05-31/key-group/{Id}"
1497      },
1498      "input":{"shape":"UpdateKeyGroupRequest"},
1499      "output":{"shape":"UpdateKeyGroupResult"},
1500      "errors":[
1501        {"shape":"InvalidIfMatchVersion"},
1502        {"shape":"NoSuchResource"},
1503        {"shape":"PreconditionFailed"},
1504        {"shape":"KeyGroupAlreadyExists"},
1505        {"shape":"InvalidArgument"},
1506        {"shape":"TooManyPublicKeysInKeyGroup"}
1507      ],
1508      "documentation":"<p>Updates a key group.</p> <p>When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:</p> <ol> <li> <p>Get the current key group with <code>GetKeyGroup</code> or <code>GetKeyGroupConfig</code>.</p> </li> <li> <p>Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.</p> </li> <li> <p>Call <code>UpdateKeyGroup</code> with the entire key group object, including the fields that you modified and those that you didn’t.</p> </li> </ol>"
1509    },
1510    "UpdateOriginRequestPolicy":{
1511      "name":"UpdateOriginRequestPolicy2020_05_31",
1512      "http":{
1513        "method":"PUT",
1514        "requestUri":"/2020-05-31/origin-request-policy/{Id}"
1515      },
1516      "input":{"shape":"UpdateOriginRequestPolicyRequest"},
1517      "output":{"shape":"UpdateOriginRequestPolicyResult"},
1518      "errors":[
1519        {"shape":"AccessDenied"},
1520        {"shape":"IllegalUpdate"},
1521        {"shape":"InconsistentQuantities"},
1522        {"shape":"InvalidArgument"},
1523        {"shape":"InvalidIfMatchVersion"},
1524        {"shape":"NoSuchOriginRequestPolicy"},
1525        {"shape":"PreconditionFailed"},
1526        {"shape":"OriginRequestPolicyAlreadyExists"},
1527        {"shape":"TooManyHeadersInOriginRequestPolicy"},
1528        {"shape":"TooManyCookiesInOriginRequestPolicy"},
1529        {"shape":"TooManyQueryStringsInOriginRequestPolicy"}
1530      ],
1531      "documentation":"<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>"
1532    },
1533    "UpdatePublicKey":{
1534      "name":"UpdatePublicKey2020_05_31",
1535      "http":{
1536        "method":"PUT",
1537        "requestUri":"/2020-05-31/public-key/{Id}/config"
1538      },
1539      "input":{"shape":"UpdatePublicKeyRequest"},
1540      "output":{"shape":"UpdatePublicKeyResult"},
1541      "errors":[
1542        {"shape":"AccessDenied"},
1543        {"shape":"CannotChangeImmutablePublicKeyFields"},
1544        {"shape":"InvalidArgument"},
1545        {"shape":"InvalidIfMatchVersion"},
1546        {"shape":"IllegalUpdate"},
1547        {"shape":"NoSuchPublicKey"},
1548        {"shape":"PreconditionFailed"}
1549      ],
1550      "documentation":"<p>Update public key information. Note that the only value you can change is the comment.</p>"
1551    },
1552    "UpdateRealtimeLogConfig":{
1553      "name":"UpdateRealtimeLogConfig2020_05_31",
1554      "http":{
1555        "method":"PUT",
1556        "requestUri":"/2020-05-31/realtime-log-config/"
1557      },
1558      "input":{
1559        "shape":"UpdateRealtimeLogConfigRequest",
1560        "locationName":"UpdateRealtimeLogConfigRequest",
1561        "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
1562      },
1563      "output":{"shape":"UpdateRealtimeLogConfigResult"},
1564      "errors":[
1565        {"shape":"NoSuchRealtimeLogConfig"},
1566        {"shape":"InvalidArgument"},
1567        {"shape":"AccessDenied"}
1568      ],
1569      "documentation":"<p>Updates a real-time log configuration.</p> <p>When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:</p> <ol> <li> <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log configuration.</p> </li> <li> <p>Locally modify the parameters in the real-time log configuration that you want to update.</p> </li> <li> <p>Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn’t.</p> </li> </ol> <p>You cannot update a real-time log configuration’s <code>Name</code> or <code>ARN</code>.</p>"
1570    },
1571    "UpdateStreamingDistribution":{
1572      "name":"UpdateStreamingDistribution2020_05_31",
1573      "http":{
1574        "method":"PUT",
1575        "requestUri":"/2020-05-31/streaming-distribution/{Id}/config"
1576      },
1577      "input":{"shape":"UpdateStreamingDistributionRequest"},
1578      "output":{"shape":"UpdateStreamingDistributionResult"},
1579      "errors":[
1580        {"shape":"AccessDenied"},
1581        {"shape":"CNAMEAlreadyExists"},
1582        {"shape":"IllegalUpdate"},
1583        {"shape":"InvalidIfMatchVersion"},
1584        {"shape":"MissingBody"},
1585        {"shape":"NoSuchStreamingDistribution"},
1586        {"shape":"PreconditionFailed"},
1587        {"shape":"TooManyStreamingDistributionCNAMEs"},
1588        {"shape":"InvalidArgument"},
1589        {"shape":"InvalidOriginAccessIdentity"},
1590        {"shape":"TooManyTrustedSigners"},
1591        {"shape":"TrustedSignerDoesNotExist"},
1592        {"shape":"InconsistentQuantities"}
1593      ],
1594      "documentation":"<p>Update a streaming distribution. </p>"
1595    }
1596  },
1597  "shapes":{
1598    "AccessDenied":{
1599      "type":"structure",
1600      "members":{
1601        "Message":{"shape":"string"}
1602      },
1603      "documentation":"<p>Access denied.</p>",
1604      "error":{"httpStatusCode":403},
1605      "exception":true
1606    },
1607    "ActiveTrustedKeyGroups":{
1608      "type":"structure",
1609      "required":[
1610        "Enabled",
1611        "Quantity"
1612      ],
1613      "members":{
1614        "Enabled":{
1615          "shape":"boolean",
1616          "documentation":"<p>This field is <code>true</code> if any of the key groups have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is <code>false</code>.</p>"
1617        },
1618        "Quantity":{
1619          "shape":"integer",
1620          "documentation":"<p>The number of key groups in the list.</p>"
1621        },
1622        "Items":{
1623          "shape":"KGKeyPairIdsList",
1624          "documentation":"<p>A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
1625        }
1626      },
1627      "documentation":"<p>A list of key groups, and the public keys in each key group, that CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
1628    },
1629    "ActiveTrustedSigners":{
1630      "type":"structure",
1631      "required":[
1632        "Enabled",
1633        "Quantity"
1634      ],
1635      "members":{
1636        "Enabled":{
1637          "shape":"boolean",
1638          "documentation":"<p>This field is <code>true</code> if any of the accounts in the list have active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is <code>false</code>.</p>"
1639        },
1640        "Quantity":{
1641          "shape":"integer",
1642          "documentation":"<p>The number of accounts in the list.</p>"
1643        },
1644        "Items":{
1645          "shape":"SignerList",
1646          "documentation":"<p>A list of accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
1647        }
1648      },
1649      "documentation":"<p>A list of accounts and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
1650    },
1651    "AliasICPRecordal":{
1652      "type":"structure",
1653      "members":{
1654        "CNAME":{
1655          "shape":"string",
1656          "documentation":"<p>A domain name associated with a distribution. </p>"
1657        },
1658        "ICPRecordalStatus":{
1659          "shape":"ICPRecordalStatus",
1660          "documentation":"<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>"
1661        }
1662      },
1663      "documentation":"<p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions. The status is returned in the CloudFront response; you can't configure it yourself.</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 Amazon Web Services services in China</i>.</p>"
1664    },
1665    "AliasICPRecordals":{
1666      "type":"list",
1667      "member":{
1668        "shape":"AliasICPRecordal",
1669        "locationName":"AliasICPRecordal"
1670      }
1671    },
1672    "AliasList":{
1673      "type":"list",
1674      "member":{
1675        "shape":"string",
1676        "locationName":"CNAME"
1677      }
1678    },
1679    "Aliases":{
1680      "type":"structure",
1681      "required":["Quantity"],
1682      "members":{
1683        "Quantity":{
1684          "shape":"integer",
1685          "documentation":"<p>The number of CNAME aliases, if any, that you want to associate with this distribution.</p>"
1686        },
1687        "Items":{
1688          "shape":"AliasList",
1689          "documentation":"<p>A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.</p>"
1690        }
1691      },
1692      "documentation":"<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. </p>"
1693    },
1694    "AllowedMethods":{
1695      "type":"structure",
1696      "required":[
1697        "Quantity",
1698        "Items"
1699      ],
1700      "members":{
1701        "Quantity":{
1702          "shape":"integer",
1703          "documentation":"<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>"
1704        },
1705        "Items":{
1706          "shape":"MethodsList",
1707          "documentation":"<p>A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.</p>"
1708        },
1709        "CachedMethods":{"shape":"CachedMethods"}
1710      },
1711      "documentation":"<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>"
1712    },
1713    "AssociateAliasRequest":{
1714      "type":"structure",
1715      "required":[
1716        "TargetDistributionId",
1717        "Alias"
1718      ],
1719      "members":{
1720        "TargetDistributionId":{
1721          "shape":"string",
1722          "documentation":"<p>The ID of the distribution that you’re associating the alias with.</p>",
1723          "location":"uri",
1724          "locationName":"TargetDistributionId"
1725        },
1726        "Alias":{
1727          "shape":"string",
1728          "documentation":"<p>The alias (also known as a CNAME) to add to the target distribution.</p>",
1729          "location":"querystring",
1730          "locationName":"Alias"
1731        }
1732      }
1733    },
1734    "AwsAccountNumberList":{
1735      "type":"list",
1736      "member":{
1737        "shape":"string",
1738        "locationName":"AwsAccountNumber"
1739      }
1740    },
1741    "BatchTooLarge":{
1742      "type":"structure",
1743      "members":{
1744        "Message":{"shape":"string"}
1745      },
1746      "documentation":"<p>Invalidation batch specified is too large.</p>",
1747      "error":{"httpStatusCode":413},
1748      "exception":true
1749    },
1750    "CNAMEAlreadyExists":{
1751      "type":"structure",
1752      "members":{
1753        "Message":{"shape":"string"}
1754      },
1755      "documentation":"<p>The CNAME specified is already defined for CloudFront.</p>",
1756      "error":{"httpStatusCode":409},
1757      "exception":true
1758    },
1759    "CacheBehavior":{
1760      "type":"structure",
1761      "required":[
1762        "PathPattern",
1763        "TargetOriginId",
1764        "ViewerProtocolPolicy"
1765      ],
1766      "members":{
1767        "PathPattern":{
1768          "shape":"string",
1769          "documentation":"<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>"
1770        },
1771        "TargetOriginId":{
1772          "shape":"string",
1773          "documentation":"<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>"
1774        },
1775        "TrustedSigners":{
1776          "shape":"TrustedSigners",
1777          "documentation":"<important> <p>We recommend using <code>TrustedKeyGroups</code> instead of <code>TrustedSigners</code>.</p> </important> <p>A list of account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.</p> <p>When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in the trusted signer’s account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving private content</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
1778        },
1779        "TrustedKeyGroups":{
1780          "shape":"TrustedKeyGroups",
1781          "documentation":"<p>A list of key groups that CloudFront can use to validate signed URLs or signed cookies.</p> <p>When a cache behavior contains trusted key groups, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving private content</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
1782        },
1783        "ViewerProtocolPolicy":{
1784          "shape":"ViewerProtocolPolicy",
1785          "documentation":"<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>"
1786        },
1787        "AllowedMethods":{"shape":"AllowedMethods"},
1788        "SmoothStreaming":{
1789          "shape":"boolean",
1790          "documentation":"<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>"
1791        },
1792        "Compress":{
1793          "shape":"boolean",
1794          "documentation":"<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>"
1795        },
1796        "LambdaFunctionAssociations":{
1797          "shape":"LambdaFunctionAssociations",
1798          "documentation":"<p>A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.</p>"
1799        },
1800        "FunctionAssociations":{
1801          "shape":"FunctionAssociations",
1802          "documentation":"<p>A list of CloudFront functions that are associated with this cache behavior. CloudFront functions must be published to the <code>LIVE</code> stage to associate them with a cache behavior.</p>"
1803        },
1804        "FieldLevelEncryptionId":{
1805          "shape":"string",
1806          "documentation":"<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>"
1807        },
1808        "RealtimeLogConfigArn":{
1809          "shape":"string",
1810          "documentation":"<p>The Amazon Resource Name (ARN) of the real-time log configuration that is attached to this cache behavior. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html\">Real-time logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
1811        },
1812        "CachePolicyId":{
1813          "shape":"string",
1814          "documentation":"<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> <p>A <code>CacheBehavior</code> must include either a <code>CachePolicyId</code> or <code>ForwardedValues</code>. We recommend that you use a <code>CachePolicyId</code>.</p>"
1815        },
1816        "OriginRequestPolicyId":{
1817          "shape":"string",
1818          "documentation":"<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>"
1819        },
1820        "ForwardedValues":{
1821          "shape":"ForwardedValues",
1822          "documentation":"<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 <code>CacheBehavior</code> must include either a <code>CachePolicyId</code> or <code>ForwardedValues</code>. We recommend that you use a <code>CachePolicyId</code>.</p> <p>A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.</p>",
1823          "deprecated":true
1824        },
1825        "MinTTL":{
1826          "shape":"long",
1827          "documentation":"<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>",
1828          "deprecated":true
1829        },
1830        "DefaultTTL":{
1831          "shape":"long",
1832          "documentation":"<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>",
1833          "deprecated":true
1834        },
1835        "MaxTTL":{
1836          "shape":"long",
1837          "documentation":"<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>",
1838          "deprecated":true
1839        }
1840      },
1841      "documentation":"<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>"
1842    },
1843    "CacheBehaviorList":{
1844      "type":"list",
1845      "member":{
1846        "shape":"CacheBehavior",
1847        "locationName":"CacheBehavior"
1848      }
1849    },
1850    "CacheBehaviors":{
1851      "type":"structure",
1852      "required":["Quantity"],
1853      "members":{
1854        "Quantity":{
1855          "shape":"integer",
1856          "documentation":"<p>The number of cache behaviors for this distribution. </p>"
1857        },
1858        "Items":{
1859          "shape":"CacheBehaviorList",
1860          "documentation":"<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>"
1861        }
1862      },
1863      "documentation":"<p>A complex type that contains zero or more <code>CacheBehavior</code> elements. </p>"
1864    },
1865    "CachePolicy":{
1866      "type":"structure",
1867      "required":[
1868        "Id",
1869        "LastModifiedTime",
1870        "CachePolicyConfig"
1871      ],
1872      "members":{
1873        "Id":{
1874          "shape":"string",
1875          "documentation":"<p>The unique identifier for the cache policy.</p>"
1876        },
1877        "LastModifiedTime":{
1878          "shape":"timestamp",
1879          "documentation":"<p>The date and time when the cache policy was last modified.</p>"
1880        },
1881        "CachePolicyConfig":{
1882          "shape":"CachePolicyConfig",
1883          "documentation":"<p>The cache policy configuration.</p>"
1884        }
1885      },
1886      "documentation":"<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>"
1887    },
1888    "CachePolicyAlreadyExists":{
1889      "type":"structure",
1890      "members":{
1891        "Message":{"shape":"string"}
1892      },
1893      "documentation":"<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>",
1894      "error":{"httpStatusCode":409},
1895      "exception":true
1896    },
1897    "CachePolicyConfig":{
1898      "type":"structure",
1899      "required":[
1900        "Name",
1901        "MinTTL"
1902      ],
1903      "members":{
1904        "Comment":{
1905          "shape":"string",
1906          "documentation":"<p>A comment to describe the cache policy. The comment cannot be longer than 128 characters.</p>"
1907        },
1908        "Name":{
1909          "shape":"string",
1910          "documentation":"<p>A unique name to identify the cache policy.</p>"
1911        },
1912        "DefaultTTL":{
1913          "shape":"long",
1914          "documentation":"<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>"
1915        },
1916        "MaxTTL":{
1917          "shape":"long",
1918          "documentation":"<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>"
1919        },
1920        "MinTTL":{
1921          "shape":"long",
1922          "documentation":"<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>"
1923        },
1924        "ParametersInCacheKeyAndForwardedToOrigin":{
1925          "shape":"ParametersInCacheKeyAndForwardedToOrigin",
1926          "documentation":"<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>"
1927        }
1928      },
1929      "documentation":"<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>"
1930    },
1931    "CachePolicyCookieBehavior":{
1932      "type":"string",
1933      "enum":[
1934        "none",
1935        "whitelist",
1936        "allExcept",
1937        "all"
1938      ]
1939    },
1940    "CachePolicyCookiesConfig":{
1941      "type":"structure",
1942      "required":["CookieBehavior"],
1943      "members":{
1944        "CookieBehavior":{
1945          "shape":"CachePolicyCookieBehavior",
1946          "documentation":"<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>"
1947        },
1948        "Cookies":{"shape":"CookieNames"}
1949      },
1950      "documentation":"<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>"
1951    },
1952    "CachePolicyHeaderBehavior":{
1953      "type":"string",
1954      "enum":[
1955        "none",
1956        "whitelist"
1957      ]
1958    },
1959    "CachePolicyHeadersConfig":{
1960      "type":"structure",
1961      "required":["HeaderBehavior"],
1962      "members":{
1963        "HeaderBehavior":{
1964          "shape":"CachePolicyHeaderBehavior",
1965          "documentation":"<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>"
1966        },
1967        "Headers":{"shape":"Headers"}
1968      },
1969      "documentation":"<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>"
1970    },
1971    "CachePolicyInUse":{
1972      "type":"structure",
1973      "members":{
1974        "Message":{"shape":"string"}
1975      },
1976      "documentation":"<p>Cannot delete the cache policy because it is attached to one or more cache behaviors.</p>",
1977      "error":{"httpStatusCode":409},
1978      "exception":true
1979    },
1980    "CachePolicyList":{
1981      "type":"structure",
1982      "required":[
1983        "MaxItems",
1984        "Quantity"
1985      ],
1986      "members":{
1987        "NextMarker":{
1988          "shape":"string",
1989          "documentation":"<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>"
1990        },
1991        "MaxItems":{
1992          "shape":"integer",
1993          "documentation":"<p>The maximum number of cache policies requested.</p>"
1994        },
1995        "Quantity":{
1996          "shape":"integer",
1997          "documentation":"<p>The total number of cache policies returned in the response.</p>"
1998        },
1999        "Items":{
2000          "shape":"CachePolicySummaryList",
2001          "documentation":"<p>Contains the cache policies in the list.</p>"
2002        }
2003      },
2004      "documentation":"<p>A list of cache policies.</p>"
2005    },
2006    "CachePolicyQueryStringBehavior":{
2007      "type":"string",
2008      "enum":[
2009        "none",
2010        "whitelist",
2011        "allExcept",
2012        "all"
2013      ]
2014    },
2015    "CachePolicyQueryStringsConfig":{
2016      "type":"structure",
2017      "required":["QueryStringBehavior"],
2018      "members":{
2019        "QueryStringBehavior":{
2020          "shape":"CachePolicyQueryStringBehavior",
2021          "documentation":"<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>"
2022        },
2023        "QueryStrings":{
2024          "shape":"QueryStringNames",
2025          "documentation":"<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>"
2026        }
2027      },
2028      "documentation":"<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>"
2029    },
2030    "CachePolicySummary":{
2031      "type":"structure",
2032      "required":[
2033        "Type",
2034        "CachePolicy"
2035      ],
2036      "members":{
2037        "Type":{
2038          "shape":"CachePolicyType",
2039          "documentation":"<p>The type of cache policy, either <code>managed</code> (created by Amazon Web Services) or <code>custom</code> (created in this account).</p>"
2040        },
2041        "CachePolicy":{
2042          "shape":"CachePolicy",
2043          "documentation":"<p>The cache policy.</p>"
2044        }
2045      },
2046      "documentation":"<p>Contains a cache policy.</p>"
2047    },
2048    "CachePolicySummaryList":{
2049      "type":"list",
2050      "member":{
2051        "shape":"CachePolicySummary",
2052        "locationName":"CachePolicySummary"
2053      }
2054    },
2055    "CachePolicyType":{
2056      "type":"string",
2057      "enum":[
2058        "managed",
2059        "custom"
2060      ]
2061    },
2062    "CachedMethods":{
2063      "type":"structure",
2064      "required":[
2065        "Quantity",
2066        "Items"
2067      ],
2068      "members":{
2069        "Quantity":{
2070          "shape":"integer",
2071          "documentation":"<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>"
2072        },
2073        "Items":{
2074          "shape":"MethodsList",
2075          "documentation":"<p>A complex type that contains the HTTP methods that you want CloudFront to cache responses to.</p>"
2076        }
2077      },
2078      "documentation":"<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>"
2079    },
2080    "CannotChangeImmutablePublicKeyFields":{
2081      "type":"structure",
2082      "members":{
2083        "Message":{"shape":"string"}
2084      },
2085      "documentation":"<p>You can't change the value of a public key.</p>",
2086      "error":{"httpStatusCode":400},
2087      "exception":true
2088    },
2089    "CertificateSource":{
2090      "type":"string",
2091      "enum":[
2092        "cloudfront",
2093        "iam",
2094        "acm"
2095      ]
2096    },
2097    "CloudFrontOriginAccessIdentity":{
2098      "type":"structure",
2099      "required":[
2100        "Id",
2101        "S3CanonicalUserId"
2102      ],
2103      "members":{
2104        "Id":{
2105          "shape":"string",
2106          "documentation":"<p>The ID for the origin access identity, for example, <code>E74FTE3AJFJ256A</code>. </p>"
2107        },
2108        "S3CanonicalUserId":{
2109          "shape":"string",
2110          "documentation":"<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>"
2111        },
2112        "CloudFrontOriginAccessIdentityConfig":{
2113          "shape":"CloudFrontOriginAccessIdentityConfig",
2114          "documentation":"<p>The current configuration information for the identity. </p>"
2115        }
2116      },
2117      "documentation":"<p>CloudFront origin access identity.</p>"
2118    },
2119    "CloudFrontOriginAccessIdentityAlreadyExists":{
2120      "type":"structure",
2121      "members":{
2122        "Message":{"shape":"string"}
2123      },
2124      "documentation":"<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>",
2125      "error":{"httpStatusCode":409},
2126      "exception":true
2127    },
2128    "CloudFrontOriginAccessIdentityConfig":{
2129      "type":"structure",
2130      "required":[
2131        "CallerReference",
2132        "Comment"
2133      ],
2134      "members":{
2135        "CallerReference":{
2136          "shape":"string",
2137          "documentation":"<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>"
2138        },
2139        "Comment":{
2140          "shape":"string",
2141          "documentation":"<p>A comment to describe the origin access identity. The comment cannot be longer than 128 characters.</p>"
2142        }
2143      },
2144      "documentation":"<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>"
2145    },
2146    "CloudFrontOriginAccessIdentityInUse":{
2147      "type":"structure",
2148      "members":{
2149        "Message":{"shape":"string"}
2150      },
2151      "documentation":"<p>The Origin Access Identity specified is already in use.</p>",
2152      "error":{"httpStatusCode":409},
2153      "exception":true
2154    },
2155    "CloudFrontOriginAccessIdentityList":{
2156      "type":"structure",
2157      "required":[
2158        "Marker",
2159        "MaxItems",
2160        "IsTruncated",
2161        "Quantity"
2162      ],
2163      "members":{
2164        "Marker":{
2165          "shape":"string",
2166          "documentation":"<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>"
2167        },
2168        "NextMarker":{
2169          "shape":"string",
2170          "documentation":"<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>"
2171        },
2172        "MaxItems":{
2173          "shape":"integer",
2174          "documentation":"<p>The maximum number of origin access identities you want in the response body. </p>"
2175        },
2176        "IsTruncated":{
2177          "shape":"boolean",
2178          "documentation":"<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>"
2179        },
2180        "Quantity":{
2181          "shape":"integer",
2182          "documentation":"<p>The number of CloudFront origin access identities that were created by the current account.</p>"
2183        },
2184        "Items":{
2185          "shape":"CloudFrontOriginAccessIdentitySummaryList",
2186          "documentation":"<p>A complex type that contains one <code>CloudFrontOriginAccessIdentitySummary</code> element for each origin access identity that was created by the current account.</p>"
2187        }
2188      },
2189      "documentation":"<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>"
2190    },
2191    "CloudFrontOriginAccessIdentitySummary":{
2192      "type":"structure",
2193      "required":[
2194        "Id",
2195        "S3CanonicalUserId",
2196        "Comment"
2197      ],
2198      "members":{
2199        "Id":{
2200          "shape":"string",
2201          "documentation":"<p>The ID for the origin access identity. For example: <code>E74FTE3AJFJ256A</code>.</p>"
2202        },
2203        "S3CanonicalUserId":{
2204          "shape":"string",
2205          "documentation":"<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>"
2206        },
2207        "Comment":{
2208          "shape":"string",
2209          "documentation":"<p>The comment for this origin access identity, as originally specified when created.</p>"
2210        }
2211      },
2212      "documentation":"<p>Summary of the information about a CloudFront origin access identity.</p>"
2213    },
2214    "CloudFrontOriginAccessIdentitySummaryList":{
2215      "type":"list",
2216      "member":{
2217        "shape":"CloudFrontOriginAccessIdentitySummary",
2218        "locationName":"CloudFrontOriginAccessIdentitySummary"
2219      }
2220    },
2221    "CommentType":{
2222      "type":"string",
2223      "sensitive":true
2224    },
2225    "ConflictingAlias":{
2226      "type":"structure",
2227      "members":{
2228        "Alias":{
2229          "shape":"string",
2230          "documentation":"<p>An alias (also called a CNAME).</p>"
2231        },
2232        "DistributionId":{
2233          "shape":"string",
2234          "documentation":"<p>The (partially hidden) ID of the CloudFront distribution associated with the alias.</p>"
2235        },
2236        "AccountId":{
2237          "shape":"string",
2238          "documentation":"<p>The (partially hidden) ID of the Amazon Web Services account that owns the distribution that’s associated with the alias.</p>"
2239        }
2240      },
2241      "documentation":"<p>An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it’s associated with. The distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.</p>"
2242    },
2243    "ConflictingAliases":{
2244      "type":"list",
2245      "member":{
2246        "shape":"ConflictingAlias",
2247        "locationName":"ConflictingAlias"
2248      }
2249    },
2250    "ConflictingAliasesList":{
2251      "type":"structure",
2252      "members":{
2253        "NextMarker":{
2254          "shape":"string",
2255          "documentation":"<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 conflicting aliases where you left off.</p>"
2256        },
2257        "MaxItems":{
2258          "shape":"integer",
2259          "documentation":"<p>The maximum number of conflicting aliases requested.</p>"
2260        },
2261        "Quantity":{
2262          "shape":"integer",
2263          "documentation":"<p>The number of conflicting aliases returned in the response.</p>"
2264        },
2265        "Items":{
2266          "shape":"ConflictingAliases",
2267          "documentation":"<p>Contains the conflicting aliases in the list.</p>"
2268        }
2269      },
2270      "documentation":"<p>A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that they are associated with. In the list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.</p>"
2271    },
2272    "ContentTypeProfile":{
2273      "type":"structure",
2274      "required":[
2275        "Format",
2276        "ContentType"
2277      ],
2278      "members":{
2279        "Format":{
2280          "shape":"Format",
2281          "documentation":"<p>The format for a field-level encryption content type-profile mapping. </p>"
2282        },
2283        "ProfileId":{
2284          "shape":"string",
2285          "documentation":"<p>The profile ID for a field-level encryption content type-profile mapping. </p>"
2286        },
2287        "ContentType":{
2288          "shape":"string",
2289          "documentation":"<p>The content type for a field-level encryption content type-profile mapping. </p>"
2290        }
2291      },
2292      "documentation":"<p>A field-level encryption content type profile. </p>"
2293    },
2294    "ContentTypeProfileConfig":{
2295      "type":"structure",
2296      "required":["ForwardWhenContentTypeIsUnknown"],
2297      "members":{
2298        "ForwardWhenContentTypeIsUnknown":{
2299          "shape":"boolean",
2300          "documentation":"<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>"
2301        },
2302        "ContentTypeProfiles":{
2303          "shape":"ContentTypeProfiles",
2304          "documentation":"<p>The configuration for a field-level encryption content type-profile. </p>"
2305        }
2306      },
2307      "documentation":"<p>The configuration for a field-level encryption content type-profile mapping. </p>"
2308    },
2309    "ContentTypeProfileList":{
2310      "type":"list",
2311      "member":{
2312        "shape":"ContentTypeProfile",
2313        "locationName":"ContentTypeProfile"
2314      }
2315    },
2316    "ContentTypeProfiles":{
2317      "type":"structure",
2318      "required":["Quantity"],
2319      "members":{
2320        "Quantity":{
2321          "shape":"integer",
2322          "documentation":"<p>The number of field-level encryption content type-profile mappings. </p>"
2323        },
2324        "Items":{
2325          "shape":"ContentTypeProfileList",
2326          "documentation":"<p>Items in a field-level encryption content type-profile mapping. </p>"
2327        }
2328      },
2329      "documentation":"<p>Field-level encryption content type-profile. </p>"
2330    },
2331    "CookieNameList":{
2332      "type":"list",
2333      "member":{
2334        "shape":"string",
2335        "locationName":"Name"
2336      }
2337    },
2338    "CookieNames":{
2339      "type":"structure",
2340      "required":["Quantity"],
2341      "members":{
2342        "Quantity":{
2343          "shape":"integer",
2344          "documentation":"<p>The number of cookie names in the <code>Items</code> list.</p>"
2345        },
2346        "Items":{
2347          "shape":"CookieNameList",
2348          "documentation":"<p>A list of cookie names.</p>"
2349        }
2350      },
2351      "documentation":"<p>Contains a list of cookie names.</p>"
2352    },
2353    "CookiePreference":{
2354      "type":"structure",
2355      "required":["Forward"],
2356      "members":{
2357        "Forward":{
2358          "shape":"ItemSelection",
2359          "documentation":"<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>"
2360        },
2361        "WhitelistedNames":{
2362          "shape":"CookieNames",
2363          "documentation":"<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>Amazon Web Services General Reference</i>.</p>"
2364        }
2365      },
2366      "documentation":"<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>CachePolicy</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>OriginRequestPolicy</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>"
2367    },
2368    "CreateCachePolicyRequest":{
2369      "type":"structure",
2370      "required":["CachePolicyConfig"],
2371      "members":{
2372        "CachePolicyConfig":{
2373          "shape":"CachePolicyConfig",
2374          "documentation":"<p>A cache policy configuration.</p>",
2375          "locationName":"CachePolicyConfig",
2376          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2377        }
2378      },
2379      "payload":"CachePolicyConfig"
2380    },
2381    "CreateCachePolicyResult":{
2382      "type":"structure",
2383      "members":{
2384        "CachePolicy":{
2385          "shape":"CachePolicy",
2386          "documentation":"<p>A cache policy.</p>"
2387        },
2388        "Location":{
2389          "shape":"string",
2390          "documentation":"<p>The fully qualified URI of the cache policy just created.</p>",
2391          "location":"header",
2392          "locationName":"Location"
2393        },
2394        "ETag":{
2395          "shape":"string",
2396          "documentation":"<p>The current version of the cache policy.</p>",
2397          "location":"header",
2398          "locationName":"ETag"
2399        }
2400      },
2401      "payload":"CachePolicy"
2402    },
2403    "CreateCloudFrontOriginAccessIdentityRequest":{
2404      "type":"structure",
2405      "required":["CloudFrontOriginAccessIdentityConfig"],
2406      "members":{
2407        "CloudFrontOriginAccessIdentityConfig":{
2408          "shape":"CloudFrontOriginAccessIdentityConfig",
2409          "documentation":"<p>The current configuration information for the identity.</p>",
2410          "locationName":"CloudFrontOriginAccessIdentityConfig",
2411          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2412        }
2413      },
2414      "documentation":"<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>",
2415      "payload":"CloudFrontOriginAccessIdentityConfig"
2416    },
2417    "CreateCloudFrontOriginAccessIdentityResult":{
2418      "type":"structure",
2419      "members":{
2420        "CloudFrontOriginAccessIdentity":{
2421          "shape":"CloudFrontOriginAccessIdentity",
2422          "documentation":"<p>The origin access identity's information.</p>"
2423        },
2424        "Location":{
2425          "shape":"string",
2426          "documentation":"<p>The fully qualified URI of the new origin access identity just created.</p>",
2427          "location":"header",
2428          "locationName":"Location"
2429        },
2430        "ETag":{
2431          "shape":"string",
2432          "documentation":"<p>The current version of the origin access identity created.</p>",
2433          "location":"header",
2434          "locationName":"ETag"
2435        }
2436      },
2437      "documentation":"<p>The returned result of the corresponding request.</p>",
2438      "payload":"CloudFrontOriginAccessIdentity"
2439    },
2440    "CreateDistributionRequest":{
2441      "type":"structure",
2442      "required":["DistributionConfig"],
2443      "members":{
2444        "DistributionConfig":{
2445          "shape":"DistributionConfig",
2446          "documentation":"<p>The distribution's configuration information.</p>",
2447          "locationName":"DistributionConfig",
2448          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2449        }
2450      },
2451      "documentation":"<p>The request to create a new distribution.</p>",
2452      "payload":"DistributionConfig"
2453    },
2454    "CreateDistributionResult":{
2455      "type":"structure",
2456      "members":{
2457        "Distribution":{
2458          "shape":"Distribution",
2459          "documentation":"<p>The distribution's information.</p>"
2460        },
2461        "Location":{
2462          "shape":"string",
2463          "documentation":"<p>The fully qualified URI of the new distribution resource just created.</p>",
2464          "location":"header",
2465          "locationName":"Location"
2466        },
2467        "ETag":{
2468          "shape":"string",
2469          "documentation":"<p>The current version of the distribution created.</p>",
2470          "location":"header",
2471          "locationName":"ETag"
2472        }
2473      },
2474      "documentation":"<p>The returned result of the corresponding request.</p>",
2475      "payload":"Distribution"
2476    },
2477    "CreateDistributionWithTagsRequest":{
2478      "type":"structure",
2479      "required":["DistributionConfigWithTags"],
2480      "members":{
2481        "DistributionConfigWithTags":{
2482          "shape":"DistributionConfigWithTags",
2483          "documentation":"<p>The distribution's configuration information. </p>",
2484          "locationName":"DistributionConfigWithTags",
2485          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2486        }
2487      },
2488      "documentation":"<p>The request to create a new distribution with tags. </p>",
2489      "payload":"DistributionConfigWithTags"
2490    },
2491    "CreateDistributionWithTagsResult":{
2492      "type":"structure",
2493      "members":{
2494        "Distribution":{
2495          "shape":"Distribution",
2496          "documentation":"<p>The distribution's information. </p>"
2497        },
2498        "Location":{
2499          "shape":"string",
2500          "documentation":"<p>The fully qualified URI of the new distribution resource just created.</p>",
2501          "location":"header",
2502          "locationName":"Location"
2503        },
2504        "ETag":{
2505          "shape":"string",
2506          "documentation":"<p>The current version of the distribution created.</p>",
2507          "location":"header",
2508          "locationName":"ETag"
2509        }
2510      },
2511      "documentation":"<p>The returned result of the corresponding request. </p>",
2512      "payload":"Distribution"
2513    },
2514    "CreateFieldLevelEncryptionConfigRequest":{
2515      "type":"structure",
2516      "required":["FieldLevelEncryptionConfig"],
2517      "members":{
2518        "FieldLevelEncryptionConfig":{
2519          "shape":"FieldLevelEncryptionConfig",
2520          "documentation":"<p>The request to create a new field-level encryption configuration.</p>",
2521          "locationName":"FieldLevelEncryptionConfig",
2522          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2523        }
2524      },
2525      "payload":"FieldLevelEncryptionConfig"
2526    },
2527    "CreateFieldLevelEncryptionConfigResult":{
2528      "type":"structure",
2529      "members":{
2530        "FieldLevelEncryption":{
2531          "shape":"FieldLevelEncryption",
2532          "documentation":"<p>Returned when you create a new field-level encryption configuration.</p>"
2533        },
2534        "Location":{
2535          "shape":"string",
2536          "documentation":"<p>The fully qualified URI of the new configuration resource just created.</p>",
2537          "location":"header",
2538          "locationName":"Location"
2539        },
2540        "ETag":{
2541          "shape":"string",
2542          "documentation":"<p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2543          "location":"header",
2544          "locationName":"ETag"
2545        }
2546      },
2547      "payload":"FieldLevelEncryption"
2548    },
2549    "CreateFieldLevelEncryptionProfileRequest":{
2550      "type":"structure",
2551      "required":["FieldLevelEncryptionProfileConfig"],
2552      "members":{
2553        "FieldLevelEncryptionProfileConfig":{
2554          "shape":"FieldLevelEncryptionProfileConfig",
2555          "documentation":"<p>The request to create a field-level encryption profile.</p>",
2556          "locationName":"FieldLevelEncryptionProfileConfig",
2557          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2558        }
2559      },
2560      "payload":"FieldLevelEncryptionProfileConfig"
2561    },
2562    "CreateFieldLevelEncryptionProfileResult":{
2563      "type":"structure",
2564      "members":{
2565        "FieldLevelEncryptionProfile":{
2566          "shape":"FieldLevelEncryptionProfile",
2567          "documentation":"<p>Returned when you create a new field-level encryption profile.</p>"
2568        },
2569        "Location":{
2570          "shape":"string",
2571          "documentation":"<p>The fully qualified URI of the new profile resource just created.</p>",
2572          "location":"header",
2573          "locationName":"Location"
2574        },
2575        "ETag":{
2576          "shape":"string",
2577          "documentation":"<p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2578          "location":"header",
2579          "locationName":"ETag"
2580        }
2581      },
2582      "payload":"FieldLevelEncryptionProfile"
2583    },
2584    "CreateFunctionRequest":{
2585      "type":"structure",
2586      "required":[
2587        "Name",
2588        "FunctionConfig",
2589        "FunctionCode"
2590      ],
2591      "members":{
2592        "Name":{
2593          "shape":"FunctionName",
2594          "documentation":"<p>A name to identify the function.</p>"
2595        },
2596        "FunctionConfig":{
2597          "shape":"FunctionConfig",
2598          "documentation":"<p>Configuration information about the function, including an optional comment and the function’s runtime.</p>"
2599        },
2600        "FunctionCode":{
2601          "shape":"FunctionBlob",
2602          "documentation":"<p>The function code. For more information about writing a CloudFront function, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html\">Writing function code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
2603        }
2604      }
2605    },
2606    "CreateFunctionResult":{
2607      "type":"structure",
2608      "members":{
2609        "FunctionSummary":{
2610          "shape":"FunctionSummary",
2611          "documentation":"<p>Contains configuration information and metadata about a CloudFront function.</p>"
2612        },
2613        "Location":{
2614          "shape":"string",
2615          "documentation":"<p>The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.</p>",
2616          "location":"header",
2617          "locationName":"Location"
2618        },
2619        "ETag":{
2620          "shape":"string",
2621          "documentation":"<p>The version identifier for the current version of the CloudFront function.</p>",
2622          "location":"header",
2623          "locationName":"ETag"
2624        }
2625      },
2626      "payload":"FunctionSummary"
2627    },
2628    "CreateInvalidationRequest":{
2629      "type":"structure",
2630      "required":[
2631        "DistributionId",
2632        "InvalidationBatch"
2633      ],
2634      "members":{
2635        "DistributionId":{
2636          "shape":"string",
2637          "documentation":"<p>The distribution's id.</p>",
2638          "location":"uri",
2639          "locationName":"DistributionId"
2640        },
2641        "InvalidationBatch":{
2642          "shape":"InvalidationBatch",
2643          "documentation":"<p>The batch information for the invalidation.</p>",
2644          "locationName":"InvalidationBatch",
2645          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2646        }
2647      },
2648      "documentation":"<p>The request to create an invalidation.</p>",
2649      "payload":"InvalidationBatch"
2650    },
2651    "CreateInvalidationResult":{
2652      "type":"structure",
2653      "members":{
2654        "Location":{
2655          "shape":"string",
2656          "documentation":"<p>The fully qualified URI of the distribution and invalidation batch request, including the <code>Invalidation ID</code>.</p>",
2657          "location":"header",
2658          "locationName":"Location"
2659        },
2660        "Invalidation":{
2661          "shape":"Invalidation",
2662          "documentation":"<p>The invalidation's information.</p>"
2663        }
2664      },
2665      "documentation":"<p>The returned result of the corresponding request.</p>",
2666      "payload":"Invalidation"
2667    },
2668    "CreateKeyGroupRequest":{
2669      "type":"structure",
2670      "required":["KeyGroupConfig"],
2671      "members":{
2672        "KeyGroupConfig":{
2673          "shape":"KeyGroupConfig",
2674          "documentation":"<p>A key group configuration.</p>",
2675          "locationName":"KeyGroupConfig",
2676          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2677        }
2678      },
2679      "payload":"KeyGroupConfig"
2680    },
2681    "CreateKeyGroupResult":{
2682      "type":"structure",
2683      "members":{
2684        "KeyGroup":{
2685          "shape":"KeyGroup",
2686          "documentation":"<p>The key group that was just created.</p>"
2687        },
2688        "Location":{
2689          "shape":"string",
2690          "documentation":"<p>The URL of the key group.</p>",
2691          "location":"header",
2692          "locationName":"Location"
2693        },
2694        "ETag":{
2695          "shape":"string",
2696          "documentation":"<p>The identifier for this version of the key group.</p>",
2697          "location":"header",
2698          "locationName":"ETag"
2699        }
2700      },
2701      "payload":"KeyGroup"
2702    },
2703    "CreateMonitoringSubscriptionRequest":{
2704      "type":"structure",
2705      "required":[
2706        "MonitoringSubscription",
2707        "DistributionId"
2708      ],
2709      "members":{
2710        "DistributionId":{
2711          "shape":"string",
2712          "documentation":"<p>The ID of the distribution that you are enabling metrics for.</p>",
2713          "location":"uri",
2714          "locationName":"DistributionId"
2715        },
2716        "MonitoringSubscription":{
2717          "shape":"MonitoringSubscription",
2718          "documentation":"<p>A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.</p>",
2719          "locationName":"MonitoringSubscription",
2720          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2721        }
2722      },
2723      "payload":"MonitoringSubscription"
2724    },
2725    "CreateMonitoringSubscriptionResult":{
2726      "type":"structure",
2727      "members":{
2728        "MonitoringSubscription":{
2729          "shape":"MonitoringSubscription",
2730          "documentation":"<p>A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.</p>"
2731        }
2732      },
2733      "payload":"MonitoringSubscription"
2734    },
2735    "CreateOriginRequestPolicyRequest":{
2736      "type":"structure",
2737      "required":["OriginRequestPolicyConfig"],
2738      "members":{
2739        "OriginRequestPolicyConfig":{
2740          "shape":"OriginRequestPolicyConfig",
2741          "documentation":"<p>An origin request policy configuration.</p>",
2742          "locationName":"OriginRequestPolicyConfig",
2743          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2744        }
2745      },
2746      "payload":"OriginRequestPolicyConfig"
2747    },
2748    "CreateOriginRequestPolicyResult":{
2749      "type":"structure",
2750      "members":{
2751        "OriginRequestPolicy":{
2752          "shape":"OriginRequestPolicy",
2753          "documentation":"<p>An origin request policy.</p>"
2754        },
2755        "Location":{
2756          "shape":"string",
2757          "documentation":"<p>The fully qualified URI of the origin request policy just created.</p>",
2758          "location":"header",
2759          "locationName":"Location"
2760        },
2761        "ETag":{
2762          "shape":"string",
2763          "documentation":"<p>The current version of the origin request policy.</p>",
2764          "location":"header",
2765          "locationName":"ETag"
2766        }
2767      },
2768      "payload":"OriginRequestPolicy"
2769    },
2770    "CreatePublicKeyRequest":{
2771      "type":"structure",
2772      "required":["PublicKeyConfig"],
2773      "members":{
2774        "PublicKeyConfig":{
2775          "shape":"PublicKeyConfig",
2776          "documentation":"<p>A CloudFront public key configuration.</p>",
2777          "locationName":"PublicKeyConfig",
2778          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2779        }
2780      },
2781      "payload":"PublicKeyConfig"
2782    },
2783    "CreatePublicKeyResult":{
2784      "type":"structure",
2785      "members":{
2786        "PublicKey":{
2787          "shape":"PublicKey",
2788          "documentation":"<p>The public key.</p>"
2789        },
2790        "Location":{
2791          "shape":"string",
2792          "documentation":"<p>The URL of the public key.</p>",
2793          "location":"header",
2794          "locationName":"Location"
2795        },
2796        "ETag":{
2797          "shape":"string",
2798          "documentation":"<p>The identifier for this version of the public key.</p>",
2799          "location":"header",
2800          "locationName":"ETag"
2801        }
2802      },
2803      "payload":"PublicKey"
2804    },
2805    "CreateRealtimeLogConfigRequest":{
2806      "type":"structure",
2807      "required":[
2808        "EndPoints",
2809        "Fields",
2810        "Name",
2811        "SamplingRate"
2812      ],
2813      "members":{
2814        "EndPoints":{
2815          "shape":"EndPointList",
2816          "documentation":"<p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data.</p>"
2817        },
2818        "Fields":{
2819          "shape":"FieldList",
2820          "documentation":"<p>A list of fields to include in each real-time log record.</p> <p>For more information about fields, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields\">Real-time log configuration fields</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
2821        },
2822        "Name":{
2823          "shape":"string",
2824          "documentation":"<p>A unique name to identify this real-time log configuration.</p>"
2825        },
2826        "SamplingRate":{
2827          "shape":"long",
2828          "documentation":"<p>The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive.</p>"
2829        }
2830      }
2831    },
2832    "CreateRealtimeLogConfigResult":{
2833      "type":"structure",
2834      "members":{
2835        "RealtimeLogConfig":{
2836          "shape":"RealtimeLogConfig",
2837          "documentation":"<p>A real-time log configuration.</p>"
2838        }
2839      }
2840    },
2841    "CreateStreamingDistributionRequest":{
2842      "type":"structure",
2843      "required":["StreamingDistributionConfig"],
2844      "members":{
2845        "StreamingDistributionConfig":{
2846          "shape":"StreamingDistributionConfig",
2847          "documentation":"<p>The streaming distribution's configuration information.</p>",
2848          "locationName":"StreamingDistributionConfig",
2849          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2850        }
2851      },
2852      "documentation":"<p>The request to create a new streaming distribution.</p>",
2853      "payload":"StreamingDistributionConfig"
2854    },
2855    "CreateStreamingDistributionResult":{
2856      "type":"structure",
2857      "members":{
2858        "StreamingDistribution":{
2859          "shape":"StreamingDistribution",
2860          "documentation":"<p>The streaming distribution's information.</p>"
2861        },
2862        "Location":{
2863          "shape":"string",
2864          "documentation":"<p>The fully qualified URI of the new streaming distribution resource just created.</p>",
2865          "location":"header",
2866          "locationName":"Location"
2867        },
2868        "ETag":{
2869          "shape":"string",
2870          "documentation":"<p>The current version of the streaming distribution created.</p>",
2871          "location":"header",
2872          "locationName":"ETag"
2873        }
2874      },
2875      "documentation":"<p>The returned result of the corresponding request.</p>",
2876      "payload":"StreamingDistribution"
2877    },
2878    "CreateStreamingDistributionWithTagsRequest":{
2879      "type":"structure",
2880      "required":["StreamingDistributionConfigWithTags"],
2881      "members":{
2882        "StreamingDistributionConfigWithTags":{
2883          "shape":"StreamingDistributionConfigWithTags",
2884          "documentation":"<p> The streaming distribution's configuration information. </p>",
2885          "locationName":"StreamingDistributionConfigWithTags",
2886          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
2887        }
2888      },
2889      "documentation":"<p>The request to create a new streaming distribution with tags.</p>",
2890      "payload":"StreamingDistributionConfigWithTags"
2891    },
2892    "CreateStreamingDistributionWithTagsResult":{
2893      "type":"structure",
2894      "members":{
2895        "StreamingDistribution":{
2896          "shape":"StreamingDistribution",
2897          "documentation":"<p>The streaming distribution's information. </p>"
2898        },
2899        "Location":{
2900          "shape":"string",
2901          "documentation":"<p>The fully qualified URI of the new streaming distribution resource just created.</p>",
2902          "location":"header",
2903          "locationName":"Location"
2904        },
2905        "ETag":{
2906          "shape":"string",
2907          "documentation":"<p>The current version of the distribution created.</p>",
2908          "location":"header",
2909          "locationName":"ETag"
2910        }
2911      },
2912      "documentation":"<p>The returned result of the corresponding request. </p>",
2913      "payload":"StreamingDistribution"
2914    },
2915    "CustomErrorResponse":{
2916      "type":"structure",
2917      "required":["ErrorCode"],
2918      "members":{
2919        "ErrorCode":{
2920          "shape":"integer",
2921          "documentation":"<p>The HTTP status code for which you want to specify a custom error page and/or a caching duration.</p>"
2922        },
2923        "ResponsePagePath":{
2924          "shape":"string",
2925          "documentation":"<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>"
2926        },
2927        "ResponseCode":{
2928          "shape":"string",
2929          "documentation":"<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>"
2930        },
2931        "ErrorCachingMinTTL":{
2932          "shape":"long",
2933          "documentation":"<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>"
2934        }
2935      },
2936      "documentation":"<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>"
2937    },
2938    "CustomErrorResponseList":{
2939      "type":"list",
2940      "member":{
2941        "shape":"CustomErrorResponse",
2942        "locationName":"CustomErrorResponse"
2943      }
2944    },
2945    "CustomErrorResponses":{
2946      "type":"structure",
2947      "required":["Quantity"],
2948      "members":{
2949        "Quantity":{
2950          "shape":"integer",
2951          "documentation":"<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>"
2952        },
2953        "Items":{
2954          "shape":"CustomErrorResponseList",
2955          "documentation":"<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>"
2956        }
2957      },
2958      "documentation":"<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>"
2959    },
2960    "CustomHeaders":{
2961      "type":"structure",
2962      "required":["Quantity"],
2963      "members":{
2964        "Quantity":{
2965          "shape":"integer",
2966          "documentation":"<p>The number of custom headers, if any, for this distribution.</p>"
2967        },
2968        "Items":{
2969          "shape":"OriginCustomHeadersList",
2970          "documentation":"<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>"
2971        }
2972      },
2973      "documentation":"<p>A complex type that contains the list of Custom Headers for each origin. </p>"
2974    },
2975    "CustomOriginConfig":{
2976      "type":"structure",
2977      "required":[
2978        "HTTPPort",
2979        "HTTPSPort",
2980        "OriginProtocolPolicy"
2981      ],
2982      "members":{
2983        "HTTPPort":{
2984          "shape":"integer",
2985          "documentation":"<p>The HTTP port that CloudFront uses to connect to the origin. Specify the HTTP port that the origin listens on.</p>"
2986        },
2987        "HTTPSPort":{
2988          "shape":"integer",
2989          "documentation":"<p>The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.</p>"
2990        },
2991        "OriginProtocolPolicy":{
2992          "shape":"OriginProtocolPolicy",
2993          "documentation":"<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>"
2994        },
2995        "OriginSslProtocols":{
2996          "shape":"OriginSslProtocols",
2997          "documentation":"<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>"
2998        },
2999        "OriginReadTimeout":{
3000          "shape":"integer",
3001          "documentation":"<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>"
3002        },
3003        "OriginKeepaliveTimeout":{
3004          "shape":"integer",
3005          "documentation":"<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>"
3006        }
3007      },
3008      "documentation":"<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>"
3009    },
3010    "DefaultCacheBehavior":{
3011      "type":"structure",
3012      "required":[
3013        "TargetOriginId",
3014        "ViewerProtocolPolicy"
3015      ],
3016      "members":{
3017        "TargetOriginId":{
3018          "shape":"string",
3019          "documentation":"<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>"
3020        },
3021        "TrustedSigners":{
3022          "shape":"TrustedSigners",
3023          "documentation":"<important> <p>We recommend using <code>TrustedKeyGroups</code> instead of <code>TrustedSigners</code>.</p> </important> <p>A list of account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.</p> <p>When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in a trusted signer’s account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving private content</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
3024        },
3025        "TrustedKeyGroups":{
3026          "shape":"TrustedKeyGroups",
3027          "documentation":"<p>A list of key groups that CloudFront can use to validate signed URLs or signed cookies.</p> <p>When a cache behavior contains trusted key groups, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving private content</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
3028        },
3029        "ViewerProtocolPolicy":{
3030          "shape":"ViewerProtocolPolicy",
3031          "documentation":"<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>"
3032        },
3033        "AllowedMethods":{"shape":"AllowedMethods"},
3034        "SmoothStreaming":{
3035          "shape":"boolean",
3036          "documentation":"<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>"
3037        },
3038        "Compress":{
3039          "shape":"boolean",
3040          "documentation":"<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>"
3041        },
3042        "LambdaFunctionAssociations":{
3043          "shape":"LambdaFunctionAssociations",
3044          "documentation":"<p>A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.</p>"
3045        },
3046        "FunctionAssociations":{
3047          "shape":"FunctionAssociations",
3048          "documentation":"<p>A list of CloudFront functions that are associated with this cache behavior. CloudFront functions must be published to the <code>LIVE</code> stage to associate them with a cache behavior.</p>"
3049        },
3050        "FieldLevelEncryptionId":{
3051          "shape":"string",
3052          "documentation":"<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>"
3053        },
3054        "RealtimeLogConfigArn":{
3055          "shape":"string",
3056          "documentation":"<p>The Amazon Resource Name (ARN) of the real-time log configuration that is attached to this cache behavior. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html\">Real-time logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
3057        },
3058        "CachePolicyId":{
3059          "shape":"string",
3060          "documentation":"<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> <p>A <code>DefaultCacheBehavior</code> must include either a <code>CachePolicyId</code> or <code>ForwardedValues</code>. We recommend that you use a <code>CachePolicyId</code>.</p>"
3061        },
3062        "OriginRequestPolicyId":{
3063          "shape":"string",
3064          "documentation":"<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>"
3065        },
3066        "ForwardedValues":{
3067          "shape":"ForwardedValues",
3068          "documentation":"<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 <code>DefaultCacheBehavior</code> must include either a <code>CachePolicyId</code> or <code>ForwardedValues</code>. We recommend that you use a <code>CachePolicyId</code>.</p> <p>A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.</p>",
3069          "deprecated":true
3070        },
3071        "MinTTL":{
3072          "shape":"long",
3073          "documentation":"<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>",
3074          "deprecated":true
3075        },
3076        "DefaultTTL":{
3077          "shape":"long",
3078          "documentation":"<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>",
3079          "deprecated":true
3080        },
3081        "MaxTTL":{
3082          "shape":"long",
3083          "documentation":"<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>",
3084          "deprecated":true
3085        }
3086      },
3087      "documentation":"<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>"
3088    },
3089    "DeleteCachePolicyRequest":{
3090      "type":"structure",
3091      "required":["Id"],
3092      "members":{
3093        "Id":{
3094          "shape":"string",
3095          "documentation":"<p>The unique identifier for the cache policy that you are deleting. To get the identifier, you can use <code>ListCachePolicies</code>.</p>",
3096          "location":"uri",
3097          "locationName":"Id"
3098        },
3099        "IfMatch":{
3100          "shape":"string",
3101          "documentation":"<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>",
3102          "location":"header",
3103          "locationName":"If-Match"
3104        }
3105      }
3106    },
3107    "DeleteCloudFrontOriginAccessIdentityRequest":{
3108      "type":"structure",
3109      "required":["Id"],
3110      "members":{
3111        "Id":{
3112          "shape":"string",
3113          "documentation":"<p>The origin access identity's ID.</p>",
3114          "location":"uri",
3115          "locationName":"Id"
3116        },
3117        "IfMatch":{
3118          "shape":"string",
3119          "documentation":"<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>",
3120          "location":"header",
3121          "locationName":"If-Match"
3122        }
3123      },
3124      "documentation":"<p>Deletes a origin access identity.</p>"
3125    },
3126    "DeleteDistributionRequest":{
3127      "type":"structure",
3128      "required":["Id"],
3129      "members":{
3130        "Id":{
3131          "shape":"string",
3132          "documentation":"<p>The distribution ID. </p>",
3133          "location":"uri",
3134          "locationName":"Id"
3135        },
3136        "IfMatch":{
3137          "shape":"string",
3138          "documentation":"<p>The value of the <code>ETag</code> header that you received when you disabled the distribution. For example: <code>E2QWRUHAPOMQZL</code>. </p>",
3139          "location":"header",
3140          "locationName":"If-Match"
3141        }
3142      },
3143      "documentation":"<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>"
3144    },
3145    "DeleteFieldLevelEncryptionConfigRequest":{
3146      "type":"structure",
3147      "required":["Id"],
3148      "members":{
3149        "Id":{
3150          "shape":"string",
3151          "documentation":"<p>The ID of the configuration you want to delete from CloudFront.</p>",
3152          "location":"uri",
3153          "locationName":"Id"
3154        },
3155        "IfMatch":{
3156          "shape":"string",
3157          "documentation":"<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>",
3158          "location":"header",
3159          "locationName":"If-Match"
3160        }
3161      }
3162    },
3163    "DeleteFieldLevelEncryptionProfileRequest":{
3164      "type":"structure",
3165      "required":["Id"],
3166      "members":{
3167        "Id":{
3168          "shape":"string",
3169          "documentation":"<p>Request the ID of the profile you want to delete from CloudFront.</p>",
3170          "location":"uri",
3171          "locationName":"Id"
3172        },
3173        "IfMatch":{
3174          "shape":"string",
3175          "documentation":"<p>The value of the <code>ETag</code> header that you received when retrieving the profile to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
3176          "location":"header",
3177          "locationName":"If-Match"
3178        }
3179      }
3180    },
3181    "DeleteFunctionRequest":{
3182      "type":"structure",
3183      "required":[
3184        "IfMatch",
3185        "Name"
3186      ],
3187      "members":{
3188        "Name":{
3189          "shape":"string",
3190          "documentation":"<p>The name of the function that you are deleting.</p>",
3191          "location":"uri",
3192          "locationName":"Name"
3193        },
3194        "IfMatch":{
3195          "shape":"string",
3196          "documentation":"<p>The current version (<code>ETag</code> value) of the function that you are deleting, which you can get using <code>DescribeFunction</code>.</p>",
3197          "location":"header",
3198          "locationName":"If-Match"
3199        }
3200      }
3201    },
3202    "DeleteKeyGroupRequest":{
3203      "type":"structure",
3204      "required":["Id"],
3205      "members":{
3206        "Id":{
3207          "shape":"string",
3208          "documentation":"<p>The identifier of the key group that you are deleting. To get the identifier, use <code>ListKeyGroups</code>.</p>",
3209          "location":"uri",
3210          "locationName":"Id"
3211        },
3212        "IfMatch":{
3213          "shape":"string",
3214          "documentation":"<p>The version of the key group that you are deleting. The version is the key group’s <code>ETag</code> value. To get the <code>ETag</code>, use <code>GetKeyGroup</code> or <code>GetKeyGroupConfig</code>.</p>",
3215          "location":"header",
3216          "locationName":"If-Match"
3217        }
3218      }
3219    },
3220    "DeleteMonitoringSubscriptionRequest":{
3221      "type":"structure",
3222      "required":["DistributionId"],
3223      "members":{
3224        "DistributionId":{
3225          "shape":"string",
3226          "documentation":"<p>The ID of the distribution that you are disabling metrics for.</p>",
3227          "location":"uri",
3228          "locationName":"DistributionId"
3229        }
3230      }
3231    },
3232    "DeleteMonitoringSubscriptionResult":{
3233      "type":"structure",
3234      "members":{
3235      }
3236    },
3237    "DeleteOriginRequestPolicyRequest":{
3238      "type":"structure",
3239      "required":["Id"],
3240      "members":{
3241        "Id":{
3242          "shape":"string",
3243          "documentation":"<p>The unique identifier for the origin request policy that you are deleting. To get the identifier, you can use <code>ListOriginRequestPolicies</code>.</p>",
3244          "location":"uri",
3245          "locationName":"Id"
3246        },
3247        "IfMatch":{
3248          "shape":"string",
3249          "documentation":"<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>",
3250          "location":"header",
3251          "locationName":"If-Match"
3252        }
3253      }
3254    },
3255    "DeletePublicKeyRequest":{
3256      "type":"structure",
3257      "required":["Id"],
3258      "members":{
3259        "Id":{
3260          "shape":"string",
3261          "documentation":"<p>The ID of the public key you want to remove from CloudFront.</p>",
3262          "location":"uri",
3263          "locationName":"Id"
3264        },
3265        "IfMatch":{
3266          "shape":"string",
3267          "documentation":"<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>",
3268          "location":"header",
3269          "locationName":"If-Match"
3270        }
3271      }
3272    },
3273    "DeleteRealtimeLogConfigRequest":{
3274      "type":"structure",
3275      "members":{
3276        "Name":{
3277          "shape":"string",
3278          "documentation":"<p>The name of the real-time log configuration to delete.</p>"
3279        },
3280        "ARN":{
3281          "shape":"string",
3282          "documentation":"<p>The Amazon Resource Name (ARN) of the real-time log configuration to delete.</p>"
3283        }
3284      }
3285    },
3286    "DeleteStreamingDistributionRequest":{
3287      "type":"structure",
3288      "required":["Id"],
3289      "members":{
3290        "Id":{
3291          "shape":"string",
3292          "documentation":"<p>The distribution ID. </p>",
3293          "location":"uri",
3294          "locationName":"Id"
3295        },
3296        "IfMatch":{
3297          "shape":"string",
3298          "documentation":"<p>The value of the <code>ETag</code> header that you received when you disabled the streaming distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
3299          "location":"header",
3300          "locationName":"If-Match"
3301        }
3302      },
3303      "documentation":"<p>The request to delete a streaming distribution.</p>"
3304    },
3305    "DescribeFunctionRequest":{
3306      "type":"structure",
3307      "required":["Name"],
3308      "members":{
3309        "Name":{
3310          "shape":"string",
3311          "documentation":"<p>The name of the function that you are getting information about.</p>",
3312          "location":"uri",
3313          "locationName":"Name"
3314        },
3315        "Stage":{
3316          "shape":"FunctionStage",
3317          "documentation":"<p>The function’s stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>",
3318          "location":"querystring",
3319          "locationName":"Stage"
3320        }
3321      }
3322    },
3323    "DescribeFunctionResult":{
3324      "type":"structure",
3325      "members":{
3326        "FunctionSummary":{
3327          "shape":"FunctionSummary",
3328          "documentation":"<p>Contains configuration information and metadata about a CloudFront function.</p>"
3329        },
3330        "ETag":{
3331          "shape":"string",
3332          "documentation":"<p>The version identifier for the current version of the CloudFront function.</p>",
3333          "location":"header",
3334          "locationName":"ETag"
3335        }
3336      },
3337      "payload":"FunctionSummary"
3338    },
3339    "Distribution":{
3340      "type":"structure",
3341      "required":[
3342        "Id",
3343        "ARN",
3344        "Status",
3345        "LastModifiedTime",
3346        "InProgressInvalidationBatches",
3347        "DomainName",
3348        "DistributionConfig"
3349      ],
3350      "members":{
3351        "Id":{
3352          "shape":"string",
3353          "documentation":"<p>The identifier for the distribution. For example: <code>EDFDVBD632BHDS5</code>. </p>"
3354        },
3355        "ARN":{
3356          "shape":"string",
3357          "documentation":"<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 account ID.</p>"
3358        },
3359        "Status":{
3360          "shape":"string",
3361          "documentation":"<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>"
3362        },
3363        "LastModifiedTime":{
3364          "shape":"timestamp",
3365          "documentation":"<p>The date and time the distribution was last modified. </p>"
3366        },
3367        "InProgressInvalidationBatches":{
3368          "shape":"integer",
3369          "documentation":"<p>The number of invalidation batches currently in progress. </p>"
3370        },
3371        "DomainName":{
3372          "shape":"string",
3373          "documentation":"<p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>. </p>"
3374        },
3375        "ActiveTrustedSigners":{
3376          "shape":"ActiveTrustedSigners",
3377          "documentation":"<important> <p>We recommend using <code>TrustedKeyGroups</code> instead of <code>TrustedSigners</code>.</p> </important> <p>CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this distribution to serve private content using trusted signers. This field contains a list of account IDs and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs or signed cookies.</p>"
3378        },
3379        "ActiveTrustedKeyGroups":{
3380          "shape":"ActiveTrustedKeyGroups",
3381          "documentation":"<p>CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this distribution to serve private content using key groups. This field contains a list of key groups and the public keys in each key group that CloudFront can use to verify the signatures of signed URLs or signed cookies.</p>"
3382        },
3383        "DistributionConfig":{
3384          "shape":"DistributionConfig",
3385          "documentation":"<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>"
3386        },
3387        "AliasICPRecordals":{
3388          "shape":"AliasICPRecordals",
3389          "documentation":"<p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.</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 Amazon Web Services services in China</i>.</p>"
3390        }
3391      },
3392      "documentation":"<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>"
3393    },
3394    "DistributionAlreadyExists":{
3395      "type":"structure",
3396      "members":{
3397        "Message":{"shape":"string"}
3398      },
3399      "documentation":"<p>The caller reference you attempted to create the distribution with is associated with another distribution.</p>",
3400      "error":{"httpStatusCode":409},
3401      "exception":true
3402    },
3403    "DistributionConfig":{
3404      "type":"structure",
3405      "required":[
3406        "CallerReference",
3407        "Origins",
3408        "DefaultCacheBehavior",
3409        "Comment",
3410        "Enabled"
3411      ],
3412      "members":{
3413        "CallerReference":{
3414          "shape":"string",
3415          "documentation":"<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>"
3416        },
3417        "Aliases":{
3418          "shape":"Aliases",
3419          "documentation":"<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.</p>"
3420        },
3421        "DefaultRootObject":{
3422          "shape":"string",
3423          "documentation":"<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>"
3424        },
3425        "Origins":{
3426          "shape":"Origins",
3427          "documentation":"<p>A complex type that contains information about origins for this distribution. </p>"
3428        },
3429        "OriginGroups":{
3430          "shape":"OriginGroups",
3431          "documentation":"<p> A complex type that contains information about origin groups for this distribution.</p>"
3432        },
3433        "DefaultCacheBehavior":{
3434          "shape":"DefaultCacheBehavior",
3435          "documentation":"<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>"
3436        },
3437        "CacheBehaviors":{
3438          "shape":"CacheBehaviors",
3439          "documentation":"<p>A complex type that contains zero or more <code>CacheBehavior</code> elements. </p>"
3440        },
3441        "CustomErrorResponses":{
3442          "shape":"CustomErrorResponses",
3443          "documentation":"<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>"
3444        },
3445        "Comment":{
3446          "shape":"CommentType",
3447          "documentation":"<p>An optional comment to describe the distribution. The comment cannot be longer than 128 characters.</p>"
3448        },
3449        "Logging":{
3450          "shape":"LoggingConfig",
3451          "documentation":"<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>"
3452        },
3453        "PriceClass":{
3454          "shape":"PriceClass",
3455          "documentation":"<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>.</p>"
3456        },
3457        "Enabled":{
3458          "shape":"boolean",
3459          "documentation":"<p>From this field, you can enable or disable the selected distribution.</p>"
3460        },
3461        "ViewerCertificate":{
3462          "shape":"ViewerCertificate",
3463          "documentation":"<p>A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.</p>"
3464        },
3465        "Restrictions":{
3466          "shape":"Restrictions",
3467          "documentation":"<p>A complex type that identifies ways in which you want to restrict distribution of your content.</p>"
3468        },
3469        "WebACLId":{
3470          "shape":"string",
3471          "documentation":"<p>A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>. To specify a web ACL created using WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p> <p>WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about WAF, see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html\">WAF Developer Guide</a>. </p>"
3472        },
3473        "HttpVersion":{
3474          "shape":"HttpVersion",
3475          "documentation":"<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>"
3476        },
3477        "IsIPV6Enabled":{
3478          "shape":"boolean",
3479          "documentation":"<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 Route 53 Amazon Web Services Integration alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:</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>Route 53 Amazon Web Services Integration Developer Guide</i>.</p> <p>If you created a CNAME resource record set, either with Route 53 Amazon Web Services Integration or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request.</p>"
3480        }
3481      },
3482      "documentation":"<p>A distribution configuration.</p>"
3483    },
3484    "DistributionConfigWithTags":{
3485      "type":"structure",
3486      "required":[
3487        "DistributionConfig",
3488        "Tags"
3489      ],
3490      "members":{
3491        "DistributionConfig":{
3492          "shape":"DistributionConfig",
3493          "documentation":"<p>A distribution configuration.</p>"
3494        },
3495        "Tags":{
3496          "shape":"Tags",
3497          "documentation":"<p>A complex type that contains zero or more <code>Tag</code> elements.</p>"
3498        }
3499      },
3500      "documentation":"<p>A distribution Configuration and a list of tags to be associated with the distribution.</p>"
3501    },
3502    "DistributionIdList":{
3503      "type":"structure",
3504      "required":[
3505        "Marker",
3506        "MaxItems",
3507        "IsTruncated",
3508        "Quantity"
3509      ],
3510      "members":{
3511        "Marker":{
3512          "shape":"string",
3513          "documentation":"<p>The value provided in the <code>Marker</code> request field.</p>"
3514        },
3515        "NextMarker":{
3516          "shape":"string",
3517          "documentation":"<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>"
3518        },
3519        "MaxItems":{
3520          "shape":"integer",
3521          "documentation":"<p>The maximum number of distribution IDs requested.</p>"
3522        },
3523        "IsTruncated":{
3524          "shape":"boolean",
3525          "documentation":"<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>"
3526        },
3527        "Quantity":{
3528          "shape":"integer",
3529          "documentation":"<p>The total number of distribution IDs returned in the response.</p>"
3530        },
3531        "Items":{
3532          "shape":"DistributionIdListSummary",
3533          "documentation":"<p>Contains the distribution IDs in the list.</p>"
3534        }
3535      },
3536      "documentation":"<p>A list of distribution IDs.</p>"
3537    },
3538    "DistributionIdListSummary":{
3539      "type":"list",
3540      "member":{
3541        "shape":"string",
3542        "locationName":"DistributionId"
3543      }
3544    },
3545    "DistributionList":{
3546      "type":"structure",
3547      "required":[
3548        "Marker",
3549        "MaxItems",
3550        "IsTruncated",
3551        "Quantity"
3552      ],
3553      "members":{
3554        "Marker":{
3555          "shape":"string",
3556          "documentation":"<p>The value you provided for the <code>Marker</code> request parameter.</p>"
3557        },
3558        "NextMarker":{
3559          "shape":"string",
3560          "documentation":"<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>"
3561        },
3562        "MaxItems":{
3563          "shape":"integer",
3564          "documentation":"<p>The value you provided for the <code>MaxItems</code> request parameter.</p>"
3565        },
3566        "IsTruncated":{
3567          "shape":"boolean",
3568          "documentation":"<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>"
3569        },
3570        "Quantity":{
3571          "shape":"integer",
3572          "documentation":"<p>The number of distributions that were created by the current account.</p>"
3573        },
3574        "Items":{
3575          "shape":"DistributionSummaryList",
3576          "documentation":"<p>A complex type that contains one <code>DistributionSummary</code> element for each distribution that was created by the current account.</p>"
3577        }
3578      },
3579      "documentation":"<p>A distribution list.</p>"
3580    },
3581    "DistributionNotDisabled":{
3582      "type":"structure",
3583      "members":{
3584        "Message":{"shape":"string"}
3585      },
3586      "documentation":"<p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>",
3587      "error":{"httpStatusCode":409},
3588      "exception":true
3589    },
3590    "DistributionSummary":{
3591      "type":"structure",
3592      "required":[
3593        "Id",
3594        "ARN",
3595        "Status",
3596        "LastModifiedTime",
3597        "DomainName",
3598        "Aliases",
3599        "Origins",
3600        "DefaultCacheBehavior",
3601        "CacheBehaviors",
3602        "CustomErrorResponses",
3603        "Comment",
3604        "PriceClass",
3605        "Enabled",
3606        "ViewerCertificate",
3607        "Restrictions",
3608        "WebACLId",
3609        "HttpVersion",
3610        "IsIPV6Enabled"
3611      ],
3612      "members":{
3613        "Id":{
3614          "shape":"string",
3615          "documentation":"<p>The identifier for the distribution. For example: <code>EDFDVBD632BHDS5</code>.</p>"
3616        },
3617        "ARN":{
3618          "shape":"string",
3619          "documentation":"<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 account ID.</p>"
3620        },
3621        "Status":{
3622          "shape":"string",
3623          "documentation":"<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>"
3624        },
3625        "LastModifiedTime":{
3626          "shape":"timestamp",
3627          "documentation":"<p>The date and time the distribution was last modified.</p>"
3628        },
3629        "DomainName":{
3630          "shape":"string",
3631          "documentation":"<p>The domain name that corresponds to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>"
3632        },
3633        "Aliases":{
3634          "shape":"Aliases",
3635          "documentation":"<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.</p>"
3636        },
3637        "Origins":{
3638          "shape":"Origins",
3639          "documentation":"<p>A complex type that contains information about origins for this distribution.</p>"
3640        },
3641        "OriginGroups":{
3642          "shape":"OriginGroups",
3643          "documentation":"<p> A complex type that contains information about origin groups for this distribution.</p>"
3644        },
3645        "DefaultCacheBehavior":{
3646          "shape":"DefaultCacheBehavior",
3647          "documentation":"<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>"
3648        },
3649        "CacheBehaviors":{
3650          "shape":"CacheBehaviors",
3651          "documentation":"<p>A complex type that contains zero or more <code>CacheBehavior</code> elements.</p>"
3652        },
3653        "CustomErrorResponses":{
3654          "shape":"CustomErrorResponses",
3655          "documentation":"<p>A complex type that contains zero or more <code>CustomErrorResponses</code> elements.</p>"
3656        },
3657        "Comment":{
3658          "shape":"string",
3659          "documentation":"<p>The comment originally specified when this distribution was created.</p>"
3660        },
3661        "PriceClass":{
3662          "shape":"PriceClass",
3663          "documentation":"<p>A complex type that contains information about price class for this streaming distribution. </p>"
3664        },
3665        "Enabled":{
3666          "shape":"boolean",
3667          "documentation":"<p>Whether the distribution is enabled to accept user requests for content.</p>"
3668        },
3669        "ViewerCertificate":{
3670          "shape":"ViewerCertificate",
3671          "documentation":"<p>A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.</p>"
3672        },
3673        "Restrictions":{
3674          "shape":"Restrictions",
3675          "documentation":"<p>A complex type that identifies ways in which you want to restrict distribution of your content.</p>"
3676        },
3677        "WebACLId":{
3678          "shape":"string",
3679          "documentation":"<p>The Web ACL Id (if any) associated with the distribution.</p>"
3680        },
3681        "HttpVersion":{
3682          "shape":"HttpVersion",
3683          "documentation":"<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>"
3684        },
3685        "IsIPV6Enabled":{
3686          "shape":"boolean",
3687          "documentation":"<p>Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.</p>"
3688        },
3689        "AliasICPRecordals":{
3690          "shape":"AliasICPRecordals",
3691          "documentation":"<p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.</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 Amazon Web Services services in China</i>.</p>"
3692        }
3693      },
3694      "documentation":"<p>A summary of the information about a CloudFront distribution.</p>"
3695    },
3696    "DistributionSummaryList":{
3697      "type":"list",
3698      "member":{
3699        "shape":"DistributionSummary",
3700        "locationName":"DistributionSummary"
3701      }
3702    },
3703    "EncryptionEntities":{
3704      "type":"structure",
3705      "required":["Quantity"],
3706      "members":{
3707        "Quantity":{
3708          "shape":"integer",
3709          "documentation":"<p>Number of field pattern items in a field-level encryption content type-profile mapping. </p>"
3710        },
3711        "Items":{
3712          "shape":"EncryptionEntityList",
3713          "documentation":"<p>An array of field patterns in a field-level encryption content type-profile mapping. </p>"
3714        }
3715      },
3716      "documentation":"<p>Complex data type for field-level encryption profiles that includes all of the encryption entities. </p>"
3717    },
3718    "EncryptionEntity":{
3719      "type":"structure",
3720      "required":[
3721        "PublicKeyId",
3722        "ProviderId",
3723        "FieldPatterns"
3724      ],
3725      "members":{
3726        "PublicKeyId":{
3727          "shape":"string",
3728          "documentation":"<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>"
3729        },
3730        "ProviderId":{
3731          "shape":"string",
3732          "documentation":"<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>"
3733        },
3734        "FieldPatterns":{
3735          "shape":"FieldPatterns",
3736          "documentation":"<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>"
3737        }
3738      },
3739      "documentation":"<p>Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications. </p>"
3740    },
3741    "EncryptionEntityList":{
3742      "type":"list",
3743      "member":{
3744        "shape":"EncryptionEntity",
3745        "locationName":"EncryptionEntity"
3746      }
3747    },
3748    "EndPoint":{
3749      "type":"structure",
3750      "required":["StreamType"],
3751      "members":{
3752        "StreamType":{
3753          "shape":"string",
3754          "documentation":"<p>The type of data stream where you are sending real-time log data. The only valid value is <code>Kinesis</code>.</p>"
3755        },
3756        "KinesisStreamConfig":{
3757          "shape":"KinesisStreamConfig",
3758          "documentation":"<p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data.</p>"
3759        }
3760      },
3761      "documentation":"<p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.</p>"
3762    },
3763    "EndPointList":{
3764      "type":"list",
3765      "member":{"shape":"EndPoint"}
3766    },
3767    "EventType":{
3768      "type":"string",
3769      "enum":[
3770        "viewer-request",
3771        "viewer-response",
3772        "origin-request",
3773        "origin-response"
3774      ]
3775    },
3776    "FieldLevelEncryption":{
3777      "type":"structure",
3778      "required":[
3779        "Id",
3780        "LastModifiedTime",
3781        "FieldLevelEncryptionConfig"
3782      ],
3783      "members":{
3784        "Id":{
3785          "shape":"string",
3786          "documentation":"<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>"
3787        },
3788        "LastModifiedTime":{
3789          "shape":"timestamp",
3790          "documentation":"<p>The last time the field-level encryption configuration was changed. </p>"
3791        },
3792        "FieldLevelEncryptionConfig":{
3793          "shape":"FieldLevelEncryptionConfig",
3794          "documentation":"<p>A complex data type that includes the profile configurations specified for field-level encryption. </p>"
3795        }
3796      },
3797      "documentation":"<p>A complex data type that includes the profile configurations and other options specified for field-level encryption. </p>"
3798    },
3799    "FieldLevelEncryptionConfig":{
3800      "type":"structure",
3801      "required":["CallerReference"],
3802      "members":{
3803        "CallerReference":{
3804          "shape":"string",
3805          "documentation":"<p>A unique number that ensures the request can't be replayed.</p>"
3806        },
3807        "Comment":{
3808          "shape":"string",
3809          "documentation":"<p>An optional comment about the configuration. The comment cannot be longer than 128 characters.</p>"
3810        },
3811        "QueryArgProfileConfig":{
3812          "shape":"QueryArgProfileConfig",
3813          "documentation":"<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>"
3814        },
3815        "ContentTypeProfileConfig":{
3816          "shape":"ContentTypeProfileConfig",
3817          "documentation":"<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>"
3818        }
3819      },
3820      "documentation":"<p>A complex data type that includes the profile configurations specified for field-level encryption. </p>"
3821    },
3822    "FieldLevelEncryptionConfigAlreadyExists":{
3823      "type":"structure",
3824      "members":{
3825        "Message":{"shape":"string"}
3826      },
3827      "documentation":"<p>The specified configuration for field-level encryption already exists.</p>",
3828      "error":{"httpStatusCode":409},
3829      "exception":true
3830    },
3831    "FieldLevelEncryptionConfigInUse":{
3832      "type":"structure",
3833      "members":{
3834        "Message":{"shape":"string"}
3835      },
3836      "documentation":"<p>The specified configuration for field-level encryption is in use.</p>",
3837      "error":{"httpStatusCode":409},
3838      "exception":true
3839    },
3840    "FieldLevelEncryptionList":{
3841      "type":"structure",
3842      "required":[
3843        "MaxItems",
3844        "Quantity"
3845      ],
3846      "members":{
3847        "NextMarker":{
3848          "shape":"string",
3849          "documentation":"<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>"
3850        },
3851        "MaxItems":{
3852          "shape":"integer",
3853          "documentation":"<p>The maximum number of elements you want in the response body. </p>"
3854        },
3855        "Quantity":{
3856          "shape":"integer",
3857          "documentation":"<p>The number of field-level encryption items.</p>"
3858        },
3859        "Items":{
3860          "shape":"FieldLevelEncryptionSummaryList",
3861          "documentation":"<p>An array of field-level encryption items.</p>"
3862        }
3863      },
3864      "documentation":"<p>List of field-level encrpytion configurations.</p>"
3865    },
3866    "FieldLevelEncryptionProfile":{
3867      "type":"structure",
3868      "required":[
3869        "Id",
3870        "LastModifiedTime",
3871        "FieldLevelEncryptionProfileConfig"
3872      ],
3873      "members":{
3874        "Id":{
3875          "shape":"string",
3876          "documentation":"<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>"
3877        },
3878        "LastModifiedTime":{
3879          "shape":"timestamp",
3880          "documentation":"<p>The last time the field-level encryption profile was updated.</p>"
3881        },
3882        "FieldLevelEncryptionProfileConfig":{
3883          "shape":"FieldLevelEncryptionProfileConfig",
3884          "documentation":"<p>A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.</p>"
3885        }
3886      },
3887      "documentation":"<p>A complex data type for field-level encryption profiles.</p>"
3888    },
3889    "FieldLevelEncryptionProfileAlreadyExists":{
3890      "type":"structure",
3891      "members":{
3892        "Message":{"shape":"string"}
3893      },
3894      "documentation":"<p>The specified profile for field-level encryption already exists.</p>",
3895      "error":{"httpStatusCode":409},
3896      "exception":true
3897    },
3898    "FieldLevelEncryptionProfileConfig":{
3899      "type":"structure",
3900      "required":[
3901        "Name",
3902        "CallerReference",
3903        "EncryptionEntities"
3904      ],
3905      "members":{
3906        "Name":{
3907          "shape":"string",
3908          "documentation":"<p>Profile name for the field-level encryption profile.</p>"
3909        },
3910        "CallerReference":{
3911          "shape":"string",
3912          "documentation":"<p>A unique number that ensures that the request can't be replayed.</p>"
3913        },
3914        "Comment":{
3915          "shape":"string",
3916          "documentation":"<p>An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.</p>"
3917        },
3918        "EncryptionEntities":{
3919          "shape":"EncryptionEntities",
3920          "documentation":"<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>"
3921        }
3922      },
3923      "documentation":"<p>A complex data type of profiles for the field-level encryption.</p>"
3924    },
3925    "FieldLevelEncryptionProfileInUse":{
3926      "type":"structure",
3927      "members":{
3928        "Message":{"shape":"string"}
3929      },
3930      "documentation":"<p>The specified profile for field-level encryption is in use.</p>",
3931      "error":{"httpStatusCode":409},
3932      "exception":true
3933    },
3934    "FieldLevelEncryptionProfileList":{
3935      "type":"structure",
3936      "required":[
3937        "MaxItems",
3938        "Quantity"
3939      ],
3940      "members":{
3941        "NextMarker":{
3942          "shape":"string",
3943          "documentation":"<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>"
3944        },
3945        "MaxItems":{
3946          "shape":"integer",
3947          "documentation":"<p>The maximum number of field-level encryption profiles you want in the response body. </p>"
3948        },
3949        "Quantity":{
3950          "shape":"integer",
3951          "documentation":"<p>The number of field-level encryption profiles.</p>"
3952        },
3953        "Items":{
3954          "shape":"FieldLevelEncryptionProfileSummaryList",
3955          "documentation":"<p>The field-level encryption profile items.</p>"
3956        }
3957      },
3958      "documentation":"<p>List of field-level encryption profiles.</p>"
3959    },
3960    "FieldLevelEncryptionProfileSizeExceeded":{
3961      "type":"structure",
3962      "members":{
3963        "Message":{"shape":"string"}
3964      },
3965      "documentation":"<p>The maximum size of a profile for field-level encryption was exceeded.</p>",
3966      "error":{"httpStatusCode":400},
3967      "exception":true
3968    },
3969    "FieldLevelEncryptionProfileSummary":{
3970      "type":"structure",
3971      "required":[
3972        "Id",
3973        "LastModifiedTime",
3974        "Name",
3975        "EncryptionEntities"
3976      ],
3977      "members":{
3978        "Id":{
3979          "shape":"string",
3980          "documentation":"<p>ID for the field-level encryption profile summary.</p>"
3981        },
3982        "LastModifiedTime":{
3983          "shape":"timestamp",
3984          "documentation":"<p>The time when the the field-level encryption profile summary was last updated.</p>"
3985        },
3986        "Name":{
3987          "shape":"string",
3988          "documentation":"<p>Name for the field-level encryption profile summary.</p>"
3989        },
3990        "EncryptionEntities":{
3991          "shape":"EncryptionEntities",
3992          "documentation":"<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>"
3993        },
3994        "Comment":{
3995          "shape":"string",
3996          "documentation":"<p>An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.</p>"
3997        }
3998      },
3999      "documentation":"<p>The field-level encryption profile summary.</p>"
4000    },
4001    "FieldLevelEncryptionProfileSummaryList":{
4002      "type":"list",
4003      "member":{
4004        "shape":"FieldLevelEncryptionProfileSummary",
4005        "locationName":"FieldLevelEncryptionProfileSummary"
4006      }
4007    },
4008    "FieldLevelEncryptionSummary":{
4009      "type":"structure",
4010      "required":[
4011        "Id",
4012        "LastModifiedTime"
4013      ],
4014      "members":{
4015        "Id":{
4016          "shape":"string",
4017          "documentation":"<p>The unique ID of a field-level encryption item.</p>"
4018        },
4019        "LastModifiedTime":{
4020          "shape":"timestamp",
4021          "documentation":"<p>The last time that the summary of field-level encryption items was modified.</p>"
4022        },
4023        "Comment":{
4024          "shape":"string",
4025          "documentation":"<p>An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.</p>"
4026        },
4027        "QueryArgProfileConfig":{
4028          "shape":"QueryArgProfileConfig",
4029          "documentation":"<p> A summary of a query argument-profile mapping. </p>"
4030        },
4031        "ContentTypeProfileConfig":{
4032          "shape":"ContentTypeProfileConfig",
4033          "documentation":"<p> A summary of a content type-profile mapping. </p>"
4034        }
4035      },
4036      "documentation":"<p>A summary of a field-level encryption item.</p>"
4037    },
4038    "FieldLevelEncryptionSummaryList":{
4039      "type":"list",
4040      "member":{
4041        "shape":"FieldLevelEncryptionSummary",
4042        "locationName":"FieldLevelEncryptionSummary"
4043      }
4044    },
4045    "FieldList":{
4046      "type":"list",
4047      "member":{
4048        "shape":"string",
4049        "locationName":"Field"
4050      }
4051    },
4052    "FieldPatternList":{
4053      "type":"list",
4054      "member":{
4055        "shape":"string",
4056        "locationName":"FieldPattern"
4057      }
4058    },
4059    "FieldPatterns":{
4060      "type":"structure",
4061      "required":["Quantity"],
4062      "members":{
4063        "Quantity":{
4064          "shape":"integer",
4065          "documentation":"<p>The number of field-level encryption field patterns.</p>"
4066        },
4067        "Items":{
4068          "shape":"FieldPatternList",
4069          "documentation":"<p>An array of the field-level encryption field patterns.</p>"
4070        }
4071      },
4072      "documentation":"<p>A complex data type that includes the field patterns to match for field-level encryption.</p>"
4073    },
4074    "Format":{
4075      "type":"string",
4076      "enum":["URLEncoded"]
4077    },
4078    "ForwardedValues":{
4079      "type":"structure",
4080      "required":[
4081        "QueryString",
4082        "Cookies"
4083      ],
4084      "members":{
4085        "QueryString":{
4086          "shape":"boolean",
4087          "documentation":"<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>"
4088        },
4089        "Cookies":{
4090          "shape":"CookiePreference",
4091          "documentation":"<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>"
4092        },
4093        "Headers":{
4094          "shape":"Headers",
4095          "documentation":"<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>"
4096        },
4097        "QueryStringCacheKeys":{
4098          "shape":"QueryStringCacheKeys",
4099          "documentation":"<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>"
4100        }
4101      },
4102      "documentation":"<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>"
4103    },
4104    "FunctionARN":{
4105      "type":"string",
4106      "max":108,
4107      "pattern":"arn:aws:cloudfront::[0-9]{12}:function\\/[a-zA-Z0-9-_]{1,64}$"
4108    },
4109    "FunctionAlreadyExists":{
4110      "type":"structure",
4111      "members":{
4112        "Message":{"shape":"string"}
4113      },
4114      "documentation":"<p>A function with the same name already exists in this account. To create a function, you must provide a unique name. To update an existing function, use <code>UpdateFunction</code>.</p>",
4115      "error":{"httpStatusCode":409},
4116      "exception":true
4117    },
4118    "FunctionAssociation":{
4119      "type":"structure",
4120      "required":[
4121        "FunctionARN",
4122        "EventType"
4123      ],
4124      "members":{
4125        "FunctionARN":{
4126          "shape":"FunctionARN",
4127          "documentation":"<p>The Amazon Resource Name (ARN) of the function.</p>"
4128        },
4129        "EventType":{
4130          "shape":"EventType",
4131          "documentation":"<p>The event type of the function, either <code>viewer-request</code> or <code>viewer-response</code>. You cannot use origin-facing event types (<code>origin-request</code> and <code>origin-response</code>) with a CloudFront function.</p>"
4132        }
4133      },
4134      "documentation":"<p>A CloudFront function that is associated with a cache behavior in a CloudFront distribution.</p>"
4135    },
4136    "FunctionAssociationList":{
4137      "type":"list",
4138      "member":{
4139        "shape":"FunctionAssociation",
4140        "locationName":"FunctionAssociation"
4141      }
4142    },
4143    "FunctionAssociations":{
4144      "type":"structure",
4145      "required":["Quantity"],
4146      "members":{
4147        "Quantity":{
4148          "shape":"integer",
4149          "documentation":"<p>The number of CloudFront functions in the list.</p>"
4150        },
4151        "Items":{
4152          "shape":"FunctionAssociationList",
4153          "documentation":"<p>The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the <code>LIVE</code> stage to associate them with a cache behavior.</p>"
4154        }
4155      },
4156      "documentation":"<p>A list of CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the <code>LIVE</code> stage to associate them with a cache behavior.</p>"
4157    },
4158    "FunctionBlob":{
4159      "type":"blob",
4160      "max":40960,
4161      "min":1,
4162      "sensitive":true
4163    },
4164    "FunctionConfig":{
4165      "type":"structure",
4166      "required":[
4167        "Comment",
4168        "Runtime"
4169      ],
4170      "members":{
4171        "Comment":{
4172          "shape":"string",
4173          "documentation":"<p>A comment to describe the function.</p>"
4174        },
4175        "Runtime":{
4176          "shape":"FunctionRuntime",
4177          "documentation":"<p>The function’s runtime environment. The only valid value is <code>cloudfront-js-1.0</code>.</p>"
4178        }
4179      },
4180      "documentation":"<p>Contains configuration information about a CloudFront function.</p>"
4181    },
4182    "FunctionEventObject":{
4183      "type":"blob",
4184      "max":40960,
4185      "sensitive":true
4186    },
4187    "FunctionExecutionLogList":{
4188      "type":"list",
4189      "member":{"shape":"string"}
4190    },
4191    "FunctionInUse":{
4192      "type":"structure",
4193      "members":{
4194        "Message":{"shape":"string"}
4195      },
4196      "documentation":"<p>Cannot delete the function because it’s attached to one or more cache behaviors.</p>",
4197      "error":{"httpStatusCode":409},
4198      "exception":true
4199    },
4200    "FunctionList":{
4201      "type":"structure",
4202      "required":[
4203        "MaxItems",
4204        "Quantity"
4205      ],
4206      "members":{
4207        "NextMarker":{
4208          "shape":"string",
4209          "documentation":"<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 functions where you left off.</p>"
4210        },
4211        "MaxItems":{
4212          "shape":"integer",
4213          "documentation":"<p>The maximum number of functions requested.</p>"
4214        },
4215        "Quantity":{
4216          "shape":"integer",
4217          "documentation":"<p>The number of functions returned in the response.</p>"
4218        },
4219        "Items":{
4220          "shape":"FunctionSummaryList",
4221          "documentation":"<p>Contains the functions in the list.</p>"
4222        }
4223      },
4224      "documentation":"<p>A list of CloudFront functions.</p>"
4225    },
4226    "FunctionMetadata":{
4227      "type":"structure",
4228      "required":[
4229        "FunctionARN",
4230        "LastModifiedTime"
4231      ],
4232      "members":{
4233        "FunctionARN":{
4234          "shape":"string",
4235          "documentation":"<p>The Amazon Resource Name (ARN) of the function. The ARN uniquely identifies the function.</p>"
4236        },
4237        "Stage":{
4238          "shape":"FunctionStage",
4239          "documentation":"<p>The stage that the function is in, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p> <p>When a function is in the <code>DEVELOPMENT</code> stage, you can test the function with <code>TestFunction</code>, and update it with <code>UpdateFunction</code>.</p> <p>When a function is in the <code>LIVE</code> stage, you can attach the function to a distribution’s cache behavior, using the function’s ARN.</p>"
4240        },
4241        "CreatedTime":{
4242          "shape":"timestamp",
4243          "documentation":"<p>The date and time when the function was created.</p>"
4244        },
4245        "LastModifiedTime":{
4246          "shape":"timestamp",
4247          "documentation":"<p>The date and time when the function was most recently updated.</p>"
4248        }
4249      },
4250      "documentation":"<p>Contains metadata about a CloudFront function.</p>"
4251    },
4252    "FunctionName":{
4253      "type":"string",
4254      "max":64,
4255      "min":1,
4256      "pattern":"^[a-zA-Z0-9-_]{1,64}$"
4257    },
4258    "FunctionRuntime":{
4259      "type":"string",
4260      "enum":["cloudfront-js-1.0"]
4261    },
4262    "FunctionSizeLimitExceeded":{
4263      "type":"structure",
4264      "members":{
4265        "Message":{"shape":"string"}
4266      },
4267      "documentation":"<p>The function is too large. 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>",
4268      "error":{"httpStatusCode":413},
4269      "exception":true
4270    },
4271    "FunctionStage":{
4272      "type":"string",
4273      "enum":[
4274        "DEVELOPMENT",
4275        "LIVE"
4276      ]
4277    },
4278    "FunctionSummary":{
4279      "type":"structure",
4280      "required":[
4281        "Name",
4282        "FunctionConfig",
4283        "FunctionMetadata"
4284      ],
4285      "members":{
4286        "Name":{
4287          "shape":"FunctionName",
4288          "documentation":"<p>The name of the CloudFront function.</p>"
4289        },
4290        "Status":{
4291          "shape":"string",
4292          "documentation":"<p>The status of the CloudFront function.</p>"
4293        },
4294        "FunctionConfig":{
4295          "shape":"FunctionConfig",
4296          "documentation":"<p>Contains configuration information about a CloudFront function.</p>"
4297        },
4298        "FunctionMetadata":{
4299          "shape":"FunctionMetadata",
4300          "documentation":"<p>Contains metadata about a CloudFront function.</p>"
4301        }
4302      },
4303      "documentation":"<p>Contains configuration information and metadata about a CloudFront function.</p>"
4304    },
4305    "FunctionSummaryList":{
4306      "type":"list",
4307      "member":{
4308        "shape":"FunctionSummary",
4309        "locationName":"FunctionSummary"
4310      }
4311    },
4312    "GeoRestriction":{
4313      "type":"structure",
4314      "required":[
4315        "RestrictionType",
4316        "Quantity"
4317      ],
4318      "members":{
4319        "RestrictionType":{
4320          "shape":"GeoRestrictionType",
4321          "documentation":"<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>"
4322        },
4323        "Quantity":{
4324          "shape":"integer",
4325          "documentation":"<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>"
4326        },
4327        "Items":{
4328          "shape":"LocationList",
4329          "documentation":"<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>"
4330        }
4331      },
4332      "documentation":"<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>"
4333    },
4334    "GeoRestrictionType":{
4335      "type":"string",
4336      "enum":[
4337        "blacklist",
4338        "whitelist",
4339        "none"
4340      ]
4341    },
4342    "GetCachePolicyConfigRequest":{
4343      "type":"structure",
4344      "required":["Id"],
4345      "members":{
4346        "Id":{
4347          "shape":"string",
4348          "documentation":"<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>",
4349          "location":"uri",
4350          "locationName":"Id"
4351        }
4352      }
4353    },
4354    "GetCachePolicyConfigResult":{
4355      "type":"structure",
4356      "members":{
4357        "CachePolicyConfig":{
4358          "shape":"CachePolicyConfig",
4359          "documentation":"<p>The cache policy configuration.</p>"
4360        },
4361        "ETag":{
4362          "shape":"string",
4363          "documentation":"<p>The current version of the cache policy.</p>",
4364          "location":"header",
4365          "locationName":"ETag"
4366        }
4367      },
4368      "payload":"CachePolicyConfig"
4369    },
4370    "GetCachePolicyRequest":{
4371      "type":"structure",
4372      "required":["Id"],
4373      "members":{
4374        "Id":{
4375          "shape":"string",
4376          "documentation":"<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>",
4377          "location":"uri",
4378          "locationName":"Id"
4379        }
4380      }
4381    },
4382    "GetCachePolicyResult":{
4383      "type":"structure",
4384      "members":{
4385        "CachePolicy":{
4386          "shape":"CachePolicy",
4387          "documentation":"<p>The cache policy.</p>"
4388        },
4389        "ETag":{
4390          "shape":"string",
4391          "documentation":"<p>The current version of the cache policy.</p>",
4392          "location":"header",
4393          "locationName":"ETag"
4394        }
4395      },
4396      "payload":"CachePolicy"
4397    },
4398    "GetCloudFrontOriginAccessIdentityConfigRequest":{
4399      "type":"structure",
4400      "required":["Id"],
4401      "members":{
4402        "Id":{
4403          "shape":"string",
4404          "documentation":"<p>The identity's ID. </p>",
4405          "location":"uri",
4406          "locationName":"Id"
4407        }
4408      },
4409      "documentation":"<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>"
4410    },
4411    "GetCloudFrontOriginAccessIdentityConfigResult":{
4412      "type":"structure",
4413      "members":{
4414        "CloudFrontOriginAccessIdentityConfig":{
4415          "shape":"CloudFrontOriginAccessIdentityConfig",
4416          "documentation":"<p>The origin access identity's configuration information. </p>"
4417        },
4418        "ETag":{
4419          "shape":"string",
4420          "documentation":"<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
4421          "location":"header",
4422          "locationName":"ETag"
4423        }
4424      },
4425      "documentation":"<p>The returned result of the corresponding request.</p>",
4426      "payload":"CloudFrontOriginAccessIdentityConfig"
4427    },
4428    "GetCloudFrontOriginAccessIdentityRequest":{
4429      "type":"structure",
4430      "required":["Id"],
4431      "members":{
4432        "Id":{
4433          "shape":"string",
4434          "documentation":"<p>The identity's ID.</p>",
4435          "location":"uri",
4436          "locationName":"Id"
4437        }
4438      },
4439      "documentation":"<p>The request to get an origin access identity's information.</p>"
4440    },
4441    "GetCloudFrontOriginAccessIdentityResult":{
4442      "type":"structure",
4443      "members":{
4444        "CloudFrontOriginAccessIdentity":{
4445          "shape":"CloudFrontOriginAccessIdentity",
4446          "documentation":"<p>The origin access identity's information.</p>"
4447        },
4448        "ETag":{
4449          "shape":"string",
4450          "documentation":"<p>The current version of the origin access identity's information. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
4451          "location":"header",
4452          "locationName":"ETag"
4453        }
4454      },
4455      "documentation":"<p>The returned result of the corresponding request.</p>",
4456      "payload":"CloudFrontOriginAccessIdentity"
4457    },
4458    "GetDistributionConfigRequest":{
4459      "type":"structure",
4460      "required":["Id"],
4461      "members":{
4462        "Id":{
4463          "shape":"string",
4464          "documentation":"<p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>",
4465          "location":"uri",
4466          "locationName":"Id"
4467        }
4468      },
4469      "documentation":"<p>The request to get a distribution configuration.</p>"
4470    },
4471    "GetDistributionConfigResult":{
4472      "type":"structure",
4473      "members":{
4474        "DistributionConfig":{
4475          "shape":"DistributionConfig",
4476          "documentation":"<p>The distribution's configuration information.</p>"
4477        },
4478        "ETag":{
4479          "shape":"string",
4480          "documentation":"<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
4481          "location":"header",
4482          "locationName":"ETag"
4483        }
4484      },
4485      "documentation":"<p>The returned result of the corresponding request.</p>",
4486      "payload":"DistributionConfig"
4487    },
4488    "GetDistributionRequest":{
4489      "type":"structure",
4490      "required":["Id"],
4491      "members":{
4492        "Id":{
4493          "shape":"string",
4494          "documentation":"<p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>",
4495          "location":"uri",
4496          "locationName":"Id"
4497        }
4498      },
4499      "documentation":"<p>The request to get a distribution's information.</p>"
4500    },
4501    "GetDistributionResult":{
4502      "type":"structure",
4503      "members":{
4504        "Distribution":{
4505          "shape":"Distribution",
4506          "documentation":"<p>The distribution's information.</p>"
4507        },
4508        "ETag":{
4509          "shape":"string",
4510          "documentation":"<p>The current version of the distribution's information. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
4511          "location":"header",
4512          "locationName":"ETag"
4513        }
4514      },
4515      "documentation":"<p>The returned result of the corresponding request.</p>",
4516      "payload":"Distribution"
4517    },
4518    "GetFieldLevelEncryptionConfigRequest":{
4519      "type":"structure",
4520      "required":["Id"],
4521      "members":{
4522        "Id":{
4523          "shape":"string",
4524          "documentation":"<p>Request the ID for the field-level encryption configuration information.</p>",
4525          "location":"uri",
4526          "locationName":"Id"
4527        }
4528      }
4529    },
4530    "GetFieldLevelEncryptionConfigResult":{
4531      "type":"structure",
4532      "members":{
4533        "FieldLevelEncryptionConfig":{
4534          "shape":"FieldLevelEncryptionConfig",
4535          "documentation":"<p>Return the field-level encryption configuration information.</p>"
4536        },
4537        "ETag":{
4538          "shape":"string",
4539          "documentation":"<p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
4540          "location":"header",
4541          "locationName":"ETag"
4542        }
4543      },
4544      "payload":"FieldLevelEncryptionConfig"
4545    },
4546    "GetFieldLevelEncryptionProfileConfigRequest":{
4547      "type":"structure",
4548      "required":["Id"],
4549      "members":{
4550        "Id":{
4551          "shape":"string",
4552          "documentation":"<p>Get the ID for the field-level encryption profile configuration information.</p>",
4553          "location":"uri",
4554          "locationName":"Id"
4555        }
4556      }
4557    },
4558    "GetFieldLevelEncryptionProfileConfigResult":{
4559      "type":"structure",
4560      "members":{
4561        "FieldLevelEncryptionProfileConfig":{
4562          "shape":"FieldLevelEncryptionProfileConfig",
4563          "documentation":"<p>Return the field-level encryption profile configuration information.</p>"
4564        },
4565        "ETag":{
4566          "shape":"string",
4567          "documentation":"<p>The current version of the field-level encryption profile configuration result. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
4568          "location":"header",
4569          "locationName":"ETag"
4570        }
4571      },
4572      "payload":"FieldLevelEncryptionProfileConfig"
4573    },
4574    "GetFieldLevelEncryptionProfileRequest":{
4575      "type":"structure",
4576      "required":["Id"],
4577      "members":{
4578        "Id":{
4579          "shape":"string",
4580          "documentation":"<p>Get the ID for the field-level encryption profile information.</p>",
4581          "location":"uri",
4582          "locationName":"Id"
4583        }
4584      }
4585    },
4586    "GetFieldLevelEncryptionProfileResult":{
4587      "type":"structure",
4588      "members":{
4589        "FieldLevelEncryptionProfile":{
4590          "shape":"FieldLevelEncryptionProfile",
4591          "documentation":"<p>Return the field-level encryption profile information.</p>"
4592        },
4593        "ETag":{
4594          "shape":"string",
4595          "documentation":"<p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
4596          "location":"header",
4597          "locationName":"ETag"
4598        }
4599      },
4600      "payload":"FieldLevelEncryptionProfile"
4601    },
4602    "GetFieldLevelEncryptionRequest":{
4603      "type":"structure",
4604      "required":["Id"],
4605      "members":{
4606        "Id":{
4607          "shape":"string",
4608          "documentation":"<p>Request the ID for the field-level encryption configuration information.</p>",
4609          "location":"uri",
4610          "locationName":"Id"
4611        }
4612      }
4613    },
4614    "GetFieldLevelEncryptionResult":{
4615      "type":"structure",
4616      "members":{
4617        "FieldLevelEncryption":{
4618          "shape":"FieldLevelEncryption",
4619          "documentation":"<p>Return the field-level encryption configuration information.</p>"
4620        },
4621        "ETag":{
4622          "shape":"string",
4623          "documentation":"<p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
4624          "location":"header",
4625          "locationName":"ETag"
4626        }
4627      },
4628      "payload":"FieldLevelEncryption"
4629    },
4630    "GetFunctionRequest":{
4631      "type":"structure",
4632      "required":["Name"],
4633      "members":{
4634        "Name":{
4635          "shape":"string",
4636          "documentation":"<p>The name of the function whose code you are getting.</p>",
4637          "location":"uri",
4638          "locationName":"Name"
4639        },
4640        "Stage":{
4641          "shape":"FunctionStage",
4642          "documentation":"<p>The function’s stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>",
4643          "location":"querystring",
4644          "locationName":"Stage"
4645        }
4646      }
4647    },
4648    "GetFunctionResult":{
4649      "type":"structure",
4650      "members":{
4651        "FunctionCode":{
4652          "shape":"FunctionBlob",
4653          "documentation":"<p>The function code of a CloudFront function.</p>"
4654        },
4655        "ETag":{
4656          "shape":"string",
4657          "documentation":"<p>The version identifier for the current version of the CloudFront function.</p>",
4658          "location":"header",
4659          "locationName":"ETag"
4660        },
4661        "ContentType":{
4662          "shape":"string",
4663          "documentation":"<p>The content type (media type) of the response.</p>",
4664          "location":"header",
4665          "locationName":"Content-Type"
4666        }
4667      },
4668      "payload":"FunctionCode"
4669    },
4670    "GetInvalidationRequest":{
4671      "type":"structure",
4672      "required":[
4673        "DistributionId",
4674        "Id"
4675      ],
4676      "members":{
4677        "DistributionId":{
4678          "shape":"string",
4679          "documentation":"<p>The distribution's ID.</p>",
4680          "location":"uri",
4681          "locationName":"DistributionId"
4682        },
4683        "Id":{
4684          "shape":"string",
4685          "documentation":"<p>The identifier for the invalidation request, for example, <code>IDFDVBD632BHDS5</code>.</p>",
4686          "location":"uri",
4687          "locationName":"Id"
4688        }
4689      },
4690      "documentation":"<p>The request to get an invalidation's information. </p>"
4691    },
4692    "GetInvalidationResult":{
4693      "type":"structure",
4694      "members":{
4695        "Invalidation":{
4696          "shape":"Invalidation",
4697          "documentation":"<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>"
4698        }
4699      },
4700      "documentation":"<p>The returned result of the corresponding request.</p>",
4701      "payload":"Invalidation"
4702    },
4703    "GetKeyGroupConfigRequest":{
4704      "type":"structure",
4705      "required":["Id"],
4706      "members":{
4707        "Id":{
4708          "shape":"string",
4709          "documentation":"<p>The identifier of the key group whose configuration you are getting. To get the identifier, use <code>ListKeyGroups</code>.</p>",
4710          "location":"uri",
4711          "locationName":"Id"
4712        }
4713      }
4714    },
4715    "GetKeyGroupConfigResult":{
4716      "type":"structure",
4717      "members":{
4718        "KeyGroupConfig":{
4719          "shape":"KeyGroupConfig",
4720          "documentation":"<p>The key group configuration.</p>"
4721        },
4722        "ETag":{
4723          "shape":"string",
4724          "documentation":"<p>The identifier for this version of the key group.</p>",
4725          "location":"header",
4726          "locationName":"ETag"
4727        }
4728      },
4729      "payload":"KeyGroupConfig"
4730    },
4731    "GetKeyGroupRequest":{
4732      "type":"structure",
4733      "required":["Id"],
4734      "members":{
4735        "Id":{
4736          "shape":"string",
4737          "documentation":"<p>The identifier of the key group that you are getting. To get the identifier, use <code>ListKeyGroups</code>.</p>",
4738          "location":"uri",
4739          "locationName":"Id"
4740        }
4741      }
4742    },
4743    "GetKeyGroupResult":{
4744      "type":"structure",
4745      "members":{
4746        "KeyGroup":{
4747          "shape":"KeyGroup",
4748          "documentation":"<p>The key group.</p>"
4749        },
4750        "ETag":{
4751          "shape":"string",
4752          "documentation":"<p>The identifier for this version of the key group.</p>",
4753          "location":"header",
4754          "locationName":"ETag"
4755        }
4756      },
4757      "payload":"KeyGroup"
4758    },
4759    "GetMonitoringSubscriptionRequest":{
4760      "type":"structure",
4761      "required":["DistributionId"],
4762      "members":{
4763        "DistributionId":{
4764          "shape":"string",
4765          "documentation":"<p>The ID of the distribution that you are getting metrics information for.</p>",
4766          "location":"uri",
4767          "locationName":"DistributionId"
4768        }
4769      }
4770    },
4771    "GetMonitoringSubscriptionResult":{
4772      "type":"structure",
4773      "members":{
4774        "MonitoringSubscription":{
4775          "shape":"MonitoringSubscription",
4776          "documentation":"<p>A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.</p>"
4777        }
4778      },
4779      "payload":"MonitoringSubscription"
4780    },
4781    "GetOriginRequestPolicyConfigRequest":{
4782      "type":"structure",
4783      "required":["Id"],
4784      "members":{
4785        "Id":{
4786          "shape":"string",
4787          "documentation":"<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>",
4788          "location":"uri",
4789          "locationName":"Id"
4790        }
4791      }
4792    },
4793    "GetOriginRequestPolicyConfigResult":{
4794      "type":"structure",
4795      "members":{
4796        "OriginRequestPolicyConfig":{
4797          "shape":"OriginRequestPolicyConfig",
4798          "documentation":"<p>The origin request policy configuration.</p>"
4799        },
4800        "ETag":{
4801          "shape":"string",
4802          "documentation":"<p>The current version of the origin request policy.</p>",
4803          "location":"header",
4804          "locationName":"ETag"
4805        }
4806      },
4807      "payload":"OriginRequestPolicyConfig"
4808    },
4809    "GetOriginRequestPolicyRequest":{
4810      "type":"structure",
4811      "required":["Id"],
4812      "members":{
4813        "Id":{
4814          "shape":"string",
4815          "documentation":"<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>",
4816          "location":"uri",
4817          "locationName":"Id"
4818        }
4819      }
4820    },
4821    "GetOriginRequestPolicyResult":{
4822      "type":"structure",
4823      "members":{
4824        "OriginRequestPolicy":{
4825          "shape":"OriginRequestPolicy",
4826          "documentation":"<p>The origin request policy.</p>"
4827        },
4828        "ETag":{
4829          "shape":"string",
4830          "documentation":"<p>The current version of the origin request policy.</p>",
4831          "location":"header",
4832          "locationName":"ETag"
4833        }
4834      },
4835      "payload":"OriginRequestPolicy"
4836    },
4837    "GetPublicKeyConfigRequest":{
4838      "type":"structure",
4839      "required":["Id"],
4840      "members":{
4841        "Id":{
4842          "shape":"string",
4843          "documentation":"<p>The identifier of the public key whose configuration you are getting.</p>",
4844          "location":"uri",
4845          "locationName":"Id"
4846        }
4847      }
4848    },
4849    "GetPublicKeyConfigResult":{
4850      "type":"structure",
4851      "members":{
4852        "PublicKeyConfig":{
4853          "shape":"PublicKeyConfig",
4854          "documentation":"<p>A public key configuration.</p>"
4855        },
4856        "ETag":{
4857          "shape":"string",
4858          "documentation":"<p>The identifier for this version of the public key configuration.</p>",
4859          "location":"header",
4860          "locationName":"ETag"
4861        }
4862      },
4863      "payload":"PublicKeyConfig"
4864    },
4865    "GetPublicKeyRequest":{
4866      "type":"structure",
4867      "required":["Id"],
4868      "members":{
4869        "Id":{
4870          "shape":"string",
4871          "documentation":"<p>The identifier of the public key you are getting.</p>",
4872          "location":"uri",
4873          "locationName":"Id"
4874        }
4875      }
4876    },
4877    "GetPublicKeyResult":{
4878      "type":"structure",
4879      "members":{
4880        "PublicKey":{
4881          "shape":"PublicKey",
4882          "documentation":"<p>The public key.</p>"
4883        },
4884        "ETag":{
4885          "shape":"string",
4886          "documentation":"<p>The identifier for this version of the public key.</p>",
4887          "location":"header",
4888          "locationName":"ETag"
4889        }
4890      },
4891      "payload":"PublicKey"
4892    },
4893    "GetRealtimeLogConfigRequest":{
4894      "type":"structure",
4895      "members":{
4896        "Name":{
4897          "shape":"string",
4898          "documentation":"<p>The name of the real-time log configuration to get.</p>"
4899        },
4900        "ARN":{
4901          "shape":"string",
4902          "documentation":"<p>The Amazon Resource Name (ARN) of the real-time log configuration to get.</p>"
4903        }
4904      }
4905    },
4906    "GetRealtimeLogConfigResult":{
4907      "type":"structure",
4908      "members":{
4909        "RealtimeLogConfig":{
4910          "shape":"RealtimeLogConfig",
4911          "documentation":"<p>A real-time log configuration.</p>"
4912        }
4913      }
4914    },
4915    "GetStreamingDistributionConfigRequest":{
4916      "type":"structure",
4917      "required":["Id"],
4918      "members":{
4919        "Id":{
4920          "shape":"string",
4921          "documentation":"<p>The streaming distribution's ID.</p>",
4922          "location":"uri",
4923          "locationName":"Id"
4924        }
4925      },
4926      "documentation":"<p>To request to get a streaming distribution configuration.</p>"
4927    },
4928    "GetStreamingDistributionConfigResult":{
4929      "type":"structure",
4930      "members":{
4931        "StreamingDistributionConfig":{
4932          "shape":"StreamingDistributionConfig",
4933          "documentation":"<p>The streaming distribution's configuration information.</p>"
4934        },
4935        "ETag":{
4936          "shape":"string",
4937          "documentation":"<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>. </p>",
4938          "location":"header",
4939          "locationName":"ETag"
4940        }
4941      },
4942      "documentation":"<p>The returned result of the corresponding request.</p>",
4943      "payload":"StreamingDistributionConfig"
4944    },
4945    "GetStreamingDistributionRequest":{
4946      "type":"structure",
4947      "required":["Id"],
4948      "members":{
4949        "Id":{
4950          "shape":"string",
4951          "documentation":"<p>The streaming distribution's ID.</p>",
4952          "location":"uri",
4953          "locationName":"Id"
4954        }
4955      },
4956      "documentation":"<p>The request to get a streaming distribution's information.</p>"
4957    },
4958    "GetStreamingDistributionResult":{
4959      "type":"structure",
4960      "members":{
4961        "StreamingDistribution":{
4962          "shape":"StreamingDistribution",
4963          "documentation":"<p>The streaming distribution's information.</p>"
4964        },
4965        "ETag":{
4966          "shape":"string",
4967          "documentation":"<p>The current version of the streaming distribution's information. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
4968          "location":"header",
4969          "locationName":"ETag"
4970        }
4971      },
4972      "documentation":"<p>The returned result of the corresponding request.</p>",
4973      "payload":"StreamingDistribution"
4974    },
4975    "HeaderList":{
4976      "type":"list",
4977      "member":{
4978        "shape":"string",
4979        "locationName":"Name"
4980      }
4981    },
4982    "Headers":{
4983      "type":"structure",
4984      "required":["Quantity"],
4985      "members":{
4986        "Quantity":{
4987          "shape":"integer",
4988          "documentation":"<p>The number of header names in the <code>Items</code> list.</p>"
4989        },
4990        "Items":{
4991          "shape":"HeaderList",
4992          "documentation":"<p>A list of HTTP header names.</p>"
4993        }
4994      },
4995      "documentation":"<p>Contains a list of HTTP header names.</p>"
4996    },
4997    "HttpVersion":{
4998      "type":"string",
4999      "enum":[
5000        "http1.1",
5001        "http2"
5002      ]
5003    },
5004    "ICPRecordalStatus":{
5005      "type":"string",
5006      "enum":[
5007        "APPROVED",
5008        "SUSPENDED",
5009        "PENDING"
5010      ]
5011    },
5012    "IllegalDelete":{
5013      "type":"structure",
5014      "members":{
5015        "Message":{"shape":"string"}
5016      },
5017      "documentation":"<p>You cannot delete a managed policy.</p>",
5018      "error":{"httpStatusCode":400},
5019      "exception":true
5020    },
5021    "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior":{
5022      "type":"structure",
5023      "members":{
5024        "Message":{"shape":"string"}
5025      },
5026      "documentation":"<p>The specified configuration for field-level encryption can't be associated with the specified cache behavior.</p>",
5027      "error":{"httpStatusCode":400},
5028      "exception":true
5029    },
5030    "IllegalUpdate":{
5031      "type":"structure",
5032      "members":{
5033        "Message":{"shape":"string"}
5034      },
5035      "documentation":"<p>The update contains modifications that are not allowed.</p>",
5036      "error":{"httpStatusCode":400},
5037      "exception":true
5038    },
5039    "InconsistentQuantities":{
5040      "type":"structure",
5041      "members":{
5042        "Message":{"shape":"string"}
5043      },
5044      "documentation":"<p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>",
5045      "error":{"httpStatusCode":400},
5046      "exception":true
5047    },
5048    "InvalidArgument":{
5049      "type":"structure",
5050      "members":{
5051        "Message":{"shape":"string"}
5052      },
5053      "documentation":"<p>An argument is invalid.</p>",
5054      "error":{"httpStatusCode":400},
5055      "exception":true
5056    },
5057    "InvalidDefaultRootObject":{
5058      "type":"structure",
5059      "members":{
5060        "Message":{"shape":"string"}
5061      },
5062      "documentation":"<p>The default root object file name is too big or contains an invalid character.</p>",
5063      "error":{"httpStatusCode":400},
5064      "exception":true
5065    },
5066    "InvalidErrorCode":{
5067      "type":"structure",
5068      "members":{
5069        "Message":{"shape":"string"}
5070      },
5071      "documentation":"<p>An invalid error code was specified.</p>",
5072      "error":{"httpStatusCode":400},
5073      "exception":true
5074    },
5075    "InvalidForwardCookies":{
5076      "type":"structure",
5077      "members":{
5078        "Message":{"shape":"string"}
5079      },
5080      "documentation":"<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>",
5081      "error":{"httpStatusCode":400},
5082      "exception":true
5083    },
5084    "InvalidFunctionAssociation":{
5085      "type":"structure",
5086      "members":{
5087        "Message":{"shape":"string"}
5088      },
5089      "documentation":"<p>A CloudFront function association is invalid.</p>",
5090      "error":{"httpStatusCode":400},
5091      "exception":true
5092    },
5093    "InvalidGeoRestrictionParameter":{
5094      "type":"structure",
5095      "members":{
5096        "Message":{"shape":"string"}
5097      },
5098      "documentation":"<p>The specified geo restriction parameter is not valid.</p>",
5099      "error":{"httpStatusCode":400},
5100      "exception":true
5101    },
5102    "InvalidHeadersForS3Origin":{
5103      "type":"structure",
5104      "members":{
5105        "Message":{"shape":"string"}
5106      },
5107      "documentation":"<p>The headers specified are not valid for an Amazon S3 origin.</p>",
5108      "error":{"httpStatusCode":400},
5109      "exception":true
5110    },
5111    "InvalidIfMatchVersion":{
5112      "type":"structure",
5113      "members":{
5114        "Message":{"shape":"string"}
5115      },
5116      "documentation":"<p>The <code>If-Match</code> version is missing or not valid.</p>",
5117      "error":{"httpStatusCode":400},
5118      "exception":true
5119    },
5120    "InvalidLambdaFunctionAssociation":{
5121      "type":"structure",
5122      "members":{
5123        "Message":{"shape":"string"}
5124      },
5125      "documentation":"<p>The specified Lambda@Edge function association is invalid.</p>",
5126      "error":{"httpStatusCode":400},
5127      "exception":true
5128    },
5129    "InvalidLocationCode":{
5130      "type":"structure",
5131      "members":{
5132        "Message":{"shape":"string"}
5133      },
5134      "documentation":"<p>The location code specified is not valid.</p>",
5135      "error":{"httpStatusCode":400},
5136      "exception":true
5137    },
5138    "InvalidMinimumProtocolVersion":{
5139      "type":"structure",
5140      "members":{
5141        "Message":{"shape":"string"}
5142      },
5143      "documentation":"<p>The minimum protocol version specified is not valid.</p>",
5144      "error":{"httpStatusCode":400},
5145      "exception":true
5146    },
5147    "InvalidOrigin":{
5148      "type":"structure",
5149      "members":{
5150        "Message":{"shape":"string"}
5151      },
5152      "documentation":"<p>The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.</p>",
5153      "error":{"httpStatusCode":400},
5154      "exception":true
5155    },
5156    "InvalidOriginAccessIdentity":{
5157      "type":"structure",
5158      "members":{
5159        "Message":{"shape":"string"}
5160      },
5161      "documentation":"<p>The origin access identity is not valid or doesn't exist.</p>",
5162      "error":{"httpStatusCode":400},
5163      "exception":true
5164    },
5165    "InvalidOriginKeepaliveTimeout":{
5166      "type":"structure",
5167      "members":{
5168        "Message":{"shape":"string"}
5169      },
5170      "documentation":"<p>The keep alive timeout specified for the origin is not valid.</p>",
5171      "error":{"httpStatusCode":400},
5172      "exception":true
5173    },
5174    "InvalidOriginReadTimeout":{
5175      "type":"structure",
5176      "members":{
5177        "Message":{"shape":"string"}
5178      },
5179      "documentation":"<p>The read timeout specified for the origin is not valid.</p>",
5180      "error":{"httpStatusCode":400},
5181      "exception":true
5182    },
5183    "InvalidProtocolSettings":{
5184      "type":"structure",
5185      "members":{
5186        "Message":{"shape":"string"}
5187      },
5188      "documentation":"<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>",
5189      "error":{"httpStatusCode":400},
5190      "exception":true
5191    },
5192    "InvalidQueryStringParameters":{
5193      "type":"structure",
5194      "members":{
5195        "Message":{"shape":"string"}
5196      },
5197      "documentation":"<p>The query string parameters specified are not valid.</p>",
5198      "error":{"httpStatusCode":400},
5199      "exception":true
5200    },
5201    "InvalidRelativePath":{
5202      "type":"structure",
5203      "members":{
5204        "Message":{"shape":"string"}
5205      },
5206      "documentation":"<p>The relative path is too big, is not URL-encoded, or does not begin with a slash (/).</p>",
5207      "error":{"httpStatusCode":400},
5208      "exception":true
5209    },
5210    "InvalidRequiredProtocol":{
5211      "type":"structure",
5212      "members":{
5213        "Message":{"shape":"string"}
5214      },
5215      "documentation":"<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>",
5216      "error":{"httpStatusCode":400},
5217      "exception":true
5218    },
5219    "InvalidResponseCode":{
5220      "type":"structure",
5221      "members":{
5222        "Message":{"shape":"string"}
5223      },
5224      "documentation":"<p>A response code is not valid.</p>",
5225      "error":{"httpStatusCode":400},
5226      "exception":true
5227    },
5228    "InvalidTTLOrder":{
5229      "type":"structure",
5230      "members":{
5231        "Message":{"shape":"string"}
5232      },
5233      "documentation":"<p>The TTL order specified is not valid.</p>",
5234      "error":{"httpStatusCode":400},
5235      "exception":true
5236    },
5237    "InvalidTagging":{
5238      "type":"structure",
5239      "members":{
5240        "Message":{"shape":"string"}
5241      },
5242      "documentation":"<p>The tagging specified is not valid.</p>",
5243      "error":{"httpStatusCode":400},
5244      "exception":true
5245    },
5246    "InvalidViewerCertificate":{
5247      "type":"structure",
5248      "members":{
5249        "Message":{"shape":"string"}
5250      },
5251      "documentation":"<p>A viewer certificate specified is not valid.</p>",
5252      "error":{"httpStatusCode":400},
5253      "exception":true
5254    },
5255    "InvalidWebACLId":{
5256      "type":"structure",
5257      "members":{
5258        "Message":{"shape":"string"}
5259      },
5260      "documentation":"<p>A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>. To specify a web ACL created using WAF Classic, use the ACL ID, for example <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>",
5261      "error":{"httpStatusCode":400},
5262      "exception":true
5263    },
5264    "Invalidation":{
5265      "type":"structure",
5266      "required":[
5267        "Id",
5268        "Status",
5269        "CreateTime",
5270        "InvalidationBatch"
5271      ],
5272      "members":{
5273        "Id":{
5274          "shape":"string",
5275          "documentation":"<p>The identifier for the invalidation request. For example: <code>IDFDVBD632BHDS5</code>.</p>"
5276        },
5277        "Status":{
5278          "shape":"string",
5279          "documentation":"<p>The status of the invalidation request. When the invalidation batch is finished, the status is <code>Completed</code>.</p>"
5280        },
5281        "CreateTime":{
5282          "shape":"timestamp",
5283          "documentation":"<p>The date and time the invalidation request was first made. </p>"
5284        },
5285        "InvalidationBatch":{
5286          "shape":"InvalidationBatch",
5287          "documentation":"<p>The current invalidation information for the batch request. </p>"
5288        }
5289      },
5290      "documentation":"<p>An invalidation. </p>"
5291    },
5292    "InvalidationBatch":{
5293      "type":"structure",
5294      "required":[
5295        "Paths",
5296        "CallerReference"
5297      ],
5298      "members":{
5299        "Paths":{
5300          "shape":"Paths",
5301          "documentation":"<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>"
5302        },
5303        "CallerReference":{
5304          "shape":"string",
5305          "documentation":"<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>"
5306        }
5307      },
5308      "documentation":"<p>An invalidation batch.</p>"
5309    },
5310    "InvalidationList":{
5311      "type":"structure",
5312      "required":[
5313        "Marker",
5314        "MaxItems",
5315        "IsTruncated",
5316        "Quantity"
5317      ],
5318      "members":{
5319        "Marker":{
5320          "shape":"string",
5321          "documentation":"<p>The value that you provided for the <code>Marker</code> request parameter.</p>"
5322        },
5323        "NextMarker":{
5324          "shape":"string",
5325          "documentation":"<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>"
5326        },
5327        "MaxItems":{
5328          "shape":"integer",
5329          "documentation":"<p>The value that you provided for the <code>MaxItems</code> request parameter.</p>"
5330        },
5331        "IsTruncated":{
5332          "shape":"boolean",
5333          "documentation":"<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>"
5334        },
5335        "Quantity":{
5336          "shape":"integer",
5337          "documentation":"<p>The number of invalidation batches that were created by the current account. </p>"
5338        },
5339        "Items":{
5340          "shape":"InvalidationSummaryList",
5341          "documentation":"<p>A complex type that contains one <code>InvalidationSummary</code> element for each invalidation batch created by the current account.</p>"
5342        }
5343      },
5344      "documentation":"<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>"
5345    },
5346    "InvalidationSummary":{
5347      "type":"structure",
5348      "required":[
5349        "Id",
5350        "CreateTime",
5351        "Status"
5352      ],
5353      "members":{
5354        "Id":{
5355          "shape":"string",
5356          "documentation":"<p>The unique ID for an invalidation request.</p>"
5357        },
5358        "CreateTime":{
5359          "shape":"timestamp",
5360          "documentation":"<p>The time that an invalidation request was created.</p>"
5361        },
5362        "Status":{
5363          "shape":"string",
5364          "documentation":"<p>The status of an invalidation request.</p>"
5365        }
5366      },
5367      "documentation":"<p>A summary of an invalidation request.</p>"
5368    },
5369    "InvalidationSummaryList":{
5370      "type":"list",
5371      "member":{
5372        "shape":"InvalidationSummary",
5373        "locationName":"InvalidationSummary"
5374      }
5375    },
5376    "ItemSelection":{
5377      "type":"string",
5378      "enum":[
5379        "none",
5380        "whitelist",
5381        "all"
5382      ]
5383    },
5384    "KGKeyPairIds":{
5385      "type":"structure",
5386      "members":{
5387        "KeyGroupId":{
5388          "shape":"string",
5389          "documentation":"<p>The identifier of the key group that contains the public keys.</p>"
5390        },
5391        "KeyPairIds":{"shape":"KeyPairIds"}
5392      },
5393      "documentation":"<p>A list of identifiers for the public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
5394    },
5395    "KGKeyPairIdsList":{
5396      "type":"list",
5397      "member":{
5398        "shape":"KGKeyPairIds",
5399        "locationName":"KeyGroup"
5400      }
5401    },
5402    "KeyGroup":{
5403      "type":"structure",
5404      "required":[
5405        "Id",
5406        "LastModifiedTime",
5407        "KeyGroupConfig"
5408      ],
5409      "members":{
5410        "Id":{
5411          "shape":"string",
5412          "documentation":"<p>The identifier for the key group.</p>"
5413        },
5414        "LastModifiedTime":{
5415          "shape":"timestamp",
5416          "documentation":"<p>The date and time when the key group was last modified.</p>"
5417        },
5418        "KeyGroupConfig":{
5419          "shape":"KeyGroupConfig",
5420          "documentation":"<p>The key group configuration.</p>"
5421        }
5422      },
5423      "documentation":"<p>A key group.</p> <p>A key group contains a list of public keys that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">CloudFront signed URLs and signed cookies</a>.</p>"
5424    },
5425    "KeyGroupAlreadyExists":{
5426      "type":"structure",
5427      "members":{
5428        "Message":{"shape":"string"}
5429      },
5430      "documentation":"<p>A key group with this name already exists. You must provide a unique name. To modify an existing key group, use <code>UpdateKeyGroup</code>.</p>",
5431      "error":{"httpStatusCode":409},
5432      "exception":true
5433    },
5434    "KeyGroupConfig":{
5435      "type":"structure",
5436      "required":[
5437        "Name",
5438        "Items"
5439      ],
5440      "members":{
5441        "Name":{
5442          "shape":"string",
5443          "documentation":"<p>A name to identify the key group.</p>"
5444        },
5445        "Items":{
5446          "shape":"PublicKeyIdList",
5447          "documentation":"<p>A list of the identifiers of the public keys in the key group.</p>"
5448        },
5449        "Comment":{
5450          "shape":"string",
5451          "documentation":"<p>A comment to describe the key group. The comment cannot be longer than 128 characters.</p>"
5452        }
5453      },
5454      "documentation":"<p>A key group configuration.</p> <p>A key group contains a list of public keys that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">CloudFront signed URLs and signed cookies</a>.</p>"
5455    },
5456    "KeyGroupList":{
5457      "type":"structure",
5458      "required":[
5459        "MaxItems",
5460        "Quantity"
5461      ],
5462      "members":{
5463        "NextMarker":{
5464          "shape":"string",
5465          "documentation":"<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 key groups.</p>"
5466        },
5467        "MaxItems":{
5468          "shape":"integer",
5469          "documentation":"<p>The maximum number of key groups requested.</p>"
5470        },
5471        "Quantity":{
5472          "shape":"integer",
5473          "documentation":"<p>The number of key groups returned in the response.</p>"
5474        },
5475        "Items":{
5476          "shape":"KeyGroupSummaryList",
5477          "documentation":"<p>A list of key groups.</p>"
5478        }
5479      },
5480      "documentation":"<p>A list of key groups.</p>"
5481    },
5482    "KeyGroupSummary":{
5483      "type":"structure",
5484      "required":["KeyGroup"],
5485      "members":{
5486        "KeyGroup":{
5487          "shape":"KeyGroup",
5488          "documentation":"<p>A key group.</p>"
5489        }
5490      },
5491      "documentation":"<p>Contains information about a key group.</p>"
5492    },
5493    "KeyGroupSummaryList":{
5494      "type":"list",
5495      "member":{
5496        "shape":"KeyGroupSummary",
5497        "locationName":"KeyGroupSummary"
5498      }
5499    },
5500    "KeyPairIdList":{
5501      "type":"list",
5502      "member":{
5503        "shape":"string",
5504        "locationName":"KeyPairId"
5505      }
5506    },
5507    "KeyPairIds":{
5508      "type":"structure",
5509      "required":["Quantity"],
5510      "members":{
5511        "Quantity":{
5512          "shape":"integer",
5513          "documentation":"<p>The number of key pair identifiers in the list.</p>"
5514        },
5515        "Items":{
5516          "shape":"KeyPairIdList",
5517          "documentation":"<p>A list of CloudFront key pair identifiers.</p>"
5518        }
5519      },
5520      "documentation":"<p>A list of CloudFront key pair identifiers.</p>"
5521    },
5522    "KinesisStreamConfig":{
5523      "type":"structure",
5524      "required":[
5525        "RoleARN",
5526        "StreamARN"
5527      ],
5528      "members":{
5529        "RoleARN":{
5530          "shape":"string",
5531          "documentation":"<p>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream.</p> <p>For more information the IAM role, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role\">Real-time log configuration IAM role</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
5532        },
5533        "StreamARN":{
5534          "shape":"string",
5535          "documentation":"<p>The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.</p>"
5536        }
5537      },
5538      "documentation":"<p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data.</p>"
5539    },
5540    "LambdaFunctionARN":{"type":"string"},
5541    "LambdaFunctionAssociation":{
5542      "type":"structure",
5543      "required":[
5544        "LambdaFunctionARN",
5545        "EventType"
5546      ],
5547      "members":{
5548        "LambdaFunctionARN":{
5549          "shape":"LambdaFunctionARN",
5550          "documentation":"<p>The ARN of the Lambda@Edge function. You must specify the ARN of a function version; you can't specify an alias or $LATEST.</p>"
5551        },
5552        "EventType":{
5553          "shape":"EventType",
5554          "documentation":"<p>Specifies the event type that triggers a Lambda@Edge 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>"
5555        },
5556        "IncludeBody":{
5557          "shape":"boolean",
5558          "documentation":"<p>A flag that allows a Lambda@Edge 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>"
5559        }
5560      },
5561      "documentation":"<p>A complex type that contains a Lambda@Edge function association.</p>"
5562    },
5563    "LambdaFunctionAssociationList":{
5564      "type":"list",
5565      "member":{
5566        "shape":"LambdaFunctionAssociation",
5567        "locationName":"LambdaFunctionAssociation"
5568      }
5569    },
5570    "LambdaFunctionAssociations":{
5571      "type":"structure",
5572      "required":["Quantity"],
5573      "members":{
5574        "Quantity":{
5575          "shape":"integer",
5576          "documentation":"<p>The number of Lambda@Edge function associations for this cache behavior.</p>"
5577        },
5578        "Items":{
5579          "shape":"LambdaFunctionAssociationList",
5580          "documentation":"<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>"
5581        }
5582      },
5583      "documentation":"<p>A complex type that specifies a list of Lambda@Edge functions associations for a cache behavior.</p> <p>If you want to invoke one or more Lambda@Edge 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 only one function.</p> <p>If you don't want to invoke any Lambda@Edge functions for the requests that match <code>PathPattern</code>, specify <code>0</code> for <code>Quantity</code> and omit <code>Items</code>. </p>"
5584    },
5585    "ListCachePoliciesRequest":{
5586      "type":"structure",
5587      "members":{
5588        "Type":{
5589          "shape":"CachePolicyType",
5590          "documentation":"<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 Amazon Web Services.</p> </li> <li> <p> <code>custom</code> – Returns only the custom policies created in your account.</p> </li> </ul>",
5591          "location":"querystring",
5592          "locationName":"Type"
5593        },
5594        "Marker":{
5595          "shape":"string",
5596          "documentation":"<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>",
5597          "location":"querystring",
5598          "locationName":"Marker"
5599        },
5600        "MaxItems":{
5601          "shape":"string",
5602          "documentation":"<p>The maximum number of cache policies that you want in the response.</p>",
5603          "location":"querystring",
5604          "locationName":"MaxItems"
5605        }
5606      }
5607    },
5608    "ListCachePoliciesResult":{
5609      "type":"structure",
5610      "members":{
5611        "CachePolicyList":{
5612          "shape":"CachePolicyList",
5613          "documentation":"<p>A list of cache policies.</p>"
5614        }
5615      },
5616      "payload":"CachePolicyList"
5617    },
5618    "ListCloudFrontOriginAccessIdentitiesRequest":{
5619      "type":"structure",
5620      "members":{
5621        "Marker":{
5622          "shape":"string",
5623          "documentation":"<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>",
5624          "location":"querystring",
5625          "locationName":"Marker"
5626        },
5627        "MaxItems":{
5628          "shape":"string",
5629          "documentation":"<p>The maximum number of origin access identities you want in the response body. </p>",
5630          "location":"querystring",
5631          "locationName":"MaxItems"
5632        }
5633      },
5634      "documentation":"<p>The request to list origin access identities. </p>"
5635    },
5636    "ListCloudFrontOriginAccessIdentitiesResult":{
5637      "type":"structure",
5638      "members":{
5639        "CloudFrontOriginAccessIdentityList":{
5640          "shape":"CloudFrontOriginAccessIdentityList",
5641          "documentation":"<p>The <code>CloudFrontOriginAccessIdentityList</code> type. </p>"
5642        }
5643      },
5644      "documentation":"<p>The returned result of the corresponding request. </p>",
5645      "payload":"CloudFrontOriginAccessIdentityList"
5646    },
5647    "ListConflictingAliasesRequest":{
5648      "type":"structure",
5649      "required":[
5650        "DistributionId",
5651        "Alias"
5652      ],
5653      "members":{
5654        "DistributionId":{
5655          "shape":"distributionIdString",
5656          "documentation":"<p>The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias.</p>",
5657          "location":"querystring",
5658          "locationName":"DistributionId"
5659        },
5660        "Alias":{
5661          "shape":"aliasString",
5662          "documentation":"<p>The alias (also called a CNAME) to search for conflicting aliases.</p>",
5663          "location":"querystring",
5664          "locationName":"Alias"
5665        },
5666        "Marker":{
5667          "shape":"string",
5668          "documentation":"<p>Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The response includes conflicting aliases in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of <code>NextMarker</code> from the current page’s response.</p>",
5669          "location":"querystring",
5670          "locationName":"Marker"
5671        },
5672        "MaxItems":{
5673          "shape":"listConflictingAliasesMaxItemsInteger",
5674          "documentation":"<p>The maximum number of conflicting aliases that you want in the response.</p>",
5675          "location":"querystring",
5676          "locationName":"MaxItems"
5677        }
5678      }
5679    },
5680    "ListConflictingAliasesResult":{
5681      "type":"structure",
5682      "members":{
5683        "ConflictingAliasesList":{
5684          "shape":"ConflictingAliasesList",
5685          "documentation":"<p>A list of conflicting aliases.</p>"
5686        }
5687      },
5688      "payload":"ConflictingAliasesList"
5689    },
5690    "ListDistributionsByCachePolicyIdRequest":{
5691      "type":"structure",
5692      "required":["CachePolicyId"],
5693      "members":{
5694        "Marker":{
5695          "shape":"string",
5696          "documentation":"<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>",
5697          "location":"querystring",
5698          "locationName":"Marker"
5699        },
5700        "MaxItems":{
5701          "shape":"string",
5702          "documentation":"<p>The maximum number of distribution IDs that you want in the response.</p>",
5703          "location":"querystring",
5704          "locationName":"MaxItems"
5705        },
5706        "CachePolicyId":{
5707          "shape":"string",
5708          "documentation":"<p>The ID of the cache policy whose associated distribution IDs you want to list.</p>",
5709          "location":"uri",
5710          "locationName":"CachePolicyId"
5711        }
5712      }
5713    },
5714    "ListDistributionsByCachePolicyIdResult":{
5715      "type":"structure",
5716      "members":{
5717        "DistributionIdList":{
5718          "shape":"DistributionIdList",
5719          "documentation":"<p>A list of distribution IDs.</p>"
5720        }
5721      },
5722      "payload":"DistributionIdList"
5723    },
5724    "ListDistributionsByKeyGroupRequest":{
5725      "type":"structure",
5726      "required":["KeyGroupId"],
5727      "members":{
5728        "Marker":{
5729          "shape":"string",
5730          "documentation":"<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>",
5731          "location":"querystring",
5732          "locationName":"Marker"
5733        },
5734        "MaxItems":{
5735          "shape":"string",
5736          "documentation":"<p>The maximum number of distribution IDs that you want in the response.</p>",
5737          "location":"querystring",
5738          "locationName":"MaxItems"
5739        },
5740        "KeyGroupId":{
5741          "shape":"string",
5742          "documentation":"<p>The ID of the key group whose associated distribution IDs you are listing.</p>",
5743          "location":"uri",
5744          "locationName":"KeyGroupId"
5745        }
5746      }
5747    },
5748    "ListDistributionsByKeyGroupResult":{
5749      "type":"structure",
5750      "members":{
5751        "DistributionIdList":{"shape":"DistributionIdList"}
5752      },
5753      "payload":"DistributionIdList"
5754    },
5755    "ListDistributionsByOriginRequestPolicyIdRequest":{
5756      "type":"structure",
5757      "required":["OriginRequestPolicyId"],
5758      "members":{
5759        "Marker":{
5760          "shape":"string",
5761          "documentation":"<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>",
5762          "location":"querystring",
5763          "locationName":"Marker"
5764        },
5765        "MaxItems":{
5766          "shape":"string",
5767          "documentation":"<p>The maximum number of distribution IDs that you want in the response.</p>",
5768          "location":"querystring",
5769          "locationName":"MaxItems"
5770        },
5771        "OriginRequestPolicyId":{
5772          "shape":"string",
5773          "documentation":"<p>The ID of the origin request policy whose associated distribution IDs you want to list.</p>",
5774          "location":"uri",
5775          "locationName":"OriginRequestPolicyId"
5776        }
5777      }
5778    },
5779    "ListDistributionsByOriginRequestPolicyIdResult":{
5780      "type":"structure",
5781      "members":{
5782        "DistributionIdList":{
5783          "shape":"DistributionIdList",
5784          "documentation":"<p>A list of distribution IDs.</p>"
5785        }
5786      },
5787      "payload":"DistributionIdList"
5788    },
5789    "ListDistributionsByRealtimeLogConfigRequest":{
5790      "type":"structure",
5791      "members":{
5792        "Marker":{
5793          "shape":"string",
5794          "documentation":"<p>Use this field when paginating results to indicate where to begin in your list of distributions. The response includes distributions in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of <code>NextMarker</code> from the current page’s response.</p>"
5795        },
5796        "MaxItems":{
5797          "shape":"string",
5798          "documentation":"<p>The maximum number of distributions that you want in the response.</p>"
5799        },
5800        "RealtimeLogConfigName":{
5801          "shape":"string",
5802          "documentation":"<p>The name of the real-time log configuration whose associated distributions you want to list.</p>"
5803        },
5804        "RealtimeLogConfigArn":{
5805          "shape":"string",
5806          "documentation":"<p>The Amazon Resource Name (ARN) of the real-time log configuration whose associated distributions you want to list.</p>"
5807        }
5808      }
5809    },
5810    "ListDistributionsByRealtimeLogConfigResult":{
5811      "type":"structure",
5812      "members":{
5813        "DistributionList":{"shape":"DistributionList"}
5814      },
5815      "payload":"DistributionList"
5816    },
5817    "ListDistributionsByWebACLIdRequest":{
5818      "type":"structure",
5819      "required":["WebACLId"],
5820      "members":{
5821        "Marker":{
5822          "shape":"string",
5823          "documentation":"<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>",
5824          "location":"querystring",
5825          "locationName":"Marker"
5826        },
5827        "MaxItems":{
5828          "shape":"string",
5829          "documentation":"<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>",
5830          "location":"querystring",
5831          "locationName":"MaxItems"
5832        },
5833        "WebACLId":{
5834          "shape":"string",
5835          "documentation":"<p>The ID of the WAF web ACL that you want to list the associated distributions. If you specify \"null\" for the ID, the request returns a list of the distributions that aren't associated with a web ACL.</p>",
5836          "location":"uri",
5837          "locationName":"WebACLId"
5838        }
5839      },
5840      "documentation":"<p>The request to list distributions that are associated with a specified WAF web ACL.</p>"
5841    },
5842    "ListDistributionsByWebACLIdResult":{
5843      "type":"structure",
5844      "members":{
5845        "DistributionList":{
5846          "shape":"DistributionList",
5847          "documentation":"<p>The <code>DistributionList</code> type. </p>"
5848        }
5849      },
5850      "documentation":"<p>The response to a request to list the distributions that are associated with a specified WAF web ACL.</p>",
5851      "payload":"DistributionList"
5852    },
5853    "ListDistributionsRequest":{
5854      "type":"structure",
5855      "members":{
5856        "Marker":{
5857          "shape":"string",
5858          "documentation":"<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>",
5859          "location":"querystring",
5860          "locationName":"Marker"
5861        },
5862        "MaxItems":{
5863          "shape":"string",
5864          "documentation":"<p>The maximum number of distributions you want in the response body.</p>",
5865          "location":"querystring",
5866          "locationName":"MaxItems"
5867        }
5868      },
5869      "documentation":"<p>The request to list your distributions. </p>"
5870    },
5871    "ListDistributionsResult":{
5872      "type":"structure",
5873      "members":{
5874        "DistributionList":{
5875          "shape":"DistributionList",
5876          "documentation":"<p>The <code>DistributionList</code> type. </p>"
5877        }
5878      },
5879      "documentation":"<p>The returned result of the corresponding request. </p>",
5880      "payload":"DistributionList"
5881    },
5882    "ListFieldLevelEncryptionConfigsRequest":{
5883      "type":"structure",
5884      "members":{
5885        "Marker":{
5886          "shape":"string",
5887          "documentation":"<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>",
5888          "location":"querystring",
5889          "locationName":"Marker"
5890        },
5891        "MaxItems":{
5892          "shape":"string",
5893          "documentation":"<p>The maximum number of field-level encryption configurations you want in the response body. </p>",
5894          "location":"querystring",
5895          "locationName":"MaxItems"
5896        }
5897      }
5898    },
5899    "ListFieldLevelEncryptionConfigsResult":{
5900      "type":"structure",
5901      "members":{
5902        "FieldLevelEncryptionList":{
5903          "shape":"FieldLevelEncryptionList",
5904          "documentation":"<p>Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.</p>"
5905        }
5906      },
5907      "payload":"FieldLevelEncryptionList"
5908    },
5909    "ListFieldLevelEncryptionProfilesRequest":{
5910      "type":"structure",
5911      "members":{
5912        "Marker":{
5913          "shape":"string",
5914          "documentation":"<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>",
5915          "location":"querystring",
5916          "locationName":"Marker"
5917        },
5918        "MaxItems":{
5919          "shape":"string",
5920          "documentation":"<p>The maximum number of field-level encryption profiles you want in the response body. </p>",
5921          "location":"querystring",
5922          "locationName":"MaxItems"
5923        }
5924      }
5925    },
5926    "ListFieldLevelEncryptionProfilesResult":{
5927      "type":"structure",
5928      "members":{
5929        "FieldLevelEncryptionProfileList":{
5930          "shape":"FieldLevelEncryptionProfileList",
5931          "documentation":"<p>Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.</p>"
5932        }
5933      },
5934      "payload":"FieldLevelEncryptionProfileList"
5935    },
5936    "ListFunctionsRequest":{
5937      "type":"structure",
5938      "members":{
5939        "Marker":{
5940          "shape":"string",
5941          "documentation":"<p>Use this field when paginating results to indicate where to begin in your list of functions. The response includes functions in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of <code>NextMarker</code> from the current page’s response.</p>",
5942          "location":"querystring",
5943          "locationName":"Marker"
5944        },
5945        "MaxItems":{
5946          "shape":"string",
5947          "documentation":"<p>The maximum number of functions that you want in the response.</p>",
5948          "location":"querystring",
5949          "locationName":"MaxItems"
5950        },
5951        "Stage":{
5952          "shape":"FunctionStage",
5953          "documentation":"<p>An optional filter to return only the functions that are in the specified stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>",
5954          "location":"querystring",
5955          "locationName":"Stage"
5956        }
5957      }
5958    },
5959    "ListFunctionsResult":{
5960      "type":"structure",
5961      "members":{
5962        "FunctionList":{
5963          "shape":"FunctionList",
5964          "documentation":"<p>A list of CloudFront functions.</p>"
5965        }
5966      },
5967      "payload":"FunctionList"
5968    },
5969    "ListInvalidationsRequest":{
5970      "type":"structure",
5971      "required":["DistributionId"],
5972      "members":{
5973        "DistributionId":{
5974          "shape":"string",
5975          "documentation":"<p>The distribution's ID.</p>",
5976          "location":"uri",
5977          "locationName":"DistributionId"
5978        },
5979        "Marker":{
5980          "shape":"string",
5981          "documentation":"<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>",
5982          "location":"querystring",
5983          "locationName":"Marker"
5984        },
5985        "MaxItems":{
5986          "shape":"string",
5987          "documentation":"<p>The maximum number of invalidation batches that you want in the response body.</p>",
5988          "location":"querystring",
5989          "locationName":"MaxItems"
5990        }
5991      },
5992      "documentation":"<p>The request to list invalidations. </p>"
5993    },
5994    "ListInvalidationsResult":{
5995      "type":"structure",
5996      "members":{
5997        "InvalidationList":{
5998          "shape":"InvalidationList",
5999          "documentation":"<p>Information about invalidation batches. </p>"
6000        }
6001      },
6002      "documentation":"<p>The returned result of the corresponding request. </p>",
6003      "payload":"InvalidationList"
6004    },
6005    "ListKeyGroupsRequest":{
6006      "type":"structure",
6007      "members":{
6008        "Marker":{
6009          "shape":"string",
6010          "documentation":"<p>Use this field when paginating results to indicate where to begin in your list of key groups. The response includes key groups in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of <code>NextMarker</code> from the current page’s response.</p>",
6011          "location":"querystring",
6012          "locationName":"Marker"
6013        },
6014        "MaxItems":{
6015          "shape":"string",
6016          "documentation":"<p>The maximum number of key groups that you want in the response.</p>",
6017          "location":"querystring",
6018          "locationName":"MaxItems"
6019        }
6020      }
6021    },
6022    "ListKeyGroupsResult":{
6023      "type":"structure",
6024      "members":{
6025        "KeyGroupList":{
6026          "shape":"KeyGroupList",
6027          "documentation":"<p>A list of key groups.</p>"
6028        }
6029      },
6030      "payload":"KeyGroupList"
6031    },
6032    "ListOriginRequestPoliciesRequest":{
6033      "type":"structure",
6034      "members":{
6035        "Type":{
6036          "shape":"OriginRequestPolicyType",
6037          "documentation":"<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 Amazon Web Services.</p> </li> <li> <p> <code>custom</code> – Returns only the custom policies created in your account.</p> </li> </ul>",
6038          "location":"querystring",
6039          "locationName":"Type"
6040        },
6041        "Marker":{
6042          "shape":"string",
6043          "documentation":"<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>",
6044          "location":"querystring",
6045          "locationName":"Marker"
6046        },
6047        "MaxItems":{
6048          "shape":"string",
6049          "documentation":"<p>The maximum number of origin request policies that you want in the response.</p>",
6050          "location":"querystring",
6051          "locationName":"MaxItems"
6052        }
6053      }
6054    },
6055    "ListOriginRequestPoliciesResult":{
6056      "type":"structure",
6057      "members":{
6058        "OriginRequestPolicyList":{
6059          "shape":"OriginRequestPolicyList",
6060          "documentation":"<p>A list of origin request policies.</p>"
6061        }
6062      },
6063      "payload":"OriginRequestPolicyList"
6064    },
6065    "ListPublicKeysRequest":{
6066      "type":"structure",
6067      "members":{
6068        "Marker":{
6069          "shape":"string",
6070          "documentation":"<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>",
6071          "location":"querystring",
6072          "locationName":"Marker"
6073        },
6074        "MaxItems":{
6075          "shape":"string",
6076          "documentation":"<p>The maximum number of public keys you want in the response body. </p>",
6077          "location":"querystring",
6078          "locationName":"MaxItems"
6079        }
6080      }
6081    },
6082    "ListPublicKeysResult":{
6083      "type":"structure",
6084      "members":{
6085        "PublicKeyList":{
6086          "shape":"PublicKeyList",
6087          "documentation":"<p>Returns a list of all public keys that have been added to CloudFront for this account.</p>"
6088        }
6089      },
6090      "payload":"PublicKeyList"
6091    },
6092    "ListRealtimeLogConfigsRequest":{
6093      "type":"structure",
6094      "members":{
6095        "MaxItems":{
6096          "shape":"string",
6097          "documentation":"<p>The maximum number of real-time log configurations that you want in the response.</p>",
6098          "location":"querystring",
6099          "locationName":"MaxItems"
6100        },
6101        "Marker":{
6102          "shape":"string",
6103          "documentation":"<p>Use this field when paginating results to indicate where to begin in your list of real-time log configurations. The response includes real-time log configurations in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of <code>NextMarker</code> from the current page’s response.</p>",
6104          "location":"querystring",
6105          "locationName":"Marker"
6106        }
6107      }
6108    },
6109    "ListRealtimeLogConfigsResult":{
6110      "type":"structure",
6111      "members":{
6112        "RealtimeLogConfigs":{
6113          "shape":"RealtimeLogConfigs",
6114          "documentation":"<p>A list of real-time log configurations.</p>"
6115        }
6116      },
6117      "payload":"RealtimeLogConfigs"
6118    },
6119    "ListStreamingDistributionsRequest":{
6120      "type":"structure",
6121      "members":{
6122        "Marker":{
6123          "shape":"string",
6124          "documentation":"<p>The value that you provided for the <code>Marker</code> request parameter.</p>",
6125          "location":"querystring",
6126          "locationName":"Marker"
6127        },
6128        "MaxItems":{
6129          "shape":"string",
6130          "documentation":"<p>The value that you provided for the <code>MaxItems</code> request parameter.</p>",
6131          "location":"querystring",
6132          "locationName":"MaxItems"
6133        }
6134      },
6135      "documentation":"<p>The request to list your streaming distributions. </p>"
6136    },
6137    "ListStreamingDistributionsResult":{
6138      "type":"structure",
6139      "members":{
6140        "StreamingDistributionList":{
6141          "shape":"StreamingDistributionList",
6142          "documentation":"<p>The <code>StreamingDistributionList</code> type. </p>"
6143        }
6144      },
6145      "documentation":"<p>The returned result of the corresponding request. </p>",
6146      "payload":"StreamingDistributionList"
6147    },
6148    "ListTagsForResourceRequest":{
6149      "type":"structure",
6150      "required":["Resource"],
6151      "members":{
6152        "Resource":{
6153          "shape":"ResourceARN",
6154          "documentation":"<p> An ARN of a CloudFront resource.</p>",
6155          "location":"querystring",
6156          "locationName":"Resource"
6157        }
6158      },
6159      "documentation":"<p> The request to list tags for a CloudFront resource.</p>"
6160    },
6161    "ListTagsForResourceResult":{
6162      "type":"structure",
6163      "required":["Tags"],
6164      "members":{
6165        "Tags":{
6166          "shape":"Tags",
6167          "documentation":"<p> A complex type that contains zero or more <code>Tag</code> elements.</p>"
6168        }
6169      },
6170      "documentation":"<p> The returned result of the corresponding request.</p>",
6171      "payload":"Tags"
6172    },
6173    "LocationList":{
6174      "type":"list",
6175      "member":{
6176        "shape":"string",
6177        "locationName":"Location"
6178      }
6179    },
6180    "LoggingConfig":{
6181      "type":"structure",
6182      "required":[
6183        "Enabled",
6184        "IncludeCookies",
6185        "Bucket",
6186        "Prefix"
6187      ],
6188      "members":{
6189        "Enabled":{
6190          "shape":"boolean",
6191          "documentation":"<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>"
6192        },
6193        "IncludeCookies":{
6194          "shape":"boolean",
6195          "documentation":"<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>"
6196        },
6197        "Bucket":{
6198          "shape":"string",
6199          "documentation":"<p>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</p>"
6200        },
6201        "Prefix":{
6202          "shape":"string",
6203          "documentation":"<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>"
6204        }
6205      },
6206      "documentation":"<p>A complex type that controls whether access logs are written for the distribution.</p>"
6207    },
6208    "Method":{
6209      "type":"string",
6210      "enum":[
6211        "GET",
6212        "HEAD",
6213        "POST",
6214        "PUT",
6215        "PATCH",
6216        "OPTIONS",
6217        "DELETE"
6218      ]
6219    },
6220    "MethodsList":{
6221      "type":"list",
6222      "member":{
6223        "shape":"Method",
6224        "locationName":"Method"
6225      }
6226    },
6227    "MinimumProtocolVersion":{
6228      "type":"string",
6229      "enum":[
6230        "SSLv3",
6231        "TLSv1",
6232        "TLSv1_2016",
6233        "TLSv1.1_2016",
6234        "TLSv1.2_2018",
6235        "TLSv1.2_2019",
6236        "TLSv1.2_2021"
6237      ]
6238    },
6239    "MissingBody":{
6240      "type":"structure",
6241      "members":{
6242        "Message":{"shape":"string"}
6243      },
6244      "documentation":"<p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>",
6245      "error":{"httpStatusCode":400},
6246      "exception":true
6247    },
6248    "MonitoringSubscription":{
6249      "type":"structure",
6250      "members":{
6251        "RealtimeMetricsSubscriptionConfig":{
6252          "shape":"RealtimeMetricsSubscriptionConfig",
6253          "documentation":"<p>A subscription configuration for additional CloudWatch metrics.</p>"
6254        }
6255      },
6256      "documentation":"<p>A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.</p>"
6257    },
6258    "NoSuchCachePolicy":{
6259      "type":"structure",
6260      "members":{
6261        "Message":{"shape":"string"}
6262      },
6263      "documentation":"<p>The cache policy does not exist.</p>",
6264      "error":{"httpStatusCode":404},
6265      "exception":true
6266    },
6267    "NoSuchCloudFrontOriginAccessIdentity":{
6268      "type":"structure",
6269      "members":{
6270        "Message":{"shape":"string"}
6271      },
6272      "documentation":"<p>The specified origin access identity does not exist.</p>",
6273      "error":{"httpStatusCode":404},
6274      "exception":true
6275    },
6276    "NoSuchDistribution":{
6277      "type":"structure",
6278      "members":{
6279        "Message":{"shape":"string"}
6280      },
6281      "documentation":"<p>The specified distribution does not exist.</p>",
6282      "error":{"httpStatusCode":404},
6283      "exception":true
6284    },
6285    "NoSuchFieldLevelEncryptionConfig":{
6286      "type":"structure",
6287      "members":{
6288        "Message":{"shape":"string"}
6289      },
6290      "documentation":"<p>The specified configuration for field-level encryption doesn't exist.</p>",
6291      "error":{"httpStatusCode":404},
6292      "exception":true
6293    },
6294    "NoSuchFieldLevelEncryptionProfile":{
6295      "type":"structure",
6296      "members":{
6297        "Message":{"shape":"string"}
6298      },
6299      "documentation":"<p>The specified profile for field-level encryption doesn't exist.</p>",
6300      "error":{"httpStatusCode":404},
6301      "exception":true
6302    },
6303    "NoSuchFunctionExists":{
6304      "type":"structure",
6305      "members":{
6306        "Message":{"shape":"string"}
6307      },
6308      "documentation":"<p>The function does not exist.</p>",
6309      "error":{"httpStatusCode":404},
6310      "exception":true
6311    },
6312    "NoSuchInvalidation":{
6313      "type":"structure",
6314      "members":{
6315        "Message":{"shape":"string"}
6316      },
6317      "documentation":"<p>The specified invalidation does not exist.</p>",
6318      "error":{"httpStatusCode":404},
6319      "exception":true
6320    },
6321    "NoSuchOrigin":{
6322      "type":"structure",
6323      "members":{
6324        "Message":{"shape":"string"}
6325      },
6326      "documentation":"<p>No origin exists with the specified <code>Origin Id</code>. </p>",
6327      "error":{"httpStatusCode":404},
6328      "exception":true
6329    },
6330    "NoSuchOriginRequestPolicy":{
6331      "type":"structure",
6332      "members":{
6333        "Message":{"shape":"string"}
6334      },
6335      "documentation":"<p>The origin request policy does not exist.</p>",
6336      "error":{"httpStatusCode":404},
6337      "exception":true
6338    },
6339    "NoSuchPublicKey":{
6340      "type":"structure",
6341      "members":{
6342        "Message":{"shape":"string"}
6343      },
6344      "documentation":"<p>The specified public key doesn't exist.</p>",
6345      "error":{"httpStatusCode":404},
6346      "exception":true
6347    },
6348    "NoSuchRealtimeLogConfig":{
6349      "type":"structure",
6350      "members":{
6351        "Message":{"shape":"string"}
6352      },
6353      "documentation":"<p>The real-time log configuration does not exist.</p>",
6354      "error":{"httpStatusCode":404},
6355      "exception":true
6356    },
6357    "NoSuchResource":{
6358      "type":"structure",
6359      "members":{
6360        "Message":{"shape":"string"}
6361      },
6362      "documentation":"<p>A resource that was specified is not valid.</p>",
6363      "error":{"httpStatusCode":404},
6364      "exception":true
6365    },
6366    "NoSuchStreamingDistribution":{
6367      "type":"structure",
6368      "members":{
6369        "Message":{"shape":"string"}
6370      },
6371      "documentation":"<p>The specified streaming distribution does not exist.</p>",
6372      "error":{"httpStatusCode":404},
6373      "exception":true
6374    },
6375    "Origin":{
6376      "type":"structure",
6377      "required":[
6378        "Id",
6379        "DomainName"
6380      ],
6381      "members":{
6382        "Id":{
6383          "shape":"string",
6384          "documentation":"<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>"
6385        },
6386        "DomainName":{
6387          "shape":"string",
6388          "documentation":"<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>"
6389        },
6390        "OriginPath":{
6391          "shape":"string",
6392          "documentation":"<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>"
6393        },
6394        "CustomHeaders":{
6395          "shape":"CustomHeaders",
6396          "documentation":"<p>A list of HTTP header names and values that CloudFront adds to the requests that 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>"
6397        },
6398        "S3OriginConfig":{
6399          "shape":"S3OriginConfig",
6400          "documentation":"<p>Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website hosting. To specify any other type of origin, including an Amazon S3 bucket that is configured with static website hosting, use the <code>CustomOriginConfig</code> type instead.</p>"
6401        },
6402        "CustomOriginConfig":{
6403          "shape":"CustomOriginConfig",
6404          "documentation":"<p>Use this type to specify an origin that is not an Amazon S3 bucket, with one exception. If the Amazon S3 bucket is configured with static website hosting, use this type. If the Amazon S3 bucket is not configured with static website hosting, use the <code>S3OriginConfig</code> type instead.</p>"
6405        },
6406        "ConnectionAttempts":{
6407          "shape":"integer",
6408          "documentation":"<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>"
6409        },
6410        "ConnectionTimeout":{
6411          "shape":"integer",
6412          "documentation":"<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>"
6413        },
6414        "OriginShield":{
6415          "shape":"OriginShield",
6416          "documentation":"<p>CloudFront Origin Shield. Using Origin Shield can help reduce the load on your origin.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html\">Using Origin Shield</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
6417        }
6418      },
6419      "documentation":"<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 <code>S3OriginConfig</code> to specify an Amazon S3 bucket that is not configured with static website hosting.</p> </li> <li> <p>Use <code>CustomOriginConfig</code> to specify all other kinds of origins, 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 endpoint</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>"
6420    },
6421    "OriginCustomHeader":{
6422      "type":"structure",
6423      "required":[
6424        "HeaderName",
6425        "HeaderValue"
6426      ],
6427      "members":{
6428        "HeaderName":{
6429          "shape":"string",
6430          "documentation":"<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>"
6431        },
6432        "HeaderValue":{
6433          "shape":"string",
6434          "documentation":"<p>The value for the header that you specified in the <code>HeaderName</code> field.</p>"
6435        }
6436      },
6437      "documentation":"<p>A complex type that contains <code>HeaderName</code> and <code>HeaderValue</code> elements, if any, for this distribution. </p>"
6438    },
6439    "OriginCustomHeadersList":{
6440      "type":"list",
6441      "member":{
6442        "shape":"OriginCustomHeader",
6443        "locationName":"OriginCustomHeader"
6444      }
6445    },
6446    "OriginGroup":{
6447      "type":"structure",
6448      "required":[
6449        "Id",
6450        "FailoverCriteria",
6451        "Members"
6452      ],
6453      "members":{
6454        "Id":{
6455          "shape":"string",
6456          "documentation":"<p>The origin group's ID.</p>"
6457        },
6458        "FailoverCriteria":{
6459          "shape":"OriginGroupFailoverCriteria",
6460          "documentation":"<p>A complex type that contains information about the failover criteria for an origin group.</p>"
6461        },
6462        "Members":{
6463          "shape":"OriginGroupMembers",
6464          "documentation":"<p>A complex type that contains information about the origins in an origin group.</p>"
6465        }
6466      },
6467      "documentation":"<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>"
6468    },
6469    "OriginGroupFailoverCriteria":{
6470      "type":"structure",
6471      "required":["StatusCodes"],
6472      "members":{
6473        "StatusCodes":{
6474          "shape":"StatusCodes",
6475          "documentation":"<p>The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.</p>"
6476        }
6477      },
6478      "documentation":"<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>"
6479    },
6480    "OriginGroupList":{
6481      "type":"list",
6482      "member":{
6483        "shape":"OriginGroup",
6484        "locationName":"OriginGroup"
6485      },
6486      "documentation":"<p>List of origin groups for a distribution.</p>"
6487    },
6488    "OriginGroupMember":{
6489      "type":"structure",
6490      "required":["OriginId"],
6491      "members":{
6492        "OriginId":{
6493          "shape":"string",
6494          "documentation":"<p>The ID for an origin in an origin group.</p>"
6495        }
6496      },
6497      "documentation":"<p>An origin in an origin group.</p>"
6498    },
6499    "OriginGroupMemberList":{
6500      "type":"list",
6501      "member":{
6502        "shape":"OriginGroupMember",
6503        "locationName":"OriginGroupMember"
6504      },
6505      "documentation":"<p>List of origins in an origin group.</p>",
6506      "max":2,
6507      "min":2
6508    },
6509    "OriginGroupMembers":{
6510      "type":"structure",
6511      "required":[
6512        "Quantity",
6513        "Items"
6514      ],
6515      "members":{
6516        "Quantity":{
6517          "shape":"integer",
6518          "documentation":"<p>The number of origins in an origin group.</p>"
6519        },
6520        "Items":{
6521          "shape":"OriginGroupMemberList",
6522          "documentation":"<p>Items (origins) in an origin group.</p>"
6523        }
6524      },
6525      "documentation":"<p>A complex data type for the origins included in an origin group.</p>"
6526    },
6527    "OriginGroups":{
6528      "type":"structure",
6529      "required":["Quantity"],
6530      "members":{
6531        "Quantity":{
6532          "shape":"integer",
6533          "documentation":"<p>The number of origin groups.</p>"
6534        },
6535        "Items":{
6536          "shape":"OriginGroupList",
6537          "documentation":"<p>The items (origin groups) in a distribution.</p>"
6538        }
6539      },
6540      "documentation":"<p>A complex data type for the origin groups specified for a distribution.</p>"
6541    },
6542    "OriginList":{
6543      "type":"list",
6544      "member":{
6545        "shape":"Origin",
6546        "locationName":"Origin"
6547      },
6548      "min":1
6549    },
6550    "OriginProtocolPolicy":{
6551      "type":"string",
6552      "enum":[
6553        "http-only",
6554        "match-viewer",
6555        "https-only"
6556      ]
6557    },
6558    "OriginRequestPolicy":{
6559      "type":"structure",
6560      "required":[
6561        "Id",
6562        "LastModifiedTime",
6563        "OriginRequestPolicyConfig"
6564      ],
6565      "members":{
6566        "Id":{
6567          "shape":"string",
6568          "documentation":"<p>The unique identifier for the origin request policy.</p>"
6569        },
6570        "LastModifiedTime":{
6571          "shape":"timestamp",
6572          "documentation":"<p>The date and time when the origin request policy was last modified.</p>"
6573        },
6574        "OriginRequestPolicyConfig":{
6575          "shape":"OriginRequestPolicyConfig",
6576          "documentation":"<p>The origin request policy configuration.</p>"
6577        }
6578      },
6579      "documentation":"<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>CachePolicy</code>.</p>"
6580    },
6581    "OriginRequestPolicyAlreadyExists":{
6582      "type":"structure",
6583      "members":{
6584        "Message":{"shape":"string"}
6585      },
6586      "documentation":"<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>",
6587      "error":{"httpStatusCode":409},
6588      "exception":true
6589    },
6590    "OriginRequestPolicyConfig":{
6591      "type":"structure",
6592      "required":[
6593        "Name",
6594        "HeadersConfig",
6595        "CookiesConfig",
6596        "QueryStringsConfig"
6597      ],
6598      "members":{
6599        "Comment":{
6600          "shape":"string",
6601          "documentation":"<p>A comment to describe the origin request policy. The comment cannot be longer than 128 characters.</p>"
6602        },
6603        "Name":{
6604          "shape":"string",
6605          "documentation":"<p>A unique name to identify the origin request policy.</p>"
6606        },
6607        "HeadersConfig":{
6608          "shape":"OriginRequestPolicyHeadersConfig",
6609          "documentation":"<p>The HTTP headers to include in origin requests. These can include headers from viewer requests and additional headers added by CloudFront.</p>"
6610        },
6611        "CookiesConfig":{
6612          "shape":"OriginRequestPolicyCookiesConfig",
6613          "documentation":"<p>The cookies from viewer requests to include in origin requests.</p>"
6614        },
6615        "QueryStringsConfig":{
6616          "shape":"OriginRequestPolicyQueryStringsConfig",
6617          "documentation":"<p>The URL query strings from viewer requests to include in origin requests.</p>"
6618        }
6619      },
6620      "documentation":"<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>CachePolicy</code>.</p>"
6621    },
6622    "OriginRequestPolicyCookieBehavior":{
6623      "type":"string",
6624      "enum":[
6625        "none",
6626        "whitelist",
6627        "all"
6628      ]
6629    },
6630    "OriginRequestPolicyCookiesConfig":{
6631      "type":"structure",
6632      "required":["CookieBehavior"],
6633      "members":{
6634        "CookieBehavior":{
6635          "shape":"OriginRequestPolicyCookieBehavior",
6636          "documentation":"<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>"
6637        },
6638        "Cookies":{"shape":"CookieNames"}
6639      },
6640      "documentation":"<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>"
6641    },
6642    "OriginRequestPolicyHeaderBehavior":{
6643      "type":"string",
6644      "enum":[
6645        "none",
6646        "whitelist",
6647        "allViewer",
6648        "allViewerAndWhitelistCloudFront"
6649      ]
6650    },
6651    "OriginRequestPolicyHeadersConfig":{
6652      "type":"structure",
6653      "required":["HeaderBehavior"],
6654      "members":{
6655        "HeaderBehavior":{
6656          "shape":"OriginRequestPolicyHeaderBehavior",
6657          "documentation":"<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>"
6658        },
6659        "Headers":{"shape":"Headers"}
6660      },
6661      "documentation":"<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>"
6662    },
6663    "OriginRequestPolicyInUse":{
6664      "type":"structure",
6665      "members":{
6666        "Message":{"shape":"string"}
6667      },
6668      "documentation":"<p>Cannot delete the origin request policy because it is attached to one or more cache behaviors.</p>",
6669      "error":{"httpStatusCode":409},
6670      "exception":true
6671    },
6672    "OriginRequestPolicyList":{
6673      "type":"structure",
6674      "required":[
6675        "MaxItems",
6676        "Quantity"
6677      ],
6678      "members":{
6679        "NextMarker":{
6680          "shape":"string",
6681          "documentation":"<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>"
6682        },
6683        "MaxItems":{
6684          "shape":"integer",
6685          "documentation":"<p>The maximum number of origin request policies requested.</p>"
6686        },
6687        "Quantity":{
6688          "shape":"integer",
6689          "documentation":"<p>The total number of origin request policies returned in the response.</p>"
6690        },
6691        "Items":{
6692          "shape":"OriginRequestPolicySummaryList",
6693          "documentation":"<p>Contains the origin request policies in the list.</p>"
6694        }
6695      },
6696      "documentation":"<p>A list of origin request policies.</p>"
6697    },
6698    "OriginRequestPolicyQueryStringBehavior":{
6699      "type":"string",
6700      "enum":[
6701        "none",
6702        "whitelist",
6703        "all"
6704      ]
6705    },
6706    "OriginRequestPolicyQueryStringsConfig":{
6707      "type":"structure",
6708      "required":["QueryStringBehavior"],
6709      "members":{
6710        "QueryStringBehavior":{
6711          "shape":"OriginRequestPolicyQueryStringBehavior",
6712          "documentation":"<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>"
6713        },
6714        "QueryStrings":{
6715          "shape":"QueryStringNames",
6716          "documentation":"<p>Contains a list of the query strings in viewer requests that are included in requests that CloudFront sends to the origin.</p>"
6717        }
6718      },
6719      "documentation":"<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>"
6720    },
6721    "OriginRequestPolicySummary":{
6722      "type":"structure",
6723      "required":[
6724        "Type",
6725        "OriginRequestPolicy"
6726      ],
6727      "members":{
6728        "Type":{
6729          "shape":"OriginRequestPolicyType",
6730          "documentation":"<p>The type of origin request policy, either <code>managed</code> (created by Amazon Web Services) or <code>custom</code> (created in this account).</p>"
6731        },
6732        "OriginRequestPolicy":{
6733          "shape":"OriginRequestPolicy",
6734          "documentation":"<p>The origin request policy.</p>"
6735        }
6736      },
6737      "documentation":"<p>Contains an origin request policy.</p>"
6738    },
6739    "OriginRequestPolicySummaryList":{
6740      "type":"list",
6741      "member":{
6742        "shape":"OriginRequestPolicySummary",
6743        "locationName":"OriginRequestPolicySummary"
6744      }
6745    },
6746    "OriginRequestPolicyType":{
6747      "type":"string",
6748      "enum":[
6749        "managed",
6750        "custom"
6751      ]
6752    },
6753    "OriginShield":{
6754      "type":"structure",
6755      "required":["Enabled"],
6756      "members":{
6757        "Enabled":{
6758          "shape":"boolean",
6759          "documentation":"<p>A flag that specifies whether Origin Shield is enabled.</p> <p>When it’s enabled, CloudFront routes all requests through Origin Shield, which can help protect your origin. When it’s disabled, CloudFront might send requests directly to your origin from multiple edge locations or regional edge caches.</p>"
6760        },
6761        "OriginShieldRegion":{
6762          "shape":"OriginShieldRegion",
6763          "documentation":"<p>The Region for Origin Shield.</p> <p>Specify the Region that has the lowest latency to your origin. To specify a region, use the region code, not the region name. For example, specify the US East (Ohio) region as <code>us-east-2</code>.</p> <p>When you enable CloudFront Origin Shield, you must specify the Region for Origin Shield. For the list of Regions that you can specify, and for help choosing the best Region for your origin, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html#choose-origin-shield-region\">Choosing the Region for Origin Shield</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
6764        }
6765      },
6766      "documentation":"<p>CloudFront Origin Shield.</p> <p>Using Origin Shield can help reduce the load on your origin. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html\">Using Origin Shield</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
6767    },
6768    "OriginShieldRegion":{
6769      "type":"string",
6770      "max":32,
6771      "min":1,
6772      "pattern":"[a-z]{2}-[a-z]+-\\d"
6773    },
6774    "OriginSslProtocols":{
6775      "type":"structure",
6776      "required":[
6777        "Quantity",
6778        "Items"
6779      ],
6780      "members":{
6781        "Quantity":{
6782          "shape":"integer",
6783          "documentation":"<p>The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin. </p>"
6784        },
6785        "Items":{
6786          "shape":"SslProtocolsList",
6787          "documentation":"<p>A list that contains allowed SSL/TLS protocols for this distribution.</p>"
6788        }
6789      },
6790      "documentation":"<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>"
6791    },
6792    "Origins":{
6793      "type":"structure",
6794      "required":[
6795        "Quantity",
6796        "Items"
6797      ],
6798      "members":{
6799        "Quantity":{
6800          "shape":"integer",
6801          "documentation":"<p>The number of origins for this distribution.</p>"
6802        },
6803        "Items":{
6804          "shape":"OriginList",
6805          "documentation":"<p>A list of origins.</p>"
6806        }
6807      },
6808      "documentation":"<p>Contains information about the origins for this distribution.</p>"
6809    },
6810    "ParametersInCacheKeyAndForwardedToOrigin":{
6811      "type":"structure",
6812      "required":[
6813        "EnableAcceptEncodingGzip",
6814        "HeadersConfig",
6815        "CookiesConfig",
6816        "QueryStringsConfig"
6817      ],
6818      "members":{
6819        "EnableAcceptEncodingGzip":{
6820          "shape":"boolean",
6821          "documentation":"<p>A flag that can affect 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>This field is related to the <code>EnableAcceptEncodingBrotli</code> field. If one or both of these fields is <code>true</code> <i>and</i> the viewer request includes the <code>Accept-Encoding</code> header, then CloudFront does the following:</p> <ul> <li> <p>Normalizes the value of the viewer’s <code>Accept-Encoding</code> header</p> </li> <li> <p>Includes the normalized header in the cache key</p> </li> <li> <p>Includes the normalized header in the request to the origin, if a request is necessary</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects\">Compression support</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>If you set this value to <code>true</code>, and this cache behavior also has an origin request policy attached, do not include the <code>Accept-Encoding</code> header in the origin request policy. CloudFront always includes the <code>Accept-Encoding</code> header in origin requests when the value of this field is <code>true</code>, so including this header in an origin request policy has no effect.</p> <p>If both of these fields are <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. In this case, you can manually add <code>Accept-Encoding</code> to the headers whitelist like any other HTTP header.</p>"
6822        },
6823        "EnableAcceptEncodingBrotli":{
6824          "shape":"boolean",
6825          "documentation":"<p>A flag that can affect 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>This field is related to the <code>EnableAcceptEncodingGzip</code> field. If one or both of these fields is <code>true</code> <i>and</i> the viewer request includes the <code>Accept-Encoding</code> header, then CloudFront does the following:</p> <ul> <li> <p>Normalizes the value of the viewer’s <code>Accept-Encoding</code> header</p> </li> <li> <p>Includes the normalized header in the cache key</p> </li> <li> <p>Includes the normalized header in the request to the origin, if a request is necessary</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-policy-compressed-objects\">Compression support</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> <p>If you set this value to <code>true</code>, and this cache behavior also has an origin request policy attached, do not include the <code>Accept-Encoding</code> header in the origin request policy. CloudFront always includes the <code>Accept-Encoding</code> header in origin requests when the value of this field is <code>true</code>, so including this header in an origin request policy has no effect.</p> <p>If both of these fields are <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. In this case, you can manually add <code>Accept-Encoding</code> to the headers whitelist like any other HTTP header.</p>"
6826        },
6827        "HeadersConfig":{
6828          "shape":"CachePolicyHeadersConfig",
6829          "documentation":"<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>"
6830        },
6831        "CookiesConfig":{
6832          "shape":"CachePolicyCookiesConfig",
6833          "documentation":"<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>"
6834        },
6835        "QueryStringsConfig":{
6836          "shape":"CachePolicyQueryStringsConfig",
6837          "documentation":"<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>"
6838        }
6839      },
6840      "documentation":"<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>OriginRequestPolicy</code>.</p>"
6841    },
6842    "PathList":{
6843      "type":"list",
6844      "member":{
6845        "shape":"string",
6846        "locationName":"Path"
6847      }
6848    },
6849    "Paths":{
6850      "type":"structure",
6851      "required":["Quantity"],
6852      "members":{
6853        "Quantity":{
6854          "shape":"integer",
6855          "documentation":"<p>The number of invalidation paths specified for the objects that you want to invalidate.</p>"
6856        },
6857        "Items":{
6858          "shape":"PathList",
6859          "documentation":"<p>A complex type that contains a list of the paths that you want to invalidate.</p>"
6860        }
6861      },
6862      "documentation":"<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>"
6863    },
6864    "PreconditionFailed":{
6865      "type":"structure",
6866      "members":{
6867        "Message":{"shape":"string"}
6868      },
6869      "documentation":"<p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>",
6870      "error":{"httpStatusCode":412},
6871      "exception":true
6872    },
6873    "PriceClass":{
6874      "type":"string",
6875      "enum":[
6876        "PriceClass_100",
6877        "PriceClass_200",
6878        "PriceClass_All"
6879      ]
6880    },
6881    "PublicKey":{
6882      "type":"structure",
6883      "required":[
6884        "Id",
6885        "CreatedTime",
6886        "PublicKeyConfig"
6887      ],
6888      "members":{
6889        "Id":{
6890          "shape":"string",
6891          "documentation":"<p>The identifier of the public key.</p>"
6892        },
6893        "CreatedTime":{
6894          "shape":"timestamp",
6895          "documentation":"<p>The date and time when the public key was uploaded.</p>"
6896        },
6897        "PublicKeyConfig":{
6898          "shape":"PublicKeyConfig",
6899          "documentation":"<p>Configuration information about a public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>"
6900        }
6901      },
6902      "documentation":"<p>A public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>"
6903    },
6904    "PublicKeyAlreadyExists":{
6905      "type":"structure",
6906      "members":{
6907        "Message":{"shape":"string"}
6908      },
6909      "documentation":"<p>The specified public key already exists.</p>",
6910      "error":{"httpStatusCode":409},
6911      "exception":true
6912    },
6913    "PublicKeyConfig":{
6914      "type":"structure",
6915      "required":[
6916        "CallerReference",
6917        "Name",
6918        "EncodedKey"
6919      ],
6920      "members":{
6921        "CallerReference":{
6922          "shape":"string",
6923          "documentation":"<p>A string included in the request to help make sure that the request can’t be replayed.</p>"
6924        },
6925        "Name":{
6926          "shape":"string",
6927          "documentation":"<p>A name to help identify the public key.</p>"
6928        },
6929        "EncodedKey":{
6930          "shape":"string",
6931          "documentation":"<p>The public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>"
6932        },
6933        "Comment":{
6934          "shape":"string",
6935          "documentation":"<p>A comment to describe the public key. The comment cannot be longer than 128 characters.</p>"
6936        }
6937      },
6938      "documentation":"<p>Configuration information about a public key that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>"
6939    },
6940    "PublicKeyIdList":{
6941      "type":"list",
6942      "member":{
6943        "shape":"string",
6944        "locationName":"PublicKey"
6945      }
6946    },
6947    "PublicKeyInUse":{
6948      "type":"structure",
6949      "members":{
6950        "Message":{"shape":"string"}
6951      },
6952      "documentation":"<p>The specified public key is in use. </p>",
6953      "error":{"httpStatusCode":409},
6954      "exception":true
6955    },
6956    "PublicKeyList":{
6957      "type":"structure",
6958      "required":[
6959        "MaxItems",
6960        "Quantity"
6961      ],
6962      "members":{
6963        "NextMarker":{
6964          "shape":"string",
6965          "documentation":"<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>"
6966        },
6967        "MaxItems":{
6968          "shape":"integer",
6969          "documentation":"<p>The maximum number of public keys you want in the response.</p>"
6970        },
6971        "Quantity":{
6972          "shape":"integer",
6973          "documentation":"<p>The number of public keys in the list.</p>"
6974        },
6975        "Items":{
6976          "shape":"PublicKeySummaryList",
6977          "documentation":"<p>A list of public keys.</p>"
6978        }
6979      },
6980      "documentation":"<p>A list of public keys that you can use with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">signed URLs and signed cookies</a>, or with <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html\">field-level encryption</a>.</p>"
6981    },
6982    "PublicKeySummary":{
6983      "type":"structure",
6984      "required":[
6985        "Id",
6986        "Name",
6987        "CreatedTime",
6988        "EncodedKey"
6989      ],
6990      "members":{
6991        "Id":{
6992          "shape":"string",
6993          "documentation":"<p>The identifier of the public key.</p>"
6994        },
6995        "Name":{
6996          "shape":"string",
6997          "documentation":"<p>A name to help identify the public key.</p>"
6998        },
6999        "CreatedTime":{
7000          "shape":"timestamp",
7001          "documentation":"<p>The date and time when the public key was uploaded.</p>"
7002        },
7003        "EncodedKey":{
7004          "shape":"string",
7005          "documentation":"<p>The public key.</p>"
7006        },
7007        "Comment":{
7008          "shape":"string",
7009          "documentation":"<p>A comment to describe the public key. The comment cannot be longer than 128 characters.</p>"
7010        }
7011      },
7012      "documentation":"<p>Contains information about a public key.</p>"
7013    },
7014    "PublicKeySummaryList":{
7015      "type":"list",
7016      "member":{
7017        "shape":"PublicKeySummary",
7018        "locationName":"PublicKeySummary"
7019      }
7020    },
7021    "PublishFunctionRequest":{
7022      "type":"structure",
7023      "required":[
7024        "Name",
7025        "IfMatch"
7026      ],
7027      "members":{
7028        "Name":{
7029          "shape":"string",
7030          "documentation":"<p>The name of the function that you are publishing.</p>",
7031          "location":"uri",
7032          "locationName":"Name"
7033        },
7034        "IfMatch":{
7035          "shape":"string",
7036          "documentation":"<p>The current version (<code>ETag</code> value) of the function that you are publishing, which you can get using <code>DescribeFunction</code>.</p>",
7037          "location":"header",
7038          "locationName":"If-Match"
7039        }
7040      }
7041    },
7042    "PublishFunctionResult":{
7043      "type":"structure",
7044      "members":{
7045        "FunctionSummary":{
7046          "shape":"FunctionSummary",
7047          "documentation":"<p>Contains configuration information and metadata about a CloudFront function.</p>"
7048        }
7049      },
7050      "payload":"FunctionSummary"
7051    },
7052    "QueryArgProfile":{
7053      "type":"structure",
7054      "required":[
7055        "QueryArg",
7056        "ProfileId"
7057      ],
7058      "members":{
7059        "QueryArg":{
7060          "shape":"string",
7061          "documentation":"<p>Query argument for field-level encryption query argument-profile mapping.</p>"
7062        },
7063        "ProfileId":{
7064          "shape":"string",
7065          "documentation":"<p>ID of profile to use for field-level encryption query argument-profile mapping</p>"
7066        }
7067      },
7068      "documentation":"<p>Query argument-profile mapping for field-level encryption.</p>"
7069    },
7070    "QueryArgProfileConfig":{
7071      "type":"structure",
7072      "required":["ForwardWhenQueryArgProfileIsUnknown"],
7073      "members":{
7074        "ForwardWhenQueryArgProfileIsUnknown":{
7075          "shape":"boolean",
7076          "documentation":"<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>"
7077        },
7078        "QueryArgProfiles":{
7079          "shape":"QueryArgProfiles",
7080          "documentation":"<p>Profiles specified for query argument-profile mapping for field-level encryption.</p>"
7081        }
7082      },
7083      "documentation":"<p>Configuration for query argument-profile mapping for field-level encryption.</p>"
7084    },
7085    "QueryArgProfileEmpty":{
7086      "type":"structure",
7087      "members":{
7088        "Message":{"shape":"string"}
7089      },
7090      "documentation":"<p>No profile specified for the field-level encryption query argument.</p>",
7091      "error":{"httpStatusCode":400},
7092      "exception":true
7093    },
7094    "QueryArgProfileList":{
7095      "type":"list",
7096      "member":{
7097        "shape":"QueryArgProfile",
7098        "locationName":"QueryArgProfile"
7099      }
7100    },
7101    "QueryArgProfiles":{
7102      "type":"structure",
7103      "required":["Quantity"],
7104      "members":{
7105        "Quantity":{
7106          "shape":"integer",
7107          "documentation":"<p>Number of profiles for query argument-profile mapping for field-level encryption.</p>"
7108        },
7109        "Items":{
7110          "shape":"QueryArgProfileList",
7111          "documentation":"<p>Number of items for query argument-profile mapping for field-level encryption.</p>"
7112        }
7113      },
7114      "documentation":"<p>Query argument-profile mapping for field-level encryption.</p>"
7115    },
7116    "QueryStringCacheKeys":{
7117      "type":"structure",
7118      "required":["Quantity"],
7119      "members":{
7120        "Quantity":{
7121          "shape":"integer",
7122          "documentation":"<p>The number of <code>whitelisted</code> query string parameters for a cache behavior.</p>"
7123        },
7124        "Items":{
7125          "shape":"QueryStringCacheKeysList",
7126          "documentation":"<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>"
7127        }
7128      },
7129      "documentation":"<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>CachePolicy</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>OriginRequestPolicy</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>"
7130    },
7131    "QueryStringCacheKeysList":{
7132      "type":"list",
7133      "member":{
7134        "shape":"string",
7135        "locationName":"Name"
7136      }
7137    },
7138    "QueryStringNames":{
7139      "type":"structure",
7140      "required":["Quantity"],
7141      "members":{
7142        "Quantity":{
7143          "shape":"integer",
7144          "documentation":"<p>The number of query string names in the <code>Items</code> list.</p>"
7145        },
7146        "Items":{
7147          "shape":"QueryStringNamesList",
7148          "documentation":"<p>A list of query string names.</p>"
7149        }
7150      },
7151      "documentation":"<p>Contains a list of query string names.</p>"
7152    },
7153    "QueryStringNamesList":{
7154      "type":"list",
7155      "member":{
7156        "shape":"string",
7157        "locationName":"Name"
7158      }
7159    },
7160    "RealtimeLogConfig":{
7161      "type":"structure",
7162      "required":[
7163        "ARN",
7164        "Name",
7165        "SamplingRate",
7166        "EndPoints",
7167        "Fields"
7168      ],
7169      "members":{
7170        "ARN":{
7171          "shape":"string",
7172          "documentation":"<p>The Amazon Resource Name (ARN) of this real-time log configuration.</p>"
7173        },
7174        "Name":{
7175          "shape":"string",
7176          "documentation":"<p>The unique name of this real-time log configuration.</p>"
7177        },
7178        "SamplingRate":{
7179          "shape":"long",
7180          "documentation":"<p>The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. The sampling rate is an integer between 1 and 100, inclusive.</p>"
7181        },
7182        "EndPoints":{
7183          "shape":"EndPointList",
7184          "documentation":"<p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.</p>"
7185        },
7186        "Fields":{
7187          "shape":"FieldList",
7188          "documentation":"<p>A list of fields that are included in each real-time log record. In an API response, the fields are provided in the same order in which they are sent to the Amazon Kinesis data stream.</p> <p>For more information about fields, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields\">Real-time log configuration fields</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
7189        }
7190      },
7191      "documentation":"<p>A real-time log configuration.</p>"
7192    },
7193    "RealtimeLogConfigAlreadyExists":{
7194      "type":"structure",
7195      "members":{
7196        "Message":{"shape":"string"}
7197      },
7198      "documentation":"<p>A real-time log configuration with this name already exists. You must provide a unique name. To modify an existing real-time log configuration, use <code>UpdateRealtimeLogConfig</code>.</p>",
7199      "error":{"httpStatusCode":409},
7200      "exception":true
7201    },
7202    "RealtimeLogConfigInUse":{
7203      "type":"structure",
7204      "members":{
7205        "Message":{"shape":"string"}
7206      },
7207      "documentation":"<p>Cannot delete the real-time log configuration because it is attached to one or more cache behaviors.</p>",
7208      "error":{"httpStatusCode":400},
7209      "exception":true
7210    },
7211    "RealtimeLogConfigList":{
7212      "type":"list",
7213      "member":{"shape":"RealtimeLogConfig"}
7214    },
7215    "RealtimeLogConfigOwnerMismatch":{
7216      "type":"structure",
7217      "members":{
7218        "Message":{"shape":"string"}
7219      },
7220      "documentation":"<p>The specified real-time log configuration belongs to a different account.</p>",
7221      "error":{"httpStatusCode":401},
7222      "exception":true
7223    },
7224    "RealtimeLogConfigs":{
7225      "type":"structure",
7226      "required":[
7227        "MaxItems",
7228        "IsTruncated",
7229        "Marker"
7230      ],
7231      "members":{
7232        "MaxItems":{
7233          "shape":"integer",
7234          "documentation":"<p>The maximum number of real-time log configurations requested.</p>"
7235        },
7236        "Items":{
7237          "shape":"RealtimeLogConfigList",
7238          "documentation":"<p>Contains the list of real-time log configurations.</p>"
7239        },
7240        "IsTruncated":{
7241          "shape":"boolean",
7242          "documentation":"<p>A flag that indicates whether there are more real-time log configurations than are contained in this list.</p>"
7243        },
7244        "Marker":{
7245          "shape":"string",
7246          "documentation":"<p>This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.</p>"
7247        },
7248        "NextMarker":{
7249          "shape":"string",
7250          "documentation":"<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 real-time log configurations where you left off. </p>"
7251        }
7252      },
7253      "documentation":"<p>A list of real-time log configurations.</p>"
7254    },
7255    "RealtimeMetricsSubscriptionConfig":{
7256      "type":"structure",
7257      "required":["RealtimeMetricsSubscriptionStatus"],
7258      "members":{
7259        "RealtimeMetricsSubscriptionStatus":{
7260          "shape":"RealtimeMetricsSubscriptionStatus",
7261          "documentation":"<p>A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution.</p>"
7262        }
7263      },
7264      "documentation":"<p>A subscription configuration for additional CloudWatch metrics.</p>"
7265    },
7266    "RealtimeMetricsSubscriptionStatus":{
7267      "type":"string",
7268      "enum":[
7269        "Enabled",
7270        "Disabled"
7271      ]
7272    },
7273    "ResourceARN":{
7274      "type":"string",
7275      "pattern":"arn:aws(-cn)?:cloudfront::[0-9]+:.*"
7276    },
7277    "ResourceInUse":{
7278      "type":"structure",
7279      "members":{
7280        "Message":{"shape":"string"}
7281      },
7282      "documentation":"<p>Cannot delete this resource because it is in use.</p>",
7283      "error":{"httpStatusCode":409},
7284      "exception":true
7285    },
7286    "Restrictions":{
7287      "type":"structure",
7288      "required":["GeoRestriction"],
7289      "members":{
7290        "GeoRestriction":{
7291          "shape":"GeoRestriction",
7292          "documentation":"<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>"
7293        }
7294      },
7295      "documentation":"<p>A complex type that identifies ways in which you want to restrict distribution of your content.</p>"
7296    },
7297    "S3Origin":{
7298      "type":"structure",
7299      "required":[
7300        "DomainName",
7301        "OriginAccessIdentity"
7302      ],
7303      "members":{
7304        "DomainName":{
7305          "shape":"string",
7306          "documentation":"<p>The DNS name of the Amazon S3 origin. </p>"
7307        },
7308        "OriginAccessIdentity":{
7309          "shape":"string",
7310          "documentation":"<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>"
7311        }
7312      },
7313      "documentation":"<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>"
7314    },
7315    "S3OriginConfig":{
7316      "type":"structure",
7317      "required":["OriginAccessIdentity"],
7318      "members":{
7319        "OriginAccessIdentity":{
7320          "shape":"string",
7321          "documentation":"<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>"
7322        }
7323      },
7324      "documentation":"<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>"
7325    },
7326    "SSLSupportMethod":{
7327      "type":"string",
7328      "enum":[
7329        "sni-only",
7330        "vip",
7331        "static-ip"
7332      ]
7333    },
7334    "Signer":{
7335      "type":"structure",
7336      "members":{
7337        "AwsAccountNumber":{
7338          "shape":"string",
7339          "documentation":"<p>An account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If the account that owns the key pairs is the same account that owns the CloudFront distribution, the value of this field is <code>self</code>.</p>"
7340        },
7341        "KeyPairIds":{
7342          "shape":"KeyPairIds",
7343          "documentation":"<p>A list of CloudFront key pair identifiers.</p>"
7344        }
7345      },
7346      "documentation":"<p>A list of accounts and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
7347    },
7348    "SignerList":{
7349      "type":"list",
7350      "member":{
7351        "shape":"Signer",
7352        "locationName":"Signer"
7353      }
7354    },
7355    "SslProtocol":{
7356      "type":"string",
7357      "enum":[
7358        "SSLv3",
7359        "TLSv1",
7360        "TLSv1.1",
7361        "TLSv1.2"
7362      ]
7363    },
7364    "SslProtocolsList":{
7365      "type":"list",
7366      "member":{
7367        "shape":"SslProtocol",
7368        "locationName":"SslProtocol"
7369      }
7370    },
7371    "StatusCodeList":{
7372      "type":"list",
7373      "member":{
7374        "shape":"integer",
7375        "locationName":"StatusCode"
7376      },
7377      "documentation":"<p>List of status codes for origin failover.</p>",
7378      "min":1
7379    },
7380    "StatusCodes":{
7381      "type":"structure",
7382      "required":[
7383        "Quantity",
7384        "Items"
7385      ],
7386      "members":{
7387        "Quantity":{
7388          "shape":"integer",
7389          "documentation":"<p>The number of status codes.</p>"
7390        },
7391        "Items":{
7392          "shape":"StatusCodeList",
7393          "documentation":"<p>The items (status codes) for an origin group.</p>"
7394        }
7395      },
7396      "documentation":"<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>"
7397    },
7398    "StreamingDistribution":{
7399      "type":"structure",
7400      "required":[
7401        "Id",
7402        "ARN",
7403        "Status",
7404        "DomainName",
7405        "ActiveTrustedSigners",
7406        "StreamingDistributionConfig"
7407      ],
7408      "members":{
7409        "Id":{
7410          "shape":"string",
7411          "documentation":"<p>The identifier for the RTMP distribution. For example: <code>EGTXBD79EXAMPLE</code>.</p>"
7412        },
7413        "ARN":{
7414          "shape":"string",
7415          "documentation":"<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 account ID.</p>"
7416        },
7417        "Status":{
7418          "shape":"string",
7419          "documentation":"<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>"
7420        },
7421        "LastModifiedTime":{
7422          "shape":"timestamp",
7423          "documentation":"<p>The date and time that the distribution was last modified. </p>"
7424        },
7425        "DomainName":{
7426          "shape":"string",
7427          "documentation":"<p>The domain name that corresponds to the streaming distribution, for example, <code>s5c39gqb8ow64r.cloudfront.net</code>. </p>"
7428        },
7429        "ActiveTrustedSigners":{
7430          "shape":"ActiveTrustedSigners",
7431          "documentation":"<p>A complex type that lists the 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 account number of the trusted signer or <code>self</code> if the signer is the 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 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>"
7432        },
7433        "StreamingDistributionConfig":{
7434          "shape":"StreamingDistributionConfig",
7435          "documentation":"<p>The current configuration information for the RTMP distribution.</p>"
7436        }
7437      },
7438      "documentation":"<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>"
7439    },
7440    "StreamingDistributionAlreadyExists":{
7441      "type":"structure",
7442      "members":{
7443        "Message":{"shape":"string"}
7444      },
7445      "documentation":"<p>The caller reference you attempted to create the streaming distribution with is associated with another distribution</p>",
7446      "error":{"httpStatusCode":409},
7447      "exception":true
7448    },
7449    "StreamingDistributionConfig":{
7450      "type":"structure",
7451      "required":[
7452        "CallerReference",
7453        "S3Origin",
7454        "Comment",
7455        "TrustedSigners",
7456        "Enabled"
7457      ],
7458      "members":{
7459        "CallerReference":{
7460          "shape":"string",
7461          "documentation":"<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>"
7462        },
7463        "S3Origin":{
7464          "shape":"S3Origin",
7465          "documentation":"<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>"
7466        },
7467        "Aliases":{
7468          "shape":"Aliases",
7469          "documentation":"<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution. </p>"
7470        },
7471        "Comment":{
7472          "shape":"string",
7473          "documentation":"<p>Any comments you want to include about the streaming distribution. </p>"
7474        },
7475        "Logging":{
7476          "shape":"StreamingLoggingConfig",
7477          "documentation":"<p>A complex type that controls whether access logs are written for the streaming distribution. </p>"
7478        },
7479        "TrustedSigners":{
7480          "shape":"TrustedSigners",
7481          "documentation":"<p>A complex type that specifies any 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>"
7482        },
7483        "PriceClass":{
7484          "shape":"PriceClass",
7485          "documentation":"<p>A complex type that contains information about price class for this streaming distribution. </p>"
7486        },
7487        "Enabled":{
7488          "shape":"boolean",
7489          "documentation":"<p>Whether the streaming distribution is enabled to accept user requests for content.</p>"
7490        }
7491      },
7492      "documentation":"<p>The RTMP distribution's configuration information.</p>"
7493    },
7494    "StreamingDistributionConfigWithTags":{
7495      "type":"structure",
7496      "required":[
7497        "StreamingDistributionConfig",
7498        "Tags"
7499      ],
7500      "members":{
7501        "StreamingDistributionConfig":{
7502          "shape":"StreamingDistributionConfig",
7503          "documentation":"<p>A streaming distribution Configuration.</p>"
7504        },
7505        "Tags":{
7506          "shape":"Tags",
7507          "documentation":"<p>A complex type that contains zero or more <code>Tag</code> elements.</p>"
7508        }
7509      },
7510      "documentation":"<p>A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.</p>"
7511    },
7512    "StreamingDistributionList":{
7513      "type":"structure",
7514      "required":[
7515        "Marker",
7516        "MaxItems",
7517        "IsTruncated",
7518        "Quantity"
7519      ],
7520      "members":{
7521        "Marker":{
7522          "shape":"string",
7523          "documentation":"<p>The value you provided for the <code>Marker</code> request parameter. </p>"
7524        },
7525        "NextMarker":{
7526          "shape":"string",
7527          "documentation":"<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>"
7528        },
7529        "MaxItems":{
7530          "shape":"integer",
7531          "documentation":"<p>The value you provided for the <code>MaxItems</code> request parameter. </p>"
7532        },
7533        "IsTruncated":{
7534          "shape":"boolean",
7535          "documentation":"<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>"
7536        },
7537        "Quantity":{
7538          "shape":"integer",
7539          "documentation":"<p>The number of streaming distributions that were created by the current account. </p>"
7540        },
7541        "Items":{
7542          "shape":"StreamingDistributionSummaryList",
7543          "documentation":"<p>A complex type that contains one <code>StreamingDistributionSummary</code> element for each distribution that was created by the current account.</p>"
7544        }
7545      },
7546      "documentation":"<p>A streaming distribution list. </p>"
7547    },
7548    "StreamingDistributionNotDisabled":{
7549      "type":"structure",
7550      "members":{
7551        "Message":{"shape":"string"}
7552      },
7553      "documentation":"<p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>",
7554      "error":{"httpStatusCode":409},
7555      "exception":true
7556    },
7557    "StreamingDistributionSummary":{
7558      "type":"structure",
7559      "required":[
7560        "Id",
7561        "ARN",
7562        "Status",
7563        "LastModifiedTime",
7564        "DomainName",
7565        "S3Origin",
7566        "Aliases",
7567        "TrustedSigners",
7568        "Comment",
7569        "PriceClass",
7570        "Enabled"
7571      ],
7572      "members":{
7573        "Id":{
7574          "shape":"string",
7575          "documentation":"<p>The identifier for the distribution, for example, <code>EDFDVBD632BHDS5</code>.</p>"
7576        },
7577        "ARN":{
7578          "shape":"string",
7579          "documentation":"<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 account ID.</p>"
7580        },
7581        "Status":{
7582          "shape":"string",
7583          "documentation":"<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>"
7584        },
7585        "LastModifiedTime":{
7586          "shape":"timestamp",
7587          "documentation":"<p>The date and time the distribution was last modified.</p>"
7588        },
7589        "DomainName":{
7590          "shape":"string",
7591          "documentation":"<p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>"
7592        },
7593        "S3Origin":{
7594          "shape":"S3Origin",
7595          "documentation":"<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>"
7596        },
7597        "Aliases":{
7598          "shape":"Aliases",
7599          "documentation":"<p>A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.</p>"
7600        },
7601        "TrustedSigners":{
7602          "shape":"TrustedSigners",
7603          "documentation":"<p>A complex type that specifies the 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>"
7604        },
7605        "Comment":{
7606          "shape":"string",
7607          "documentation":"<p>The comment originally specified when this distribution was created.</p>"
7608        },
7609        "PriceClass":{
7610          "shape":"PriceClass",
7611          "documentation":"<p>A complex type that contains information about price class for this streaming distribution. </p>"
7612        },
7613        "Enabled":{
7614          "shape":"boolean",
7615          "documentation":"<p>Whether the distribution is enabled to accept end user requests for content.</p>"
7616        }
7617      },
7618      "documentation":"<p> A summary of the information for a CloudFront streaming distribution.</p>"
7619    },
7620    "StreamingDistributionSummaryList":{
7621      "type":"list",
7622      "member":{
7623        "shape":"StreamingDistributionSummary",
7624        "locationName":"StreamingDistributionSummary"
7625      }
7626    },
7627    "StreamingLoggingConfig":{
7628      "type":"structure",
7629      "required":[
7630        "Enabled",
7631        "Bucket",
7632        "Prefix"
7633      ],
7634      "members":{
7635        "Enabled":{
7636          "shape":"boolean",
7637          "documentation":"<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>"
7638        },
7639        "Bucket":{
7640          "shape":"string",
7641          "documentation":"<p>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</p>"
7642        },
7643        "Prefix":{
7644          "shape":"string",
7645          "documentation":"<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>"
7646        }
7647      },
7648      "documentation":"<p>A complex type that controls whether access logs are written for this streaming distribution.</p>"
7649    },
7650    "Tag":{
7651      "type":"structure",
7652      "required":["Key"],
7653      "members":{
7654        "Key":{
7655          "shape":"TagKey",
7656          "documentation":"<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>"
7657        },
7658        "Value":{
7659          "shape":"TagValue",
7660          "documentation":"<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>"
7661        }
7662      },
7663      "documentation":"<p> A complex type that contains <code>Tag</code> key and <code>Tag</code> value.</p>"
7664    },
7665    "TagKey":{
7666      "type":"string",
7667      "documentation":"<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>",
7668      "max":128,
7669      "min":1,
7670      "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
7671    },
7672    "TagKeyList":{
7673      "type":"list",
7674      "member":{
7675        "shape":"TagKey",
7676        "locationName":"Key"
7677      }
7678    },
7679    "TagKeys":{
7680      "type":"structure",
7681      "members":{
7682        "Items":{
7683          "shape":"TagKeyList",
7684          "documentation":"<p> A complex type that contains <code>Tag</code> key elements.</p>"
7685        }
7686      },
7687      "documentation":"<p> A complex type that contains zero or more <code>Tag</code> elements.</p>"
7688    },
7689    "TagList":{
7690      "type":"list",
7691      "member":{
7692        "shape":"Tag",
7693        "locationName":"Tag"
7694      }
7695    },
7696    "TagResourceRequest":{
7697      "type":"structure",
7698      "required":[
7699        "Resource",
7700        "Tags"
7701      ],
7702      "members":{
7703        "Resource":{
7704          "shape":"ResourceARN",
7705          "documentation":"<p> An ARN of a CloudFront resource.</p>",
7706          "location":"querystring",
7707          "locationName":"Resource"
7708        },
7709        "Tags":{
7710          "shape":"Tags",
7711          "documentation":"<p> A complex type that contains zero or more <code>Tag</code> elements.</p>",
7712          "locationName":"Tags",
7713          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
7714        }
7715      },
7716      "documentation":"<p> The request to add tags to a CloudFront resource.</p>",
7717      "payload":"Tags"
7718    },
7719    "TagValue":{
7720      "type":"string",
7721      "max":256,
7722      "min":0,
7723      "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
7724    },
7725    "Tags":{
7726      "type":"structure",
7727      "members":{
7728        "Items":{
7729          "shape":"TagList",
7730          "documentation":"<p> A complex type that contains <code>Tag</code> elements.</p>"
7731        }
7732      },
7733      "documentation":"<p> A complex type that contains zero or more <code>Tag</code> elements.</p>"
7734    },
7735    "TestFunctionFailed":{
7736      "type":"structure",
7737      "members":{
7738        "Message":{"shape":"string"}
7739      },
7740      "documentation":"<p>The CloudFront function failed.</p>",
7741      "error":{"httpStatusCode":500},
7742      "exception":true
7743    },
7744    "TestFunctionRequest":{
7745      "type":"structure",
7746      "required":[
7747        "Name",
7748        "IfMatch",
7749        "EventObject"
7750      ],
7751      "members":{
7752        "Name":{
7753          "shape":"string",
7754          "documentation":"<p>The name of the function that you are testing.</p>",
7755          "location":"uri",
7756          "locationName":"Name"
7757        },
7758        "IfMatch":{
7759          "shape":"string",
7760          "documentation":"<p>The current version (<code>ETag</code> value) of the function that you are testing, which you can get using <code>DescribeFunction</code>.</p>",
7761          "location":"header",
7762          "locationName":"If-Match"
7763        },
7764        "Stage":{
7765          "shape":"FunctionStage",
7766          "documentation":"<p>The stage of the function that you are testing, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>"
7767        },
7768        "EventObject":{
7769          "shape":"FunctionEventObject",
7770          "documentation":"<p>The event object to test the function with. For more information about the structure of the event object, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function\">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
7771        }
7772      }
7773    },
7774    "TestFunctionResult":{
7775      "type":"structure",
7776      "members":{
7777        "TestResult":{
7778          "shape":"TestResult",
7779          "documentation":"<p>An object that represents the result of running the function with the provided event object.</p>"
7780        }
7781      },
7782      "payload":"TestResult"
7783    },
7784    "TestResult":{
7785      "type":"structure",
7786      "members":{
7787        "FunctionSummary":{
7788          "shape":"FunctionSummary",
7789          "documentation":"<p>Contains configuration information and metadata about the CloudFront function that was tested.</p>"
7790        },
7791        "ComputeUtilization":{
7792          "shape":"string",
7793          "documentation":"<p>The amount of time that the function took to run as a percentage of the maximum allowed time. For example, a compute utilization of 35 means that the function completed in 35% of the maximum allowed time.</p>"
7794        },
7795        "FunctionExecutionLogs":{
7796          "shape":"FunctionExecutionLogList",
7797          "documentation":"<p>Contains the log lines that the function wrote (if any) when running the test.</p>"
7798        },
7799        "FunctionErrorMessage":{
7800          "shape":"string",
7801          "documentation":"<p>If the result of testing the function was an error, this field contains the error message.</p>"
7802        },
7803        "FunctionOutput":{
7804          "shape":"string",
7805          "documentation":"<p>The event object returned by the function. For more information about the structure of the event object, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html\">Event object structure</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
7806        }
7807      },
7808      "documentation":"<p>Contains the result of testing a CloudFront function with <code>TestFunction</code>.</p>"
7809    },
7810    "TooManyCacheBehaviors":{
7811      "type":"structure",
7812      "members":{
7813        "Message":{"shape":"string"}
7814      },
7815      "documentation":"<p>You cannot create more cache behaviors for the distribution.</p>",
7816      "error":{"httpStatusCode":400},
7817      "exception":true
7818    },
7819    "TooManyCachePolicies":{
7820      "type":"structure",
7821      "members":{
7822        "Message":{"shape":"string"}
7823      },
7824      "documentation":"<p>You have reached the maximum number of cache policies for this 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>",
7825      "error":{"httpStatusCode":400},
7826      "exception":true
7827    },
7828    "TooManyCertificates":{
7829      "type":"structure",
7830      "members":{
7831        "Message":{"shape":"string"}
7832      },
7833      "documentation":"<p>You cannot create anymore custom SSL/TLS certificates.</p>",
7834      "error":{"httpStatusCode":400},
7835      "exception":true
7836    },
7837    "TooManyCloudFrontOriginAccessIdentities":{
7838      "type":"structure",
7839      "members":{
7840        "Message":{"shape":"string"}
7841      },
7842      "documentation":"<p>Processing your request would cause you to exceed the maximum number of origin access identities allowed.</p>",
7843      "error":{"httpStatusCode":400},
7844      "exception":true
7845    },
7846    "TooManyCookieNamesInWhiteList":{
7847      "type":"structure",
7848      "members":{
7849        "Message":{"shape":"string"}
7850      },
7851      "documentation":"<p>Your request contains more cookie names in the whitelist than are allowed per cache behavior.</p>",
7852      "error":{"httpStatusCode":400},
7853      "exception":true
7854    },
7855    "TooManyCookiesInCachePolicy":{
7856      "type":"structure",
7857      "members":{
7858        "Message":{"shape":"string"}
7859      },
7860      "documentation":"<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>",
7861      "error":{"httpStatusCode":400},
7862      "exception":true
7863    },
7864    "TooManyCookiesInOriginRequestPolicy":{
7865      "type":"structure",
7866      "members":{
7867        "Message":{"shape":"string"}
7868      },
7869      "documentation":"<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>",
7870      "error":{"httpStatusCode":400},
7871      "exception":true
7872    },
7873    "TooManyDistributionCNAMEs":{
7874      "type":"structure",
7875      "members":{
7876        "Message":{"shape":"string"}
7877      },
7878      "documentation":"<p>Your request contains more CNAMEs than are allowed per distribution.</p>",
7879      "error":{"httpStatusCode":400},
7880      "exception":true
7881    },
7882    "TooManyDistributions":{
7883      "type":"structure",
7884      "members":{
7885        "Message":{"shape":"string"}
7886      },
7887      "documentation":"<p>Processing your request would cause you to exceed the maximum number of distributions allowed.</p>",
7888      "error":{"httpStatusCode":400},
7889      "exception":true
7890    },
7891    "TooManyDistributionsAssociatedToCachePolicy":{
7892      "type":"structure",
7893      "members":{
7894        "Message":{"shape":"string"}
7895      },
7896      "documentation":"<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>",
7897      "error":{"httpStatusCode":400},
7898      "exception":true
7899    },
7900    "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig":{
7901      "type":"structure",
7902      "members":{
7903        "Message":{"shape":"string"}
7904      },
7905      "documentation":"<p>The maximum number of distributions have been associated with the specified configuration for field-level encryption.</p>",
7906      "error":{"httpStatusCode":400},
7907      "exception":true
7908    },
7909    "TooManyDistributionsAssociatedToKeyGroup":{
7910      "type":"structure",
7911      "members":{
7912        "Message":{"shape":"string"}
7913      },
7914      "documentation":"<p>The number of distributions that reference this key group is more than the maximum allowed. 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>",
7915      "error":{"httpStatusCode":400},
7916      "exception":true
7917    },
7918    "TooManyDistributionsAssociatedToOriginRequestPolicy":{
7919      "type":"structure",
7920      "members":{
7921        "Message":{"shape":"string"}
7922      },
7923      "documentation":"<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>",
7924      "error":{"httpStatusCode":400},
7925      "exception":true
7926    },
7927    "TooManyDistributionsWithFunctionAssociations":{
7928      "type":"structure",
7929      "members":{
7930        "Message":{"shape":"string"}
7931      },
7932      "documentation":"<p>You have reached the maximum number of distributions that are associated with a CloudFront function. 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>",
7933      "error":{"httpStatusCode":400},
7934      "exception":true
7935    },
7936    "TooManyDistributionsWithLambdaAssociations":{
7937      "type":"structure",
7938      "members":{
7939        "Message":{"shape":"string"}
7940      },
7941      "documentation":"<p>Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.</p>",
7942      "error":{"httpStatusCode":400},
7943      "exception":true
7944    },
7945    "TooManyDistributionsWithSingleFunctionARN":{
7946      "type":"structure",
7947      "members":{
7948        "Message":{"shape":"string"}
7949      },
7950      "documentation":"<p>The maximum number of distributions have been associated with the specified Lambda@Edge function.</p>",
7951      "error":{"httpStatusCode":400},
7952      "exception":true
7953    },
7954    "TooManyFieldLevelEncryptionConfigs":{
7955      "type":"structure",
7956      "members":{
7957        "Message":{"shape":"string"}
7958      },
7959      "documentation":"<p>The maximum number of configurations for field-level encryption have been created.</p>",
7960      "error":{"httpStatusCode":400},
7961      "exception":true
7962    },
7963    "TooManyFieldLevelEncryptionContentTypeProfiles":{
7964      "type":"structure",
7965      "members":{
7966        "Message":{"shape":"string"}
7967      },
7968      "documentation":"<p>The maximum number of content type profiles for field-level encryption have been created.</p>",
7969      "error":{"httpStatusCode":400},
7970      "exception":true
7971    },
7972    "TooManyFieldLevelEncryptionEncryptionEntities":{
7973      "type":"structure",
7974      "members":{
7975        "Message":{"shape":"string"}
7976      },
7977      "documentation":"<p>The maximum number of encryption entities for field-level encryption have been created.</p>",
7978      "error":{"httpStatusCode":400},
7979      "exception":true
7980    },
7981    "TooManyFieldLevelEncryptionFieldPatterns":{
7982      "type":"structure",
7983      "members":{
7984        "Message":{"shape":"string"}
7985      },
7986      "documentation":"<p>The maximum number of field patterns for field-level encryption have been created.</p>",
7987      "error":{"httpStatusCode":400},
7988      "exception":true
7989    },
7990    "TooManyFieldLevelEncryptionProfiles":{
7991      "type":"structure",
7992      "members":{
7993        "Message":{"shape":"string"}
7994      },
7995      "documentation":"<p>The maximum number of profiles for field-level encryption have been created.</p>",
7996      "error":{"httpStatusCode":400},
7997      "exception":true
7998    },
7999    "TooManyFieldLevelEncryptionQueryArgProfiles":{
8000      "type":"structure",
8001      "members":{
8002        "Message":{"shape":"string"}
8003      },
8004      "documentation":"<p>The maximum number of query arg profiles for field-level encryption have been created.</p>",
8005      "error":{"httpStatusCode":400},
8006      "exception":true
8007    },
8008    "TooManyFunctionAssociations":{
8009      "type":"structure",
8010      "members":{
8011        "Message":{"shape":"string"}
8012      },
8013      "documentation":"<p>You have reached the maximum number of CloudFront function associations for this distribution. 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>",
8014      "error":{"httpStatusCode":400},
8015      "exception":true
8016    },
8017    "TooManyFunctions":{
8018      "type":"structure",
8019      "members":{
8020        "Message":{"shape":"string"}
8021      },
8022      "documentation":"<p>You have reached the maximum number of CloudFront functions for this 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>",
8023      "error":{"httpStatusCode":400},
8024      "exception":true
8025    },
8026    "TooManyHeadersInCachePolicy":{
8027      "type":"structure",
8028      "members":{
8029        "Message":{"shape":"string"}
8030      },
8031      "documentation":"<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>",
8032      "error":{"httpStatusCode":400},
8033      "exception":true
8034    },
8035    "TooManyHeadersInForwardedValues":{
8036      "type":"structure",
8037      "members":{
8038        "Message":{"shape":"string"}
8039      },
8040      "documentation":"<p>Your request contains too many headers in forwarded values.</p>",
8041      "error":{"httpStatusCode":400},
8042      "exception":true
8043    },
8044    "TooManyHeadersInOriginRequestPolicy":{
8045      "type":"structure",
8046      "members":{
8047        "Message":{"shape":"string"}
8048      },
8049      "documentation":"<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>",
8050      "error":{"httpStatusCode":400},
8051      "exception":true
8052    },
8053    "TooManyInvalidationsInProgress":{
8054      "type":"structure",
8055      "members":{
8056        "Message":{"shape":"string"}
8057      },
8058      "documentation":"<p>You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.</p>",
8059      "error":{"httpStatusCode":400},
8060      "exception":true
8061    },
8062    "TooManyKeyGroups":{
8063      "type":"structure",
8064      "members":{
8065        "Message":{"shape":"string"}
8066      },
8067      "documentation":"<p>You have reached the maximum number of key groups for this 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>",
8068      "error":{"httpStatusCode":400},
8069      "exception":true
8070    },
8071    "TooManyKeyGroupsAssociatedToDistribution":{
8072      "type":"structure",
8073      "members":{
8074        "Message":{"shape":"string"}
8075      },
8076      "documentation":"<p>The number of key groups referenced by this distribution is more than the maximum allowed. 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>",
8077      "error":{"httpStatusCode":400},
8078      "exception":true
8079    },
8080    "TooManyLambdaFunctionAssociations":{
8081      "type":"structure",
8082      "members":{
8083        "Message":{"shape":"string"}
8084      },
8085      "documentation":"<p>Your request contains more Lambda@Edge function associations than are allowed per distribution.</p>",
8086      "error":{"httpStatusCode":400},
8087      "exception":true
8088    },
8089    "TooManyOriginCustomHeaders":{
8090      "type":"structure",
8091      "members":{
8092        "Message":{"shape":"string"}
8093      },
8094      "documentation":"<p>Your request contains too many origin custom headers.</p>",
8095      "error":{"httpStatusCode":400},
8096      "exception":true
8097    },
8098    "TooManyOriginGroupsPerDistribution":{
8099      "type":"structure",
8100      "members":{
8101        "Message":{"shape":"string"}
8102      },
8103      "documentation":"<p>Processing your request would cause you to exceed the maximum number of origin groups allowed.</p>",
8104      "error":{"httpStatusCode":400},
8105      "exception":true
8106    },
8107    "TooManyOriginRequestPolicies":{
8108      "type":"structure",
8109      "members":{
8110        "Message":{"shape":"string"}
8111      },
8112      "documentation":"<p>You have reached the maximum number of origin request policies for this 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>",
8113      "error":{"httpStatusCode":400},
8114      "exception":true
8115    },
8116    "TooManyOrigins":{
8117      "type":"structure",
8118      "members":{
8119        "Message":{"shape":"string"}
8120      },
8121      "documentation":"<p>You cannot create more origins for the distribution.</p>",
8122      "error":{"httpStatusCode":400},
8123      "exception":true
8124    },
8125    "TooManyPublicKeys":{
8126      "type":"structure",
8127      "members":{
8128        "Message":{"shape":"string"}
8129      },
8130      "documentation":"<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>",
8131      "error":{"httpStatusCode":400},
8132      "exception":true
8133    },
8134    "TooManyPublicKeysInKeyGroup":{
8135      "type":"structure",
8136      "members":{
8137        "Message":{"shape":"string"}
8138      },
8139      "documentation":"<p>The number of public keys in this key group is more than the maximum allowed. 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>",
8140      "error":{"httpStatusCode":400},
8141      "exception":true
8142    },
8143    "TooManyQueryStringParameters":{
8144      "type":"structure",
8145      "members":{
8146        "Message":{"shape":"string"}
8147      },
8148      "documentation":"<p>Your request contains too many query string parameters.</p>",
8149      "error":{"httpStatusCode":400},
8150      "exception":true
8151    },
8152    "TooManyQueryStringsInCachePolicy":{
8153      "type":"structure",
8154      "members":{
8155        "Message":{"shape":"string"}
8156      },
8157      "documentation":"<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>",
8158      "error":{"httpStatusCode":400},
8159      "exception":true
8160    },
8161    "TooManyQueryStringsInOriginRequestPolicy":{
8162      "type":"structure",
8163      "members":{
8164        "Message":{"shape":"string"}
8165      },
8166      "documentation":"<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>",
8167      "error":{"httpStatusCode":400},
8168      "exception":true
8169    },
8170    "TooManyRealtimeLogConfigs":{
8171      "type":"structure",
8172      "members":{
8173        "Message":{"shape":"string"}
8174      },
8175      "documentation":"<p>You have reached the maximum number of real-time log configurations for this 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>",
8176      "error":{"httpStatusCode":400},
8177      "exception":true
8178    },
8179    "TooManyStreamingDistributionCNAMEs":{
8180      "type":"structure",
8181      "members":{
8182        "Message":{"shape":"string"}
8183      },
8184      "documentation":"<p>Your request contains more CNAMEs than are allowed per distribution.</p>",
8185      "error":{"httpStatusCode":400},
8186      "exception":true
8187    },
8188    "TooManyStreamingDistributions":{
8189      "type":"structure",
8190      "members":{
8191        "Message":{"shape":"string"}
8192      },
8193      "documentation":"<p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>",
8194      "error":{"httpStatusCode":400},
8195      "exception":true
8196    },
8197    "TooManyTrustedSigners":{
8198      "type":"structure",
8199      "members":{
8200        "Message":{"shape":"string"}
8201      },
8202      "documentation":"<p>Your request contains more trusted signers than are allowed per distribution.</p>",
8203      "error":{"httpStatusCode":400},
8204      "exception":true
8205    },
8206    "TrustedKeyGroupDoesNotExist":{
8207      "type":"structure",
8208      "members":{
8209        "Message":{"shape":"string"}
8210      },
8211      "documentation":"<p>The specified key group does not exist.</p>",
8212      "error":{"httpStatusCode":400},
8213      "exception":true
8214    },
8215    "TrustedKeyGroupIdList":{
8216      "type":"list",
8217      "member":{
8218        "shape":"string",
8219        "locationName":"KeyGroup"
8220      }
8221    },
8222    "TrustedKeyGroups":{
8223      "type":"structure",
8224      "required":[
8225        "Enabled",
8226        "Quantity"
8227      ],
8228      "members":{
8229        "Enabled":{
8230          "shape":"boolean",
8231          "documentation":"<p>This field is <code>true</code> if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is <code>false</code>.</p>"
8232        },
8233        "Quantity":{
8234          "shape":"integer",
8235          "documentation":"<p>The number of key groups in the list.</p>"
8236        },
8237        "Items":{
8238          "shape":"TrustedKeyGroupIdList",
8239          "documentation":"<p>A list of key groups identifiers.</p>"
8240        }
8241      },
8242      "documentation":"<p>A list of key groups whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
8243    },
8244    "TrustedSignerDoesNotExist":{
8245      "type":"structure",
8246      "members":{
8247        "Message":{"shape":"string"}
8248      },
8249      "documentation":"<p>One or more of your trusted signers don't exist.</p>",
8250      "error":{"httpStatusCode":400},
8251      "exception":true
8252    },
8253    "TrustedSigners":{
8254      "type":"structure",
8255      "required":[
8256        "Enabled",
8257        "Quantity"
8258      ],
8259      "members":{
8260        "Enabled":{
8261          "shape":"boolean",
8262          "documentation":"<p>This field is <code>true</code> if any of the accounts have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is <code>false</code>.</p>"
8263        },
8264        "Quantity":{
8265          "shape":"integer",
8266          "documentation":"<p>The number of accounts in the list.</p>"
8267        },
8268        "Items":{
8269          "shape":"AwsAccountNumberList",
8270          "documentation":"<p>A list of account identifiers.</p>"
8271        }
8272      },
8273      "documentation":"<p>A list of accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
8274    },
8275    "UnsupportedOperation":{
8276      "type":"structure",
8277      "members":{
8278        "Message":{"shape":"string"}
8279      },
8280      "documentation":"<p>This operation is not supported in this region.</p>",
8281      "error":{"httpStatusCode":400},
8282      "exception":true
8283    },
8284    "UntagResourceRequest":{
8285      "type":"structure",
8286      "required":[
8287        "Resource",
8288        "TagKeys"
8289      ],
8290      "members":{
8291        "Resource":{
8292          "shape":"ResourceARN",
8293          "documentation":"<p> An ARN of a CloudFront resource.</p>",
8294          "location":"querystring",
8295          "locationName":"Resource"
8296        },
8297        "TagKeys":{
8298          "shape":"TagKeys",
8299          "documentation":"<p> A complex type that contains zero or more <code>Tag</code> key elements.</p>",
8300          "locationName":"TagKeys",
8301          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8302        }
8303      },
8304      "documentation":"<p> The request to remove tags from a CloudFront resource.</p>",
8305      "payload":"TagKeys"
8306    },
8307    "UpdateCachePolicyRequest":{
8308      "type":"structure",
8309      "required":[
8310        "CachePolicyConfig",
8311        "Id"
8312      ],
8313      "members":{
8314        "CachePolicyConfig":{
8315          "shape":"CachePolicyConfig",
8316          "documentation":"<p>A cache policy configuration.</p>",
8317          "locationName":"CachePolicyConfig",
8318          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8319        },
8320        "Id":{
8321          "shape":"string",
8322          "documentation":"<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>",
8323          "location":"uri",
8324          "locationName":"Id"
8325        },
8326        "IfMatch":{
8327          "shape":"string",
8328          "documentation":"<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>",
8329          "location":"header",
8330          "locationName":"If-Match"
8331        }
8332      },
8333      "payload":"CachePolicyConfig"
8334    },
8335    "UpdateCachePolicyResult":{
8336      "type":"structure",
8337      "members":{
8338        "CachePolicy":{
8339          "shape":"CachePolicy",
8340          "documentation":"<p>A cache policy.</p>"
8341        },
8342        "ETag":{
8343          "shape":"string",
8344          "documentation":"<p>The current version of the cache policy.</p>",
8345          "location":"header",
8346          "locationName":"ETag"
8347        }
8348      },
8349      "payload":"CachePolicy"
8350    },
8351    "UpdateCloudFrontOriginAccessIdentityRequest":{
8352      "type":"structure",
8353      "required":[
8354        "CloudFrontOriginAccessIdentityConfig",
8355        "Id"
8356      ],
8357      "members":{
8358        "CloudFrontOriginAccessIdentityConfig":{
8359          "shape":"CloudFrontOriginAccessIdentityConfig",
8360          "documentation":"<p>The identity's configuration information.</p>",
8361          "locationName":"CloudFrontOriginAccessIdentityConfig",
8362          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8363        },
8364        "Id":{
8365          "shape":"string",
8366          "documentation":"<p>The identity's id.</p>",
8367          "location":"uri",
8368          "locationName":"Id"
8369        },
8370        "IfMatch":{
8371          "shape":"string",
8372          "documentation":"<p>The value of the <code>ETag</code> header that you received when retrieving the identity's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
8373          "location":"header",
8374          "locationName":"If-Match"
8375        }
8376      },
8377      "documentation":"<p>The request to update an origin access identity.</p>",
8378      "payload":"CloudFrontOriginAccessIdentityConfig"
8379    },
8380    "UpdateCloudFrontOriginAccessIdentityResult":{
8381      "type":"structure",
8382      "members":{
8383        "CloudFrontOriginAccessIdentity":{
8384          "shape":"CloudFrontOriginAccessIdentity",
8385          "documentation":"<p>The origin access identity's information.</p>"
8386        },
8387        "ETag":{
8388          "shape":"string",
8389          "documentation":"<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
8390          "location":"header",
8391          "locationName":"ETag"
8392        }
8393      },
8394      "documentation":"<p>The returned result of the corresponding request.</p>",
8395      "payload":"CloudFrontOriginAccessIdentity"
8396    },
8397    "UpdateDistributionRequest":{
8398      "type":"structure",
8399      "required":[
8400        "DistributionConfig",
8401        "Id"
8402      ],
8403      "members":{
8404        "DistributionConfig":{
8405          "shape":"DistributionConfig",
8406          "documentation":"<p>The distribution's configuration information.</p>",
8407          "locationName":"DistributionConfig",
8408          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8409        },
8410        "Id":{
8411          "shape":"string",
8412          "documentation":"<p>The distribution's id.</p>",
8413          "location":"uri",
8414          "locationName":"Id"
8415        },
8416        "IfMatch":{
8417          "shape":"string",
8418          "documentation":"<p>The value of the <code>ETag</code> header that you received when retrieving the distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
8419          "location":"header",
8420          "locationName":"If-Match"
8421        }
8422      },
8423      "documentation":"<p>The request to update a distribution.</p>",
8424      "payload":"DistributionConfig"
8425    },
8426    "UpdateDistributionResult":{
8427      "type":"structure",
8428      "members":{
8429        "Distribution":{
8430          "shape":"Distribution",
8431          "documentation":"<p>The distribution's information.</p>"
8432        },
8433        "ETag":{
8434          "shape":"string",
8435          "documentation":"<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
8436          "location":"header",
8437          "locationName":"ETag"
8438        }
8439      },
8440      "documentation":"<p>The returned result of the corresponding request.</p>",
8441      "payload":"Distribution"
8442    },
8443    "UpdateFieldLevelEncryptionConfigRequest":{
8444      "type":"structure",
8445      "required":[
8446        "FieldLevelEncryptionConfig",
8447        "Id"
8448      ],
8449      "members":{
8450        "FieldLevelEncryptionConfig":{
8451          "shape":"FieldLevelEncryptionConfig",
8452          "documentation":"<p>Request to update a field-level encryption configuration. </p>",
8453          "locationName":"FieldLevelEncryptionConfig",
8454          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8455        },
8456        "Id":{
8457          "shape":"string",
8458          "documentation":"<p>The ID of the configuration you want to update.</p>",
8459          "location":"uri",
8460          "locationName":"Id"
8461        },
8462        "IfMatch":{
8463          "shape":"string",
8464          "documentation":"<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>",
8465          "location":"header",
8466          "locationName":"If-Match"
8467        }
8468      },
8469      "payload":"FieldLevelEncryptionConfig"
8470    },
8471    "UpdateFieldLevelEncryptionConfigResult":{
8472      "type":"structure",
8473      "members":{
8474        "FieldLevelEncryption":{
8475          "shape":"FieldLevelEncryption",
8476          "documentation":"<p>Return the results of updating the configuration.</p>"
8477        },
8478        "ETag":{
8479          "shape":"string",
8480          "documentation":"<p>The value of the <code>ETag</code> header that you received when updating the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
8481          "location":"header",
8482          "locationName":"ETag"
8483        }
8484      },
8485      "payload":"FieldLevelEncryption"
8486    },
8487    "UpdateFieldLevelEncryptionProfileRequest":{
8488      "type":"structure",
8489      "required":[
8490        "FieldLevelEncryptionProfileConfig",
8491        "Id"
8492      ],
8493      "members":{
8494        "FieldLevelEncryptionProfileConfig":{
8495          "shape":"FieldLevelEncryptionProfileConfig",
8496          "documentation":"<p>Request to update a field-level encryption profile. </p>",
8497          "locationName":"FieldLevelEncryptionProfileConfig",
8498          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8499        },
8500        "Id":{
8501          "shape":"string",
8502          "documentation":"<p>The ID of the field-level encryption profile request. </p>",
8503          "location":"uri",
8504          "locationName":"Id"
8505        },
8506        "IfMatch":{
8507          "shape":"string",
8508          "documentation":"<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>",
8509          "location":"header",
8510          "locationName":"If-Match"
8511        }
8512      },
8513      "payload":"FieldLevelEncryptionProfileConfig"
8514    },
8515    "UpdateFieldLevelEncryptionProfileResult":{
8516      "type":"structure",
8517      "members":{
8518        "FieldLevelEncryptionProfile":{
8519          "shape":"FieldLevelEncryptionProfile",
8520          "documentation":"<p>Return the results of updating the profile.</p>"
8521        },
8522        "ETag":{
8523          "shape":"string",
8524          "documentation":"<p>The result of the field-level encryption profile request. </p>",
8525          "location":"header",
8526          "locationName":"ETag"
8527        }
8528      },
8529      "payload":"FieldLevelEncryptionProfile"
8530    },
8531    "UpdateFunctionRequest":{
8532      "type":"structure",
8533      "required":[
8534        "IfMatch",
8535        "FunctionConfig",
8536        "FunctionCode",
8537        "Name"
8538      ],
8539      "members":{
8540        "Name":{
8541          "shape":"string",
8542          "documentation":"<p>The name of the function that you are updating.</p>",
8543          "location":"uri",
8544          "locationName":"Name"
8545        },
8546        "IfMatch":{
8547          "shape":"string",
8548          "documentation":"<p>The current version (<code>ETag</code> value) of the function that you are updating, which you can get using <code>DescribeFunction</code>.</p>",
8549          "location":"header",
8550          "locationName":"If-Match"
8551        },
8552        "FunctionConfig":{
8553          "shape":"FunctionConfig",
8554          "documentation":"<p>Configuration information about the function.</p>"
8555        },
8556        "FunctionCode":{
8557          "shape":"FunctionBlob",
8558          "documentation":"<p>The function code. For more information about writing a CloudFront function, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html\">Writing function code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
8559        }
8560      }
8561    },
8562    "UpdateFunctionResult":{
8563      "type":"structure",
8564      "members":{
8565        "FunctionSummary":{
8566          "shape":"FunctionSummary",
8567          "documentation":"<p>Contains configuration information and metadata about a CloudFront function.</p>"
8568        },
8569        "ETag":{
8570          "shape":"string",
8571          "documentation":"<p>The version identifier for the current version of the CloudFront function.</p>",
8572          "location":"header",
8573          "locationName":"ETtag"
8574        }
8575      },
8576      "payload":"FunctionSummary"
8577    },
8578    "UpdateKeyGroupRequest":{
8579      "type":"structure",
8580      "required":[
8581        "KeyGroupConfig",
8582        "Id"
8583      ],
8584      "members":{
8585        "KeyGroupConfig":{
8586          "shape":"KeyGroupConfig",
8587          "documentation":"<p>The key group configuration.</p>",
8588          "locationName":"KeyGroupConfig",
8589          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8590        },
8591        "Id":{
8592          "shape":"string",
8593          "documentation":"<p>The identifier of the key group that you are updating.</p>",
8594          "location":"uri",
8595          "locationName":"Id"
8596        },
8597        "IfMatch":{
8598          "shape":"string",
8599          "documentation":"<p>The version of the key group that you are updating. The version is the key group’s <code>ETag</code> value.</p>",
8600          "location":"header",
8601          "locationName":"If-Match"
8602        }
8603      },
8604      "payload":"KeyGroupConfig"
8605    },
8606    "UpdateKeyGroupResult":{
8607      "type":"structure",
8608      "members":{
8609        "KeyGroup":{
8610          "shape":"KeyGroup",
8611          "documentation":"<p>The key group that was just updated.</p>"
8612        },
8613        "ETag":{
8614          "shape":"string",
8615          "documentation":"<p>The identifier for this version of the key group.</p>",
8616          "location":"header",
8617          "locationName":"ETag"
8618        }
8619      },
8620      "payload":"KeyGroup"
8621    },
8622    "UpdateOriginRequestPolicyRequest":{
8623      "type":"structure",
8624      "required":[
8625        "OriginRequestPolicyConfig",
8626        "Id"
8627      ],
8628      "members":{
8629        "OriginRequestPolicyConfig":{
8630          "shape":"OriginRequestPolicyConfig",
8631          "documentation":"<p>An origin request policy configuration.</p>",
8632          "locationName":"OriginRequestPolicyConfig",
8633          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8634        },
8635        "Id":{
8636          "shape":"string",
8637          "documentation":"<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>",
8638          "location":"uri",
8639          "locationName":"Id"
8640        },
8641        "IfMatch":{
8642          "shape":"string",
8643          "documentation":"<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>",
8644          "location":"header",
8645          "locationName":"If-Match"
8646        }
8647      },
8648      "payload":"OriginRequestPolicyConfig"
8649    },
8650    "UpdateOriginRequestPolicyResult":{
8651      "type":"structure",
8652      "members":{
8653        "OriginRequestPolicy":{
8654          "shape":"OriginRequestPolicy",
8655          "documentation":"<p>An origin request policy.</p>"
8656        },
8657        "ETag":{
8658          "shape":"string",
8659          "documentation":"<p>The current version of the origin request policy.</p>",
8660          "location":"header",
8661          "locationName":"ETag"
8662        }
8663      },
8664      "payload":"OriginRequestPolicy"
8665    },
8666    "UpdatePublicKeyRequest":{
8667      "type":"structure",
8668      "required":[
8669        "PublicKeyConfig",
8670        "Id"
8671      ],
8672      "members":{
8673        "PublicKeyConfig":{
8674          "shape":"PublicKeyConfig",
8675          "documentation":"<p>A public key configuration.</p>",
8676          "locationName":"PublicKeyConfig",
8677          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8678        },
8679        "Id":{
8680          "shape":"string",
8681          "documentation":"<p>The identifier of the public key that you are updating.</p>",
8682          "location":"uri",
8683          "locationName":"Id"
8684        },
8685        "IfMatch":{
8686          "shape":"string",
8687          "documentation":"<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>",
8688          "location":"header",
8689          "locationName":"If-Match"
8690        }
8691      },
8692      "payload":"PublicKeyConfig"
8693    },
8694    "UpdatePublicKeyResult":{
8695      "type":"structure",
8696      "members":{
8697        "PublicKey":{
8698          "shape":"PublicKey",
8699          "documentation":"<p>The public key.</p>"
8700        },
8701        "ETag":{
8702          "shape":"string",
8703          "documentation":"<p>The identifier of the current version of the public key.</p>",
8704          "location":"header",
8705          "locationName":"ETag"
8706        }
8707      },
8708      "payload":"PublicKey"
8709    },
8710    "UpdateRealtimeLogConfigRequest":{
8711      "type":"structure",
8712      "members":{
8713        "EndPoints":{
8714          "shape":"EndPointList",
8715          "documentation":"<p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data.</p>"
8716        },
8717        "Fields":{
8718          "shape":"FieldList",
8719          "documentation":"<p>A list of fields to include in each real-time log record.</p> <p>For more information about fields, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields\">Real-time log configuration fields</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
8720        },
8721        "Name":{
8722          "shape":"string",
8723          "documentation":"<p>The name for this real-time log configuration.</p>"
8724        },
8725        "ARN":{
8726          "shape":"string",
8727          "documentation":"<p>The Amazon Resource Name (ARN) for this real-time log configuration.</p>"
8728        },
8729        "SamplingRate":{
8730          "shape":"long",
8731          "documentation":"<p>The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive.</p>"
8732        }
8733      }
8734    },
8735    "UpdateRealtimeLogConfigResult":{
8736      "type":"structure",
8737      "members":{
8738        "RealtimeLogConfig":{
8739          "shape":"RealtimeLogConfig",
8740          "documentation":"<p>A real-time log configuration.</p>"
8741        }
8742      }
8743    },
8744    "UpdateStreamingDistributionRequest":{
8745      "type":"structure",
8746      "required":[
8747        "StreamingDistributionConfig",
8748        "Id"
8749      ],
8750      "members":{
8751        "StreamingDistributionConfig":{
8752          "shape":"StreamingDistributionConfig",
8753          "documentation":"<p>The streaming distribution's configuration information.</p>",
8754          "locationName":"StreamingDistributionConfig",
8755          "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
8756        },
8757        "Id":{
8758          "shape":"string",
8759          "documentation":"<p>The streaming distribution's id.</p>",
8760          "location":"uri",
8761          "locationName":"Id"
8762        },
8763        "IfMatch":{
8764          "shape":"string",
8765          "documentation":"<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>",
8766          "location":"header",
8767          "locationName":"If-Match"
8768        }
8769      },
8770      "documentation":"<p>The request to update a streaming distribution.</p>",
8771      "payload":"StreamingDistributionConfig"
8772    },
8773    "UpdateStreamingDistributionResult":{
8774      "type":"structure",
8775      "members":{
8776        "StreamingDistribution":{
8777          "shape":"StreamingDistribution",
8778          "documentation":"<p>The streaming distribution's information.</p>"
8779        },
8780        "ETag":{
8781          "shape":"string",
8782          "documentation":"<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
8783          "location":"header",
8784          "locationName":"ETag"
8785        }
8786      },
8787      "documentation":"<p>The returned result of the corresponding request.</p>",
8788      "payload":"StreamingDistribution"
8789    },
8790    "ViewerCertificate":{
8791      "type":"structure",
8792      "members":{
8793        "CloudFrontDefaultCertificate":{
8794          "shape":"boolean",
8795          "documentation":"<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>"
8796        },
8797        "IAMCertificateId":{
8798          "shape":"string",
8799          "documentation":"<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\">Identity and Access Management (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>MinimumProtocolVersion</code> and <code>SSLSupportMethod</code>. </p>"
8800        },
8801        "ACMCertificateArn":{
8802          "shape":"string",
8803          "documentation":"<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\">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>MinimumProtocolVersion</code> and <code>SSLSupportMethod</code>.</p>"
8804        },
8805        "SSLSupportMethod":{
8806          "shape":"SSLSupportMethod",
8807          "documentation":"<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> <li> <p> <code>static-ip</code> - Do not specify this value unless your distribution has been enabled for this feature by the CloudFront team. If you have a use case that requires static IP addresses for a distribution, contact CloudFront through the <a href=\"https://console.aws.amazon.com/support/home\">Amazon Web Services Support Center</a>.</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>"
8808        },
8809        "MinimumProtocolVersion":{
8810          "shape":"MinimumProtocolVersion",
8811          "documentation":"<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>"
8812        },
8813        "Certificate":{
8814          "shape":"string",
8815          "documentation":"<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>",
8816          "deprecated":true
8817        },
8818        "CertificateSource":{
8819          "shape":"CertificateSource",
8820          "documentation":"<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>",
8821          "deprecated":true
8822        }
8823      },
8824      "documentation":"<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\">Certificate Manager (ACM)</a> (recommended) or <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html\">Identity and Access Management (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>"
8825    },
8826    "ViewerProtocolPolicy":{
8827      "type":"string",
8828      "enum":[
8829        "allow-all",
8830        "https-only",
8831        "redirect-to-https"
8832      ]
8833    },
8834    "aliasString":{
8835      "type":"string",
8836      "max":253
8837    },
8838    "boolean":{"type":"boolean"},
8839    "distributionIdString":{
8840      "type":"string",
8841      "max":25
8842    },
8843    "integer":{"type":"integer"},
8844    "listConflictingAliasesMaxItemsInteger":{
8845      "type":"integer",
8846      "max":100
8847    },
8848    "long":{"type":"long"},
8849    "string":{"type":"string"},
8850    "timestamp":{"type":"timestamp"}
8851  },
8852  "documentation":"<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>"
8853}
8854