1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.cloudfront#AccessDenied": {
33            "type": "structure",
34            "members": {
35                "Message": {
36                    "target": "com.amazonaws.cloudfront#string"
37                }
38            },
39            "traits": {
40                "smithy.api#documentation": "<p>Access denied.</p>",
41                "smithy.api#error": "client",
42                "smithy.api#httpError": 403
43            }
44        },
45        "com.amazonaws.cloudfront#ActiveTrustedKeyGroups": {
46            "type": "structure",
47            "members": {
48                "Enabled": {
49                    "target": "com.amazonaws.cloudfront#boolean",
50                    "traits": {
51                        "smithy.api#documentation": "<p>This field is <code>true</code> if any of the key groups have public keys that CloudFront can use\n\t\t\tto verify the signatures of signed URLs and signed cookies. If not, this field is\n\t\t\t<code>false</code>.</p>",
52                        "smithy.api#required": {}
53                    }
54                },
55                "Quantity": {
56                    "target": "com.amazonaws.cloudfront#integer",
57                    "traits": {
58                        "smithy.api#documentation": "<p>The number of key groups in the list.</p>",
59                        "smithy.api#required": {}
60                    }
61                },
62                "Items": {
63                    "target": "com.amazonaws.cloudfront#KGKeyPairIdsList",
64                    "traits": {
65                        "smithy.api#documentation": "<p>A list of key groups, including the identifiers of the public keys in each key group that\n\t\t\tCloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
66                    }
67                }
68            },
69            "traits": {
70                "smithy.api#documentation": "<p>A list of key groups, and the public keys in each key group,\n\t\t\tthat CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
71            }
72        },
73        "com.amazonaws.cloudfront#ActiveTrustedSigners": {
74            "type": "structure",
75            "members": {
76                "Enabled": {
77                    "target": "com.amazonaws.cloudfront#boolean",
78                    "traits": {
79                        "smithy.api#documentation": "<p>This field is <code>true</code> if any of the AWS accounts in the list have active CloudFront\n\t\t\tkey pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies.\n\t\t\tIf not, this field is <code>false</code>.</p>",
80                        "smithy.api#required": {}
81                    }
82                },
83                "Quantity": {
84                    "target": "com.amazonaws.cloudfront#integer",
85                    "traits": {
86                        "smithy.api#documentation": "<p>The number of AWS accounts in the list.</p>",
87                        "smithy.api#required": {}
88                    }
89                },
90                "Items": {
91                    "target": "com.amazonaws.cloudfront#SignerList",
92                    "traits": {
93                        "smithy.api#documentation": "<p>A list of AWS accounts and the identifiers of active CloudFront key pairs in each account that\n\t\t\tCloudFront can use to verify the signatures of signed URLs and signed cookies.</p>"
94                    }
95                }
96            },
97            "traits": {
98                "smithy.api#documentation": "<p>A list of AWS accounts and the active CloudFront key pairs in each account that CloudFront can use\n\t\t\tto verify the signatures of signed URLs and signed cookies.</p>"
99            }
100        },
101        "com.amazonaws.cloudfront#AliasICPRecordal": {
102            "type": "structure",
103            "members": {
104                "CNAME": {
105                    "target": "com.amazonaws.cloudfront#string",
106                    "traits": {
107                        "smithy.api#documentation": "<p>A domain name associated with a distribution. </p>"
108                    }
109                },
110                "ICPRecordalStatus": {
111                    "target": "com.amazonaws.cloudfront#ICPRecordalStatus",
112                    "traits": {
113                        "smithy.api#documentation": "<p>The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus is set to \n\t\t\tAPPROVED for all CNAMEs (aliases) in regions outside of China. </p>\n\t\t       <p>The status values returned are the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <b>APPROVED</b> indicates that the associated CNAME has a valid ICP recordal number.\n\t\t\tMultiple CNAMEs can be associated with a distribution, and CNAMEs can correspond to different ICP recordals. To be marked as\n\t\t\tAPPROVED, that is, valid to use with China region, a CNAME must have one ICP recordal number associated with it.</p>\n            </li>\n            <li>\n               <p>\n                  <b>SUSPENDED</b> indicates that the associated CNAME does not have a valid ICP recordal \n\t\t\t\tnumber.</p>\n            </li>\n            <li>\n               <p>\n                  <b>PENDING</b> indicates that CloudFront can't determine the ICP recordal status of the \n\t\t\t\tCNAME associated with the distribution because there was an error in trying to determine the status. You can try again\n\t\t\t\tto see if the error is resolved in which case CloudFront returns an APPROVED or SUSPENDED status.</p>\n            </li>\n         </ul>"
114                    }
115                }
116            },
117            "traits": {
118                "smithy.api#documentation": "<p>AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content \n\t\t\tpublicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP \n\t\t\trecordal status for CNAMEs associated with distributions. The status is returned in the CloudFront response; you can't configure\n\t\t\tit yourself.</p>\n\t\t       <p>For more information about ICP recordals, see  <a href=\"https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html\">\n\t\t\tSignup, Accounts, and Credentials</a> in <i>Getting Started with AWS services in China</i>.</p>"
119            }
120        },
121        "com.amazonaws.cloudfront#AliasICPRecordals": {
122            "type": "list",
123            "member": {
124                "target": "com.amazonaws.cloudfront#AliasICPRecordal",
125                "traits": {
126                    "smithy.api#xmlName": "AliasICPRecordal"
127                }
128            }
129        },
130        "com.amazonaws.cloudfront#AliasList": {
131            "type": "list",
132            "member": {
133                "target": "com.amazonaws.cloudfront#string",
134                "traits": {
135                    "smithy.api#xmlName": "CNAME"
136                }
137            }
138        },
139        "com.amazonaws.cloudfront#Aliases": {
140            "type": "structure",
141            "members": {
142                "Quantity": {
143                    "target": "com.amazonaws.cloudfront#integer",
144                    "traits": {
145                        "smithy.api#documentation": "<p>The number of CNAME aliases, if any, that you want to associate with this \n\t\t\tdistribution.</p>",
146                        "smithy.api#required": {}
147                    }
148                },
149                "Items": {
150                    "target": "com.amazonaws.cloudfront#AliasList",
151                    "traits": {
152                        "smithy.api#documentation": "<p>A complex type that contains the CNAME aliases, if any, that you want to associate with \n\t\t\tthis distribution.</p>"
153                    }
154                }
155            },
156            "traits": {
157                "smithy.api#documentation": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, \n\t\t\tfor this distribution. </p>"
158            }
159        },
160        "com.amazonaws.cloudfront#AllowedMethods": {
161            "type": "structure",
162            "members": {
163                "Quantity": {
164                    "target": "com.amazonaws.cloudfront#integer",
165                    "traits": {
166                        "smithy.api#documentation": "<p>The number of HTTP methods that you want CloudFront to forward to your origin. Valid values \n\t\t\tare 2 (for <code>GET</code> and <code>HEAD</code> requests), 3 (for <code>GET</code>, \n\t\t\t\t<code>HEAD</code>, and <code>OPTIONS</code> requests) and 7 (for <code>GET, HEAD, OPTIONS, \n\t\t\t\tPUT, PATCH, POST</code>, and <code>DELETE</code> requests).</p>",
167                        "smithy.api#required": {}
168                    }
169                },
170                "Items": {
171                    "target": "com.amazonaws.cloudfront#MethodsList",
172                    "traits": {
173                        "smithy.api#documentation": "<p>A complex type that contains the HTTP methods that you want CloudFront to process and forward \n\t\t\tto your origin.</p>",
174                        "smithy.api#required": {}
175                    }
176                },
177                "CachedMethods": {
178                    "target": "com.amazonaws.cloudfront#CachedMethods"
179                }
180            },
181            "traits": {
182                "smithy.api#documentation": "<p>A complex type that controls which HTTP methods CloudFront processes and forwards to your \n\t\t\tAmazon S3 bucket or your custom origin. There are three choices:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>CloudFront forwards only <code>GET</code> and <code>HEAD</code> requests.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>CloudFront forwards only <code>GET</code>, <code>HEAD</code>, and <code>OPTIONS</code> \n\t\t\t\t\trequests.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>CloudFront forwards <code>GET, HEAD, OPTIONS, PUT, PATCH, POST</code>, and \n\t\t\t\t\t\t<code>DELETE</code> requests.</p> \n\t\t\t         </li>\n         </ul> \n\t\t       <p>If you pick the third choice, you may need to restrict access to your Amazon S3 bucket or \n\t\t\tto your custom origin so users can't perform operations that you don't want them to. For \n\t\t\texample, you might not want users to have permissions to delete objects from your \n\t\t\torigin.</p>"
183            }
184        },
185        "com.amazonaws.cloudfront#AwsAccountNumberList": {
186            "type": "list",
187            "member": {
188                "target": "com.amazonaws.cloudfront#string",
189                "traits": {
190                    "smithy.api#xmlName": "AwsAccountNumber"
191                }
192            }
193        },
194        "com.amazonaws.cloudfront#BatchTooLarge": {
195            "type": "structure",
196            "members": {
197                "Message": {
198                    "target": "com.amazonaws.cloudfront#string"
199                }
200            },
201            "traits": {
202                "smithy.api#documentation": "<p>Invalidation batch specified is too large.</p>",
203                "smithy.api#error": "client",
204                "smithy.api#httpError": 413
205            }
206        },
207        "com.amazonaws.cloudfront#CNAMEAlreadyExists": {
208            "type": "structure",
209            "members": {
210                "Message": {
211                    "target": "com.amazonaws.cloudfront#string"
212                }
213            },
214            "traits": {
215                "smithy.api#documentation": "<p>The CNAME specified is already defined for CloudFront.</p>",
216                "smithy.api#error": "client",
217                "smithy.api#httpError": 409
218            }
219        },
220        "com.amazonaws.cloudfront#CacheBehavior": {
221            "type": "structure",
222            "members": {
223                "PathPattern": {
224                    "target": "com.amazonaws.cloudfront#string",
225                    "traits": {
226                        "smithy.api#documentation": "<p>The pattern (for example, <code>images/*.jpg</code>) that specifies which requests to \n\t\t\tapply the behavior to. When CloudFront receives a viewer request, the requested path is compared \n\t\t\twith path patterns in the order in which cache behaviors are listed in the \n\t\t\tdistribution.</p> \n\t\t       <note> \n\t\t\t         <p>You can optionally include a slash (<code>/</code>) at the beginning of the path \n\t\t\t\tpattern. For example, <code>/images/*.jpg</code>. CloudFront behavior is the same with or without \n\t\t\t\tthe leading <code>/</code>.</p> \n\t\t       </note> \n\t\t       <p>The path pattern for the default cache behavior is <code>*</code> and cannot be \n\t\t\tchanged. If the request for an object does not match the path pattern for any cache behaviors, \n\t\t\tCloudFront applies the behavior in the default cache behavior.</p> \n\t\t       <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesPathPattern\">Path \n\t\t\t\tPattern</a> in the <i> Amazon CloudFront Developer Guide</i>.</p>",
227                        "smithy.api#required": {}
228                    }
229                },
230                "TargetOriginId": {
231                    "target": "com.amazonaws.cloudfront#string",
232                    "traits": {
233                        "smithy.api#documentation": "<p>The value of <code>ID</code> for the origin that you want CloudFront to route requests to\n\t\t\twhen they match this cache behavior.</p>",
234                        "smithy.api#required": {}
235                    }
236                },
237                "TrustedSigners": {
238                    "target": "com.amazonaws.cloudfront#TrustedSigners",
239                    "traits": {
240                        "smithy.api#documentation": "<important>\n\t\t\t         <p>We recommend using <code>TrustedKeyGroups</code> instead of\n\t\t\t\t<code>TrustedSigners</code>.</p>\n\t\t       </important>\n\t\t       <p>A list of AWS account IDs whose public keys CloudFront can use to validate signed URLs or signed\n\t\t\tcookies.</p>\n\t\t       <p>When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies\n\t\t\tfor all requests that match the cache behavior. The URLs or cookies must be signed with\n\t\t\tthe private key of a CloudFront key pair in the trusted signer’s AWS account. The signed URL\n\t\t\tor cookie contains information about which public key CloudFront should use to verify the\n\t\t\tsignature. 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>"
241                    }
242                },
243                "TrustedKeyGroups": {
244                    "target": "com.amazonaws.cloudfront#TrustedKeyGroups",
245                    "traits": {
246                        "smithy.api#documentation": "<p>A list of key groups that CloudFront can use to validate signed URLs or signed cookies.</p>\n\t\t       <p>When a cache behavior contains trusted key groups, CloudFront requires signed URLs or signed\n\t\t\tcookies for all requests that match the cache behavior. The URLs or cookies must be\n\t\t\tsigned with a private key whose corresponding public key is in the key group. The signed\n\t\t\tURL or cookie contains information about which public key CloudFront should use to verify the\n\t\t\tsignature. 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>"
247                    }
248                },
249                "ViewerProtocolPolicy": {
250                    "target": "com.amazonaws.cloudfront#ViewerProtocolPolicy",
251                    "traits": {
252                        "smithy.api#documentation": "<p>The protocol that viewers can use to access the files in the origin specified by \n\t\t\t\t<code>TargetOriginId</code> when a request matches the path pattern in \n\t\t\t\t<code>PathPattern</code>. You can specify the following options:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>\n                  <code>allow-all</code>: Viewers can use HTTP or HTTPS.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>\n                  <code>redirect-to-https</code>: If a viewer submits an HTTP request, CloudFront returns \n\t\t\t\t\tan HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The \n\t\t\t\t\tviewer then resubmits the request using the new URL. </p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>\n                  <code>https-only</code>: If a viewer sends an HTTP request, CloudFront returns an HTTP \n\t\t\t\t\tstatus code of 403 (Forbidden). </p> \n\t\t\t         </li>\n         </ul> \n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       <note> \n\t\t\t         <p>The only way to guarantee that viewers retrieve an object that was fetched from the origin\n\t\t\t\tusing HTTPS is never to use any other protocol to fetch the object. If you have\n\t\t\t\trecently changed from HTTP to HTTPS, we recommend that you clear your objects’ cache\n\t\t\t\tbecause cached objects are protocol agnostic. That means that an edge location will\n\t\t\t\treturn an object from the cache regardless of whether the current request protocol\n\t\t\t\tmatches 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\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       </note>",
253                        "smithy.api#required": {}
254                    }
255                },
256                "AllowedMethods": {
257                    "target": "com.amazonaws.cloudfront#AllowedMethods"
258                },
259                "SmoothStreaming": {
260                    "target": "com.amazonaws.cloudfront#boolean",
261                    "traits": {
262                        "smithy.api#documentation": "<p>Indicates whether you want to distribute media files in the Microsoft Smooth Streaming \n\t\t\tformat using the origin that is associated with this cache behavior. If so, specify \n\t\t\t\t<code>true</code>; if not, specify <code>false</code>. If you specify <code>true</code> for \n\t\t\t\t<code>SmoothStreaming</code>, you can still distribute other content using this cache \n\t\t\tbehavior if the content matches the value of <code>PathPattern</code>. </p>"
263                    }
264                },
265                "Compress": {
266                    "target": "com.amazonaws.cloudfront#boolean",
267                    "traits": {
268                        "smithy.api#documentation": "<p>Whether you want CloudFront to automatically compress certain files for this cache behavior. \n\t\t\tIf 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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
269                    }
270                },
271                "LambdaFunctionAssociations": {
272                    "target": "com.amazonaws.cloudfront#LambdaFunctionAssociations",
273                    "traits": {
274                        "smithy.api#documentation": "<p>A complex type that contains zero or more Lambda function associations for a cache \n\t\t\tbehavior.</p>"
275                    }
276                },
277                "FieldLevelEncryptionId": {
278                    "target": "com.amazonaws.cloudfront#string",
279                    "traits": {
280                        "smithy.api#documentation": "<p>The value of <code>ID</code> for the field-level encryption configuration that you want CloudFront\n\t\t\tto use for encrypting specific fields of data for this cache behavior.</p>"
281                    }
282                },
283                "RealtimeLogConfigArn": {
284                    "target": "com.amazonaws.cloudfront#string",
285                    "traits": {
286                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the real-time log configuration that is attached to this\n\t\t\tcache 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>"
287                    }
288                },
289                "CachePolicyId": {
290                    "target": "com.amazonaws.cloudfront#string",
291                    "traits": {
292                        "smithy.api#documentation": "<p>The unique identifier of the cache policy that is attached to this cache behavior. For more\n\t\t\tinformation, 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
293                    }
294                },
295                "OriginRequestPolicyId": {
296                    "target": "com.amazonaws.cloudfront#string",
297                    "traits": {
298                        "smithy.api#documentation": "<p>The unique identifier of the origin request policy that is attached to this cache behavior.\n\t\t\tFor 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
299                    }
300                },
301                "ForwardedValues": {
302                    "target": "com.amazonaws.cloudfront#ForwardedValues",
303                    "traits": {
304                        "smithy.api#deprecated": {},
305                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>If you want to include values in the cache key, use a cache policy. For more\n\t\t\tinformation, 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>If you want to send values to the origin but not include them in the cache key, use an\n\t\t\torigin 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.</p>"
306                    }
307                },
308                "MinTTL": {
309                    "target": "com.amazonaws.cloudfront#long",
310                    "traits": {
311                        "smithy.api#deprecated": {},
312                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use the <code>MinTTL</code> field in a cache\n\t\t\tpolicy 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront \n\t\t\tforwards another request to your origin to determine whether the object has been updated. For \n\t\t\tmore information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">\n\t\t\t\tManaging How Long Content Stays in an Edge Cache (Expiration)</a> in the <i>\n\t\t\t\tAmazon CloudFront Developer Guide</i>.</p> \n\t\t       <p>You must specify <code>0</code> for <code>MinTTL</code> if you configure CloudFront to \n\t\t\tforward all headers to your origin (under <code>Headers</code>, if you specify <code>1</code> \n\t\t\tfor <code>Quantity</code> and <code>*</code> for <code>Name</code>).</p>"
313                    }
314                },
315                "DefaultTTL": {
316                    "target": "com.amazonaws.cloudfront#long",
317                    "traits": {
318                        "smithy.api#deprecated": {},
319                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use the <code>DefaultTTL</code> field in a\n\t\t\tcache 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>The default amount of time that you want objects to stay in CloudFront caches before CloudFront \n\t\t\tforwards another request to your origin to determine whether the object has been updated. The \n\t\t\tvalue that you specify applies only when your origin does not add HTTP headers such as \n\t\t\t\t<code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>, and \n\t\t\t\t<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 \n\t\t\t\tin an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
320                    }
321                },
322                "MaxTTL": {
323                    "target": "com.amazonaws.cloudfront#long",
324                    "traits": {
325                        "smithy.api#deprecated": {},
326                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use the <code>MaxTTL</code> field in a cache\n\t\t\tpolicy 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront \n\t\t\tforwards another request to your origin to determine whether the object has been updated. The \n\t\t\tvalue that you specify applies only when your origin adds HTTP headers such as \n\t\t\t\t<code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>, and \n\t\t\t\t<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 \n\t\t\t\tin an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
327                    }
328                }
329            },
330            "traits": {
331                "smithy.api#documentation": "<p>A complex type that describes how CloudFront processes requests.</p> \n\t\t       <p>You must create at least as many cache behaviors (including the default cache behavior) as\n\t\t\tyou have origins if you want CloudFront to serve objects from all of the origins. Each cache\n\t\t\tbehavior specifies the one origin from which you want CloudFront to get objects. If you have\n\t\t\ttwo origins and only the default cache behavior, the default cache behavior will cause\n\t\t\tCloudFront to get objects from one of the origins, but the other origin is never used.</p> \n\t\t       <p>For the current quota (formerly known as limit) on the number of cache behaviors that you\n\t\t\tcan 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> \n\t\t       <p>If you don’t want to specify any cache behaviors, include only an empty\n\t\t\t<code>CacheBehaviors</code> element. Don’t include an empty <code>CacheBehavior</code>\n\t\t\telement because this is invalid.</p> \n\t\t       <p>To delete all cache behaviors in an existing distribution, update the distribution \n\t\t\tconfiguration and include only an empty <code>CacheBehaviors</code> element.</p> \n\t\t       <p>To add, change, or remove one or more cache behaviors, update the distribution \n\t\t\tconfiguration and specify all of the cache behaviors that you want to include in the updated \n\t\t\tdistribution.</p> \n\t\t       <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>"
332            }
333        },
334        "com.amazonaws.cloudfront#CacheBehaviorList": {
335            "type": "list",
336            "member": {
337                "target": "com.amazonaws.cloudfront#CacheBehavior",
338                "traits": {
339                    "smithy.api#xmlName": "CacheBehavior"
340                }
341            }
342        },
343        "com.amazonaws.cloudfront#CacheBehaviors": {
344            "type": "structure",
345            "members": {
346                "Quantity": {
347                    "target": "com.amazonaws.cloudfront#integer",
348                    "traits": {
349                        "smithy.api#documentation": "<p>The number of cache behaviors for this distribution. </p>",
350                        "smithy.api#required": {}
351                    }
352                },
353                "Items": {
354                    "target": "com.amazonaws.cloudfront#CacheBehaviorList",
355                    "traits": {
356                        "smithy.api#documentation": "<p>Optional: A complex type that contains cache behaviors for this distribution. If \n\t\t\t\t<code>Quantity</code> is <code>0</code>, you can omit <code>Items</code>.</p>"
357                    }
358                }
359            },
360            "traits": {
361                "smithy.api#documentation": "<p>A complex type that contains zero or more <code>CacheBehavior</code> elements. \n\t\t</p>"
362            }
363        },
364        "com.amazonaws.cloudfront#CachePolicy": {
365            "type": "structure",
366            "members": {
367                "Id": {
368                    "target": "com.amazonaws.cloudfront#string",
369                    "traits": {
370                        "smithy.api#documentation": "<p>The unique identifier for the cache policy.</p>",
371                        "smithy.api#required": {}
372                    }
373                },
374                "LastModifiedTime": {
375                    "target": "com.amazonaws.cloudfront#timestamp",
376                    "traits": {
377                        "smithy.api#documentation": "<p>The date and time when the cache policy was last modified.</p>",
378                        "smithy.api#required": {}
379                    }
380                },
381                "CachePolicyConfig": {
382                    "target": "com.amazonaws.cloudfront#CachePolicyConfig",
383                    "traits": {
384                        "smithy.api#documentation": "<p>The cache policy configuration.</p>",
385                        "smithy.api#required": {}
386                    }
387                }
388            },
389            "traits": {
390                "smithy.api#documentation": "<p>A cache policy.</p>\n\t\t       <p>When it’s attached to a cache behavior, the cache policy determines the\n\t\t\tfollowing:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The values that CloudFront includes in the cache key. These values can include HTTP headers,\n\t\t\t\t\tcookies, and URL query strings. CloudFront uses the cache key to find an object in its\n\t\t\t\t\tcache that it can return to the viewer.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The default, minimum, and maximum time to live (TTL) values that you want objects to stay\n\t\t\t\t\tin the CloudFront cache.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>The headers, cookies, and query strings that are included in the cache key are automatically\n\t\t\tincluded in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t\n\t\t\tfind a valid object in its cache that matches the request’s cache key. If you want to\n\t\t\tsend values to the origin but <i>not</i> include them in the cache key,\n\t\t\tuse <code>OriginRequestPolicy</code>.</p>"
391            }
392        },
393        "com.amazonaws.cloudfront#CachePolicyAlreadyExists": {
394            "type": "structure",
395            "members": {
396                "Message": {
397                    "target": "com.amazonaws.cloudfront#string"
398                }
399            },
400            "traits": {
401                "smithy.api#documentation": "<p>A cache policy with this name already exists. You must provide a unique name. To\n\t\t\tmodify an existing cache policy, use <code>UpdateCachePolicy</code>.</p>",
402                "smithy.api#error": "client",
403                "smithy.api#httpError": 409
404            }
405        },
406        "com.amazonaws.cloudfront#CachePolicyConfig": {
407            "type": "structure",
408            "members": {
409                "Comment": {
410                    "target": "com.amazonaws.cloudfront#string",
411                    "traits": {
412                        "smithy.api#documentation": "<p>A comment to describe the cache policy.</p>"
413                    }
414                },
415                "Name": {
416                    "target": "com.amazonaws.cloudfront#string",
417                    "traits": {
418                        "smithy.api#documentation": "<p>A unique name to identify the cache policy.</p>",
419                        "smithy.api#required": {}
420                    }
421                },
422                "DefaultTTL": {
423                    "target": "com.amazonaws.cloudfront#long",
424                    "traits": {
425                        "smithy.api#documentation": "<p>The default amount of time, in seconds, that you want objects to stay in the CloudFront\n\t\t\tcache before CloudFront sends another request to the origin to see if the object has been\n\t\t\tupdated. CloudFront uses this value as the object’s time to live (TTL) only when the origin\n\t\t\tdoes <i>not</i> send <code>Cache-Control</code> or <code>Expires</code>\n\t\t\theaders 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>The default value for this field is 86400 seconds (one day). If the value of\n\t\t\t<code>MinTTL</code> is more than 86400 seconds, then the default value for this field is\n\t\t\tthe same as the value of <code>MinTTL</code>.</p>"
426                    }
427                },
428                "MaxTTL": {
429                    "target": "com.amazonaws.cloudfront#long",
430                    "traits": {
431                        "smithy.api#documentation": "<p>The maximum amount of time, in seconds, that objects stay in the CloudFront cache\n\t\t\tbefore CloudFront sends another request to the origin to see if the object has been updated.\n\t\t\tCloudFront uses this value only when the origin sends <code>Cache-Control</code> or\n\t\t\t<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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>The default value for this field is 31536000 seconds (one year). If the value of\n\t\t\t<code>MinTTL</code> or <code>DefaultTTL</code> is more than 31536000 seconds, then the\n\t\t\tdefault value for this field is the same as the value of <code>DefaultTTL</code>.</p>"
432                    }
433                },
434                "MinTTL": {
435                    "target": "com.amazonaws.cloudfront#long",
436                    "traits": {
437                        "smithy.api#documentation": "<p>The minimum amount of time, in seconds, that you want objects to stay in the CloudFront\n\t\t\tcache before CloudFront sends another request to the origin to see if the object has been\n\t\t\tupdated. 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
438                        "smithy.api#required": {}
439                    }
440                },
441                "ParametersInCacheKeyAndForwardedToOrigin": {
442                    "target": "com.amazonaws.cloudfront#ParametersInCacheKeyAndForwardedToOrigin",
443                    "traits": {
444                        "smithy.api#documentation": "<p>The HTTP headers, cookies, and URL query strings to include in the cache key. The\n\t\t\tvalues included in the cache key are automatically included in requests that CloudFront sends\n\t\t\tto the origin.</p>"
445                    }
446                }
447            },
448            "traits": {
449                "smithy.api#documentation": "<p>A cache policy configuration.</p>\n\t\t       <p>This configuration determines the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The values that CloudFront includes in the cache key. These values can include HTTP headers,\n\t\t\t\t\tcookies, and URL query strings. CloudFront uses the cache key to find an object in its\n\t\t\t\t\tcache that it can return to the viewer.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The default, minimum, and maximum time to live (TTL) values that you want objects to stay\n\t\t\t\t\tin the CloudFront cache.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>The headers, cookies, and query strings that are included in the cache key are automatically\n\t\t\tincluded in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t\n\t\t\tfind a valid object in its cache that matches the request’s cache key. If you want to\n\t\t\tsend values to the origin but <i>not</i> include them in the cache key,\n\t\t\tuse <code>OriginRequestPolicy</code>.</p>"
450            }
451        },
452        "com.amazonaws.cloudfront#CachePolicyCookieBehavior": {
453            "type": "string",
454            "traits": {
455                "smithy.api#enum": [
456                    {
457                        "value": "none",
458                        "name": "none"
459                    },
460                    {
461                        "value": "whitelist",
462                        "name": "whitelist"
463                    },
464                    {
465                        "value": "allExcept",
466                        "name": "allExcept"
467                    },
468                    {
469                        "value": "all",
470                        "name": "all"
471                    }
472                ]
473            }
474        },
475        "com.amazonaws.cloudfront#CachePolicyCookiesConfig": {
476            "type": "structure",
477            "members": {
478                "CookieBehavior": {
479                    "target": "com.amazonaws.cloudfront#CachePolicyCookieBehavior",
480                    "traits": {
481                        "smithy.api#documentation": "<p>Determines whether any cookies in viewer requests are included in the cache key and\n\t\t\tautomatically included in requests that CloudFront sends to the origin. Valid values\n\t\t\tare:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>none</code> – Cookies in viewer requests are not included in the cache key and are\n\t\t\t\t\tnot automatically included in requests that CloudFront sends to the origin. Even when\n\t\t\t\t\tthis field is set to <code>none</code>, any cookies that are listed in an\n\t\t\t\t\t<code>OriginRequestPolicy</code> \n                  <i>are</i> included in origin\n\t\t\t\t\trequests.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>whitelist</code> – The cookies in viewer requests that are listed in the\n\t\t\t\t\t<code>CookieNames</code> type are included in the cache key and automatically\n\t\t\t\t\tincluded in requests that CloudFront sends to the origin.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>allExcept</code> – All cookies in viewer requests that are <i>\n                     <b>not</b>\n                  </i> listed in the <code>CookieNames</code>\n\t\t\t\t\ttype are included in the cache key and automatically included in requests that\n\t\t\t\t\tCloudFront sends to the origin.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>all</code> – All cookies in viewer requests are included in the cache key and are\n\t\t\t\t\tautomatically included in requests that CloudFront sends to the origin.</p>\n\t\t\t         </li>\n         </ul>",
482                        "smithy.api#required": {}
483                    }
484                },
485                "Cookies": {
486                    "target": "com.amazonaws.cloudfront#CookieNames"
487                }
488            },
489            "traits": {
490                "smithy.api#documentation": "<p>An object that determines whether any cookies in viewer requests (and if so, which cookies)\n\t\t\tare included in the cache key and automatically included in requests that CloudFront sends to\n\t\t\tthe origin.</p>"
491            }
492        },
493        "com.amazonaws.cloudfront#CachePolicyHeaderBehavior": {
494            "type": "string",
495            "traits": {
496                "smithy.api#enum": [
497                    {
498                        "value": "none",
499                        "name": "none"
500                    },
501                    {
502                        "value": "whitelist",
503                        "name": "whitelist"
504                    }
505                ]
506            }
507        },
508        "com.amazonaws.cloudfront#CachePolicyHeadersConfig": {
509            "type": "structure",
510            "members": {
511                "HeaderBehavior": {
512                    "target": "com.amazonaws.cloudfront#CachePolicyHeaderBehavior",
513                    "traits": {
514                        "smithy.api#documentation": "<p>Determines whether any HTTP headers are included in the cache key and automatically\n\t\t\tincluded in requests that CloudFront sends to the origin. Valid values are:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>none</code> – HTTP headers are not included in the cache key and are not\n\t\t\t\t\tautomatically included in requests that CloudFront sends to the origin. Even when this\n\t\t\t\t\tfield is set to <code>none</code>, any headers that are listed in an\n\t\t\t\t\t<code>OriginRequestPolicy</code> \n                  <i>are</i> included in origin\n\t\t\t\t\trequests.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>whitelist</code> – The HTTP headers that are listed in the <code>Headers</code> type\n\t\t\t\t\tare included in the cache key and are automatically included in requests that\n\t\t\t\t\tCloudFront sends to the origin.</p>\n\t\t\t         </li>\n         </ul>",
515                        "smithy.api#required": {}
516                    }
517                },
518                "Headers": {
519                    "target": "com.amazonaws.cloudfront#Headers"
520                }
521            },
522            "traits": {
523                "smithy.api#documentation": "<p>An object that determines whether any HTTP headers (and if so, which headers) are included\n\t\t\tin the cache key and automatically included in requests that CloudFront sends to the\n\t\t\torigin.</p>"
524            }
525        },
526        "com.amazonaws.cloudfront#CachePolicyInUse": {
527            "type": "structure",
528            "members": {
529                "Message": {
530                    "target": "com.amazonaws.cloudfront#string"
531                }
532            },
533            "traits": {
534                "smithy.api#documentation": "<p>Cannot delete the cache policy because it is attached to one or more cache\n\t\t\tbehaviors.</p>",
535                "smithy.api#error": "client",
536                "smithy.api#httpError": 409
537            }
538        },
539        "com.amazonaws.cloudfront#CachePolicyList": {
540            "type": "structure",
541            "members": {
542                "NextMarker": {
543                    "target": "com.amazonaws.cloudfront#string",
544                    "traits": {
545                        "smithy.api#documentation": "<p>If there are more items in the list than are in this response, this element is\n\t\t\tpresent. It contains the value that you should use in the <code>Marker</code> field of a\n\t\t\tsubsequent request to continue listing cache policies where you left off.</p>"
546                    }
547                },
548                "MaxItems": {
549                    "target": "com.amazonaws.cloudfront#integer",
550                    "traits": {
551                        "smithy.api#documentation": "<p>The maximum number of cache policies requested.</p>",
552                        "smithy.api#required": {}
553                    }
554                },
555                "Quantity": {
556                    "target": "com.amazonaws.cloudfront#integer",
557                    "traits": {
558                        "smithy.api#documentation": "<p>The total number of cache policies returned in the response.</p>",
559                        "smithy.api#required": {}
560                    }
561                },
562                "Items": {
563                    "target": "com.amazonaws.cloudfront#CachePolicySummaryList",
564                    "traits": {
565                        "smithy.api#documentation": "<p>Contains the cache policies in the list.</p>"
566                    }
567                }
568            },
569            "traits": {
570                "smithy.api#documentation": "<p>A list of cache policies.</p>"
571            }
572        },
573        "com.amazonaws.cloudfront#CachePolicyQueryStringBehavior": {
574            "type": "string",
575            "traits": {
576                "smithy.api#enum": [
577                    {
578                        "value": "none",
579                        "name": "none"
580                    },
581                    {
582                        "value": "whitelist",
583                        "name": "whitelist"
584                    },
585                    {
586                        "value": "allExcept",
587                        "name": "allExcept"
588                    },
589                    {
590                        "value": "all",
591                        "name": "all"
592                    }
593                ]
594            }
595        },
596        "com.amazonaws.cloudfront#CachePolicyQueryStringsConfig": {
597            "type": "structure",
598            "members": {
599                "QueryStringBehavior": {
600                    "target": "com.amazonaws.cloudfront#CachePolicyQueryStringBehavior",
601                    "traits": {
602                        "smithy.api#documentation": "<p>Determines whether any URL query strings in viewer requests are included in the cache key\n\t\t\tand automatically included in requests that CloudFront sends to the origin. Valid values\n\t\t\tare:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>none</code> – Query strings in viewer requests are not included in the cache key and\n\t\t\t\t\tare not automatically included in requests that CloudFront sends to the origin. Even\n\t\t\t\t\twhen this field is set to <code>none</code>, any query strings that are listed\n\t\t\t\t\tin an <code>OriginRequestPolicy</code> \n                  <i>are</i> included in\n\t\t\t\t\torigin requests.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>whitelist</code> – The query strings in viewer requests that are listed in the\n\t\t\t\t\t<code>QueryStringNames</code> type are included in the cache key and\n\t\t\t\t\tautomatically included in requests that CloudFront sends to the origin.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>allExcept</code> – All query strings in viewer requests that are <i>\n                     <b>not</b>\n                  </i> listed in the\n\t\t\t\t\t<code>QueryStringNames</code> type are included in the cache key and\n\t\t\t\t\tautomatically included in requests that CloudFront sends to the origin.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>all</code> – All query strings in viewer requests are included in the cache key and\n\t\t\t\t\tare automatically included in requests that CloudFront sends to the origin.</p>\n\t\t\t         </li>\n         </ul>",
603                        "smithy.api#required": {}
604                    }
605                },
606                "QueryStrings": {
607                    "target": "com.amazonaws.cloudfront#QueryStringNames",
608                    "traits": {
609                        "smithy.api#documentation": "<p>Contains the specific query strings in viewer requests that either <i>\n               <b>are</b>\n            </i> or <i>\n               <b>are\n\t\t\tnot</b>\n            </i> included in the cache key and automatically included in\n\t\t\trequests that CloudFront sends to the origin. The behavior depends on whether the\n\t\t\t<code>QueryStringBehavior</code> field in the <code>CachePolicyQueryStringsConfig</code>\n\t\t\ttype is set to <code>whitelist</code> (the listed query strings <i>\n               <b>are</b>\n            </i> included) or <code>allExcept</code> (the listed\n\t\t\tquery strings <i>\n               <b>are not</b>\n            </i> included,\n\t\t\tbut all other query strings are).</p>"
610                    }
611                }
612            },
613            "traits": {
614                "smithy.api#documentation": "<p>An object that determines whether any URL query strings in viewer requests (and if so, which\n\t\t\tquery strings) are included in the cache key and automatically included in requests that\n\t\t\tCloudFront sends to the origin.</p>"
615            }
616        },
617        "com.amazonaws.cloudfront#CachePolicySummary": {
618            "type": "structure",
619            "members": {
620                "Type": {
621                    "target": "com.amazonaws.cloudfront#CachePolicyType",
622                    "traits": {
623                        "smithy.api#documentation": "<p>The type of cache policy, either <code>managed</code> (created by AWS) or\n\t\t\t<code>custom</code> (created in this AWS account).</p>",
624                        "smithy.api#required": {}
625                    }
626                },
627                "CachePolicy": {
628                    "target": "com.amazonaws.cloudfront#CachePolicy",
629                    "traits": {
630                        "smithy.api#documentation": "<p>The cache policy.</p>",
631                        "smithy.api#required": {}
632                    }
633                }
634            },
635            "traits": {
636                "smithy.api#documentation": "<p>Contains a cache policy.</p>"
637            }
638        },
639        "com.amazonaws.cloudfront#CachePolicySummaryList": {
640            "type": "list",
641            "member": {
642                "target": "com.amazonaws.cloudfront#CachePolicySummary",
643                "traits": {
644                    "smithy.api#xmlName": "CachePolicySummary"
645                }
646            }
647        },
648        "com.amazonaws.cloudfront#CachePolicyType": {
649            "type": "string",
650            "traits": {
651                "smithy.api#enum": [
652                    {
653                        "value": "managed",
654                        "name": "managed"
655                    },
656                    {
657                        "value": "custom",
658                        "name": "custom"
659                    }
660                ]
661            }
662        },
663        "com.amazonaws.cloudfront#CachedMethods": {
664            "type": "structure",
665            "members": {
666                "Quantity": {
667                    "target": "com.amazonaws.cloudfront#integer",
668                    "traits": {
669                        "smithy.api#documentation": "<p>The number of HTTP methods for which you want CloudFront to cache responses. Valid values are \n\t\t\t\t<code>2</code> (for caching responses to <code>GET</code> and <code>HEAD</code> requests) \n\t\t\tand <code>3</code> (for caching responses to <code>GET</code>, <code>HEAD</code>, and \n\t\t\t\t<code>OPTIONS</code> requests).</p>",
670                        "smithy.api#required": {}
671                    }
672                },
673                "Items": {
674                    "target": "com.amazonaws.cloudfront#MethodsList",
675                    "traits": {
676                        "smithy.api#documentation": "<p>A complex type that contains the HTTP methods that you want CloudFront to cache responses \n\t\t\tto.</p>",
677                        "smithy.api#required": {}
678                    }
679                }
680            },
681            "traits": {
682                "smithy.api#documentation": "<p>A complex type that controls whether CloudFront caches the response to requests using the \n\t\t\tspecified HTTP methods. There are two choices:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>CloudFront caches responses to <code>GET</code> and <code>HEAD</code> requests.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>CloudFront caches responses to <code>GET</code>, <code>HEAD</code>, and \n\t\t\t\t\t\t<code>OPTIONS</code> requests.</p> \n\t\t\t         </li>\n         </ul> \n\t\t       <p>If you pick the second choice for your Amazon S3 Origin, you may need to forward \n\t\t\tAccess-Control-Request-Method, Access-Control-Request-Headers, and Origin headers for the \n\t\t\tresponses to be cached correctly. </p>"
683            }
684        },
685        "com.amazonaws.cloudfront#CannotChangeImmutablePublicKeyFields": {
686            "type": "structure",
687            "members": {
688                "Message": {
689                    "target": "com.amazonaws.cloudfront#string"
690                }
691            },
692            "traits": {
693                "smithy.api#documentation": "<p>You can't change the value of a public key.</p>",
694                "smithy.api#error": "client",
695                "smithy.api#httpError": 400
696            }
697        },
698        "com.amazonaws.cloudfront#CertificateSource": {
699            "type": "string",
700            "traits": {
701                "smithy.api#enum": [
702                    {
703                        "value": "cloudfront",
704                        "name": "cloudfront"
705                    },
706                    {
707                        "value": "iam",
708                        "name": "iam"
709                    },
710                    {
711                        "value": "acm",
712                        "name": "acm"
713                    }
714                ]
715            }
716        },
717        "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentity": {
718            "type": "structure",
719            "members": {
720                "Id": {
721                    "target": "com.amazonaws.cloudfront#string",
722                    "traits": {
723                        "smithy.api#documentation": "<p>The ID for the origin access identity, for example, <code>E74FTE3AJFJ256A</code>. \n\t\t</p>",
724                        "smithy.api#required": {}
725                    }
726                },
727                "S3CanonicalUserId": {
728                    "target": "com.amazonaws.cloudfront#string",
729                    "traits": {
730                        "smithy.api#documentation": "<p>The Amazon S3 canonical user ID for the origin access identity, used when giving the origin \n\t\t\taccess identity read permission to an object in Amazon S3. </p>",
731                        "smithy.api#required": {}
732                    }
733                },
734                "CloudFrontOriginAccessIdentityConfig": {
735                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityConfig",
736                    "traits": {
737                        "smithy.api#documentation": "<p>The current configuration information for the identity. </p>"
738                    }
739                }
740            },
741            "traits": {
742                "smithy.api#documentation": "<p>CloudFront origin access identity.</p>"
743            }
744        },
745        "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityAlreadyExists": {
746            "type": "structure",
747            "members": {
748                "Message": {
749                    "target": "com.amazonaws.cloudfront#string"
750                }
751            },
752            "traits": {
753                "smithy.api#documentation": "<p>If the <code>CallerReference</code> is a value you already sent in a previous request to create an identity but the content \n\t\t\tof the <code>CloudFrontOriginAccessIdentityConfig</code> is different from the original request, CloudFront returns a \n\t\t\t<code>CloudFrontOriginAccessIdentityAlreadyExists</code> error. </p>",
754                "smithy.api#error": "client",
755                "smithy.api#httpError": 409
756            }
757        },
758        "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityConfig": {
759            "type": "structure",
760            "members": {
761                "CallerReference": {
762                    "target": "com.amazonaws.cloudfront#string",
763                    "traits": {
764                        "smithy.api#documentation": "<p>A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.</p> \n\t\t       <p>If the value of <code>CallerReference</code> is new (regardless of the content of the \n\t\t\t<code>CloudFrontOriginAccessIdentityConfig</code> object), a new origin access identity is \n\t\t\tcreated.</p> \n\t\t       <p>If the <code>CallerReference</code> is a value already sent in a previous identity \n\t\t\trequest, and the content of the <code>CloudFrontOriginAccessIdentityConfig</code> is identical \n\t\t\tto the original request (ignoring white space), the response includes the same information \n\t\t\treturned to the original request. </p> \n\t\t       <p>If the <code>CallerReference</code> is a value you already sent in a previous request \n\t\t\tto create an identity, but the content of the \n\t\t\t<code>CloudFrontOriginAccessIdentityConfig</code> is different from the original request, \n\t\t\tCloudFront returns a <code>CloudFrontOriginAccessIdentityAlreadyExists</code> error. </p>",
765                        "smithy.api#required": {}
766                    }
767                },
768                "Comment": {
769                    "target": "com.amazonaws.cloudfront#string",
770                    "traits": {
771                        "smithy.api#documentation": "<p>Any comments you want to include about the origin access identity. </p>",
772                        "smithy.api#required": {}
773                    }
774                }
775            },
776            "traits": {
777                "smithy.api#documentation": "<p>Origin access identity configuration. Send a <code>GET</code> request to the \n\t\t\t\t\t<code>/<i>CloudFront API version</i>/CloudFront/identity ID/config</code> resource. \n\t\t</p>"
778            }
779        },
780        "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityInUse": {
781            "type": "structure",
782            "members": {
783                "Message": {
784                    "target": "com.amazonaws.cloudfront#string"
785                }
786            },
787            "traits": {
788                "smithy.api#documentation": "<p>The Origin Access Identity specified is already in use.</p>",
789                "smithy.api#error": "client",
790                "smithy.api#httpError": 409
791            }
792        },
793        "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityList": {
794            "type": "structure",
795            "members": {
796                "Marker": {
797                    "target": "com.amazonaws.cloudfront#string",
798                    "traits": {
799                        "smithy.api#documentation": "<p>Use this when paginating results to indicate where to begin in your list of origin \n\t\t\taccess identities. The results include identities in the list that occur after the marker. To \n\t\t\tget the next page of results, set the <code>Marker</code> to the value of the \n\t\t\t\t<code>NextMarker</code> from the current page's response (which is also the ID of the last \n\t\t\tidentity on that page). </p>",
800                        "smithy.api#required": {}
801                    }
802                },
803                "NextMarker": {
804                    "target": "com.amazonaws.cloudfront#string",
805                    "traits": {
806                        "smithy.api#documentation": "<p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains \n\t\t\tthe value you can use for the <code>Marker</code> request parameter to continue listing your \n\t\t\torigin access identities where they left off. </p>"
807                    }
808                },
809                "MaxItems": {
810                    "target": "com.amazonaws.cloudfront#integer",
811                    "traits": {
812                        "smithy.api#documentation": "<p>The maximum number of origin access identities you want in the response body. \n\t\t</p>",
813                        "smithy.api#required": {}
814                    }
815                },
816                "IsTruncated": {
817                    "target": "com.amazonaws.cloudfront#boolean",
818                    "traits": {
819                        "smithy.api#documentation": "<p>A flag that indicates whether more origin access identities remain to be listed. If \n\t\t\tyour results were truncated, you can make a follow-up pagination request using the \n\t\t\t\t<code>Marker</code> request parameter to retrieve more items in the list.</p>",
820                        "smithy.api#required": {}
821                    }
822                },
823                "Quantity": {
824                    "target": "com.amazonaws.cloudfront#integer",
825                    "traits": {
826                        "smithy.api#documentation": "<p>The number of CloudFront origin access identities that were created by the current AWS \n\t\t\taccount. </p>",
827                        "smithy.api#required": {}
828                    }
829                },
830                "Items": {
831                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentitySummaryList",
832                    "traits": {
833                        "smithy.api#documentation": "<p>A complex type that contains one <code>CloudFrontOriginAccessIdentitySummary</code> \n\t\t\telement for each origin access identity that was created by the current AWS \n\t\t\taccount.</p>"
834                    }
835                }
836            },
837            "traits": {
838                "smithy.api#documentation": "<p>Lists the origin access identities for CloudFront.Send a <code>GET</code> request to the \n\t\t\t\t\t<code>/<i>CloudFront API version</i>/origin-access-identity/cloudfront</code> \n\t\t\tresource. The response includes a <code>CloudFrontOriginAccessIdentityList</code> element with \n\t\t\tzero or more <code>CloudFrontOriginAccessIdentitySummary</code> child elements. By default, \n\t\t\tyour entire list of origin access identities is returned in one single page. If the list is \n\t\t\tlong, you can paginate it using the <code>MaxItems</code> and <code>Marker</code> \n\t\t\tparameters.</p>"
839            }
840        },
841        "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentitySummary": {
842            "type": "structure",
843            "members": {
844                "Id": {
845                    "target": "com.amazonaws.cloudfront#string",
846                    "traits": {
847                        "smithy.api#documentation": "<p>The ID for the origin access identity. For example: \n\t\t\t<code>E74FTE3AJFJ256A</code>.</p>",
848                        "smithy.api#required": {}
849                    }
850                },
851                "S3CanonicalUserId": {
852                    "target": "com.amazonaws.cloudfront#string",
853                    "traits": {
854                        "smithy.api#documentation": "<p>The Amazon S3 canonical user ID for the origin access identity, which you use when giving \n\t\t\tthe origin access identity read permission to an object in Amazon S3.</p>",
855                        "smithy.api#required": {}
856                    }
857                },
858                "Comment": {
859                    "target": "com.amazonaws.cloudfront#string",
860                    "traits": {
861                        "smithy.api#documentation": "<p>The comment for this origin access identity, as originally specified when \n\t\t\tcreated.</p>",
862                        "smithy.api#required": {}
863                    }
864                }
865            },
866            "traits": {
867                "smithy.api#documentation": "<p>Summary of the information about a CloudFront origin access identity.</p>"
868            }
869        },
870        "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentitySummaryList": {
871            "type": "list",
872            "member": {
873                "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentitySummary",
874                "traits": {
875                    "smithy.api#xmlName": "CloudFrontOriginAccessIdentitySummary"
876                }
877            }
878        },
879        "com.amazonaws.cloudfront#Cloudfront2020_05_31": {
880            "type": "service",
881            "version": "2020-05-31",
882            "operations": [
883                {
884                    "target": "com.amazonaws.cloudfront#CreateCachePolicy"
885                },
886                {
887                    "target": "com.amazonaws.cloudfront#CreateCloudFrontOriginAccessIdentity"
888                },
889                {
890                    "target": "com.amazonaws.cloudfront#CreateDistribution"
891                },
892                {
893                    "target": "com.amazonaws.cloudfront#CreateDistributionWithTags"
894                },
895                {
896                    "target": "com.amazonaws.cloudfront#CreateFieldLevelEncryptionConfig"
897                },
898                {
899                    "target": "com.amazonaws.cloudfront#CreateFieldLevelEncryptionProfile"
900                },
901                {
902                    "target": "com.amazonaws.cloudfront#CreateInvalidation"
903                },
904                {
905                    "target": "com.amazonaws.cloudfront#CreateKeyGroup"
906                },
907                {
908                    "target": "com.amazonaws.cloudfront#CreateMonitoringSubscription"
909                },
910                {
911                    "target": "com.amazonaws.cloudfront#CreateOriginRequestPolicy"
912                },
913                {
914                    "target": "com.amazonaws.cloudfront#CreatePublicKey"
915                },
916                {
917                    "target": "com.amazonaws.cloudfront#CreateRealtimeLogConfig"
918                },
919                {
920                    "target": "com.amazonaws.cloudfront#CreateStreamingDistribution"
921                },
922                {
923                    "target": "com.amazonaws.cloudfront#CreateStreamingDistributionWithTags"
924                },
925                {
926                    "target": "com.amazonaws.cloudfront#DeleteCachePolicy"
927                },
928                {
929                    "target": "com.amazonaws.cloudfront#DeleteCloudFrontOriginAccessIdentity"
930                },
931                {
932                    "target": "com.amazonaws.cloudfront#DeleteDistribution"
933                },
934                {
935                    "target": "com.amazonaws.cloudfront#DeleteFieldLevelEncryptionConfig"
936                },
937                {
938                    "target": "com.amazonaws.cloudfront#DeleteFieldLevelEncryptionProfile"
939                },
940                {
941                    "target": "com.amazonaws.cloudfront#DeleteKeyGroup"
942                },
943                {
944                    "target": "com.amazonaws.cloudfront#DeleteMonitoringSubscription"
945                },
946                {
947                    "target": "com.amazonaws.cloudfront#DeleteOriginRequestPolicy"
948                },
949                {
950                    "target": "com.amazonaws.cloudfront#DeletePublicKey"
951                },
952                {
953                    "target": "com.amazonaws.cloudfront#DeleteRealtimeLogConfig"
954                },
955                {
956                    "target": "com.amazonaws.cloudfront#DeleteStreamingDistribution"
957                },
958                {
959                    "target": "com.amazonaws.cloudfront#GetCachePolicy"
960                },
961                {
962                    "target": "com.amazonaws.cloudfront#GetCachePolicyConfig"
963                },
964                {
965                    "target": "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentity"
966                },
967                {
968                    "target": "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityConfig"
969                },
970                {
971                    "target": "com.amazonaws.cloudfront#GetDistribution"
972                },
973                {
974                    "target": "com.amazonaws.cloudfront#GetDistributionConfig"
975                },
976                {
977                    "target": "com.amazonaws.cloudfront#GetFieldLevelEncryption"
978                },
979                {
980                    "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionConfig"
981                },
982                {
983                    "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfile"
984                },
985                {
986                    "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileConfig"
987                },
988                {
989                    "target": "com.amazonaws.cloudfront#GetInvalidation"
990                },
991                {
992                    "target": "com.amazonaws.cloudfront#GetKeyGroup"
993                },
994                {
995                    "target": "com.amazonaws.cloudfront#GetKeyGroupConfig"
996                },
997                {
998                    "target": "com.amazonaws.cloudfront#GetMonitoringSubscription"
999                },
1000                {
1001                    "target": "com.amazonaws.cloudfront#GetOriginRequestPolicy"
1002                },
1003                {
1004                    "target": "com.amazonaws.cloudfront#GetOriginRequestPolicyConfig"
1005                },
1006                {
1007                    "target": "com.amazonaws.cloudfront#GetPublicKey"
1008                },
1009                {
1010                    "target": "com.amazonaws.cloudfront#GetPublicKeyConfig"
1011                },
1012                {
1013                    "target": "com.amazonaws.cloudfront#GetRealtimeLogConfig"
1014                },
1015                {
1016                    "target": "com.amazonaws.cloudfront#GetStreamingDistribution"
1017                },
1018                {
1019                    "target": "com.amazonaws.cloudfront#GetStreamingDistributionConfig"
1020                },
1021                {
1022                    "target": "com.amazonaws.cloudfront#ListCachePolicies"
1023                },
1024                {
1025                    "target": "com.amazonaws.cloudfront#ListCloudFrontOriginAccessIdentities"
1026                },
1027                {
1028                    "target": "com.amazonaws.cloudfront#ListDistributions"
1029                },
1030                {
1031                    "target": "com.amazonaws.cloudfront#ListDistributionsByCachePolicyId"
1032                },
1033                {
1034                    "target": "com.amazonaws.cloudfront#ListDistributionsByKeyGroup"
1035                },
1036                {
1037                    "target": "com.amazonaws.cloudfront#ListDistributionsByOriginRequestPolicyId"
1038                },
1039                {
1040                    "target": "com.amazonaws.cloudfront#ListDistributionsByRealtimeLogConfig"
1041                },
1042                {
1043                    "target": "com.amazonaws.cloudfront#ListDistributionsByWebACLId"
1044                },
1045                {
1046                    "target": "com.amazonaws.cloudfront#ListFieldLevelEncryptionConfigs"
1047                },
1048                {
1049                    "target": "com.amazonaws.cloudfront#ListFieldLevelEncryptionProfiles"
1050                },
1051                {
1052                    "target": "com.amazonaws.cloudfront#ListInvalidations"
1053                },
1054                {
1055                    "target": "com.amazonaws.cloudfront#ListKeyGroups"
1056                },
1057                {
1058                    "target": "com.amazonaws.cloudfront#ListOriginRequestPolicies"
1059                },
1060                {
1061                    "target": "com.amazonaws.cloudfront#ListPublicKeys"
1062                },
1063                {
1064                    "target": "com.amazonaws.cloudfront#ListRealtimeLogConfigs"
1065                },
1066                {
1067                    "target": "com.amazonaws.cloudfront#ListStreamingDistributions"
1068                },
1069                {
1070                    "target": "com.amazonaws.cloudfront#ListTagsForResource"
1071                },
1072                {
1073                    "target": "com.amazonaws.cloudfront#TagResource"
1074                },
1075                {
1076                    "target": "com.amazonaws.cloudfront#UntagResource"
1077                },
1078                {
1079                    "target": "com.amazonaws.cloudfront#UpdateCachePolicy"
1080                },
1081                {
1082                    "target": "com.amazonaws.cloudfront#UpdateCloudFrontOriginAccessIdentity"
1083                },
1084                {
1085                    "target": "com.amazonaws.cloudfront#UpdateDistribution"
1086                },
1087                {
1088                    "target": "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionConfig"
1089                },
1090                {
1091                    "target": "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionProfile"
1092                },
1093                {
1094                    "target": "com.amazonaws.cloudfront#UpdateKeyGroup"
1095                },
1096                {
1097                    "target": "com.amazonaws.cloudfront#UpdateOriginRequestPolicy"
1098                },
1099                {
1100                    "target": "com.amazonaws.cloudfront#UpdatePublicKey"
1101                },
1102                {
1103                    "target": "com.amazonaws.cloudfront#UpdateRealtimeLogConfig"
1104                },
1105                {
1106                    "target": "com.amazonaws.cloudfront#UpdateStreamingDistribution"
1107                }
1108            ],
1109            "traits": {
1110                "aws.api#service": {
1111                    "sdkId": "CloudFront",
1112                    "arnNamespace": "cloudfront",
1113                    "cloudFormationName": "CloudFront",
1114                    "cloudTrailEventSource": "cloudfront.amazonaws.com",
1115                    "endpointPrefix": "cloudfront"
1116                },
1117                "aws.auth#sigv4": {
1118                    "name": "cloudfront"
1119                },
1120                "aws.protocols#restXml": {},
1121                "smithy.api#documentation": "<fullname>Amazon CloudFront</fullname>\n\t\t       <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers who need detailed information about \n\t\t\tCloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the <i>Amazon CloudFront Developer Guide</i>.</p>",
1122                "smithy.api#title": "Amazon CloudFront",
1123                "smithy.api#xmlNamespace": {
1124                    "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
1125                }
1126            }
1127        },
1128        "com.amazonaws.cloudfront#CommentType": {
1129            "type": "string",
1130            "traits": {
1131                "smithy.api#sensitive": {}
1132            }
1133        },
1134        "com.amazonaws.cloudfront#ContentTypeProfile": {
1135            "type": "structure",
1136            "members": {
1137                "Format": {
1138                    "target": "com.amazonaws.cloudfront#Format",
1139                    "traits": {
1140                        "smithy.api#documentation": "<p>The format for a field-level encryption content type-profile mapping. </p>",
1141                        "smithy.api#required": {}
1142                    }
1143                },
1144                "ProfileId": {
1145                    "target": "com.amazonaws.cloudfront#string",
1146                    "traits": {
1147                        "smithy.api#documentation": "<p>The profile ID for a field-level encryption content type-profile mapping. </p>"
1148                    }
1149                },
1150                "ContentType": {
1151                    "target": "com.amazonaws.cloudfront#string",
1152                    "traits": {
1153                        "smithy.api#documentation": "<p>The content type for a field-level encryption content type-profile mapping. </p>",
1154                        "smithy.api#required": {}
1155                    }
1156                }
1157            },
1158            "traits": {
1159                "smithy.api#documentation": "<p>A field-level encryption content type profile. </p>"
1160            }
1161        },
1162        "com.amazonaws.cloudfront#ContentTypeProfileConfig": {
1163            "type": "structure",
1164            "members": {
1165                "ForwardWhenContentTypeIsUnknown": {
1166                    "target": "com.amazonaws.cloudfront#boolean",
1167                    "traits": {
1168                        "smithy.api#documentation": "<p>The setting in a field-level encryption content type-profile mapping that specifies what to do\n\t\t\twhen an unknown content type is provided for the profile. If true, content is\n\t\t\tforwarded without being encrypted when the content type is unknown. If false (the\n\t\t\tdefault), an error is returned when the content type is unknown. </p>",
1169                        "smithy.api#required": {}
1170                    }
1171                },
1172                "ContentTypeProfiles": {
1173                    "target": "com.amazonaws.cloudfront#ContentTypeProfiles",
1174                    "traits": {
1175                        "smithy.api#documentation": "<p>The configuration for a field-level encryption content type-profile. </p>"
1176                    }
1177                }
1178            },
1179            "traits": {
1180                "smithy.api#documentation": "<p>The configuration for a field-level encryption content type-profile mapping. </p>"
1181            }
1182        },
1183        "com.amazonaws.cloudfront#ContentTypeProfileList": {
1184            "type": "list",
1185            "member": {
1186                "target": "com.amazonaws.cloudfront#ContentTypeProfile",
1187                "traits": {
1188                    "smithy.api#xmlName": "ContentTypeProfile"
1189                }
1190            }
1191        },
1192        "com.amazonaws.cloudfront#ContentTypeProfiles": {
1193            "type": "structure",
1194            "members": {
1195                "Quantity": {
1196                    "target": "com.amazonaws.cloudfront#integer",
1197                    "traits": {
1198                        "smithy.api#documentation": "<p>The number of field-level encryption content type-profile mappings. </p>",
1199                        "smithy.api#required": {}
1200                    }
1201                },
1202                "Items": {
1203                    "target": "com.amazonaws.cloudfront#ContentTypeProfileList",
1204                    "traits": {
1205                        "smithy.api#documentation": "<p>Items in a field-level encryption content type-profile mapping. </p>"
1206                    }
1207                }
1208            },
1209            "traits": {
1210                "smithy.api#documentation": "<p>Field-level encryption content type-profile. </p>"
1211            }
1212        },
1213        "com.amazonaws.cloudfront#CookieNameList": {
1214            "type": "list",
1215            "member": {
1216                "target": "com.amazonaws.cloudfront#string",
1217                "traits": {
1218                    "smithy.api#xmlName": "Name"
1219                }
1220            }
1221        },
1222        "com.amazonaws.cloudfront#CookieNames": {
1223            "type": "structure",
1224            "members": {
1225                "Quantity": {
1226                    "target": "com.amazonaws.cloudfront#integer",
1227                    "traits": {
1228                        "smithy.api#documentation": "<p>The number of cookie names in the <code>Items</code> list.</p>",
1229                        "smithy.api#required": {}
1230                    }
1231                },
1232                "Items": {
1233                    "target": "com.amazonaws.cloudfront#CookieNameList",
1234                    "traits": {
1235                        "smithy.api#documentation": "<p>A list of cookie names.</p>"
1236                    }
1237                }
1238            },
1239            "traits": {
1240                "smithy.api#documentation": "<p>Contains a list of cookie names.</p>"
1241            }
1242        },
1243        "com.amazonaws.cloudfront#CookiePreference": {
1244            "type": "structure",
1245            "members": {
1246                "Forward": {
1247                    "target": "com.amazonaws.cloudfront#ItemSelection",
1248                    "traits": {
1249                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest policy instead of this field.</p>\n\t\t       <p>If you want to include cookies in the cache key, use a cache policy. For more information,\n\t\t\tsee <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>\n\t\t       <p>If you want to send cookies to the origin but not include them in the cache key, use origin\n\t\t\trequest 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       <p>Specifies which cookies to forward to the origin for this cache behavior: all, none, or \n\t\t\tthe list of cookies specified in the <code>WhitelistedNames</code> complex type.</p> \n\t\t       <p>Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an \n\t\t\tAmazon S3 origin, specify none for the <code>Forward</code> element.</p>",
1250                        "smithy.api#required": {}
1251                    }
1252                },
1253                "WhitelistedNames": {
1254                    "target": "com.amazonaws.cloudfront#CookieNames",
1255                    "traits": {
1256                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest policy instead of this field.</p>\n\t\t       <p>If you want to include cookies in the cache key, use a cache policy. For more information,\n\t\t\tsee <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>\n\t\t       <p>If you want to send cookies to the origin but not include them in the cache key, use an\n\t\t\torigin 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       <p>Required if you specify <code>whitelist</code> for the value of <code>Forward</code>. \n\t\t\tA complex type that specifies how many different cookies you want CloudFront to forward to the \n\t\t\torigin for this cache behavior and, if you want to forward selected cookies, the names of \n\t\t\tthose cookies.</p> \n\t\t       <p>If you specify <code>all</code> or <code>none</code> for the value of <code>Forward</code>, omit \n\t\t\t\t<code>WhitelistedNames</code>. If you change the value of <code>Forward</code> from \n\t\t\t<code>whitelist</code> to <code>all</code> or <code>none</code> and you don't delete the <code>WhitelistedNames</code> \n\t\t\telement and its child elements, CloudFront deletes them automatically.</p> \n\t\t       <p>For the current limit on the number of cookie names that you can whitelist for each \n\t\t\tcache behavior, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/xrefaws_service_limits.html#limits_cloudfront\">\n\t\t\t\tCloudFront Limits</a> in the <i>AWS General Reference</i>.</p>"
1257                    }
1258                }
1259            },
1260            "traits": {
1261                "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest policy instead of this field.</p>\n\t\t       <p>If you want to include cookies in the cache key, use <code>CookiesConfig</code> in a\n\t\t\tcache policy. See <code>CachePolicy</code>.</p>\n\t\t       <p>If you want to send cookies to the origin but not include them in the cache key, use\n\t\t\t<code>CookiesConfig</code> in an origin request policy. See\n\t\t\t<code>OriginRequestPolicy</code>.</p> \n\t\t       <p>A complex type that specifies whether you want CloudFront to forward cookies to the origin \n\t\t\tand, if so, which ones. For more information about forwarding cookies to the origin, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html\">Caching Content \n\t\t\t\tBased on Cookies</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
1262            }
1263        },
1264        "com.amazonaws.cloudfront#CreateCachePolicy": {
1265            "type": "operation",
1266            "input": {
1267                "target": "com.amazonaws.cloudfront#CreateCachePolicyRequest"
1268            },
1269            "output": {
1270                "target": "com.amazonaws.cloudfront#CreateCachePolicyResult"
1271            },
1272            "errors": [
1273                {
1274                    "target": "com.amazonaws.cloudfront#AccessDenied"
1275                },
1276                {
1277                    "target": "com.amazonaws.cloudfront#CachePolicyAlreadyExists"
1278                },
1279                {
1280                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
1281                },
1282                {
1283                    "target": "com.amazonaws.cloudfront#InvalidArgument"
1284                },
1285                {
1286                    "target": "com.amazonaws.cloudfront#TooManyCachePolicies"
1287                },
1288                {
1289                    "target": "com.amazonaws.cloudfront#TooManyCookiesInCachePolicy"
1290                },
1291                {
1292                    "target": "com.amazonaws.cloudfront#TooManyHeadersInCachePolicy"
1293                },
1294                {
1295                    "target": "com.amazonaws.cloudfront#TooManyQueryStringsInCachePolicy"
1296                }
1297            ],
1298            "traits": {
1299                "smithy.api#documentation": "<p>Creates a cache policy.</p>\n\t\t       <p>After you create a cache policy, you can attach it to one or more cache behaviors. When it’s\n\t\t\tattached to a cache behavior, the cache policy determines the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The values that CloudFront includes in the <i>cache key</i>. These values can\n\t\t\t\t\tinclude HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to\n\t\t\t\t\tfind an object in its cache that it can return to the viewer.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The default, minimum, and maximum time to live (TTL) values that you want objects to stay\n\t\t\t\t\tin the CloudFront cache.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>The headers, cookies, and query strings that are included in the cache key are automatically\n\t\t\tincluded in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t\n\t\t\tfind an object in its cache that matches the request’s cache key. If you want to send\n\t\t\tvalues to the origin but <i>not</i> include them in the cache key, use\n\t\t\t<code>OriginRequestPolicy</code>.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
1300                "smithy.api#http": {
1301                    "method": "POST",
1302                    "uri": "/2020-05-31/cache-policy",
1303                    "code": 201
1304                }
1305            }
1306        },
1307        "com.amazonaws.cloudfront#CreateCachePolicyRequest": {
1308            "type": "structure",
1309            "members": {
1310                "CachePolicyConfig": {
1311                    "target": "com.amazonaws.cloudfront#CachePolicyConfig",
1312                    "traits": {
1313                        "smithy.api#documentation": "<p>A cache policy configuration.</p>",
1314                        "smithy.api#httpPayload": {},
1315                        "smithy.api#required": {},
1316                        "smithy.api#xmlName": "CachePolicyConfig"
1317                    }
1318                }
1319            }
1320        },
1321        "com.amazonaws.cloudfront#CreateCachePolicyResult": {
1322            "type": "structure",
1323            "members": {
1324                "CachePolicy": {
1325                    "target": "com.amazonaws.cloudfront#CachePolicy",
1326                    "traits": {
1327                        "smithy.api#documentation": "<p>A cache policy.</p>",
1328                        "smithy.api#httpPayload": {}
1329                    }
1330                },
1331                "Location": {
1332                    "target": "com.amazonaws.cloudfront#string",
1333                    "traits": {
1334                        "smithy.api#documentation": "<p>The fully qualified URI of the cache policy just created.</p>",
1335                        "smithy.api#httpHeader": "Location"
1336                    }
1337                },
1338                "ETag": {
1339                    "target": "com.amazonaws.cloudfront#string",
1340                    "traits": {
1341                        "smithy.api#documentation": "<p>The current version of the cache policy.</p>",
1342                        "smithy.api#httpHeader": "ETag"
1343                    }
1344                }
1345            }
1346        },
1347        "com.amazonaws.cloudfront#CreateCloudFrontOriginAccessIdentity": {
1348            "type": "operation",
1349            "input": {
1350                "target": "com.amazonaws.cloudfront#CreateCloudFrontOriginAccessIdentityRequest"
1351            },
1352            "output": {
1353                "target": "com.amazonaws.cloudfront#CreateCloudFrontOriginAccessIdentityResult"
1354            },
1355            "errors": [
1356                {
1357                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityAlreadyExists"
1358                },
1359                {
1360                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
1361                },
1362                {
1363                    "target": "com.amazonaws.cloudfront#InvalidArgument"
1364                },
1365                {
1366                    "target": "com.amazonaws.cloudfront#MissingBody"
1367                },
1368                {
1369                    "target": "com.amazonaws.cloudfront#TooManyCloudFrontOriginAccessIdentities"
1370                }
1371            ],
1372            "traits": {
1373                "smithy.api#documentation": "<p>Creates a new origin access identity. If you're using Amazon S3 for your origin, you can \n\t\t\tuse an origin access identity to require users to access your content using a CloudFront URL instead \n\t\t\tof 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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
1374                "smithy.api#http": {
1375                    "method": "POST",
1376                    "uri": "/2020-05-31/origin-access-identity/cloudfront",
1377                    "code": 201
1378                }
1379            }
1380        },
1381        "com.amazonaws.cloudfront#CreateCloudFrontOriginAccessIdentityRequest": {
1382            "type": "structure",
1383            "members": {
1384                "CloudFrontOriginAccessIdentityConfig": {
1385                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityConfig",
1386                    "traits": {
1387                        "smithy.api#documentation": "<p>The current configuration information for the identity.</p>",
1388                        "smithy.api#httpPayload": {},
1389                        "smithy.api#required": {},
1390                        "smithy.api#xmlName": "CloudFrontOriginAccessIdentityConfig"
1391                    }
1392                }
1393            },
1394            "traits": {
1395                "smithy.api#documentation": "<p>The request to create a new origin access identity (OAI). An origin access identity is a \n\t\t\tspecial CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or \n\t\t\tjust 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\">\n\t\t\tRestricting Access to Amazon S3 Content by Using an Origin Access Identity</a> in the \n\t\t\t<i>Amazon CloudFront Developer Guide</i>. </p>"
1396            }
1397        },
1398        "com.amazonaws.cloudfront#CreateCloudFrontOriginAccessIdentityResult": {
1399            "type": "structure",
1400            "members": {
1401                "CloudFrontOriginAccessIdentity": {
1402                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentity",
1403                    "traits": {
1404                        "smithy.api#documentation": "<p>The origin access identity's information.</p>",
1405                        "smithy.api#httpPayload": {}
1406                    }
1407                },
1408                "Location": {
1409                    "target": "com.amazonaws.cloudfront#string",
1410                    "traits": {
1411                        "smithy.api#documentation": "<p>The fully qualified URI of the new origin access identity just created.</p>",
1412                        "smithy.api#httpHeader": "Location"
1413                    }
1414                },
1415                "ETag": {
1416                    "target": "com.amazonaws.cloudfront#string",
1417                    "traits": {
1418                        "smithy.api#documentation": "<p>The current version of the origin access identity created.</p>",
1419                        "smithy.api#httpHeader": "ETag"
1420                    }
1421                }
1422            },
1423            "traits": {
1424                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
1425            }
1426        },
1427        "com.amazonaws.cloudfront#CreateDistribution": {
1428            "type": "operation",
1429            "input": {
1430                "target": "com.amazonaws.cloudfront#CreateDistributionRequest"
1431            },
1432            "output": {
1433                "target": "com.amazonaws.cloudfront#CreateDistributionResult"
1434            },
1435            "errors": [
1436                {
1437                    "target": "com.amazonaws.cloudfront#AccessDenied"
1438                },
1439                {
1440                    "target": "com.amazonaws.cloudfront#CNAMEAlreadyExists"
1441                },
1442                {
1443                    "target": "com.amazonaws.cloudfront#DistributionAlreadyExists"
1444                },
1445                {
1446                    "target": "com.amazonaws.cloudfront#IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"
1447                },
1448                {
1449                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
1450                },
1451                {
1452                    "target": "com.amazonaws.cloudfront#InvalidArgument"
1453                },
1454                {
1455                    "target": "com.amazonaws.cloudfront#InvalidDefaultRootObject"
1456                },
1457                {
1458                    "target": "com.amazonaws.cloudfront#InvalidErrorCode"
1459                },
1460                {
1461                    "target": "com.amazonaws.cloudfront#InvalidForwardCookies"
1462                },
1463                {
1464                    "target": "com.amazonaws.cloudfront#InvalidGeoRestrictionParameter"
1465                },
1466                {
1467                    "target": "com.amazonaws.cloudfront#InvalidHeadersForS3Origin"
1468                },
1469                {
1470                    "target": "com.amazonaws.cloudfront#InvalidLambdaFunctionAssociation"
1471                },
1472                {
1473                    "target": "com.amazonaws.cloudfront#InvalidLocationCode"
1474                },
1475                {
1476                    "target": "com.amazonaws.cloudfront#InvalidMinimumProtocolVersion"
1477                },
1478                {
1479                    "target": "com.amazonaws.cloudfront#InvalidOrigin"
1480                },
1481                {
1482                    "target": "com.amazonaws.cloudfront#InvalidOriginAccessIdentity"
1483                },
1484                {
1485                    "target": "com.amazonaws.cloudfront#InvalidOriginKeepaliveTimeout"
1486                },
1487                {
1488                    "target": "com.amazonaws.cloudfront#InvalidOriginReadTimeout"
1489                },
1490                {
1491                    "target": "com.amazonaws.cloudfront#InvalidProtocolSettings"
1492                },
1493                {
1494                    "target": "com.amazonaws.cloudfront#InvalidQueryStringParameters"
1495                },
1496                {
1497                    "target": "com.amazonaws.cloudfront#InvalidRelativePath"
1498                },
1499                {
1500                    "target": "com.amazonaws.cloudfront#InvalidRequiredProtocol"
1501                },
1502                {
1503                    "target": "com.amazonaws.cloudfront#InvalidResponseCode"
1504                },
1505                {
1506                    "target": "com.amazonaws.cloudfront#InvalidTTLOrder"
1507                },
1508                {
1509                    "target": "com.amazonaws.cloudfront#InvalidViewerCertificate"
1510                },
1511                {
1512                    "target": "com.amazonaws.cloudfront#InvalidWebACLId"
1513                },
1514                {
1515                    "target": "com.amazonaws.cloudfront#MissingBody"
1516                },
1517                {
1518                    "target": "com.amazonaws.cloudfront#NoSuchCachePolicy"
1519                },
1520                {
1521                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionConfig"
1522                },
1523                {
1524                    "target": "com.amazonaws.cloudfront#NoSuchOrigin"
1525                },
1526                {
1527                    "target": "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy"
1528                },
1529                {
1530                    "target": "com.amazonaws.cloudfront#TooManyCacheBehaviors"
1531                },
1532                {
1533                    "target": "com.amazonaws.cloudfront#TooManyCertificates"
1534                },
1535                {
1536                    "target": "com.amazonaws.cloudfront#TooManyCookieNamesInWhiteList"
1537                },
1538                {
1539                    "target": "com.amazonaws.cloudfront#TooManyDistributionCNAMEs"
1540                },
1541                {
1542                    "target": "com.amazonaws.cloudfront#TooManyDistributions"
1543                },
1544                {
1545                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToCachePolicy"
1546                },
1547                {
1548                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"
1549                },
1550                {
1551                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToKeyGroup"
1552                },
1553                {
1554                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToOriginRequestPolicy"
1555                },
1556                {
1557                    "target": "com.amazonaws.cloudfront#TooManyDistributionsWithLambdaAssociations"
1558                },
1559                {
1560                    "target": "com.amazonaws.cloudfront#TooManyDistributionsWithSingleFunctionARN"
1561                },
1562                {
1563                    "target": "com.amazonaws.cloudfront#TooManyHeadersInForwardedValues"
1564                },
1565                {
1566                    "target": "com.amazonaws.cloudfront#TooManyKeyGroupsAssociatedToDistribution"
1567                },
1568                {
1569                    "target": "com.amazonaws.cloudfront#TooManyLambdaFunctionAssociations"
1570                },
1571                {
1572                    "target": "com.amazonaws.cloudfront#TooManyOriginCustomHeaders"
1573                },
1574                {
1575                    "target": "com.amazonaws.cloudfront#TooManyOriginGroupsPerDistribution"
1576                },
1577                {
1578                    "target": "com.amazonaws.cloudfront#TooManyOrigins"
1579                },
1580                {
1581                    "target": "com.amazonaws.cloudfront#TooManyQueryStringParameters"
1582                },
1583                {
1584                    "target": "com.amazonaws.cloudfront#TooManyTrustedSigners"
1585                },
1586                {
1587                    "target": "com.amazonaws.cloudfront#TrustedKeyGroupDoesNotExist"
1588                },
1589                {
1590                    "target": "com.amazonaws.cloudfront#TrustedSignerDoesNotExist"
1591                }
1592            ],
1593            "traits": {
1594                "smithy.api#documentation": "<p>Creates a new web distribution. You create a CloudFront distribution to tell CloudFront where you \n\t\t\twant content to be delivered from, and the details about how to track and manage content delivery. Send a <code>POST</code> request to the \n\t\t\t<code>/<i>CloudFront API version</i>/distribution</code>/<code>distribution ID</code> resource.</p>\n\t\t       <important>\n            <p>When you update a distribution, there are more required fields than when you create a distribution.\n\t\t\tWhen you update your distribution by using \n\t\t\t<a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html\">UpdateDistribution</a>,\n\t\t\tfollow the steps included\n\t\t\tin the documentation to get the current configuration\n\t\t\tand then make your updates. This helps to make sure that you include all of the required fields. To view a summary,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html\">Required \n\t\t\t\tFields for Create Distribution and Update Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>\n         </important>",
1595                "smithy.api#http": {
1596                    "method": "POST",
1597                    "uri": "/2020-05-31/distribution",
1598                    "code": 201
1599                }
1600            }
1601        },
1602        "com.amazonaws.cloudfront#CreateDistributionRequest": {
1603            "type": "structure",
1604            "members": {
1605                "DistributionConfig": {
1606                    "target": "com.amazonaws.cloudfront#DistributionConfig",
1607                    "traits": {
1608                        "smithy.api#documentation": "<p>The distribution's configuration information.</p>",
1609                        "smithy.api#httpPayload": {},
1610                        "smithy.api#required": {},
1611                        "smithy.api#xmlName": "DistributionConfig"
1612                    }
1613                }
1614            },
1615            "traits": {
1616                "smithy.api#documentation": "<p>The request to create a new distribution.</p>"
1617            }
1618        },
1619        "com.amazonaws.cloudfront#CreateDistributionResult": {
1620            "type": "structure",
1621            "members": {
1622                "Distribution": {
1623                    "target": "com.amazonaws.cloudfront#Distribution",
1624                    "traits": {
1625                        "smithy.api#documentation": "<p>The distribution's information.</p>",
1626                        "smithy.api#httpPayload": {}
1627                    }
1628                },
1629                "Location": {
1630                    "target": "com.amazonaws.cloudfront#string",
1631                    "traits": {
1632                        "smithy.api#documentation": "<p>The fully qualified URI of the new distribution resource just created.</p>",
1633                        "smithy.api#httpHeader": "Location"
1634                    }
1635                },
1636                "ETag": {
1637                    "target": "com.amazonaws.cloudfront#string",
1638                    "traits": {
1639                        "smithy.api#documentation": "<p>The current version of the distribution created.</p>",
1640                        "smithy.api#httpHeader": "ETag"
1641                    }
1642                }
1643            },
1644            "traits": {
1645                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
1646            }
1647        },
1648        "com.amazonaws.cloudfront#CreateDistributionWithTags": {
1649            "type": "operation",
1650            "input": {
1651                "target": "com.amazonaws.cloudfront#CreateDistributionWithTagsRequest"
1652            },
1653            "output": {
1654                "target": "com.amazonaws.cloudfront#CreateDistributionWithTagsResult"
1655            },
1656            "errors": [
1657                {
1658                    "target": "com.amazonaws.cloudfront#AccessDenied"
1659                },
1660                {
1661                    "target": "com.amazonaws.cloudfront#CNAMEAlreadyExists"
1662                },
1663                {
1664                    "target": "com.amazonaws.cloudfront#DistributionAlreadyExists"
1665                },
1666                {
1667                    "target": "com.amazonaws.cloudfront#IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"
1668                },
1669                {
1670                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
1671                },
1672                {
1673                    "target": "com.amazonaws.cloudfront#InvalidArgument"
1674                },
1675                {
1676                    "target": "com.amazonaws.cloudfront#InvalidDefaultRootObject"
1677                },
1678                {
1679                    "target": "com.amazonaws.cloudfront#InvalidErrorCode"
1680                },
1681                {
1682                    "target": "com.amazonaws.cloudfront#InvalidForwardCookies"
1683                },
1684                {
1685                    "target": "com.amazonaws.cloudfront#InvalidGeoRestrictionParameter"
1686                },
1687                {
1688                    "target": "com.amazonaws.cloudfront#InvalidHeadersForS3Origin"
1689                },
1690                {
1691                    "target": "com.amazonaws.cloudfront#InvalidLambdaFunctionAssociation"
1692                },
1693                {
1694                    "target": "com.amazonaws.cloudfront#InvalidLocationCode"
1695                },
1696                {
1697                    "target": "com.amazonaws.cloudfront#InvalidMinimumProtocolVersion"
1698                },
1699                {
1700                    "target": "com.amazonaws.cloudfront#InvalidOrigin"
1701                },
1702                {
1703                    "target": "com.amazonaws.cloudfront#InvalidOriginAccessIdentity"
1704                },
1705                {
1706                    "target": "com.amazonaws.cloudfront#InvalidOriginKeepaliveTimeout"
1707                },
1708                {
1709                    "target": "com.amazonaws.cloudfront#InvalidOriginReadTimeout"
1710                },
1711                {
1712                    "target": "com.amazonaws.cloudfront#InvalidProtocolSettings"
1713                },
1714                {
1715                    "target": "com.amazonaws.cloudfront#InvalidQueryStringParameters"
1716                },
1717                {
1718                    "target": "com.amazonaws.cloudfront#InvalidRelativePath"
1719                },
1720                {
1721                    "target": "com.amazonaws.cloudfront#InvalidRequiredProtocol"
1722                },
1723                {
1724                    "target": "com.amazonaws.cloudfront#InvalidResponseCode"
1725                },
1726                {
1727                    "target": "com.amazonaws.cloudfront#InvalidTagging"
1728                },
1729                {
1730                    "target": "com.amazonaws.cloudfront#InvalidTTLOrder"
1731                },
1732                {
1733                    "target": "com.amazonaws.cloudfront#InvalidViewerCertificate"
1734                },
1735                {
1736                    "target": "com.amazonaws.cloudfront#InvalidWebACLId"
1737                },
1738                {
1739                    "target": "com.amazonaws.cloudfront#MissingBody"
1740                },
1741                {
1742                    "target": "com.amazonaws.cloudfront#NoSuchCachePolicy"
1743                },
1744                {
1745                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionConfig"
1746                },
1747                {
1748                    "target": "com.amazonaws.cloudfront#NoSuchOrigin"
1749                },
1750                {
1751                    "target": "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy"
1752                },
1753                {
1754                    "target": "com.amazonaws.cloudfront#TooManyCacheBehaviors"
1755                },
1756                {
1757                    "target": "com.amazonaws.cloudfront#TooManyCertificates"
1758                },
1759                {
1760                    "target": "com.amazonaws.cloudfront#TooManyCookieNamesInWhiteList"
1761                },
1762                {
1763                    "target": "com.amazonaws.cloudfront#TooManyDistributionCNAMEs"
1764                },
1765                {
1766                    "target": "com.amazonaws.cloudfront#TooManyDistributions"
1767                },
1768                {
1769                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToCachePolicy"
1770                },
1771                {
1772                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"
1773                },
1774                {
1775                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToKeyGroup"
1776                },
1777                {
1778                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToOriginRequestPolicy"
1779                },
1780                {
1781                    "target": "com.amazonaws.cloudfront#TooManyDistributionsWithLambdaAssociations"
1782                },
1783                {
1784                    "target": "com.amazonaws.cloudfront#TooManyDistributionsWithSingleFunctionARN"
1785                },
1786                {
1787                    "target": "com.amazonaws.cloudfront#TooManyHeadersInForwardedValues"
1788                },
1789                {
1790                    "target": "com.amazonaws.cloudfront#TooManyKeyGroupsAssociatedToDistribution"
1791                },
1792                {
1793                    "target": "com.amazonaws.cloudfront#TooManyLambdaFunctionAssociations"
1794                },
1795                {
1796                    "target": "com.amazonaws.cloudfront#TooManyOriginCustomHeaders"
1797                },
1798                {
1799                    "target": "com.amazonaws.cloudfront#TooManyOriginGroupsPerDistribution"
1800                },
1801                {
1802                    "target": "com.amazonaws.cloudfront#TooManyOrigins"
1803                },
1804                {
1805                    "target": "com.amazonaws.cloudfront#TooManyQueryStringParameters"
1806                },
1807                {
1808                    "target": "com.amazonaws.cloudfront#TooManyTrustedSigners"
1809                },
1810                {
1811                    "target": "com.amazonaws.cloudfront#TrustedKeyGroupDoesNotExist"
1812                },
1813                {
1814                    "target": "com.amazonaws.cloudfront#TrustedSignerDoesNotExist"
1815                }
1816            ],
1817            "traits": {
1818                "smithy.api#documentation": "<p>Create a new distribution with tags.</p>",
1819                "smithy.api#http": {
1820                    "method": "POST",
1821                    "uri": "/2020-05-31/distribution?WithTags",
1822                    "code": 201
1823                }
1824            }
1825        },
1826        "com.amazonaws.cloudfront#CreateDistributionWithTagsRequest": {
1827            "type": "structure",
1828            "members": {
1829                "DistributionConfigWithTags": {
1830                    "target": "com.amazonaws.cloudfront#DistributionConfigWithTags",
1831                    "traits": {
1832                        "smithy.api#documentation": "<p>The distribution's configuration information. </p>",
1833                        "smithy.api#httpPayload": {},
1834                        "smithy.api#required": {},
1835                        "smithy.api#xmlName": "DistributionConfigWithTags"
1836                    }
1837                }
1838            },
1839            "traits": {
1840                "smithy.api#documentation": "<p>The request to create a new distribution with tags. </p>"
1841            }
1842        },
1843        "com.amazonaws.cloudfront#CreateDistributionWithTagsResult": {
1844            "type": "structure",
1845            "members": {
1846                "Distribution": {
1847                    "target": "com.amazonaws.cloudfront#Distribution",
1848                    "traits": {
1849                        "smithy.api#documentation": "<p>The distribution's information. </p>",
1850                        "smithy.api#httpPayload": {}
1851                    }
1852                },
1853                "Location": {
1854                    "target": "com.amazonaws.cloudfront#string",
1855                    "traits": {
1856                        "smithy.api#documentation": "<p>The fully qualified URI of the new distribution resource just created.</p>",
1857                        "smithy.api#httpHeader": "Location"
1858                    }
1859                },
1860                "ETag": {
1861                    "target": "com.amazonaws.cloudfront#string",
1862                    "traits": {
1863                        "smithy.api#documentation": "<p>The current version of the distribution created.</p>",
1864                        "smithy.api#httpHeader": "ETag"
1865                    }
1866                }
1867            },
1868            "traits": {
1869                "smithy.api#documentation": "<p>The returned result of the corresponding request. </p>"
1870            }
1871        },
1872        "com.amazonaws.cloudfront#CreateFieldLevelEncryptionConfig": {
1873            "type": "operation",
1874            "input": {
1875                "target": "com.amazonaws.cloudfront#CreateFieldLevelEncryptionConfigRequest"
1876            },
1877            "output": {
1878                "target": "com.amazonaws.cloudfront#CreateFieldLevelEncryptionConfigResult"
1879            },
1880            "errors": [
1881                {
1882                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionConfigAlreadyExists"
1883                },
1884                {
1885                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
1886                },
1887                {
1888                    "target": "com.amazonaws.cloudfront#InvalidArgument"
1889                },
1890                {
1891                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionProfile"
1892                },
1893                {
1894                    "target": "com.amazonaws.cloudfront#QueryArgProfileEmpty"
1895                },
1896                {
1897                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionConfigs"
1898                },
1899                {
1900                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionContentTypeProfiles"
1901                },
1902                {
1903                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionQueryArgProfiles"
1904                }
1905            ],
1906            "traits": {
1907                "smithy.api#documentation": "<p>Create a new field-level encryption configuration.</p>",
1908                "smithy.api#http": {
1909                    "method": "POST",
1910                    "uri": "/2020-05-31/field-level-encryption",
1911                    "code": 201
1912                }
1913            }
1914        },
1915        "com.amazonaws.cloudfront#CreateFieldLevelEncryptionConfigRequest": {
1916            "type": "structure",
1917            "members": {
1918                "FieldLevelEncryptionConfig": {
1919                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionConfig",
1920                    "traits": {
1921                        "smithy.api#documentation": "<p>The request to create a new field-level encryption configuration.</p>",
1922                        "smithy.api#httpPayload": {},
1923                        "smithy.api#required": {},
1924                        "smithy.api#xmlName": "FieldLevelEncryptionConfig"
1925                    }
1926                }
1927            }
1928        },
1929        "com.amazonaws.cloudfront#CreateFieldLevelEncryptionConfigResult": {
1930            "type": "structure",
1931            "members": {
1932                "FieldLevelEncryption": {
1933                    "target": "com.amazonaws.cloudfront#FieldLevelEncryption",
1934                    "traits": {
1935                        "smithy.api#documentation": "<p>Returned when you create a new field-level encryption configuration.</p>",
1936                        "smithy.api#httpPayload": {}
1937                    }
1938                },
1939                "Location": {
1940                    "target": "com.amazonaws.cloudfront#string",
1941                    "traits": {
1942                        "smithy.api#documentation": "<p>The fully qualified URI of the new configuration resource just created.</p>",
1943                        "smithy.api#httpHeader": "Location"
1944                    }
1945                },
1946                "ETag": {
1947                    "target": "com.amazonaws.cloudfront#string",
1948                    "traits": {
1949                        "smithy.api#documentation": "<p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
1950                        "smithy.api#httpHeader": "ETag"
1951                    }
1952                }
1953            }
1954        },
1955        "com.amazonaws.cloudfront#CreateFieldLevelEncryptionProfile": {
1956            "type": "operation",
1957            "input": {
1958                "target": "com.amazonaws.cloudfront#CreateFieldLevelEncryptionProfileRequest"
1959            },
1960            "output": {
1961                "target": "com.amazonaws.cloudfront#CreateFieldLevelEncryptionProfileResult"
1962            },
1963            "errors": [
1964                {
1965                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileAlreadyExists"
1966                },
1967                {
1968                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileSizeExceeded"
1969                },
1970                {
1971                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
1972                },
1973                {
1974                    "target": "com.amazonaws.cloudfront#InvalidArgument"
1975                },
1976                {
1977                    "target": "com.amazonaws.cloudfront#NoSuchPublicKey"
1978                },
1979                {
1980                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionEncryptionEntities"
1981                },
1982                {
1983                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionFieldPatterns"
1984                },
1985                {
1986                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionProfiles"
1987                }
1988            ],
1989            "traits": {
1990                "smithy.api#documentation": "<p>Create a field-level encryption profile.</p>",
1991                "smithy.api#http": {
1992                    "method": "POST",
1993                    "uri": "/2020-05-31/field-level-encryption-profile",
1994                    "code": 201
1995                }
1996            }
1997        },
1998        "com.amazonaws.cloudfront#CreateFieldLevelEncryptionProfileRequest": {
1999            "type": "structure",
2000            "members": {
2001                "FieldLevelEncryptionProfileConfig": {
2002                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileConfig",
2003                    "traits": {
2004                        "smithy.api#documentation": "<p>The request to create a field-level encryption profile.</p>",
2005                        "smithy.api#httpPayload": {},
2006                        "smithy.api#required": {},
2007                        "smithy.api#xmlName": "FieldLevelEncryptionProfileConfig"
2008                    }
2009                }
2010            }
2011        },
2012        "com.amazonaws.cloudfront#CreateFieldLevelEncryptionProfileResult": {
2013            "type": "structure",
2014            "members": {
2015                "FieldLevelEncryptionProfile": {
2016                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfile",
2017                    "traits": {
2018                        "smithy.api#documentation": "<p>Returned when you create a new field-level encryption profile.</p>",
2019                        "smithy.api#httpPayload": {}
2020                    }
2021                },
2022                "Location": {
2023                    "target": "com.amazonaws.cloudfront#string",
2024                    "traits": {
2025                        "smithy.api#documentation": "<p>The fully qualified URI of the new profile resource just created.</p>",
2026                        "smithy.api#httpHeader": "Location"
2027                    }
2028                },
2029                "ETag": {
2030                    "target": "com.amazonaws.cloudfront#string",
2031                    "traits": {
2032                        "smithy.api#documentation": "<p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
2033                        "smithy.api#httpHeader": "ETag"
2034                    }
2035                }
2036            }
2037        },
2038        "com.amazonaws.cloudfront#CreateInvalidation": {
2039            "type": "operation",
2040            "input": {
2041                "target": "com.amazonaws.cloudfront#CreateInvalidationRequest"
2042            },
2043            "output": {
2044                "target": "com.amazonaws.cloudfront#CreateInvalidationResult"
2045            },
2046            "errors": [
2047                {
2048                    "target": "com.amazonaws.cloudfront#AccessDenied"
2049                },
2050                {
2051                    "target": "com.amazonaws.cloudfront#BatchTooLarge"
2052                },
2053                {
2054                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
2055                },
2056                {
2057                    "target": "com.amazonaws.cloudfront#InvalidArgument"
2058                },
2059                {
2060                    "target": "com.amazonaws.cloudfront#MissingBody"
2061                },
2062                {
2063                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
2064                },
2065                {
2066                    "target": "com.amazonaws.cloudfront#TooManyInvalidationsInProgress"
2067                }
2068            ],
2069            "traits": {
2070                "smithy.api#documentation": "<p>Create a new invalidation. </p>",
2071                "smithy.api#http": {
2072                    "method": "POST",
2073                    "uri": "/2020-05-31/distribution/{DistributionId}/invalidation",
2074                    "code": 201
2075                }
2076            }
2077        },
2078        "com.amazonaws.cloudfront#CreateInvalidationRequest": {
2079            "type": "structure",
2080            "members": {
2081                "DistributionId": {
2082                    "target": "com.amazonaws.cloudfront#string",
2083                    "traits": {
2084                        "smithy.api#documentation": "<p>The distribution's id.</p>",
2085                        "smithy.api#httpLabel": {},
2086                        "smithy.api#required": {}
2087                    }
2088                },
2089                "InvalidationBatch": {
2090                    "target": "com.amazonaws.cloudfront#InvalidationBatch",
2091                    "traits": {
2092                        "smithy.api#documentation": "<p>The batch information for the invalidation.</p>",
2093                        "smithy.api#httpPayload": {},
2094                        "smithy.api#required": {},
2095                        "smithy.api#xmlName": "InvalidationBatch"
2096                    }
2097                }
2098            },
2099            "traits": {
2100                "smithy.api#documentation": "<p>The request to create an invalidation.</p>"
2101            }
2102        },
2103        "com.amazonaws.cloudfront#CreateInvalidationResult": {
2104            "type": "structure",
2105            "members": {
2106                "Location": {
2107                    "target": "com.amazonaws.cloudfront#string",
2108                    "traits": {
2109                        "smithy.api#documentation": "<p>The fully qualified URI of the distribution and invalidation batch request, including \n\t\t\tthe <code>Invalidation ID</code>.</p>",
2110                        "smithy.api#httpHeader": "Location"
2111                    }
2112                },
2113                "Invalidation": {
2114                    "target": "com.amazonaws.cloudfront#Invalidation",
2115                    "traits": {
2116                        "smithy.api#documentation": "<p>The invalidation's information.</p>",
2117                        "smithy.api#httpPayload": {}
2118                    }
2119                }
2120            },
2121            "traits": {
2122                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
2123            }
2124        },
2125        "com.amazonaws.cloudfront#CreateKeyGroup": {
2126            "type": "operation",
2127            "input": {
2128                "target": "com.amazonaws.cloudfront#CreateKeyGroupRequest"
2129            },
2130            "output": {
2131                "target": "com.amazonaws.cloudfront#CreateKeyGroupResult"
2132            },
2133            "errors": [
2134                {
2135                    "target": "com.amazonaws.cloudfront#InvalidArgument"
2136                },
2137                {
2138                    "target": "com.amazonaws.cloudfront#KeyGroupAlreadyExists"
2139                },
2140                {
2141                    "target": "com.amazonaws.cloudfront#TooManyKeyGroups"
2142                },
2143                {
2144                    "target": "com.amazonaws.cloudfront#TooManyPublicKeysInKeyGroup"
2145                }
2146            ],
2147            "traits": {
2148                "smithy.api#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>\n\t\t       <p>To create a key group, you must specify at least one public key for the key group. After you\n\t\t\tcreate a key group, you can reference it from one or more cache behaviors. When you\n\t\t\treference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies\n\t\t\tfor all requests that match the cache behavior. The URLs or cookies must be signed with\n\t\t\ta private key whose corresponding public key is in the key group. The signed URL or\n\t\t\tcookie contains information about which public key CloudFront should use to verify the\n\t\t\tsignature. 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>",
2149                "smithy.api#http": {
2150                    "method": "POST",
2151                    "uri": "/2020-05-31/key-group",
2152                    "code": 201
2153                }
2154            }
2155        },
2156        "com.amazonaws.cloudfront#CreateKeyGroupRequest": {
2157            "type": "structure",
2158            "members": {
2159                "KeyGroupConfig": {
2160                    "target": "com.amazonaws.cloudfront#KeyGroupConfig",
2161                    "traits": {
2162                        "smithy.api#documentation": "<p>A key group configuration.</p>",
2163                        "smithy.api#httpPayload": {},
2164                        "smithy.api#required": {},
2165                        "smithy.api#xmlName": "KeyGroupConfig"
2166                    }
2167                }
2168            }
2169        },
2170        "com.amazonaws.cloudfront#CreateKeyGroupResult": {
2171            "type": "structure",
2172            "members": {
2173                "KeyGroup": {
2174                    "target": "com.amazonaws.cloudfront#KeyGroup",
2175                    "traits": {
2176                        "smithy.api#documentation": "<p>The key group that was just created.</p>",
2177                        "smithy.api#httpPayload": {}
2178                    }
2179                },
2180                "Location": {
2181                    "target": "com.amazonaws.cloudfront#string",
2182                    "traits": {
2183                        "smithy.api#documentation": "<p>The URL of the key group.</p>",
2184                        "smithy.api#httpHeader": "Location"
2185                    }
2186                },
2187                "ETag": {
2188                    "target": "com.amazonaws.cloudfront#string",
2189                    "traits": {
2190                        "smithy.api#documentation": "<p>The identifier for this version of the key group.</p>",
2191                        "smithy.api#httpHeader": "ETag"
2192                    }
2193                }
2194            }
2195        },
2196        "com.amazonaws.cloudfront#CreateMonitoringSubscription": {
2197            "type": "operation",
2198            "input": {
2199                "target": "com.amazonaws.cloudfront#CreateMonitoringSubscriptionRequest"
2200            },
2201            "output": {
2202                "target": "com.amazonaws.cloudfront#CreateMonitoringSubscriptionResult"
2203            },
2204            "errors": [
2205                {
2206                    "target": "com.amazonaws.cloudfront#AccessDenied"
2207                },
2208                {
2209                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
2210                }
2211            ],
2212            "traits": {
2213                "smithy.api#documentation": "<p>Enables additional CloudWatch metrics for the specified CloudFront distribution. The\n\t\t\tadditional metrics incur an additional cost.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
2214                "smithy.api#http": {
2215                    "method": "POST",
2216                    "uri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription",
2217                    "code": 200
2218                }
2219            }
2220        },
2221        "com.amazonaws.cloudfront#CreateMonitoringSubscriptionRequest": {
2222            "type": "structure",
2223            "members": {
2224                "DistributionId": {
2225                    "target": "com.amazonaws.cloudfront#string",
2226                    "traits": {
2227                        "smithy.api#documentation": "<p>The ID of the distribution that you are enabling metrics for.</p>",
2228                        "smithy.api#httpLabel": {},
2229                        "smithy.api#required": {}
2230                    }
2231                },
2232                "MonitoringSubscription": {
2233                    "target": "com.amazonaws.cloudfront#MonitoringSubscription",
2234                    "traits": {
2235                        "smithy.api#documentation": "<p>A monitoring subscription. This structure contains information about whether additional\n\t\t\tCloudWatch metrics are enabled for a given CloudFront distribution.</p>",
2236                        "smithy.api#httpPayload": {},
2237                        "smithy.api#required": {},
2238                        "smithy.api#xmlName": "MonitoringSubscription"
2239                    }
2240                }
2241            }
2242        },
2243        "com.amazonaws.cloudfront#CreateMonitoringSubscriptionResult": {
2244            "type": "structure",
2245            "members": {
2246                "MonitoringSubscription": {
2247                    "target": "com.amazonaws.cloudfront#MonitoringSubscription",
2248                    "traits": {
2249                        "smithy.api#documentation": "<p>A monitoring subscription. This structure contains information about whether additional\n\t\t\tCloudWatch metrics are enabled for a given CloudFront distribution.</p>",
2250                        "smithy.api#httpPayload": {}
2251                    }
2252                }
2253            }
2254        },
2255        "com.amazonaws.cloudfront#CreateOriginRequestPolicy": {
2256            "type": "operation",
2257            "input": {
2258                "target": "com.amazonaws.cloudfront#CreateOriginRequestPolicyRequest"
2259            },
2260            "output": {
2261                "target": "com.amazonaws.cloudfront#CreateOriginRequestPolicyResult"
2262            },
2263            "errors": [
2264                {
2265                    "target": "com.amazonaws.cloudfront#AccessDenied"
2266                },
2267                {
2268                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
2269                },
2270                {
2271                    "target": "com.amazonaws.cloudfront#InvalidArgument"
2272                },
2273                {
2274                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyAlreadyExists"
2275                },
2276                {
2277                    "target": "com.amazonaws.cloudfront#TooManyCookiesInOriginRequestPolicy"
2278                },
2279                {
2280                    "target": "com.amazonaws.cloudfront#TooManyHeadersInOriginRequestPolicy"
2281                },
2282                {
2283                    "target": "com.amazonaws.cloudfront#TooManyOriginRequestPolicies"
2284                },
2285                {
2286                    "target": "com.amazonaws.cloudfront#TooManyQueryStringsInOriginRequestPolicy"
2287                }
2288            ],
2289            "traits": {
2290                "smithy.api#documentation": "<p>Creates an origin request policy.</p>\n\t\t       <p>After you create an origin request policy, you can attach it to one or more cache behaviors.\n\t\t\tWhen it’s attached to a cache behavior, the origin request policy determines the values\n\t\t\tthat CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends\n\t\t\tto the origin includes the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The request body and the URL path (without the domain name) from the viewer\n\t\t\t\t\trequest.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The headers that CloudFront automatically includes in every origin request, including\n\t\t\t\t\t<code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>All HTTP headers, cookies, and URL query strings that are specified in the cache policy or\n\t\t\t\t\tthe origin request policy. These can include items from the viewer request and,\n\t\t\t\t\tin the case of headers, additional ones that are added by CloudFront.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>CloudFront sends a request when it can’t find a valid object in its cache that matches the\n\t\t\trequest. If you want to send values to the origin and also include them in the cache\n\t\t\tkey, use <code>CachePolicy</code>.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
2291                "smithy.api#http": {
2292                    "method": "POST",
2293                    "uri": "/2020-05-31/origin-request-policy",
2294                    "code": 201
2295                }
2296            }
2297        },
2298        "com.amazonaws.cloudfront#CreateOriginRequestPolicyRequest": {
2299            "type": "structure",
2300            "members": {
2301                "OriginRequestPolicyConfig": {
2302                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyConfig",
2303                    "traits": {
2304                        "smithy.api#documentation": "<p>An origin request policy configuration.</p>",
2305                        "smithy.api#httpPayload": {},
2306                        "smithy.api#required": {},
2307                        "smithy.api#xmlName": "OriginRequestPolicyConfig"
2308                    }
2309                }
2310            }
2311        },
2312        "com.amazonaws.cloudfront#CreateOriginRequestPolicyResult": {
2313            "type": "structure",
2314            "members": {
2315                "OriginRequestPolicy": {
2316                    "target": "com.amazonaws.cloudfront#OriginRequestPolicy",
2317                    "traits": {
2318                        "smithy.api#documentation": "<p>An origin request policy.</p>",
2319                        "smithy.api#httpPayload": {}
2320                    }
2321                },
2322                "Location": {
2323                    "target": "com.amazonaws.cloudfront#string",
2324                    "traits": {
2325                        "smithy.api#documentation": "<p>The fully qualified URI of the origin request policy just created.</p>",
2326                        "smithy.api#httpHeader": "Location"
2327                    }
2328                },
2329                "ETag": {
2330                    "target": "com.amazonaws.cloudfront#string",
2331                    "traits": {
2332                        "smithy.api#documentation": "<p>The current version of the origin request policy.</p>",
2333                        "smithy.api#httpHeader": "ETag"
2334                    }
2335                }
2336            }
2337        },
2338        "com.amazonaws.cloudfront#CreatePublicKey": {
2339            "type": "operation",
2340            "input": {
2341                "target": "com.amazonaws.cloudfront#CreatePublicKeyRequest"
2342            },
2343            "output": {
2344                "target": "com.amazonaws.cloudfront#CreatePublicKeyResult"
2345            },
2346            "errors": [
2347                {
2348                    "target": "com.amazonaws.cloudfront#InvalidArgument"
2349                },
2350                {
2351                    "target": "com.amazonaws.cloudfront#PublicKeyAlreadyExists"
2352                },
2353                {
2354                    "target": "com.amazonaws.cloudfront#TooManyPublicKeys"
2355                }
2356            ],
2357            "traits": {
2358                "smithy.api#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>",
2359                "smithy.api#http": {
2360                    "method": "POST",
2361                    "uri": "/2020-05-31/public-key",
2362                    "code": 201
2363                }
2364            }
2365        },
2366        "com.amazonaws.cloudfront#CreatePublicKeyRequest": {
2367            "type": "structure",
2368            "members": {
2369                "PublicKeyConfig": {
2370                    "target": "com.amazonaws.cloudfront#PublicKeyConfig",
2371                    "traits": {
2372                        "smithy.api#documentation": "<p>A CloudFront public key configuration.</p>",
2373                        "smithy.api#httpPayload": {},
2374                        "smithy.api#required": {},
2375                        "smithy.api#xmlName": "PublicKeyConfig"
2376                    }
2377                }
2378            }
2379        },
2380        "com.amazonaws.cloudfront#CreatePublicKeyResult": {
2381            "type": "structure",
2382            "members": {
2383                "PublicKey": {
2384                    "target": "com.amazonaws.cloudfront#PublicKey",
2385                    "traits": {
2386                        "smithy.api#documentation": "<p>The public key.</p>",
2387                        "smithy.api#httpPayload": {}
2388                    }
2389                },
2390                "Location": {
2391                    "target": "com.amazonaws.cloudfront#string",
2392                    "traits": {
2393                        "smithy.api#documentation": "<p>The URL of the public key.</p>",
2394                        "smithy.api#httpHeader": "Location"
2395                    }
2396                },
2397                "ETag": {
2398                    "target": "com.amazonaws.cloudfront#string",
2399                    "traits": {
2400                        "smithy.api#documentation": "<p>The identifier for this version of the public key.</p>",
2401                        "smithy.api#httpHeader": "ETag"
2402                    }
2403                }
2404            }
2405        },
2406        "com.amazonaws.cloudfront#CreateRealtimeLogConfig": {
2407            "type": "operation",
2408            "input": {
2409                "target": "com.amazonaws.cloudfront#CreateRealtimeLogConfigRequest"
2410            },
2411            "output": {
2412                "target": "com.amazonaws.cloudfront#CreateRealtimeLogConfigResult"
2413            },
2414            "errors": [
2415                {
2416                    "target": "com.amazonaws.cloudfront#AccessDenied"
2417                },
2418                {
2419                    "target": "com.amazonaws.cloudfront#InvalidArgument"
2420                },
2421                {
2422                    "target": "com.amazonaws.cloudfront#RealtimeLogConfigAlreadyExists"
2423                },
2424                {
2425                    "target": "com.amazonaws.cloudfront#TooManyRealtimeLogConfigs"
2426                }
2427            ],
2428            "traits": {
2429                "smithy.api#documentation": "<p>Creates a real-time log configuration.</p>\n\t\t       <p>After you create a real-time log configuration, you can attach it to one or more cache\n\t\t\tbehaviors to send real-time log data to the specified Amazon Kinesis data stream.</p>\n\t\t       <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>",
2430                "smithy.api#http": {
2431                    "method": "POST",
2432                    "uri": "/2020-05-31/realtime-log-config",
2433                    "code": 201
2434                }
2435            }
2436        },
2437        "com.amazonaws.cloudfront#CreateRealtimeLogConfigRequest": {
2438            "type": "structure",
2439            "members": {
2440                "EndPoints": {
2441                    "target": "com.amazonaws.cloudfront#EndPointList",
2442                    "traits": {
2443                        "smithy.api#documentation": "<p>Contains information about the Amazon Kinesis data stream where you are sending real-time\n\t\t\tlog data.</p>",
2444                        "smithy.api#required": {}
2445                    }
2446                },
2447                "Fields": {
2448                    "target": "com.amazonaws.cloudfront#FieldList",
2449                    "traits": {
2450                        "smithy.api#documentation": "<p>A list of fields to include in each real-time log record.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
2451                        "smithy.api#required": {}
2452                    }
2453                },
2454                "Name": {
2455                    "target": "com.amazonaws.cloudfront#string",
2456                    "traits": {
2457                        "smithy.api#documentation": "<p>A unique name to identify this real-time log configuration.</p>",
2458                        "smithy.api#required": {}
2459                    }
2460                },
2461                "SamplingRate": {
2462                    "target": "com.amazonaws.cloudfront#long",
2463                    "traits": {
2464                        "smithy.api#documentation": "<p>The sampling rate for this real-time log configuration. The sampling rate determines the\n\t\t\tpercentage of viewer requests that are represented in the real-time log data. You must\n\t\t\tprovide an integer between 1 and 100, inclusive.</p>",
2465                        "smithy.api#required": {}
2466                    }
2467                }
2468            }
2469        },
2470        "com.amazonaws.cloudfront#CreateRealtimeLogConfigResult": {
2471            "type": "structure",
2472            "members": {
2473                "RealtimeLogConfig": {
2474                    "target": "com.amazonaws.cloudfront#RealtimeLogConfig",
2475                    "traits": {
2476                        "smithy.api#documentation": "<p>A real-time log configuration.</p>"
2477                    }
2478                }
2479            }
2480        },
2481        "com.amazonaws.cloudfront#CreateStreamingDistribution": {
2482            "type": "operation",
2483            "input": {
2484                "target": "com.amazonaws.cloudfront#CreateStreamingDistributionRequest"
2485            },
2486            "output": {
2487                "target": "com.amazonaws.cloudfront#CreateStreamingDistributionResult"
2488            },
2489            "errors": [
2490                {
2491                    "target": "com.amazonaws.cloudfront#AccessDenied"
2492                },
2493                {
2494                    "target": "com.amazonaws.cloudfront#CNAMEAlreadyExists"
2495                },
2496                {
2497                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
2498                },
2499                {
2500                    "target": "com.amazonaws.cloudfront#InvalidArgument"
2501                },
2502                {
2503                    "target": "com.amazonaws.cloudfront#InvalidOrigin"
2504                },
2505                {
2506                    "target": "com.amazonaws.cloudfront#InvalidOriginAccessIdentity"
2507                },
2508                {
2509                    "target": "com.amazonaws.cloudfront#MissingBody"
2510                },
2511                {
2512                    "target": "com.amazonaws.cloudfront#StreamingDistributionAlreadyExists"
2513                },
2514                {
2515                    "target": "com.amazonaws.cloudfront#TooManyStreamingDistributionCNAMEs"
2516                },
2517                {
2518                    "target": "com.amazonaws.cloudfront#TooManyStreamingDistributions"
2519                },
2520                {
2521                    "target": "com.amazonaws.cloudfront#TooManyTrustedSigners"
2522                },
2523                {
2524                    "target": "com.amazonaws.cloudfront#TrustedSignerDoesNotExist"
2525                }
2526            ],
2527            "traits": {
2528                "smithy.api#documentation": "<p>This API is deprecated.\n            Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020.\n            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>",
2529                "smithy.api#http": {
2530                    "method": "POST",
2531                    "uri": "/2020-05-31/streaming-distribution",
2532                    "code": 201
2533                }
2534            }
2535        },
2536        "com.amazonaws.cloudfront#CreateStreamingDistributionRequest": {
2537            "type": "structure",
2538            "members": {
2539                "StreamingDistributionConfig": {
2540                    "target": "com.amazonaws.cloudfront#StreamingDistributionConfig",
2541                    "traits": {
2542                        "smithy.api#documentation": "<p>The streaming distribution's configuration information.</p>",
2543                        "smithy.api#httpPayload": {},
2544                        "smithy.api#required": {},
2545                        "smithy.api#xmlName": "StreamingDistributionConfig"
2546                    }
2547                }
2548            },
2549            "traits": {
2550                "smithy.api#documentation": "<p>The request to create a new streaming distribution.</p>"
2551            }
2552        },
2553        "com.amazonaws.cloudfront#CreateStreamingDistributionResult": {
2554            "type": "structure",
2555            "members": {
2556                "StreamingDistribution": {
2557                    "target": "com.amazonaws.cloudfront#StreamingDistribution",
2558                    "traits": {
2559                        "smithy.api#documentation": "<p>The streaming distribution's information.</p>",
2560                        "smithy.api#httpPayload": {}
2561                    }
2562                },
2563                "Location": {
2564                    "target": "com.amazonaws.cloudfront#string",
2565                    "traits": {
2566                        "smithy.api#documentation": "<p>The fully qualified URI of the new streaming distribution resource just created.</p>",
2567                        "smithy.api#httpHeader": "Location"
2568                    }
2569                },
2570                "ETag": {
2571                    "target": "com.amazonaws.cloudfront#string",
2572                    "traits": {
2573                        "smithy.api#documentation": "<p>The current version of the streaming distribution created.</p>",
2574                        "smithy.api#httpHeader": "ETag"
2575                    }
2576                }
2577            },
2578            "traits": {
2579                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
2580            }
2581        },
2582        "com.amazonaws.cloudfront#CreateStreamingDistributionWithTags": {
2583            "type": "operation",
2584            "input": {
2585                "target": "com.amazonaws.cloudfront#CreateStreamingDistributionWithTagsRequest"
2586            },
2587            "output": {
2588                "target": "com.amazonaws.cloudfront#CreateStreamingDistributionWithTagsResult"
2589            },
2590            "errors": [
2591                {
2592                    "target": "com.amazonaws.cloudfront#AccessDenied"
2593                },
2594                {
2595                    "target": "com.amazonaws.cloudfront#CNAMEAlreadyExists"
2596                },
2597                {
2598                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
2599                },
2600                {
2601                    "target": "com.amazonaws.cloudfront#InvalidArgument"
2602                },
2603                {
2604                    "target": "com.amazonaws.cloudfront#InvalidOrigin"
2605                },
2606                {
2607                    "target": "com.amazonaws.cloudfront#InvalidOriginAccessIdentity"
2608                },
2609                {
2610                    "target": "com.amazonaws.cloudfront#InvalidTagging"
2611                },
2612                {
2613                    "target": "com.amazonaws.cloudfront#MissingBody"
2614                },
2615                {
2616                    "target": "com.amazonaws.cloudfront#StreamingDistributionAlreadyExists"
2617                },
2618                {
2619                    "target": "com.amazonaws.cloudfront#TooManyStreamingDistributionCNAMEs"
2620                },
2621                {
2622                    "target": "com.amazonaws.cloudfront#TooManyStreamingDistributions"
2623                },
2624                {
2625                    "target": "com.amazonaws.cloudfront#TooManyTrustedSigners"
2626                },
2627                {
2628                    "target": "com.amazonaws.cloudfront#TrustedSignerDoesNotExist"
2629                }
2630            ],
2631            "traits": {
2632                "smithy.api#documentation": "<p>This API is deprecated.\n            Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020.\n            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>",
2633                "smithy.api#http": {
2634                    "method": "POST",
2635                    "uri": "/2020-05-31/streaming-distribution?WithTags",
2636                    "code": 201
2637                }
2638            }
2639        },
2640        "com.amazonaws.cloudfront#CreateStreamingDistributionWithTagsRequest": {
2641            "type": "structure",
2642            "members": {
2643                "StreamingDistributionConfigWithTags": {
2644                    "target": "com.amazonaws.cloudfront#StreamingDistributionConfigWithTags",
2645                    "traits": {
2646                        "smithy.api#documentation": "<p> The streaming distribution's configuration information. </p>",
2647                        "smithy.api#httpPayload": {},
2648                        "smithy.api#required": {},
2649                        "smithy.api#xmlName": "StreamingDistributionConfigWithTags"
2650                    }
2651                }
2652            },
2653            "traits": {
2654                "smithy.api#documentation": "<p>The request to create a new streaming distribution with tags.</p>"
2655            }
2656        },
2657        "com.amazonaws.cloudfront#CreateStreamingDistributionWithTagsResult": {
2658            "type": "structure",
2659            "members": {
2660                "StreamingDistribution": {
2661                    "target": "com.amazonaws.cloudfront#StreamingDistribution",
2662                    "traits": {
2663                        "smithy.api#documentation": "<p>The streaming distribution's information. </p>",
2664                        "smithy.api#httpPayload": {}
2665                    }
2666                },
2667                "Location": {
2668                    "target": "com.amazonaws.cloudfront#string",
2669                    "traits": {
2670                        "smithy.api#documentation": "<p>The fully qualified URI of the new streaming distribution resource just created.</p>",
2671                        "smithy.api#httpHeader": "Location"
2672                    }
2673                },
2674                "ETag": {
2675                    "target": "com.amazonaws.cloudfront#string",
2676                    "traits": {
2677                        "smithy.api#documentation": "<p>The current version of the distribution created.</p>",
2678                        "smithy.api#httpHeader": "ETag"
2679                    }
2680                }
2681            },
2682            "traits": {
2683                "smithy.api#documentation": "<p>The returned result of the corresponding request. </p>"
2684            }
2685        },
2686        "com.amazonaws.cloudfront#CustomErrorResponse": {
2687            "type": "structure",
2688            "members": {
2689                "ErrorCode": {
2690                    "target": "com.amazonaws.cloudfront#integer",
2691                    "traits": {
2692                        "smithy.api#documentation": "<p>The HTTP status code for which you want to specify a custom error page and/or a caching \n\t\t\tduration.</p>",
2693                        "smithy.api#required": {}
2694                    }
2695                },
2696                "ResponsePagePath": {
2697                    "target": "com.amazonaws.cloudfront#string",
2698                    "traits": {
2699                        "smithy.api#documentation": "<p>The path to the custom error page that you want CloudFront to return to a viewer when your \n\t\t\torigin returns the HTTP status code specified by <code>ErrorCode</code>, for example, \n\t\t\t\t<code>/4xx-errors/403-forbidden.html</code>. If you want to store your objects and your \n\t\t\tcustom error pages in different locations, your distribution must include a cache behavior for \n\t\t\twhich the following is true:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>The value of <code>PathPattern</code> matches the path to your custom error \n\t\t\t\t\tmessages. For example, suppose you saved custom error pages for 4xx errors in an Amazon S3 \n\t\t\t\t\tbucket in a directory named <code>/4xx-errors</code>. Your distribution must include a \n\t\t\t\t\tcache behavior for which the path pattern routes requests for your custom error pages to \n\t\t\t\t\tthat location, for example, <code>/4xx-errors/*</code>. </p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>The value of <code>TargetOriginId</code> specifies the value of the <code>ID</code> \n\t\t\t\t\telement for the origin that contains your custom error pages.</p> \n\t\t\t         </li>\n         </ul> \n\t\t       <p>If you specify a value for <code>ResponsePagePath</code>, you must also specify a value\n\t\t\tfor <code>ResponseCode</code>.</p> \n\t\t       <p>We recommend that you store custom error pages in an Amazon S3 bucket. If you store custom \n\t\t\terror pages on an HTTP server and the server starts to return 5xx errors, CloudFront can't get the \n\t\t\tfiles that you want to return to viewers because the origin server is unavailable.</p>"
2700                    }
2701                },
2702                "ResponseCode": {
2703                    "target": "com.amazonaws.cloudfront#string",
2704                    "traits": {
2705                        "smithy.api#documentation": "<p>The HTTP status code that you want CloudFront to return to the viewer along with the custom \n\t\t\terror page. There are a variety of reasons that you might want CloudFront to return a status code \n\t\t\tdifferent from the status code that your origin returned to CloudFront, for example:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>Some Internet devices (some firewalls and corporate proxies, for example) intercept \n\t\t\t\t\tHTTP 4xx and 5xx and prevent the response from being returned to the viewer. If you \n\t\t\t\t\tsubstitute <code>200</code>, the response typically won't be intercepted.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>If you don't care about distinguishing among different client errors or server \n\t\t\t\t\terrors, you can specify <code>400</code> or <code>500</code> as the \n\t\t\t\t\t\t<code>ResponseCode</code> for all 4xx or 5xx errors.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>You might want to return a <code>200</code> status code (OK) and static website so \n\t\t\t\t\tyour customers don't know that your website is down.</p> \n\t\t\t         </li>\n         </ul> \n\t\t       <p>If you specify a value for <code>ResponseCode</code>, you must also specify a value for\n\t\t\t<code>ResponsePagePath</code>.</p>"
2706                    }
2707                },
2708                "ErrorCachingMinTTL": {
2709                    "target": "com.amazonaws.cloudfront#long",
2710                    "traits": {
2711                        "smithy.api#documentation": "<p>The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status \n\t\t\tcode specified in <code>ErrorCode</code>. When this time period has elapsed, CloudFront queries your \n\t\t\torigin to see whether the problem that caused the error has been resolved and the requested \n\t\t\tobject is now available.</p> \n\t\t       <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html\">Customizing \n\t\t\t\tError Responses</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
2712                    }
2713                }
2714            },
2715            "traits": {
2716                "smithy.api#documentation": "<p>A complex type that controls:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error \n\t\t\t\t\tmessages before returning the response to the viewer. </p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>How long CloudFront caches HTTP status codes in the 4xx and 5xx range.</p> \n\t\t\t         </li>\n         </ul> \n\t\t       <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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
2717            }
2718        },
2719        "com.amazonaws.cloudfront#CustomErrorResponseList": {
2720            "type": "list",
2721            "member": {
2722                "target": "com.amazonaws.cloudfront#CustomErrorResponse",
2723                "traits": {
2724                    "smithy.api#xmlName": "CustomErrorResponse"
2725                }
2726            }
2727        },
2728        "com.amazonaws.cloudfront#CustomErrorResponses": {
2729            "type": "structure",
2730            "members": {
2731                "Quantity": {
2732                    "target": "com.amazonaws.cloudfront#integer",
2733                    "traits": {
2734                        "smithy.api#documentation": "<p>The number of HTTP status codes for which you want to specify a custom error page \n\t\t\tand/or a caching duration. If <code>Quantity</code> is <code>0</code>, you can omit \n\t\t\t\t<code>Items</code>.</p>",
2735                        "smithy.api#required": {}
2736                    }
2737                },
2738                "Items": {
2739                    "target": "com.amazonaws.cloudfront#CustomErrorResponseList",
2740                    "traits": {
2741                        "smithy.api#documentation": "<p>A complex type that contains a <code>CustomErrorResponse</code> element for each HTTP \n\t\t\tstatus code for which you want to specify a custom error page and/or a caching duration. \n\t\t</p>"
2742                    }
2743                }
2744            },
2745            "traits": {
2746                "smithy.api#documentation": "<p>A complex type that controls:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error \n\t\t\t\t\tmessages before returning the response to the viewer.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>How long CloudFront caches HTTP status codes in the 4xx and 5xx range.</p> \n\t\t\t         </li>\n         </ul> \n\t\t       <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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
2747            }
2748        },
2749        "com.amazonaws.cloudfront#CustomHeaders": {
2750            "type": "structure",
2751            "members": {
2752                "Quantity": {
2753                    "target": "com.amazonaws.cloudfront#integer",
2754                    "traits": {
2755                        "smithy.api#documentation": "<p>The number of custom headers, if any, for this distribution.</p>",
2756                        "smithy.api#required": {}
2757                    }
2758                },
2759                "Items": {
2760                    "target": "com.amazonaws.cloudfront#OriginCustomHeadersList",
2761                    "traits": {
2762                        "smithy.api#documentation": "<p>\n            <b>Optional</b>: A list that contains one \n\t\t\t\t<code>OriginCustomHeader</code> element for each custom header that you want CloudFront to forward \n\t\t\tto the origin. If Quantity is <code>0</code>, omit <code>Items</code>.</p>"
2763                    }
2764                }
2765            },
2766            "traits": {
2767                "smithy.api#documentation": "<p>A complex type that contains the list of Custom Headers for each origin. </p>"
2768            }
2769        },
2770        "com.amazonaws.cloudfront#CustomOriginConfig": {
2771            "type": "structure",
2772            "members": {
2773                "HTTPPort": {
2774                    "target": "com.amazonaws.cloudfront#integer",
2775                    "traits": {
2776                        "smithy.api#documentation": "<p>The HTTP port that CloudFront uses to connect to the origin. Specify the HTTP port that the origin\n\t\t\tlistens on.</p>",
2777                        "smithy.api#required": {}
2778                    }
2779                },
2780                "HTTPSPort": {
2781                    "target": "com.amazonaws.cloudfront#integer",
2782                    "traits": {
2783                        "smithy.api#documentation": "<p>The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the\n\t\t\torigin listens on.</p>",
2784                        "smithy.api#required": {}
2785                    }
2786                },
2787                "OriginProtocolPolicy": {
2788                    "target": "com.amazonaws.cloudfront#OriginProtocolPolicy",
2789                    "traits": {
2790                        "smithy.api#documentation": "<p>Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin. Valid values\n\t\t\tare:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>http-only</code> – CloudFront always uses HTTP to connect to the\n\t\t\t\t\torigin.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>match-viewer</code> – CloudFront connects to the origin using the same\n\t\t\t\t\tprotocol that the viewer used to connect to CloudFront.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>https-only</code> – CloudFront always uses HTTPS to connect to the\n\t\t\t\t\torigin.</p>\n\t\t\t         </li>\n         </ul>",
2791                        "smithy.api#required": {}
2792                    }
2793                },
2794                "OriginSslProtocols": {
2795                    "target": "com.amazonaws.cloudfront#OriginSslProtocols",
2796                    "traits": {
2797                        "smithy.api#documentation": "<p>Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over\n\t\t\tHTTPS. Valid values include <code>SSLv3</code>, <code>TLSv1</code>,\n\t\t\t<code>TLSv1.1</code>, and <code>TLSv1.2</code>.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
2798                    }
2799                },
2800                "OriginReadTimeout": {
2801                    "target": "com.amazonaws.cloudfront#integer",
2802                    "traits": {
2803                        "smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also\n\t\t\tknown as the <i>origin response timeout</i>. The minimum timeout is 1\n\t\t\tsecond, the maximum is 60 seconds, and the default (if you don’t specify otherwise) is\n\t\t\t30 seconds.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
2804                    }
2805                },
2806                "OriginKeepaliveTimeout": {
2807                    "target": "com.amazonaws.cloudfront#integer",
2808                    "traits": {
2809                        "smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum\n\t\t\ttimeout is 1 second, the maximum is 60 seconds, and the default (if you don’t specify\n\t\t\totherwise) is 5 seconds.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
2810                    }
2811                }
2812            },
2813            "traits": {
2814                "smithy.api#documentation": "<p>A custom origin. A custom origin is any origin that is <i>not</i> an Amazon S3\n\t\t\tbucket, with one exception. An Amazon S3 bucket that is <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html\">configured with\n\t\t\tstatic website hosting</a> \n            <i>is</i> a custom origin.</p>"
2815            }
2816        },
2817        "com.amazonaws.cloudfront#DefaultCacheBehavior": {
2818            "type": "structure",
2819            "members": {
2820                "TargetOriginId": {
2821                    "target": "com.amazonaws.cloudfront#string",
2822                    "traits": {
2823                        "smithy.api#documentation": "<p>The value of <code>ID</code> for the origin that you want CloudFront to route requests to when\n\t\t\tthey use the default cache behavior.</p>",
2824                        "smithy.api#required": {}
2825                    }
2826                },
2827                "TrustedSigners": {
2828                    "target": "com.amazonaws.cloudfront#TrustedSigners",
2829                    "traits": {
2830                        "smithy.api#documentation": "<important>\n\t\t\t         <p>We recommend using <code>TrustedKeyGroups</code> instead of\n\t\t\t\t<code>TrustedSigners</code>.</p>\n\t\t       </important>\n\t\t       <p>A list of AWS account IDs whose public keys CloudFront can use to validate signed URLs or signed\n\t\t\tcookies.</p>\n\t\t       <p>When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies\n\t\t\tfor all requests that match the cache behavior. The URLs or cookies must be signed with\n\t\t\tthe private key of a CloudFront key pair in a trusted signer’s AWS account. The signed URL or\n\t\t\tcookie contains information about which public key CloudFront should use to verify the\n\t\t\tsignature. 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>"
2831                    }
2832                },
2833                "TrustedKeyGroups": {
2834                    "target": "com.amazonaws.cloudfront#TrustedKeyGroups",
2835                    "traits": {
2836                        "smithy.api#documentation": "<p>A list of key groups that CloudFront can use to validate signed URLs or signed cookies.</p>\n\t\t       <p>When a cache behavior contains trusted key groups, CloudFront requires signed URLs or signed\n\t\t\tcookies for all requests that match the cache behavior. The URLs or cookies must be\n\t\t\tsigned with a private key whose corresponding public key is in the key group. The signed\n\t\t\tURL or cookie contains information about which public key CloudFront should use to verify the\n\t\t\tsignature. 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>"
2837                    }
2838                },
2839                "ViewerProtocolPolicy": {
2840                    "target": "com.amazonaws.cloudfront#ViewerProtocolPolicy",
2841                    "traits": {
2842                        "smithy.api#documentation": "<p>The protocol that viewers can use to access the files in the origin specified by \n\t\t\t\t<code>TargetOriginId</code> when a request matches the path pattern in \n\t\t\t\t<code>PathPattern</code>. You can specify the following options:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>\n                  <code>allow-all</code>: Viewers can use HTTP or HTTPS.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>\n                  <code>redirect-to-https</code>: If a viewer submits an HTTP request, CloudFront returns \n\t\t\t\t\tan HTTP status code of 301 (Moved Permanently) to the viewer along with the HTTPS URL. The \n\t\t\t\t\tviewer then resubmits the request using the new URL.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>\n                  <code>https-only</code>: If a viewer sends an HTTP request, CloudFront returns an HTTP \n\t\t\t\t\tstatus code of 403 (Forbidden).</p> \n\t\t\t         </li>\n         </ul> \n\t\t       <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> \n\t\t       <note> \n\t\t\t         <p>The only way to guarantee that viewers retrieve an object that was fetched from\n\t\t\t\tthe origin using HTTPS is never to use any other protocol to fetch the object. If\n\t\t\t\tyou have recently changed from HTTP to HTTPS, we recommend that you clear your\n\t\t\t\tobjects’ cache because cached objects are protocol agnostic. That means that an edge\n\t\t\t\tlocation will return an object from the cache regardless of whether the current\n\t\t\t\trequest protocol matches the protocol used previously. For more information, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing Cache\n\t\t\t\tExpiration</a> in the \n\t\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       </note>",
2843                        "smithy.api#required": {}
2844                    }
2845                },
2846                "AllowedMethods": {
2847                    "target": "com.amazonaws.cloudfront#AllowedMethods"
2848                },
2849                "SmoothStreaming": {
2850                    "target": "com.amazonaws.cloudfront#boolean",
2851                    "traits": {
2852                        "smithy.api#documentation": "<p>Indicates whether you want to distribute media files in the Microsoft Smooth Streaming \n\t\t\tformat using the origin that is associated with this cache behavior. If so, specify \n\t\t\t\t<code>true</code>; if not, specify <code>false</code>. If you specify <code>true</code> for \n\t\t\t\t<code>SmoothStreaming</code>, you can still distribute other content using this cache \n\t\t\tbehavior if the content matches the value of <code>PathPattern</code>. </p>"
2853                    }
2854                },
2855                "Compress": {
2856                    "target": "com.amazonaws.cloudfront#boolean",
2857                    "traits": {
2858                        "smithy.api#documentation": "<p>Whether you want CloudFront to automatically compress certain files for this cache behavior. \n\t\t\tIf so, specify <code>true</code>; if not, specify <code>false</code>. For more information, \n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html\">Serving Compressed Files</a> in \n\t\t\tthe <i>Amazon CloudFront Developer Guide</i>.</p>"
2859                    }
2860                },
2861                "LambdaFunctionAssociations": {
2862                    "target": "com.amazonaws.cloudfront#LambdaFunctionAssociations",
2863                    "traits": {
2864                        "smithy.api#documentation": "<p>A complex type that contains zero or more Lambda function associations for a cache \n\t\t\tbehavior.</p>"
2865                    }
2866                },
2867                "FieldLevelEncryptionId": {
2868                    "target": "com.amazonaws.cloudfront#string",
2869                    "traits": {
2870                        "smithy.api#documentation": "<p>The value of <code>ID</code> for the field-level encryption configuration that you want CloudFront\n\t\t\tto use for encrypting specific fields of data for the default cache behavior.</p>"
2871                    }
2872                },
2873                "RealtimeLogConfigArn": {
2874                    "target": "com.amazonaws.cloudfront#string",
2875                    "traits": {
2876                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the real-time log configuration that is attached to this\n\t\t\tcache 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>"
2877                    }
2878                },
2879                "CachePolicyId": {
2880                    "target": "com.amazonaws.cloudfront#string",
2881                    "traits": {
2882                        "smithy.api#documentation": "<p>The unique identifier of the cache policy that is attached to the default cache behavior.\n\t\t\tFor 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
2883                    }
2884                },
2885                "OriginRequestPolicyId": {
2886                    "target": "com.amazonaws.cloudfront#string",
2887                    "traits": {
2888                        "smithy.api#documentation": "<p>The unique identifier of the origin request policy that is attached to the default cache\n\t\t\tbehavior. 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
2889                    }
2890                },
2891                "ForwardedValues": {
2892                    "target": "com.amazonaws.cloudfront#ForwardedValues",
2893                    "traits": {
2894                        "smithy.api#deprecated": {},
2895                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin request\n\t\t\tpolicy 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>If you want to include values in the cache key, use a cache policy. For more information,\n\t\t\tsee <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>If you want to send values to the origin but not include them in the cache key, use an\n\t\t\torigin 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.</p>"
2896                    }
2897                },
2898                "MinTTL": {
2899                    "target": "com.amazonaws.cloudfront#long",
2900                    "traits": {
2901                        "smithy.api#deprecated": {},
2902                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use the <code>MinTTL</code> field in a cache\n\t\t\tpolicy 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront \n\t\t\tforwards another request to your origin to determine whether the object has been updated. For \n\t\t\tmore information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html\">Managing How Long Content Stays \n\t\t\t\tin an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       <p>You must specify <code>0</code> for <code>MinTTL</code> if you configure CloudFront to \n\t\t\tforward all headers to your origin (under <code>Headers</code>, if you specify <code>1</code> \n\t\t\tfor <code>Quantity</code> and <code>*</code> for <code>Name</code>).</p>"
2903                    }
2904                },
2905                "DefaultTTL": {
2906                    "target": "com.amazonaws.cloudfront#long",
2907                    "traits": {
2908                        "smithy.api#deprecated": {},
2909                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use the <code>DefaultTTL</code> field in a\n\t\t\tcache 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>The default amount of time that you want objects to stay in CloudFront caches before CloudFront \n\t\t\tforwards another request to your origin to determine whether the object has been updated. The \n\t\t\tvalue that you specify applies only when your origin does not add HTTP headers such as \n\t\t\t\t<code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>, and \n\t\t\t\t<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 \n\t\t\t\t\tin an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
2910                    }
2911                },
2912                "MaxTTL": {
2913                    "target": "com.amazonaws.cloudfront#long",
2914                    "traits": {
2915                        "smithy.api#deprecated": {},
2916                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use the <code>MaxTTL</code> field in a cache\n\t\t\tpolicy 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront \n\t\t\tforwards another request to your origin to determine whether the object has been updated. The \n\t\t\tvalue that you specify applies only when your origin adds HTTP headers such as \n\t\t\t<code>Cache-Control max-age</code>, <code>Cache-Control s-maxage</code>, and \n\t\t\t<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 \n\t\t\t\tin an Edge Cache (Expiration)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
2917                    }
2918                }
2919            },
2920            "traits": {
2921                "smithy.api#documentation": "<p>A complex type that describes the default cache behavior if you don’t specify a\n\t\t\t<code>CacheBehavior</code> element or if request URLs don’t match any of the values of\n\t\t\t<code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly\n\t\t\tone default cache behavior.</p>"
2922            }
2923        },
2924        "com.amazonaws.cloudfront#DeleteCachePolicy": {
2925            "type": "operation",
2926            "input": {
2927                "target": "com.amazonaws.cloudfront#DeleteCachePolicyRequest"
2928            },
2929            "errors": [
2930                {
2931                    "target": "com.amazonaws.cloudfront#AccessDenied"
2932                },
2933                {
2934                    "target": "com.amazonaws.cloudfront#CachePolicyInUse"
2935                },
2936                {
2937                    "target": "com.amazonaws.cloudfront#IllegalDelete"
2938                },
2939                {
2940                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
2941                },
2942                {
2943                    "target": "com.amazonaws.cloudfront#NoSuchCachePolicy"
2944                },
2945                {
2946                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
2947                }
2948            ],
2949            "traits": {
2950                "smithy.api#documentation": "<p>Deletes a cache policy.</p>\n\t\t       <p>You cannot delete a cache policy if it’s attached to a cache behavior. First update your\n\t\t\tdistributions to remove the cache policy from all cache behaviors, then delete the cache\n\t\t\tpolicy.</p>\n\t\t       <p>To delete a cache policy, you must provide the policy’s identifier and version. To get these\n\t\t\tvalues, you can use <code>ListCachePolicies</code> or\n\t\t\t<code>GetCachePolicy</code>.</p>",
2951                "smithy.api#http": {
2952                    "method": "DELETE",
2953                    "uri": "/2020-05-31/cache-policy/{Id}",
2954                    "code": 204
2955                }
2956            }
2957        },
2958        "com.amazonaws.cloudfront#DeleteCachePolicyRequest": {
2959            "type": "structure",
2960            "members": {
2961                "Id": {
2962                    "target": "com.amazonaws.cloudfront#string",
2963                    "traits": {
2964                        "smithy.api#documentation": "<p>The unique identifier for the cache policy that you are deleting. To get the\n\t\t\tidentifier, you can use <code>ListCachePolicies</code>.</p>",
2965                        "smithy.api#httpLabel": {},
2966                        "smithy.api#required": {}
2967                    }
2968                },
2969                "IfMatch": {
2970                    "target": "com.amazonaws.cloudfront#string",
2971                    "traits": {
2972                        "smithy.api#documentation": "<p>The version of the cache policy that you are deleting. The version is the cache\n\t\t\tpolicy’s <code>ETag</code> value, which you can get using\n\t\t\t<code>ListCachePolicies</code>, <code>GetCachePolicy</code>, or\n\t\t\t<code>GetCachePolicyConfig</code>.</p>",
2973                        "smithy.api#httpHeader": "If-Match"
2974                    }
2975                }
2976            }
2977        },
2978        "com.amazonaws.cloudfront#DeleteCloudFrontOriginAccessIdentity": {
2979            "type": "operation",
2980            "input": {
2981                "target": "com.amazonaws.cloudfront#DeleteCloudFrontOriginAccessIdentityRequest"
2982            },
2983            "errors": [
2984                {
2985                    "target": "com.amazonaws.cloudfront#AccessDenied"
2986                },
2987                {
2988                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityInUse"
2989                },
2990                {
2991                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
2992                },
2993                {
2994                    "target": "com.amazonaws.cloudfront#NoSuchCloudFrontOriginAccessIdentity"
2995                },
2996                {
2997                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
2998                }
2999            ],
3000            "traits": {
3001                "smithy.api#documentation": "<p>Delete an origin access identity. </p>",
3002                "smithy.api#http": {
3003                    "method": "DELETE",
3004                    "uri": "/2020-05-31/origin-access-identity/cloudfront/{Id}",
3005                    "code": 204
3006                }
3007            }
3008        },
3009        "com.amazonaws.cloudfront#DeleteCloudFrontOriginAccessIdentityRequest": {
3010            "type": "structure",
3011            "members": {
3012                "Id": {
3013                    "target": "com.amazonaws.cloudfront#string",
3014                    "traits": {
3015                        "smithy.api#documentation": "<p>The origin access identity's ID.</p>",
3016                        "smithy.api#httpLabel": {},
3017                        "smithy.api#required": {}
3018                    }
3019                },
3020                "IfMatch": {
3021                    "target": "com.amazonaws.cloudfront#string",
3022                    "traits": {
3023                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header you received from a previous <code>GET</code> \n\t\t\tor <code>PUT</code> request. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
3024                        "smithy.api#httpHeader": "If-Match"
3025                    }
3026                }
3027            },
3028            "traits": {
3029                "smithy.api#documentation": "<p>Deletes a origin access identity.</p>"
3030            }
3031        },
3032        "com.amazonaws.cloudfront#DeleteDistribution": {
3033            "type": "operation",
3034            "input": {
3035                "target": "com.amazonaws.cloudfront#DeleteDistributionRequest"
3036            },
3037            "errors": [
3038                {
3039                    "target": "com.amazonaws.cloudfront#AccessDenied"
3040                },
3041                {
3042                    "target": "com.amazonaws.cloudfront#DistributionNotDisabled"
3043                },
3044                {
3045                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
3046                },
3047                {
3048                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
3049                },
3050                {
3051                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
3052                }
3053            ],
3054            "traits": {
3055                "smithy.api#documentation": "<p>Delete a distribution. </p>",
3056                "smithy.api#http": {
3057                    "method": "DELETE",
3058                    "uri": "/2020-05-31/distribution/{Id}",
3059                    "code": 204
3060                }
3061            }
3062        },
3063        "com.amazonaws.cloudfront#DeleteDistributionRequest": {
3064            "type": "structure",
3065            "members": {
3066                "Id": {
3067                    "target": "com.amazonaws.cloudfront#string",
3068                    "traits": {
3069                        "smithy.api#documentation": "<p>The distribution ID. </p>",
3070                        "smithy.api#httpLabel": {},
3071                        "smithy.api#required": {}
3072                    }
3073                },
3074                "IfMatch": {
3075                    "target": "com.amazonaws.cloudfront#string",
3076                    "traits": {
3077                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when you disabled the \n\t\t\tdistribution. For example: <code>E2QWRUHAPOMQZL</code>. </p>",
3078                        "smithy.api#httpHeader": "If-Match"
3079                    }
3080                }
3081            },
3082            "traits": {
3083                "smithy.api#documentation": "<p>This action deletes a web distribution. To delete a web distribution using the CloudFront \n\t\t\tAPI, perform the following steps.</p> \n\t\t       <p> \n\t\t\t         <b>To delete a web distribution using the CloudFront API:</b> \n\t\t       </p> \n\t\t       <ol>\n            <li> \n\t\t\t\t           <p>Disable the web distribution </p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Submit a <code>GET Distribution Config</code> request to get the current \n\t\t\t\t\tconfiguration and the <code>Etag</code> header for the distribution.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Update the XML document that was returned in the response to your <code>GET \n\t\t\t\t\t\tDistribution Config</code> request to change the value of <code>Enabled</code> to \n\t\t\t\t\t\t<code>false</code>.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Submit a <code>PUT Distribution Config</code> request to update the configuration \n\t\t\t\t\tfor your distribution. In the request body, include the XML document that you updated in \n\t\t\t\t\tStep 3. Set the value of the HTTP <code>If-Match</code> header to the value of the \n\t\t\t\t\t\t<code>ETag</code> header that CloudFront returned when you submitted the <code>GET \n\t\t\t\t\t\tDistribution Config</code> request in Step 2.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Review the response to the <code>PUT Distribution Config</code> request to confirm \n\t\t\t\t\tthat the distribution was successfully disabled.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Submit a <code>GET Distribution</code> request to confirm that your changes have \n\t\t\t\t\tpropagated. When propagation is complete, the value of <code>Status</code> is \n\t\t\t\t\t\t<code>Deployed</code>.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Submit a <code>DELETE Distribution</code> request. Set the value of the HTTP \n\t\t\t\t\t\t<code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront \n\t\t\t\t\treturned when you submitted the <code>GET Distribution Config</code> request in Step \n\t\t\t\t\t6.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Review the response to your <code>DELETE Distribution</code> request to confirm \n\t\t\t\t\tthat the distribution was successfully deleted.</p> \n\t\t\t         </li>\n         </ol> \n\t\t       <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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
3084            }
3085        },
3086        "com.amazonaws.cloudfront#DeleteFieldLevelEncryptionConfig": {
3087            "type": "operation",
3088            "input": {
3089                "target": "com.amazonaws.cloudfront#DeleteFieldLevelEncryptionConfigRequest"
3090            },
3091            "errors": [
3092                {
3093                    "target": "com.amazonaws.cloudfront#AccessDenied"
3094                },
3095                {
3096                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionConfigInUse"
3097                },
3098                {
3099                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
3100                },
3101                {
3102                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionConfig"
3103                },
3104                {
3105                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
3106                }
3107            ],
3108            "traits": {
3109                "smithy.api#documentation": "<p>Remove a field-level encryption configuration.</p>",
3110                "smithy.api#http": {
3111                    "method": "DELETE",
3112                    "uri": "/2020-05-31/field-level-encryption/{Id}",
3113                    "code": 204
3114                }
3115            }
3116        },
3117        "com.amazonaws.cloudfront#DeleteFieldLevelEncryptionConfigRequest": {
3118            "type": "structure",
3119            "members": {
3120                "Id": {
3121                    "target": "com.amazonaws.cloudfront#string",
3122                    "traits": {
3123                        "smithy.api#documentation": "<p>The ID of the configuration you want to delete from CloudFront.</p>",
3124                        "smithy.api#httpLabel": {},
3125                        "smithy.api#required": {}
3126                    }
3127                },
3128                "IfMatch": {
3129                    "target": "com.amazonaws.cloudfront#string",
3130                    "traits": {
3131                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when retrieving the \n\t\t\tconfiguration identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
3132                        "smithy.api#httpHeader": "If-Match"
3133                    }
3134                }
3135            }
3136        },
3137        "com.amazonaws.cloudfront#DeleteFieldLevelEncryptionProfile": {
3138            "type": "operation",
3139            "input": {
3140                "target": "com.amazonaws.cloudfront#DeleteFieldLevelEncryptionProfileRequest"
3141            },
3142            "errors": [
3143                {
3144                    "target": "com.amazonaws.cloudfront#AccessDenied"
3145                },
3146                {
3147                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileInUse"
3148                },
3149                {
3150                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
3151                },
3152                {
3153                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionProfile"
3154                },
3155                {
3156                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
3157                }
3158            ],
3159            "traits": {
3160                "smithy.api#documentation": "<p>Remove a field-level encryption profile.</p>",
3161                "smithy.api#http": {
3162                    "method": "DELETE",
3163                    "uri": "/2020-05-31/field-level-encryption-profile/{Id}",
3164                    "code": 204
3165                }
3166            }
3167        },
3168        "com.amazonaws.cloudfront#DeleteFieldLevelEncryptionProfileRequest": {
3169            "type": "structure",
3170            "members": {
3171                "Id": {
3172                    "target": "com.amazonaws.cloudfront#string",
3173                    "traits": {
3174                        "smithy.api#documentation": "<p>Request the ID of the profile you want to delete from CloudFront.</p>",
3175                        "smithy.api#httpLabel": {},
3176                        "smithy.api#required": {}
3177                    }
3178                },
3179                "IfMatch": {
3180                    "target": "com.amazonaws.cloudfront#string",
3181                    "traits": {
3182                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when retrieving the \n\t\t\tprofile to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
3183                        "smithy.api#httpHeader": "If-Match"
3184                    }
3185                }
3186            }
3187        },
3188        "com.amazonaws.cloudfront#DeleteKeyGroup": {
3189            "type": "operation",
3190            "input": {
3191                "target": "com.amazonaws.cloudfront#DeleteKeyGroupRequest"
3192            },
3193            "errors": [
3194                {
3195                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
3196                },
3197                {
3198                    "target": "com.amazonaws.cloudfront#NoSuchResource"
3199                },
3200                {
3201                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
3202                },
3203                {
3204                    "target": "com.amazonaws.cloudfront#ResourceInUse"
3205                }
3206            ],
3207            "traits": {
3208                "smithy.api#documentation": "<p>Deletes a key group.</p>\n\t\t       <p>You cannot delete a key group that is referenced in a cache behavior. First update\n\t\t\tyour distributions to remove the key group from all cache behaviors, then delete the key\n\t\t\tgroup.</p>\n\t\t       <p>To delete a key group, you must provide the key group’s identifier and version. To get\n\t\t\tthese values, use <code>ListKeyGroups</code> followed by <code>GetKeyGroup</code> or\n\t\t\t<code>GetKeyGroupConfig</code>.</p>",
3209                "smithy.api#http": {
3210                    "method": "DELETE",
3211                    "uri": "/2020-05-31/key-group/{Id}",
3212                    "code": 204
3213                }
3214            }
3215        },
3216        "com.amazonaws.cloudfront#DeleteKeyGroupRequest": {
3217            "type": "structure",
3218            "members": {
3219                "Id": {
3220                    "target": "com.amazonaws.cloudfront#string",
3221                    "traits": {
3222                        "smithy.api#documentation": "<p>The identifier of the key group that you are deleting. To get the identifier, use\n\t\t\t<code>ListKeyGroups</code>.</p>",
3223                        "smithy.api#httpLabel": {},
3224                        "smithy.api#required": {}
3225                    }
3226                },
3227                "IfMatch": {
3228                    "target": "com.amazonaws.cloudfront#string",
3229                    "traits": {
3230                        "smithy.api#documentation": "<p>The version of the key group that you are deleting. The version is the key group’s\n\t\t\t<code>ETag</code> value. To get the <code>ETag</code>, use <code>GetKeyGroup</code> or\n\t\t\t<code>GetKeyGroupConfig</code>.</p>",
3231                        "smithy.api#httpHeader": "If-Match"
3232                    }
3233                }
3234            }
3235        },
3236        "com.amazonaws.cloudfront#DeleteMonitoringSubscription": {
3237            "type": "operation",
3238            "input": {
3239                "target": "com.amazonaws.cloudfront#DeleteMonitoringSubscriptionRequest"
3240            },
3241            "output": {
3242                "target": "com.amazonaws.cloudfront#DeleteMonitoringSubscriptionResult"
3243            },
3244            "errors": [
3245                {
3246                    "target": "com.amazonaws.cloudfront#AccessDenied"
3247                },
3248                {
3249                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
3250                }
3251            ],
3252            "traits": {
3253                "smithy.api#documentation": "<p>Disables additional CloudWatch metrics for the specified CloudFront distribution.</p>",
3254                "smithy.api#http": {
3255                    "method": "DELETE",
3256                    "uri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription",
3257                    "code": 200
3258                }
3259            }
3260        },
3261        "com.amazonaws.cloudfront#DeleteMonitoringSubscriptionRequest": {
3262            "type": "structure",
3263            "members": {
3264                "DistributionId": {
3265                    "target": "com.amazonaws.cloudfront#string",
3266                    "traits": {
3267                        "smithy.api#documentation": "<p>The ID of the distribution that you are disabling metrics for.</p>",
3268                        "smithy.api#httpLabel": {},
3269                        "smithy.api#required": {}
3270                    }
3271                }
3272            }
3273        },
3274        "com.amazonaws.cloudfront#DeleteMonitoringSubscriptionResult": {
3275            "type": "structure",
3276            "members": {}
3277        },
3278        "com.amazonaws.cloudfront#DeleteOriginRequestPolicy": {
3279            "type": "operation",
3280            "input": {
3281                "target": "com.amazonaws.cloudfront#DeleteOriginRequestPolicyRequest"
3282            },
3283            "errors": [
3284                {
3285                    "target": "com.amazonaws.cloudfront#AccessDenied"
3286                },
3287                {
3288                    "target": "com.amazonaws.cloudfront#IllegalDelete"
3289                },
3290                {
3291                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
3292                },
3293                {
3294                    "target": "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy"
3295                },
3296                {
3297                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyInUse"
3298                },
3299                {
3300                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
3301                }
3302            ],
3303            "traits": {
3304                "smithy.api#documentation": "<p>Deletes an origin request policy.</p>\n\t\t       <p>You cannot delete an origin request policy if it’s attached to any cache behaviors. First\n\t\t\tupdate your distributions to remove the origin request policy from all cache behaviors,\n\t\t\tthen delete the origin request policy.</p>\n\t\t       <p>To delete an origin request policy, you must provide the policy’s identifier and version. To\n\t\t\tget the identifier, you can use <code>ListOriginRequestPolicies</code> or\n\t\t\t<code>GetOriginRequestPolicy</code>.</p>",
3305                "smithy.api#http": {
3306                    "method": "DELETE",
3307                    "uri": "/2020-05-31/origin-request-policy/{Id}",
3308                    "code": 204
3309                }
3310            }
3311        },
3312        "com.amazonaws.cloudfront#DeleteOriginRequestPolicyRequest": {
3313            "type": "structure",
3314            "members": {
3315                "Id": {
3316                    "target": "com.amazonaws.cloudfront#string",
3317                    "traits": {
3318                        "smithy.api#documentation": "<p>The unique identifier for the origin request policy that you are deleting. To get the\n\t\t\tidentifier, you can use <code>ListOriginRequestPolicies</code>.</p>",
3319                        "smithy.api#httpLabel": {},
3320                        "smithy.api#required": {}
3321                    }
3322                },
3323                "IfMatch": {
3324                    "target": "com.amazonaws.cloudfront#string",
3325                    "traits": {
3326                        "smithy.api#documentation": "<p>The version of the origin request policy that you are deleting. The version is the origin\n\t\t\trequest policy’s <code>ETag</code> value, which you can get using\n\t\t\t<code>ListOriginRequestPolicies</code>, <code>GetOriginRequestPolicy</code>, or\n\t\t\t<code>GetOriginRequestPolicyConfig</code>.</p>",
3327                        "smithy.api#httpHeader": "If-Match"
3328                    }
3329                }
3330            }
3331        },
3332        "com.amazonaws.cloudfront#DeletePublicKey": {
3333            "type": "operation",
3334            "input": {
3335                "target": "com.amazonaws.cloudfront#DeletePublicKeyRequest"
3336            },
3337            "errors": [
3338                {
3339                    "target": "com.amazonaws.cloudfront#AccessDenied"
3340                },
3341                {
3342                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
3343                },
3344                {
3345                    "target": "com.amazonaws.cloudfront#NoSuchPublicKey"
3346                },
3347                {
3348                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
3349                },
3350                {
3351                    "target": "com.amazonaws.cloudfront#PublicKeyInUse"
3352                }
3353            ],
3354            "traits": {
3355                "smithy.api#documentation": "<p>Remove a public key you previously added to CloudFront.</p>",
3356                "smithy.api#http": {
3357                    "method": "DELETE",
3358                    "uri": "/2020-05-31/public-key/{Id}",
3359                    "code": 204
3360                }
3361            }
3362        },
3363        "com.amazonaws.cloudfront#DeletePublicKeyRequest": {
3364            "type": "structure",
3365            "members": {
3366                "Id": {
3367                    "target": "com.amazonaws.cloudfront#string",
3368                    "traits": {
3369                        "smithy.api#documentation": "<p>The ID of the public key you want to remove from CloudFront.</p>",
3370                        "smithy.api#httpLabel": {},
3371                        "smithy.api#required": {}
3372                    }
3373                },
3374                "IfMatch": {
3375                    "target": "com.amazonaws.cloudfront#string",
3376                    "traits": {
3377                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when retrieving the \n\t\t\tpublic key identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
3378                        "smithy.api#httpHeader": "If-Match"
3379                    }
3380                }
3381            }
3382        },
3383        "com.amazonaws.cloudfront#DeleteRealtimeLogConfig": {
3384            "type": "operation",
3385            "input": {
3386                "target": "com.amazonaws.cloudfront#DeleteRealtimeLogConfigRequest"
3387            },
3388            "errors": [
3389                {
3390                    "target": "com.amazonaws.cloudfront#AccessDenied"
3391                },
3392                {
3393                    "target": "com.amazonaws.cloudfront#InvalidArgument"
3394                },
3395                {
3396                    "target": "com.amazonaws.cloudfront#NoSuchRealtimeLogConfig"
3397                },
3398                {
3399                    "target": "com.amazonaws.cloudfront#RealtimeLogConfigInUse"
3400                }
3401            ],
3402            "traits": {
3403                "smithy.api#documentation": "<p>Deletes a real-time log configuration.</p>\n\t\t       <p>You cannot delete a real-time log configuration if it’s attached to a cache behavior.\n\t\t\tFirst update your distributions to remove the real-time log configuration from all cache\n\t\t\tbehaviors, then delete the real-time log configuration.</p>\n\t\t       <p>To delete a real-time log configuration, you can provide the configuration’s name or its\n\t\t\tAmazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront\n\t\t\tuses the name to identify the real-time log configuration to delete.</p>",
3404                "smithy.api#http": {
3405                    "method": "POST",
3406                    "uri": "/2020-05-31/delete-realtime-log-config",
3407                    "code": 204
3408                }
3409            }
3410        },
3411        "com.amazonaws.cloudfront#DeleteRealtimeLogConfigRequest": {
3412            "type": "structure",
3413            "members": {
3414                "Name": {
3415                    "target": "com.amazonaws.cloudfront#string",
3416                    "traits": {
3417                        "smithy.api#documentation": "<p>The name of the real-time log configuration to delete.</p>"
3418                    }
3419                },
3420                "ARN": {
3421                    "target": "com.amazonaws.cloudfront#string",
3422                    "traits": {
3423                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the real-time log configuration to delete.</p>"
3424                    }
3425                }
3426            }
3427        },
3428        "com.amazonaws.cloudfront#DeleteStreamingDistribution": {
3429            "type": "operation",
3430            "input": {
3431                "target": "com.amazonaws.cloudfront#DeleteStreamingDistributionRequest"
3432            },
3433            "errors": [
3434                {
3435                    "target": "com.amazonaws.cloudfront#AccessDenied"
3436                },
3437                {
3438                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
3439                },
3440                {
3441                    "target": "com.amazonaws.cloudfront#NoSuchStreamingDistribution"
3442                },
3443                {
3444                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
3445                },
3446                {
3447                    "target": "com.amazonaws.cloudfront#StreamingDistributionNotDisabled"
3448                }
3449            ],
3450            "traits": {
3451                "smithy.api#documentation": "<p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, \n\t\t\tperform the following steps.</p>\n \n\t\t       <p>\n            <b>To delete an RTMP distribution using the CloudFront \n\t\t\tAPI</b>:</p> \n\t\t       <ol>\n            <li> \n\t\t\t\t           <p>Disable the RTMP distribution.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Submit a <code>GET Streaming Distribution Config</code> request to get the current \n\t\t\t\t\tconfiguration and the <code>Etag</code> header for the distribution. </p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Update the XML document that was returned in the response to your <code>GET \n\t\t\t\t\t\tStreaming Distribution Config</code> request to change the value of <code>Enabled</code> \n\t\t\t\t\tto <code>false</code>.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Submit a <code>PUT Streaming Distribution Config</code> request to update the \n\t\t\t\t\tconfiguration for your distribution. In the request body, include the XML document that \n\t\t\t\t\tyou updated in Step 3. Then set the value of the HTTP <code>If-Match</code> header to the \n\t\t\t\t\tvalue of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET \n\t\t\t\t\t\tStreaming Distribution Config</code> request in Step 2.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Review the response to the <code>PUT Streaming Distribution Config</code> request \n\t\t\t\t\tto confirm that the distribution was successfully disabled.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Submit a <code>GET Streaming Distribution Config</code> request to confirm that \n\t\t\t\t\tyour changes have propagated. When propagation is complete, the value of \n\t\t\t\t\t\t<code>Status</code> is <code>Deployed</code>.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Submit a <code>DELETE Streaming Distribution</code> request. Set the value of the \n\t\t\t\t\tHTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront \n\t\t\t\t\treturned when you submitted the <code>GET Streaming Distribution Config</code> request in \n\t\t\t\t\tStep 2.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>Review the response to your <code>DELETE Streaming Distribution</code> request to \n\t\t\t\t\tconfirm that the distribution was successfully deleted.</p> \n\t\t\t         </li>\n         </ol> \n\t\t       <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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
3452                "smithy.api#http": {
3453                    "method": "DELETE",
3454                    "uri": "/2020-05-31/streaming-distribution/{Id}",
3455                    "code": 204
3456                }
3457            }
3458        },
3459        "com.amazonaws.cloudfront#DeleteStreamingDistributionRequest": {
3460            "type": "structure",
3461            "members": {
3462                "Id": {
3463                    "target": "com.amazonaws.cloudfront#string",
3464                    "traits": {
3465                        "smithy.api#documentation": "<p>The distribution ID. </p>",
3466                        "smithy.api#httpLabel": {},
3467                        "smithy.api#required": {}
3468                    }
3469                },
3470                "IfMatch": {
3471                    "target": "com.amazonaws.cloudfront#string",
3472                    "traits": {
3473                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when you disabled the \n\t\t\tstreaming distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
3474                        "smithy.api#httpHeader": "If-Match"
3475                    }
3476                }
3477            },
3478            "traits": {
3479                "smithy.api#documentation": "<p>The request to delete a streaming distribution.</p>"
3480            }
3481        },
3482        "com.amazonaws.cloudfront#Distribution": {
3483            "type": "structure",
3484            "members": {
3485                "Id": {
3486                    "target": "com.amazonaws.cloudfront#string",
3487                    "traits": {
3488                        "smithy.api#documentation": "<p>The identifier for the distribution. For example: <code>EDFDVBD632BHDS5</code>. \n\t\t</p>",
3489                        "smithy.api#required": {}
3490                    }
3491                },
3492                "ARN": {
3493                    "target": "com.amazonaws.cloudfront#string",
3494                    "traits": {
3495                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) for the distribution. For example: \n\t\t\t\t<code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where \n\t\t\t\t<code>123456789012</code> is your AWS account ID.</p>",
3496                        "smithy.api#required": {}
3497                    }
3498                },
3499                "Status": {
3500                    "target": "com.amazonaws.cloudfront#string",
3501                    "traits": {
3502                        "smithy.api#documentation": "<p>This response element indicates the current status of the distribution. When the status \n\t\t\tis <code>Deployed</code>, the distribution's information is fully propagated to all CloudFront edge \n\t\t\tlocations. </p>",
3503                        "smithy.api#required": {}
3504                    }
3505                },
3506                "LastModifiedTime": {
3507                    "target": "com.amazonaws.cloudfront#timestamp",
3508                    "traits": {
3509                        "smithy.api#documentation": "<p>The date and time the distribution was last modified. </p>",
3510                        "smithy.api#required": {}
3511                    }
3512                },
3513                "InProgressInvalidationBatches": {
3514                    "target": "com.amazonaws.cloudfront#integer",
3515                    "traits": {
3516                        "smithy.api#documentation": "<p>The number of invalidation batches currently in progress. </p>",
3517                        "smithy.api#required": {}
3518                    }
3519                },
3520                "DomainName": {
3521                    "target": "com.amazonaws.cloudfront#string",
3522                    "traits": {
3523                        "smithy.api#documentation": "<p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>. </p>",
3524                        "smithy.api#required": {}
3525                    }
3526                },
3527                "ActiveTrustedSigners": {
3528                    "target": "com.amazonaws.cloudfront#ActiveTrustedSigners",
3529                    "traits": {
3530                        "smithy.api#documentation": "<important>\n\t\t\t         <p>We recommend using <code>TrustedKeyGroups</code> instead of\n\t\t\t\t<code>TrustedSigners</code>.</p>\n\t\t       </important>\n\t\t       <p>CloudFront automatically adds this field to the response if you’ve configured a cache behavior in\n\t\t\tthis distribution to serve private content using trusted signers. This field contains a\n\t\t\tlist of AWS account IDs and the active CloudFront key pairs in each account that CloudFront can use\n\t\t\tto verify the signatures of signed URLs or signed cookies.</p>"
3531                    }
3532                },
3533                "ActiveTrustedKeyGroups": {
3534                    "target": "com.amazonaws.cloudfront#ActiveTrustedKeyGroups",
3535                    "traits": {
3536                        "smithy.api#documentation": "<p>CloudFront automatically adds this field to the response if you’ve configured a cache\n\t\t\tbehavior in this distribution to serve private content using key groups. This field\n\t\t\tcontains a list of key groups and the public keys in each key group that CloudFront can use to\n\t\t\tverify the signatures of signed URLs or signed cookies.</p>"
3537                    }
3538                },
3539                "DistributionConfig": {
3540                    "target": "com.amazonaws.cloudfront#DistributionConfig",
3541                    "traits": {
3542                        "smithy.api#documentation": "<p>The current configuration information for the distribution. Send a <code>GET</code> \n\t\t\trequest to the <code>/<i>CloudFront API version</i>/distribution ID/config</code> \n\t\t\tresource.</p>",
3543                        "smithy.api#required": {}
3544                    }
3545                },
3546                "AliasICPRecordals": {
3547                    "target": "com.amazonaws.cloudfront#AliasICPRecordals",
3548                    "traits": {
3549                        "smithy.api#documentation": "<p>AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content \n\t\t\tpublicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP \n\t\t\trecordal status for CNAMEs associated with distributions.</p>\n\t\t       <p>For more information about ICP recordals, see  <a href=\"https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html\">\n\t\t\tSignup, Accounts, and Credentials</a> in <i>Getting Started with AWS services in China</i>.</p>"
3550                    }
3551                }
3552            },
3553            "traits": {
3554                "smithy.api#documentation": "<p>A distribution tells CloudFront where you want content to be delivered from, and the details about how to \n\t\t\ttrack and manage content delivery.</p>"
3555            }
3556        },
3557        "com.amazonaws.cloudfront#DistributionAlreadyExists": {
3558            "type": "structure",
3559            "members": {
3560                "Message": {
3561                    "target": "com.amazonaws.cloudfront#string"
3562                }
3563            },
3564            "traits": {
3565                "smithy.api#documentation": "<p>The caller reference you attempted to create the distribution with is associated with another distribution.</p>",
3566                "smithy.api#error": "client",
3567                "smithy.api#httpError": 409
3568            }
3569        },
3570        "com.amazonaws.cloudfront#DistributionConfig": {
3571            "type": "structure",
3572            "members": {
3573                "CallerReference": {
3574                    "target": "com.amazonaws.cloudfront#string",
3575                    "traits": {
3576                        "smithy.api#documentation": "<p>A unique value (for example, a date-time stamp) that ensures that the request can't be \n\t\t\treplayed.</p> \n\t\t       <p>If the value of <code>CallerReference</code> is new (regardless of the content of the \n\t\t\t\t<code>DistributionConfig</code> object), CloudFront creates a new distribution.</p> \n\t\t       <p>If <code>CallerReference</code> is a value that you already sent in a previous request to \n\t\t\tcreate a distribution, CloudFront returns a <code>DistributionAlreadyExists</code> error.</p>",
3577                        "smithy.api#required": {}
3578                    }
3579                },
3580                "Aliases": {
3581                    "target": "com.amazonaws.cloudfront#Aliases",
3582                    "traits": {
3583                        "smithy.api#documentation": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, \n\t\t\tfor this distribution.</p>"
3584                    }
3585                },
3586                "DefaultRootObject": {
3587                    "target": "com.amazonaws.cloudfront#string",
3588                    "traits": {
3589                        "smithy.api#documentation": "<p>The object that you want CloudFront to request from your origin (for example, \n\t\t\t\t<code>index.html</code>) when a viewer requests the root URL for your distribution \n\t\t\t\t(<code>http://www.example.com</code>) instead of an object in your distribution \n\t\t\t\t(<code>http://www.example.com/product-description.html</code>). Specifying a default root \n\t\t\tobject avoids exposing the contents of your distribution.</p> \n\t\t       <p>Specify only the object name, for example, <code>index.html</code>. Don't add a \n\t\t\t\t<code>/</code> before the object name.</p> \n\t\t       <p>If you don't want to specify a default root object when you create a distribution, \n\t\t\tinclude an empty <code>DefaultRootObject</code> element.</p> \n\t\t       <p>To delete the default root object from an existing distribution, update the \n\t\t\tdistribution configuration and include an empty <code>DefaultRootObject</code> \n\t\t\telement.</p> \n\t\t       <p>To replace the default root object, update the distribution configuration and specify \n\t\t\tthe new object.</p> \n\t\t       <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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
3590                    }
3591                },
3592                "Origins": {
3593                    "target": "com.amazonaws.cloudfront#Origins",
3594                    "traits": {
3595                        "smithy.api#documentation": "<p>A complex type that contains information about origins for this distribution. \n\t\t</p>",
3596                        "smithy.api#required": {}
3597                    }
3598                },
3599                "OriginGroups": {
3600                    "target": "com.amazonaws.cloudfront#OriginGroups",
3601                    "traits": {
3602                        "smithy.api#documentation": "<p> A complex type that contains information about origin groups for this \n\t\t\tdistribution.</p>"
3603                    }
3604                },
3605                "DefaultCacheBehavior": {
3606                    "target": "com.amazonaws.cloudfront#DefaultCacheBehavior",
3607                    "traits": {
3608                        "smithy.api#documentation": "<p>A complex type that describes the default cache behavior if you don't specify a \n\t\t\t\t<code>CacheBehavior</code> element or if files don't match any of the values of \n\t\t\t\t<code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly one \n\t\t\tdefault cache behavior.</p>",
3609                        "smithy.api#required": {}
3610                    }
3611                },
3612                "CacheBehaviors": {
3613                    "target": "com.amazonaws.cloudfront#CacheBehaviors",
3614                    "traits": {
3615                        "smithy.api#documentation": "<p>A complex type that contains zero or more <code>CacheBehavior</code> elements. \n\t\t</p>"
3616                    }
3617                },
3618                "CustomErrorResponses": {
3619                    "target": "com.amazonaws.cloudfront#CustomErrorResponses",
3620                    "traits": {
3621                        "smithy.api#documentation": "<p>A complex type that controls the following:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error \n\t\t\t\t\tmessages before returning the response to the viewer.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>How long CloudFront caches HTTP status codes in the 4xx and 5xx range.</p> \n\t\t\t         </li>\n         </ul> \n\t\t       <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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
3622                    }
3623                },
3624                "Comment": {
3625                    "target": "com.amazonaws.cloudfront#CommentType",
3626                    "traits": {
3627                        "smithy.api#documentation": "<p>Any comments you want to include about the distribution.</p> \n\t\t       <p>If you don't want to specify a comment, include an empty <code>Comment</code> \n\t\t\telement.</p> \n\t\t       <p>To delete an existing comment, update the distribution configuration and include an \n\t\t\tempty <code>Comment</code> element.</p> \n\t\t       <p>To add or change a comment, update the distribution configuration and specify the new \n\t\t\tcomment.</p>",
3628                        "smithy.api#required": {}
3629                    }
3630                },
3631                "Logging": {
3632                    "target": "com.amazonaws.cloudfront#LoggingConfig",
3633                    "traits": {
3634                        "smithy.api#documentation": "<p>A complex type that controls whether access logs are written for the \n\t\t\tdistribution.</p> \n\t\t       <p>For more information about logging, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html\">Access \n\t\t\t\tLogs</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
3635                    }
3636                },
3637                "PriceClass": {
3638                    "target": "com.amazonaws.cloudfront#PriceClass",
3639                    "traits": {
3640                        "smithy.api#documentation": "<p>The price class that corresponds with the maximum price that you want to pay for CloudFront \n\t\t\tservice. If you specify <code>PriceClass_All</code>, CloudFront responds to requests for your \n\t\t\tobjects from all CloudFront edge locations.</p> \n\t\t       <p>If you specify a price class other than <code>PriceClass_All</code>, CloudFront serves your \n\t\t\tobjects from the CloudFront edge location that has the lowest latency among the edge locations in \n\t\t\tyour price class. Viewers who are in or near regions that are excluded from your specified \n\t\t\tprice class may encounter slower performance.</p> \n\t\t       <p>For more information about price classes, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html\">Choosing the Price Class\n\t\t\tfor a CloudFront Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>. For\n\t\t\tinformation about CloudFront pricing, including how price classes (such as Price Class 100)\n\t\t\tmap to CloudFront regions, see <a href=\"http://aws.amazon.com/cloudfront/pricing/\">Amazon CloudFront\n\t\t\tPricing</a>.</p>"
3641                    }
3642                },
3643                "Enabled": {
3644                    "target": "com.amazonaws.cloudfront#boolean",
3645                    "traits": {
3646                        "smithy.api#documentation": "<p>From this field, you can enable or disable the selected distribution.</p>",
3647                        "smithy.api#required": {}
3648                    }
3649                },
3650                "ViewerCertificate": {
3651                    "target": "com.amazonaws.cloudfront#ViewerCertificate",
3652                    "traits": {
3653                        "smithy.api#documentation": "<p>A complex type that determines the distribution’s SSL/TLS configuration for\n\t\t\tcommunicating with viewers.</p>"
3654                    }
3655                },
3656                "Restrictions": {
3657                    "target": "com.amazonaws.cloudfront#Restrictions",
3658                    "traits": {
3659                        "smithy.api#documentation": "<p>A complex type that identifies ways in which you want to restrict distribution of your \n\t\t\tcontent.</p>"
3660                    }
3661                },
3662                "WebACLId": {
3663                    "target": "com.amazonaws.cloudfront#string",
3664                    "traits": {
3665                        "smithy.api#documentation": "<p>A unique identifier that specifies the AWS WAF web ACL, if any, to associate\n\t\t\twith this distribution. To specify a web ACL created using the latest version of AWS\n\t\t\tWAF, use the ACL ARN, for example\n\t\t\t<code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.\n\t\t\tTo specify a web ACL created using AWS WAF Classic, use the ACL ID, for example\n\t\t\t<code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>\n\t\t       <p>AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS \n\t\t\trequests that are forwarded to CloudFront, and lets you control access to your content. Based on \n\t\t\tconditions that you specify, such as the IP addresses that requests originate from or the \n\t\t\tvalues of query strings, CloudFront responds to requests either with the requested content or with \n\t\t\tan HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page \n\t\t\twhen a request is blocked. For more information about AWS WAF, see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html\">AWS WAF \n\t\t\t\tDeveloper Guide</a>. </p>"
3666                    }
3667                },
3668                "HttpVersion": {
3669                    "target": "com.amazonaws.cloudfront#HttpVersion",
3670                    "traits": {
3671                        "smithy.api#documentation": "<p>(Optional) Specify the maximum HTTP version that you want viewers to use to communicate \n\t\t\twith CloudFront. The default value for new web distributions is http2. Viewers that don't support \n\t\t\tHTTP/2 automatically use an earlier HTTP version.</p> \n\t\t       <p>For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must \n\t\t\tsupport Server Name Identification (SNI).</p> \n\t\t       <p>In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. \n\t\t\tYou can improve performance by optimizing for HTTP/2. For more information, do an Internet \n\t\t\tsearch for \"http/2 optimization.\" </p>"
3672                    }
3673                },
3674                "IsIPV6Enabled": {
3675                    "target": "com.amazonaws.cloudfront#boolean",
3676                    "traits": {
3677                        "smithy.api#documentation": "<p>If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your \n\t\t\tdistribution, specify <code>true</code>. If you specify <code>false</code>, CloudFront responds to \n\t\t\tIPv6 DNS requests with the DNS response code <code>NOERROR</code> and with no IP addresses. \n\t\t\tThis allows viewers to submit a second request, for an IPv4 address for your distribution. </p> \n\t\t       <p>In general, you should enable IPv6 if you have users on IPv6 networks who want to \n\t\t\taccess your content. However, if you're using signed URLs or signed cookies to restrict access \n\t\t\tto your content, and if you're using a custom policy that includes the <code>IpAddress</code> \n\t\t\tparameter to restrict the IP addresses that can access your content, don't enable IPv6. If \n\t\t\tyou want to restrict access to some content by IP address and not restrict access to other \n\t\t\tcontent (or restrict access but not by IP address), you can create two distributions. For more \n\t\t\tinformation, see  \n\t\t\t<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 \n\t\t\t\tGuide</i>.</p> \n\t\t       <p>If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront \n\t\t\tdistribution, you need to create a second alias resource record set when both of the following \n\t\t\tare true:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>You enable IPv6 for the distribution</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>You're using alternate domain names in the URLs for your objects</p> \n\t\t\t         </li>\n         </ul> \n\t\t       <p>For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html\">Routing Traffic \n\t\t\t\tto an Amazon CloudFront Web Distribution by Using Your Domain Name</a> in the <i>Amazon Route 53 \n\t\t\t\tDeveloper Guide</i>.</p> \n\t\t       <p>If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS \n\t\t\tservice, you don't need to make any changes. A CNAME record will route traffic to your \n\t\t\tdistribution regardless of the IP address format of the viewer request.</p>"
3678                    }
3679                }
3680            },
3681            "traits": {
3682                "smithy.api#documentation": "<p>A distribution configuration.</p>"
3683            }
3684        },
3685        "com.amazonaws.cloudfront#DistributionConfigWithTags": {
3686            "type": "structure",
3687            "members": {
3688                "DistributionConfig": {
3689                    "target": "com.amazonaws.cloudfront#DistributionConfig",
3690                    "traits": {
3691                        "smithy.api#documentation": "<p>A distribution configuration.</p>",
3692                        "smithy.api#required": {}
3693                    }
3694                },
3695                "Tags": {
3696                    "target": "com.amazonaws.cloudfront#Tags",
3697                    "traits": {
3698                        "smithy.api#documentation": "<p>A complex type that contains zero or more <code>Tag</code> elements.</p>",
3699                        "smithy.api#required": {}
3700                    }
3701                }
3702            },
3703            "traits": {
3704                "smithy.api#documentation": "<p>A distribution Configuration and a list of tags to be associated with the \n\t\t\tdistribution.</p>"
3705            }
3706        },
3707        "com.amazonaws.cloudfront#DistributionIdList": {
3708            "type": "structure",
3709            "members": {
3710                "Marker": {
3711                    "target": "com.amazonaws.cloudfront#string",
3712                    "traits": {
3713                        "smithy.api#documentation": "<p>The value provided in the <code>Marker</code> request field.</p>",
3714                        "smithy.api#required": {}
3715                    }
3716                },
3717                "NextMarker": {
3718                    "target": "com.amazonaws.cloudfront#string",
3719                    "traits": {
3720                        "smithy.api#documentation": "<p>Contains the value that you should use in the <code>Marker</code> field of a\n\t\t\tsubsequent request to continue listing distribution IDs where you left off.</p>"
3721                    }
3722                },
3723                "MaxItems": {
3724                    "target": "com.amazonaws.cloudfront#integer",
3725                    "traits": {
3726                        "smithy.api#documentation": "<p>The maximum number of distribution IDs requested.</p>",
3727                        "smithy.api#required": {}
3728                    }
3729                },
3730                "IsTruncated": {
3731                    "target": "com.amazonaws.cloudfront#boolean",
3732                    "traits": {
3733                        "smithy.api#documentation": "<p>A flag that indicates whether more distribution IDs remain to be listed. If your\n\t\t\tresults were truncated, you can make a subsequent request using the <code>Marker</code>\n\t\t\trequest field to retrieve more distribution IDs in the list.</p>",
3734                        "smithy.api#required": {}
3735                    }
3736                },
3737                "Quantity": {
3738                    "target": "com.amazonaws.cloudfront#integer",
3739                    "traits": {
3740                        "smithy.api#documentation": "<p>The total number of distribution IDs returned in the response.</p>",
3741                        "smithy.api#required": {}
3742                    }
3743                },
3744                "Items": {
3745                    "target": "com.amazonaws.cloudfront#DistributionIdListSummary",
3746                    "traits": {
3747                        "smithy.api#documentation": "<p>Contains the distribution IDs in the list.</p>"
3748                    }
3749                }
3750            },
3751            "traits": {
3752                "smithy.api#documentation": "<p>A list of distribution IDs.</p>"
3753            }
3754        },
3755        "com.amazonaws.cloudfront#DistributionIdListSummary": {
3756            "type": "list",
3757            "member": {
3758                "target": "com.amazonaws.cloudfront#string",
3759                "traits": {
3760                    "smithy.api#xmlName": "DistributionId"
3761                }
3762            }
3763        },
3764        "com.amazonaws.cloudfront#DistributionList": {
3765            "type": "structure",
3766            "members": {
3767                "Marker": {
3768                    "target": "com.amazonaws.cloudfront#string",
3769                    "traits": {
3770                        "smithy.api#documentation": "<p>The value you provided for the <code>Marker</code> request parameter.</p>",
3771                        "smithy.api#required": {}
3772                    }
3773                },
3774                "NextMarker": {
3775                    "target": "com.amazonaws.cloudfront#string",
3776                    "traits": {
3777                        "smithy.api#documentation": "<p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains \n\t\t\tthe value you can use for the <code>Marker</code> request parameter to continue listing your \n\t\t\tdistributions where they left off. </p>"
3778                    }
3779                },
3780                "MaxItems": {
3781                    "target": "com.amazonaws.cloudfront#integer",
3782                    "traits": {
3783                        "smithy.api#documentation": "<p>The value you provided for the <code>MaxItems</code> request parameter.</p>",
3784                        "smithy.api#required": {}
3785                    }
3786                },
3787                "IsTruncated": {
3788                    "target": "com.amazonaws.cloudfront#boolean",
3789                    "traits": {
3790                        "smithy.api#documentation": "<p>A flag that indicates whether more distributions remain to be listed. If your results \n\t\t\twere truncated, you can make a follow-up pagination request using the <code>Marker</code> \n\t\t\trequest parameter to retrieve more distributions in the list.</p>",
3791                        "smithy.api#required": {}
3792                    }
3793                },
3794                "Quantity": {
3795                    "target": "com.amazonaws.cloudfront#integer",
3796                    "traits": {
3797                        "smithy.api#documentation": "<p>The number of distributions that were created by the current AWS account. </p>",
3798                        "smithy.api#required": {}
3799                    }
3800                },
3801                "Items": {
3802                    "target": "com.amazonaws.cloudfront#DistributionSummaryList",
3803                    "traits": {
3804                        "smithy.api#documentation": "<p>A complex type that contains one <code>DistributionSummary</code> element for each \n\t\t\tdistribution that was created by the current AWS account.</p>"
3805                    }
3806                }
3807            },
3808            "traits": {
3809                "smithy.api#documentation": "<p>A distribution list.</p>"
3810            }
3811        },
3812        "com.amazonaws.cloudfront#DistributionNotDisabled": {
3813            "type": "structure",
3814            "members": {
3815                "Message": {
3816                    "target": "com.amazonaws.cloudfront#string"
3817                }
3818            },
3819            "traits": {
3820                "smithy.api#documentation": "<p>The specified CloudFront distribution is not disabled. You must disable \n\t\t\tthe distribution before you can delete it.</p>",
3821                "smithy.api#error": "client",
3822                "smithy.api#httpError": 409
3823            }
3824        },
3825        "com.amazonaws.cloudfront#DistributionSummary": {
3826            "type": "structure",
3827            "members": {
3828                "Id": {
3829                    "target": "com.amazonaws.cloudfront#string",
3830                    "traits": {
3831                        "smithy.api#documentation": "<p>The identifier for the distribution. For example: \n\t\t\t<code>EDFDVBD632BHDS5</code>.</p>",
3832                        "smithy.api#required": {}
3833                    }
3834                },
3835                "ARN": {
3836                    "target": "com.amazonaws.cloudfront#string",
3837                    "traits": {
3838                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) for the distribution. For example: \n\t\t\t\t<code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where \n\t\t\t\t<code>123456789012</code> is your AWS account ID.</p>",
3839                        "smithy.api#required": {}
3840                    }
3841                },
3842                "Status": {
3843                    "target": "com.amazonaws.cloudfront#string",
3844                    "traits": {
3845                        "smithy.api#documentation": "<p>The current status of the distribution. When the status is <code>Deployed</code>, the \n\t\t\tdistribution's information is propagated to all CloudFront edge locations.</p>",
3846                        "smithy.api#required": {}
3847                    }
3848                },
3849                "LastModifiedTime": {
3850                    "target": "com.amazonaws.cloudfront#timestamp",
3851                    "traits": {
3852                        "smithy.api#documentation": "<p>The date and time the distribution was last modified.</p>",
3853                        "smithy.api#required": {}
3854                    }
3855                },
3856                "DomainName": {
3857                    "target": "com.amazonaws.cloudfront#string",
3858                    "traits": {
3859                        "smithy.api#documentation": "<p>The domain name that corresponds to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>",
3860                        "smithy.api#required": {}
3861                    }
3862                },
3863                "Aliases": {
3864                    "target": "com.amazonaws.cloudfront#Aliases",
3865                    "traits": {
3866                        "smithy.api#documentation": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, \n\t\t\tfor this distribution.</p>",
3867                        "smithy.api#required": {}
3868                    }
3869                },
3870                "Origins": {
3871                    "target": "com.amazonaws.cloudfront#Origins",
3872                    "traits": {
3873                        "smithy.api#documentation": "<p>A complex type that contains information about origins for this distribution.</p>",
3874                        "smithy.api#required": {}
3875                    }
3876                },
3877                "OriginGroups": {
3878                    "target": "com.amazonaws.cloudfront#OriginGroups",
3879                    "traits": {
3880                        "smithy.api#documentation": "<p> A complex type that contains information about origin groups for this \n\t\t\tdistribution.</p>"
3881                    }
3882                },
3883                "DefaultCacheBehavior": {
3884                    "target": "com.amazonaws.cloudfront#DefaultCacheBehavior",
3885                    "traits": {
3886                        "smithy.api#documentation": "<p>A complex type that describes the default cache behavior if you don't specify a \n\t\t\t\t<code>CacheBehavior</code> element or if files don't match any of the values of \n\t\t\t\t<code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly one \n\t\t\tdefault cache behavior.</p>",
3887                        "smithy.api#required": {}
3888                    }
3889                },
3890                "CacheBehaviors": {
3891                    "target": "com.amazonaws.cloudfront#CacheBehaviors",
3892                    "traits": {
3893                        "smithy.api#documentation": "<p>A complex type that contains zero or more <code>CacheBehavior</code> \n\t\t\telements.</p>",
3894                        "smithy.api#required": {}
3895                    }
3896                },
3897                "CustomErrorResponses": {
3898                    "target": "com.amazonaws.cloudfront#CustomErrorResponses",
3899                    "traits": {
3900                        "smithy.api#documentation": "<p>A complex type that contains zero or more <code>CustomErrorResponses</code> \n\t\t\telements.</p>",
3901                        "smithy.api#required": {}
3902                    }
3903                },
3904                "Comment": {
3905                    "target": "com.amazonaws.cloudfront#string",
3906                    "traits": {
3907                        "smithy.api#documentation": "<p>The comment originally specified when this distribution was created.</p>",
3908                        "smithy.api#required": {}
3909                    }
3910                },
3911                "PriceClass": {
3912                    "target": "com.amazonaws.cloudfront#PriceClass",
3913                    "traits": {
3914                        "smithy.api#documentation": "<p>A complex type that contains information about price class for this streaming \n\t\t\tdistribution. </p>",
3915                        "smithy.api#required": {}
3916                    }
3917                },
3918                "Enabled": {
3919                    "target": "com.amazonaws.cloudfront#boolean",
3920                    "traits": {
3921                        "smithy.api#documentation": "<p>Whether the distribution is enabled to accept user requests for content.</p>",
3922                        "smithy.api#required": {}
3923                    }
3924                },
3925                "ViewerCertificate": {
3926                    "target": "com.amazonaws.cloudfront#ViewerCertificate",
3927                    "traits": {
3928                        "smithy.api#documentation": "<p>A complex type that determines the distribution’s SSL/TLS configuration for\n\t\t\tcommunicating with viewers.</p>",
3929                        "smithy.api#required": {}
3930                    }
3931                },
3932                "Restrictions": {
3933                    "target": "com.amazonaws.cloudfront#Restrictions",
3934                    "traits": {
3935                        "smithy.api#documentation": "<p>A complex type that identifies ways in which you want to restrict distribution of your \n\t\t\tcontent.</p>",
3936                        "smithy.api#required": {}
3937                    }
3938                },
3939                "WebACLId": {
3940                    "target": "com.amazonaws.cloudfront#string",
3941                    "traits": {
3942                        "smithy.api#documentation": "<p>The Web ACL Id (if any) associated with the distribution.</p>",
3943                        "smithy.api#required": {}
3944                    }
3945                },
3946                "HttpVersion": {
3947                    "target": "com.amazonaws.cloudfront#HttpVersion",
3948                    "traits": {
3949                        "smithy.api#documentation": "<p> Specify the maximum HTTP version that you want viewers to use to communicate with \n\t\t\tCloudFront. The default value for new web distributions is <code>http2</code>. Viewers that don't \n\t\t\tsupport <code>HTTP/2</code> will automatically use an earlier version.</p>",
3950                        "smithy.api#required": {}
3951                    }
3952                },
3953                "IsIPV6Enabled": {
3954                    "target": "com.amazonaws.cloudfront#boolean",
3955                    "traits": {
3956                        "smithy.api#documentation": "<p>Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your \n\t\t\tdistribution.</p>",
3957                        "smithy.api#required": {}
3958                    }
3959                },
3960                "AliasICPRecordals": {
3961                    "target": "com.amazonaws.cloudfront#AliasICPRecordals",
3962                    "traits": {
3963                        "smithy.api#documentation": "<p>AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content \n\t\t\tpublicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP \n\t\t\trecordal status for CNAMEs associated with distributions.</p>\n\t\t       <p>For more information about ICP recordals, see  <a href=\"https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html\">\n\t\t\tSignup, Accounts, and Credentials</a> in <i>Getting Started with AWS services in China</i>.</p>"
3964                    }
3965                }
3966            },
3967            "traits": {
3968                "smithy.api#documentation": "<p>A summary of the information about a CloudFront distribution.</p>"
3969            }
3970        },
3971        "com.amazonaws.cloudfront#DistributionSummaryList": {
3972            "type": "list",
3973            "member": {
3974                "target": "com.amazonaws.cloudfront#DistributionSummary",
3975                "traits": {
3976                    "smithy.api#xmlName": "DistributionSummary"
3977                }
3978            }
3979        },
3980        "com.amazonaws.cloudfront#EncryptionEntities": {
3981            "type": "structure",
3982            "members": {
3983                "Quantity": {
3984                    "target": "com.amazonaws.cloudfront#integer",
3985                    "traits": {
3986                        "smithy.api#documentation": "<p>Number of field pattern items in a field-level encryption content type-profile mapping. </p>",
3987                        "smithy.api#required": {}
3988                    }
3989                },
3990                "Items": {
3991                    "target": "com.amazonaws.cloudfront#EncryptionEntityList",
3992                    "traits": {
3993                        "smithy.api#documentation": "<p>An array of field patterns in a field-level encryption content type-profile mapping. </p>"
3994                    }
3995                }
3996            },
3997            "traits": {
3998                "smithy.api#documentation": "<p>Complex data type for field-level encryption profiles that includes all of the encryption entities. </p>"
3999            }
4000        },
4001        "com.amazonaws.cloudfront#EncryptionEntity": {
4002            "type": "structure",
4003            "members": {
4004                "PublicKeyId": {
4005                    "target": "com.amazonaws.cloudfront#string",
4006                    "traits": {
4007                        "smithy.api#documentation": "<p>The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match\n\t\t\tthe patterns. </p>",
4008                        "smithy.api#required": {}
4009                    }
4010                },
4011                "ProviderId": {
4012                    "target": "com.amazonaws.cloudfront#string",
4013                    "traits": {
4014                        "smithy.api#documentation": "<p>The provider associated with the public key being used for encryption. This value must also be provided with the private key\n\t\tfor applications to be able to decrypt data.</p>",
4015                        "smithy.api#required": {}
4016                    }
4017                },
4018                "FieldPatterns": {
4019                    "target": "com.amazonaws.cloudfront#FieldPatterns",
4020                    "traits": {
4021                        "smithy.api#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 \n\t\t\tfull field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have\n\t\t\tboth ABC* and AB*. Note that field patterns are case-sensitive. </p>",
4022                        "smithy.api#required": {}
4023                    }
4024                }
4025            },
4026            "traits": {
4027                "smithy.api#documentation": "<p>Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications. </p>"
4028            }
4029        },
4030        "com.amazonaws.cloudfront#EncryptionEntityList": {
4031            "type": "list",
4032            "member": {
4033                "target": "com.amazonaws.cloudfront#EncryptionEntity",
4034                "traits": {
4035                    "smithy.api#xmlName": "EncryptionEntity"
4036                }
4037            }
4038        },
4039        "com.amazonaws.cloudfront#EndPoint": {
4040            "type": "structure",
4041            "members": {
4042                "StreamType": {
4043                    "target": "com.amazonaws.cloudfront#string",
4044                    "traits": {
4045                        "smithy.api#documentation": "<p>The type of data stream where you are sending real-time log data. The only valid value is\n\t\t\t<code>Kinesis</code>.</p>",
4046                        "smithy.api#required": {}
4047                    }
4048                },
4049                "KinesisStreamConfig": {
4050                    "target": "com.amazonaws.cloudfront#KinesisStreamConfig",
4051                    "traits": {
4052                        "smithy.api#documentation": "<p>Contains information about the Amazon Kinesis data stream where you are sending\n\t\t\treal-time log data.</p>"
4053                    }
4054                }
4055            },
4056            "traits": {
4057                "smithy.api#documentation": "<p>Contains information about the Amazon Kinesis data stream where you are sending real-time\n\t\t\tlog data in a real-time log configuration.</p>"
4058            }
4059        },
4060        "com.amazonaws.cloudfront#EndPointList": {
4061            "type": "list",
4062            "member": {
4063                "target": "com.amazonaws.cloudfront#EndPoint"
4064            }
4065        },
4066        "com.amazonaws.cloudfront#EventType": {
4067            "type": "string",
4068            "traits": {
4069                "smithy.api#enum": [
4070                    {
4071                        "value": "viewer-request",
4072                        "name": "viewer_request"
4073                    },
4074                    {
4075                        "value": "viewer-response",
4076                        "name": "viewer_response"
4077                    },
4078                    {
4079                        "value": "origin-request",
4080                        "name": "origin_request"
4081                    },
4082                    {
4083                        "value": "origin-response",
4084                        "name": "origin_response"
4085                    }
4086                ]
4087            }
4088        },
4089        "com.amazonaws.cloudfront#FieldLevelEncryption": {
4090            "type": "structure",
4091            "members": {
4092                "Id": {
4093                    "target": "com.amazonaws.cloudfront#string",
4094                    "traits": {
4095                        "smithy.api#documentation": "<p>The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain\n\t\tselected data fields to be encrypted by specific public keys.</p>",
4096                        "smithy.api#required": {}
4097                    }
4098                },
4099                "LastModifiedTime": {
4100                    "target": "com.amazonaws.cloudfront#timestamp",
4101                    "traits": {
4102                        "smithy.api#documentation": "<p>The last time the field-level encryption configuration was changed. </p>",
4103                        "smithy.api#required": {}
4104                    }
4105                },
4106                "FieldLevelEncryptionConfig": {
4107                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionConfig",
4108                    "traits": {
4109                        "smithy.api#documentation": "<p>A complex data type that includes the profile configurations specified for field-level encryption. </p>",
4110                        "smithy.api#required": {}
4111                    }
4112                }
4113            },
4114            "traits": {
4115                "smithy.api#documentation": "<p>A complex data type that includes the profile configurations and other options specified for field-level encryption. </p>"
4116            }
4117        },
4118        "com.amazonaws.cloudfront#FieldLevelEncryptionConfig": {
4119            "type": "structure",
4120            "members": {
4121                "CallerReference": {
4122                    "target": "com.amazonaws.cloudfront#string",
4123                    "traits": {
4124                        "smithy.api#documentation": "<p>A unique number that ensures the request can't be replayed.</p>",
4125                        "smithy.api#required": {}
4126                    }
4127                },
4128                "Comment": {
4129                    "target": "com.amazonaws.cloudfront#string",
4130                    "traits": {
4131                        "smithy.api#documentation": "<p>An optional comment about the configuration.</p>"
4132                    }
4133                },
4134                "QueryArgProfileConfig": {
4135                    "target": "com.amazonaws.cloudfront#QueryArgProfileConfig",
4136                    "traits": {
4137                        "smithy.api#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 \n\t\t\tquery argument in a request.</p>"
4138                    }
4139                },
4140                "ContentTypeProfileConfig": {
4141                    "target": "com.amazonaws.cloudfront#ContentTypeProfileConfig",
4142                    "traits": {
4143                        "smithy.api#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 \n\t\t\tin a request if a query argument doesn't specify a profile to use.</p>"
4144                    }
4145                }
4146            },
4147            "traits": {
4148                "smithy.api#documentation": "<p>A complex data type that includes the profile configurations specified for field-level encryption. </p>"
4149            }
4150        },
4151        "com.amazonaws.cloudfront#FieldLevelEncryptionConfigAlreadyExists": {
4152            "type": "structure",
4153            "members": {
4154                "Message": {
4155                    "target": "com.amazonaws.cloudfront#string"
4156                }
4157            },
4158            "traits": {
4159                "smithy.api#documentation": "<p>The specified configuration for field-level encryption already exists.</p>",
4160                "smithy.api#error": "client",
4161                "smithy.api#httpError": 409
4162            }
4163        },
4164        "com.amazonaws.cloudfront#FieldLevelEncryptionConfigInUse": {
4165            "type": "structure",
4166            "members": {
4167                "Message": {
4168                    "target": "com.amazonaws.cloudfront#string"
4169                }
4170            },
4171            "traits": {
4172                "smithy.api#documentation": "<p>The specified configuration for field-level encryption is in use.</p>",
4173                "smithy.api#error": "client",
4174                "smithy.api#httpError": 409
4175            }
4176        },
4177        "com.amazonaws.cloudfront#FieldLevelEncryptionList": {
4178            "type": "structure",
4179            "members": {
4180                "NextMarker": {
4181                    "target": "com.amazonaws.cloudfront#string",
4182                    "traits": {
4183                        "smithy.api#documentation": "<p>If there are more elements to be listed, this element is present and contains\n\t\t\tthe value that you can use for the <code>Marker</code> request parameter to continue\n\t\t\tlisting your configurations where you left off.</p>"
4184                    }
4185                },
4186                "MaxItems": {
4187                    "target": "com.amazonaws.cloudfront#integer",
4188                    "traits": {
4189                        "smithy.api#documentation": "<p>The maximum number of elements you want in the response body. </p>",
4190                        "smithy.api#required": {}
4191                    }
4192                },
4193                "Quantity": {
4194                    "target": "com.amazonaws.cloudfront#integer",
4195                    "traits": {
4196                        "smithy.api#documentation": "<p>The number of field-level encryption items.</p>",
4197                        "smithy.api#required": {}
4198                    }
4199                },
4200                "Items": {
4201                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionSummaryList",
4202                    "traits": {
4203                        "smithy.api#documentation": "<p>An array of field-level encryption items.</p>"
4204                    }
4205                }
4206            },
4207            "traits": {
4208                "smithy.api#documentation": "<p>List of field-level encrpytion configurations.</p>"
4209            }
4210        },
4211        "com.amazonaws.cloudfront#FieldLevelEncryptionProfile": {
4212            "type": "structure",
4213            "members": {
4214                "Id": {
4215                    "target": "com.amazonaws.cloudfront#string",
4216                    "traits": {
4217                        "smithy.api#documentation": "<p>The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain\n\t\t\tselected data fields to be encrypted by specific public keys.</p>",
4218                        "smithy.api#required": {}
4219                    }
4220                },
4221                "LastModifiedTime": {
4222                    "target": "com.amazonaws.cloudfront#timestamp",
4223                    "traits": {
4224                        "smithy.api#documentation": "<p>The last time the field-level encryption profile was updated.</p>",
4225                        "smithy.api#required": {}
4226                    }
4227                },
4228                "FieldLevelEncryptionProfileConfig": {
4229                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileConfig",
4230                    "traits": {
4231                        "smithy.api#documentation": "<p>A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.</p>",
4232                        "smithy.api#required": {}
4233                    }
4234                }
4235            },
4236            "traits": {
4237                "smithy.api#documentation": "<p>A complex data type for field-level encryption profiles.</p>"
4238            }
4239        },
4240        "com.amazonaws.cloudfront#FieldLevelEncryptionProfileAlreadyExists": {
4241            "type": "structure",
4242            "members": {
4243                "Message": {
4244                    "target": "com.amazonaws.cloudfront#string"
4245                }
4246            },
4247            "traits": {
4248                "smithy.api#documentation": "<p>The specified profile for field-level encryption already exists.</p>",
4249                "smithy.api#error": "client",
4250                "smithy.api#httpError": 409
4251            }
4252        },
4253        "com.amazonaws.cloudfront#FieldLevelEncryptionProfileConfig": {
4254            "type": "structure",
4255            "members": {
4256                "Name": {
4257                    "target": "com.amazonaws.cloudfront#string",
4258                    "traits": {
4259                        "smithy.api#documentation": "<p>Profile name for the field-level encryption profile.</p>",
4260                        "smithy.api#required": {}
4261                    }
4262                },
4263                "CallerReference": {
4264                    "target": "com.amazonaws.cloudfront#string",
4265                    "traits": {
4266                        "smithy.api#documentation": "<p>A unique number that ensures that the request can't be replayed.</p>",
4267                        "smithy.api#required": {}
4268                    }
4269                },
4270                "Comment": {
4271                    "target": "com.amazonaws.cloudfront#string",
4272                    "traits": {
4273                        "smithy.api#documentation": "<p>An optional comment for the field-level encryption profile.</p>"
4274                    }
4275                },
4276                "EncryptionEntities": {
4277                    "target": "com.amazonaws.cloudfront#EncryptionEntities",
4278                    "traits": {
4279                        "smithy.api#documentation": "<p>A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and\n\t\t\tfield patterns for specifying which fields to encrypt with this key.</p>",
4280                        "smithy.api#required": {}
4281                    }
4282                }
4283            },
4284            "traits": {
4285                "smithy.api#documentation": "<p>A complex data type of profiles for the field-level encryption.</p>"
4286            }
4287        },
4288        "com.amazonaws.cloudfront#FieldLevelEncryptionProfileInUse": {
4289            "type": "structure",
4290            "members": {
4291                "Message": {
4292                    "target": "com.amazonaws.cloudfront#string"
4293                }
4294            },
4295            "traits": {
4296                "smithy.api#documentation": "<p>The specified profile for field-level encryption is in use.</p>",
4297                "smithy.api#error": "client",
4298                "smithy.api#httpError": 409
4299            }
4300        },
4301        "com.amazonaws.cloudfront#FieldLevelEncryptionProfileList": {
4302            "type": "structure",
4303            "members": {
4304                "NextMarker": {
4305                    "target": "com.amazonaws.cloudfront#string",
4306                    "traits": {
4307                        "smithy.api#documentation": "<p>If there are more elements to be listed, this element is present and contains\n\t\t\tthe value that you can use for the <code>Marker</code> request parameter to continue\n\t\t\tlisting your profiles where you left off.</p>"
4308                    }
4309                },
4310                "MaxItems": {
4311                    "target": "com.amazonaws.cloudfront#integer",
4312                    "traits": {
4313                        "smithy.api#documentation": "<p>The maximum number of field-level encryption profiles you want in the response body. </p>",
4314                        "smithy.api#required": {}
4315                    }
4316                },
4317                "Quantity": {
4318                    "target": "com.amazonaws.cloudfront#integer",
4319                    "traits": {
4320                        "smithy.api#documentation": "<p>The number of field-level encryption profiles.</p>",
4321                        "smithy.api#required": {}
4322                    }
4323                },
4324                "Items": {
4325                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileSummaryList",
4326                    "traits": {
4327                        "smithy.api#documentation": "<p>The field-level encryption profile items.</p>"
4328                    }
4329                }
4330            },
4331            "traits": {
4332                "smithy.api#documentation": "<p>List of field-level encryption profiles.</p>"
4333            }
4334        },
4335        "com.amazonaws.cloudfront#FieldLevelEncryptionProfileSizeExceeded": {
4336            "type": "structure",
4337            "members": {
4338                "Message": {
4339                    "target": "com.amazonaws.cloudfront#string"
4340                }
4341            },
4342            "traits": {
4343                "smithy.api#documentation": "<p>The maximum size of a profile for field-level encryption was exceeded.</p>",
4344                "smithy.api#error": "client",
4345                "smithy.api#httpError": 400
4346            }
4347        },
4348        "com.amazonaws.cloudfront#FieldLevelEncryptionProfileSummary": {
4349            "type": "structure",
4350            "members": {
4351                "Id": {
4352                    "target": "com.amazonaws.cloudfront#string",
4353                    "traits": {
4354                        "smithy.api#documentation": "<p>ID for the field-level encryption profile summary.</p>",
4355                        "smithy.api#required": {}
4356                    }
4357                },
4358                "LastModifiedTime": {
4359                    "target": "com.amazonaws.cloudfront#timestamp",
4360                    "traits": {
4361                        "smithy.api#documentation": "<p>The time when the the field-level encryption profile summary was last updated.</p>",
4362                        "smithy.api#required": {}
4363                    }
4364                },
4365                "Name": {
4366                    "target": "com.amazonaws.cloudfront#string",
4367                    "traits": {
4368                        "smithy.api#documentation": "<p>Name for the field-level encryption profile summary.</p>",
4369                        "smithy.api#required": {}
4370                    }
4371                },
4372                "EncryptionEntities": {
4373                    "target": "com.amazonaws.cloudfront#EncryptionEntities",
4374                    "traits": {
4375                        "smithy.api#documentation": "<p>A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and\n\t\t\tfield patterns for specifying which fields to encrypt with this key.</p>",
4376                        "smithy.api#required": {}
4377                    }
4378                },
4379                "Comment": {
4380                    "target": "com.amazonaws.cloudfront#string",
4381                    "traits": {
4382                        "smithy.api#documentation": "<p>An optional comment for the field-level encryption profile summary.</p>"
4383                    }
4384                }
4385            },
4386            "traits": {
4387                "smithy.api#documentation": "<p>The field-level encryption profile summary.</p>"
4388            }
4389        },
4390        "com.amazonaws.cloudfront#FieldLevelEncryptionProfileSummaryList": {
4391            "type": "list",
4392            "member": {
4393                "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileSummary",
4394                "traits": {
4395                    "smithy.api#xmlName": "FieldLevelEncryptionProfileSummary"
4396                }
4397            }
4398        },
4399        "com.amazonaws.cloudfront#FieldLevelEncryptionSummary": {
4400            "type": "structure",
4401            "members": {
4402                "Id": {
4403                    "target": "com.amazonaws.cloudfront#string",
4404                    "traits": {
4405                        "smithy.api#documentation": "<p>The unique ID of a field-level encryption item.</p>",
4406                        "smithy.api#required": {}
4407                    }
4408                },
4409                "LastModifiedTime": {
4410                    "target": "com.amazonaws.cloudfront#timestamp",
4411                    "traits": {
4412                        "smithy.api#documentation": "<p>The last time that the summary of field-level encryption items was modified.</p>",
4413                        "smithy.api#required": {}
4414                    }
4415                },
4416                "Comment": {
4417                    "target": "com.amazonaws.cloudfront#string",
4418                    "traits": {
4419                        "smithy.api#documentation": "<p>An optional comment about the field-level encryption item.</p>"
4420                    }
4421                },
4422                "QueryArgProfileConfig": {
4423                    "target": "com.amazonaws.cloudfront#QueryArgProfileConfig",
4424                    "traits": {
4425                        "smithy.api#documentation": "<p>\n\t\t\tA summary of a query argument-profile mapping.\n\t\t</p>"
4426                    }
4427                },
4428                "ContentTypeProfileConfig": {
4429                    "target": "com.amazonaws.cloudfront#ContentTypeProfileConfig",
4430                    "traits": {
4431                        "smithy.api#documentation": "<p>\n\t\t\tA summary of a content type-profile mapping.\n\t\t</p>"
4432                    }
4433                }
4434            },
4435            "traits": {
4436                "smithy.api#documentation": "<p>A summary of a field-level encryption item.</p>"
4437            }
4438        },
4439        "com.amazonaws.cloudfront#FieldLevelEncryptionSummaryList": {
4440            "type": "list",
4441            "member": {
4442                "target": "com.amazonaws.cloudfront#FieldLevelEncryptionSummary",
4443                "traits": {
4444                    "smithy.api#xmlName": "FieldLevelEncryptionSummary"
4445                }
4446            }
4447        },
4448        "com.amazonaws.cloudfront#FieldList": {
4449            "type": "list",
4450            "member": {
4451                "target": "com.amazonaws.cloudfront#string",
4452                "traits": {
4453                    "smithy.api#xmlName": "Field"
4454                }
4455            }
4456        },
4457        "com.amazonaws.cloudfront#FieldPatternList": {
4458            "type": "list",
4459            "member": {
4460                "target": "com.amazonaws.cloudfront#string",
4461                "traits": {
4462                    "smithy.api#xmlName": "FieldPattern"
4463                }
4464            }
4465        },
4466        "com.amazonaws.cloudfront#FieldPatterns": {
4467            "type": "structure",
4468            "members": {
4469                "Quantity": {
4470                    "target": "com.amazonaws.cloudfront#integer",
4471                    "traits": {
4472                        "smithy.api#documentation": "<p>The number of field-level encryption field patterns.</p>",
4473                        "smithy.api#required": {}
4474                    }
4475                },
4476                "Items": {
4477                    "target": "com.amazonaws.cloudfront#FieldPatternList",
4478                    "traits": {
4479                        "smithy.api#documentation": "<p>An array of the field-level encryption field patterns.</p>"
4480                    }
4481                }
4482            },
4483            "traits": {
4484                "smithy.api#documentation": "<p>A complex data type that includes the field patterns to match for field-level encryption.</p>"
4485            }
4486        },
4487        "com.amazonaws.cloudfront#Format": {
4488            "type": "string",
4489            "traits": {
4490                "smithy.api#enum": [
4491                    {
4492                        "value": "URLEncoded",
4493                        "name": "URLEncoded"
4494                    }
4495                ]
4496            }
4497        },
4498        "com.amazonaws.cloudfront#ForwardedValues": {
4499            "type": "structure",
4500            "members": {
4501                "QueryString": {
4502                    "target": "com.amazonaws.cloudfront#boolean",
4503                    "traits": {
4504                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest policy instead of this field.</p>\n\t\t       <p>If you want to include query strings in the cache key, use a cache policy. For more\n\t\t\tinformation, 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>\n\t\t       <p>If you want to send query strings to the origin but not include them in the cache key, use\n\t\t\tan 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       <p>Indicates whether you want CloudFront to forward query strings to the origin that is \n\t\t\tassociated with this cache behavior and cache based on the query string parameters. CloudFront \n\t\t\tbehavior depends on the value of <code>QueryString</code> and on the values that you specify \n\t\t\tfor <code>QueryStringCacheKeys</code>, if any:</p> \n\t\t       <p>If you specify true for <code>QueryString</code> and you don't specify any values for \n\t\t\t\t<code>QueryStringCacheKeys</code>, CloudFront forwards all query string parameters to the origin \n\t\t\tand caches based on all query string parameters. Depending on how many query string parameters \n\t\t\tand values you have, this can adversely affect performance because CloudFront must forward more \n\t\t\trequests to the origin.</p> \n\t\t       <p>If you specify true for <code>QueryString</code> and you specify one or more values for \n\t\t\t\t<code>QueryStringCacheKeys</code>, CloudFront forwards all query string parameters to the origin, \n\t\t\tbut it only caches based on the query string parameters that you specify.</p> \n\t\t       <p>If you specify false for <code>QueryString</code>, CloudFront doesn't forward any query \n\t\t\tstring parameters to the origin, and doesn't cache based on query string parameters.</p> \n\t\t       <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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
4505                        "smithy.api#required": {}
4506                    }
4507                },
4508                "Cookies": {
4509                    "target": "com.amazonaws.cloudfront#CookiePreference",
4510                    "traits": {
4511                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest policy instead of this field.</p>\n\t\t       <p>If you want to include cookies in the cache key, use a cache policy. For more\n\t\t\tinformation, 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>\n\t\t       <p>If you want to send cookies to the origin but not include them in the cache key, use an\n\t\t\torigin 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>A complex type that specifies whether you want CloudFront to forward cookies to the origin\n\t\t\tand, if so, which ones. For more information about forwarding cookies to the origin, see\n\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html\">How CloudFront Forwards, Caches, and Logs Cookies</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
4512                        "smithy.api#required": {}
4513                    }
4514                },
4515                "Headers": {
4516                    "target": "com.amazonaws.cloudfront#Headers",
4517                    "traits": {
4518                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest policy instead of this field.</p>\n\t\t       <p>If you want to include headers in the cache key, use a cache policy. For more information,\n\t\t\tsee <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>\n\t\t       <p>If you want to send headers to the origin but not include them in the cache key, use an\n\t\t\torigin 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       <p>A complex type that specifies the <code>Headers</code>, if any, that you want CloudFront to forward to the \n\t\t\torigin for this cache behavior (whitelisted headers). For the headers that you specify, CloudFront also caches \n\t\t\tseparate versions of a specified object that is based on the header values in viewer requests.</p>\n\t\t       <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html\">\n\t\t\tCaching Content Based on Request Headers</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
4519                    }
4520                },
4521                "QueryStringCacheKeys": {
4522                    "target": "com.amazonaws.cloudfront#QueryStringCacheKeys",
4523                    "traits": {
4524                        "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest policy instead of this field.</p>\n\t\t       <p>If you want to include query strings in the cache key, use a cache policy. For more\n\t\t\tinformation, 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>\n\t\t       <p>If you want to send query strings to the origin but not include them in the cache key, use\n\t\t\tan 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       <p>A complex type that contains information about the query string parameters that you \n\t\t\twant CloudFront to use for caching for this cache behavior.</p>"
4525                    }
4526                }
4527            },
4528            "traits": {
4529                "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest policy instead of this field.</p>\n\t\t       <p>If you want to include values in the cache key, use a cache policy. For more information,\n\t\t\tsee <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>\n\t\t       <p>If you want to send values to the origin but not include them in the cache key, use an\n\t\t\torigin 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t       <p>A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.</p>"
4530            }
4531        },
4532        "com.amazonaws.cloudfront#GeoRestriction": {
4533            "type": "structure",
4534            "members": {
4535                "RestrictionType": {
4536                    "target": "com.amazonaws.cloudfront#GeoRestrictionType",
4537                    "traits": {
4538                        "smithy.api#documentation": "<p>The method that you want to use to restrict distribution of your content by \n\t\t\tcountry:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>\n                  <code>none</code>: No geo restriction is enabled, meaning access to content is not \n\t\t\t\t\trestricted by client geo location.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>\n                  <code>blacklist</code>: The <code>Location</code> elements specify the countries in \n\t\t\t\t\twhich you don't want CloudFront to distribute your content.</p> \n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>\n                  <code>whitelist</code>: The <code>Location</code> elements specify the countries in \n\t\t\t\t\twhich you want CloudFront to distribute your content.</p> \n\t\t\t         </li>\n         </ul>",
4539                        "smithy.api#required": {}
4540                    }
4541                },
4542                "Quantity": {
4543                    "target": "com.amazonaws.cloudfront#integer",
4544                    "traits": {
4545                        "smithy.api#documentation": "<p>When geo restriction is <code>enabled</code>, this is the number of countries in your \n\t\t\t\t<code>whitelist</code> or <code>blacklist</code>. Otherwise, when it is not enabled, \n\t\t\t\t<code>Quantity</code> is <code>0</code>, and you can omit <code>Items</code>.</p>",
4546                        "smithy.api#required": {}
4547                    }
4548                },
4549                "Items": {
4550                    "target": "com.amazonaws.cloudfront#LocationList",
4551                    "traits": {
4552                        "smithy.api#documentation": "<p> A complex type that contains a <code>Location</code> element for each country in which \n\t\t\tyou want CloudFront either to distribute your content (<code>whitelist</code>) or not distribute \n\t\t\tyour content (<code>blacklist</code>).</p> \n\t\t       <p>The <code>Location</code> element is a two-letter, uppercase country code for a country \n\t\t\tthat you want to include in your <code>blacklist</code> or <code>whitelist</code>. Include one \n\t\t\t\t<code>Location</code> element for each country.</p> \n\t\t       <p>CloudFront and <code>MaxMind</code> both use <code>ISO 3166</code> country codes. For the \n\t\t\tcurrent list of countries and the corresponding codes, see <code>ISO 3166-1-alpha-2</code> \n\t\t\tcode on the <i>International Organization for Standardization</i> website. You \n\t\t\tcan also refer to the country list on the CloudFront console, which includes both country names and \n\t\t\tcodes.</p>"
4553                    }
4554                }
4555            },
4556            "traits": {
4557                "smithy.api#documentation": "<p>A complex type that controls the countries in which your content is distributed. CloudFront \n\t\t\tdetermines the location of your users using <code>MaxMind</code> GeoIP databases. </p>"
4558            }
4559        },
4560        "com.amazonaws.cloudfront#GeoRestrictionType": {
4561            "type": "string",
4562            "traits": {
4563                "smithy.api#enum": [
4564                    {
4565                        "value": "blacklist",
4566                        "name": "blacklist"
4567                    },
4568                    {
4569                        "value": "whitelist",
4570                        "name": "whitelist"
4571                    },
4572                    {
4573                        "value": "none",
4574                        "name": "none"
4575                    }
4576                ]
4577            }
4578        },
4579        "com.amazonaws.cloudfront#GetCachePolicy": {
4580            "type": "operation",
4581            "input": {
4582                "target": "com.amazonaws.cloudfront#GetCachePolicyRequest"
4583            },
4584            "output": {
4585                "target": "com.amazonaws.cloudfront#GetCachePolicyResult"
4586            },
4587            "errors": [
4588                {
4589                    "target": "com.amazonaws.cloudfront#AccessDenied"
4590                },
4591                {
4592                    "target": "com.amazonaws.cloudfront#NoSuchCachePolicy"
4593                }
4594            ],
4595            "traits": {
4596                "smithy.api#documentation": "<p>Gets a cache policy, including the following metadata:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The policy’s identifier.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The date and time when the policy was last modified.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>To get a cache policy, you must provide the policy’s identifier. If the cache policy is\n\t\t\tattached to a distribution’s cache behavior, you can get the policy’s identifier using\n\t\t\t<code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is\n\t\t\tnot attached to a cache behavior, you can get the identifier using\n\t\t\t<code>ListCachePolicies</code>.</p>",
4597                "smithy.api#http": {
4598                    "method": "GET",
4599                    "uri": "/2020-05-31/cache-policy/{Id}",
4600                    "code": 200
4601                }
4602            }
4603        },
4604        "com.amazonaws.cloudfront#GetCachePolicyConfig": {
4605            "type": "operation",
4606            "input": {
4607                "target": "com.amazonaws.cloudfront#GetCachePolicyConfigRequest"
4608            },
4609            "output": {
4610                "target": "com.amazonaws.cloudfront#GetCachePolicyConfigResult"
4611            },
4612            "errors": [
4613                {
4614                    "target": "com.amazonaws.cloudfront#AccessDenied"
4615                },
4616                {
4617                    "target": "com.amazonaws.cloudfront#NoSuchCachePolicy"
4618                }
4619            ],
4620            "traits": {
4621                "smithy.api#documentation": "<p>Gets a cache policy configuration.</p>\n\t\t       <p>To get a cache policy configuration, you must provide the policy’s identifier. If the cache\n\t\t\tpolicy is attached to a distribution’s cache behavior, you can get the policy’s\n\t\t\tidentifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the\n\t\t\tcache policy is not attached to a cache behavior, you can get the identifier using\n\t\t\t<code>ListCachePolicies</code>.</p>",
4622                "smithy.api#http": {
4623                    "method": "GET",
4624                    "uri": "/2020-05-31/cache-policy/{Id}/config",
4625                    "code": 200
4626                }
4627            }
4628        },
4629        "com.amazonaws.cloudfront#GetCachePolicyConfigRequest": {
4630            "type": "structure",
4631            "members": {
4632                "Id": {
4633                    "target": "com.amazonaws.cloudfront#string",
4634                    "traits": {
4635                        "smithy.api#documentation": "<p>The unique identifier for the cache policy. If the cache policy is attached to a\n\t\t\tdistribution’s cache behavior, you can get the policy’s identifier using\n\t\t\t<code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is\n\t\t\tnot attached to a cache behavior, you can get the identifier using\n\t\t\t<code>ListCachePolicies</code>.</p>",
4636                        "smithy.api#httpLabel": {},
4637                        "smithy.api#required": {}
4638                    }
4639                }
4640            }
4641        },
4642        "com.amazonaws.cloudfront#GetCachePolicyConfigResult": {
4643            "type": "structure",
4644            "members": {
4645                "CachePolicyConfig": {
4646                    "target": "com.amazonaws.cloudfront#CachePolicyConfig",
4647                    "traits": {
4648                        "smithy.api#documentation": "<p>The cache policy configuration.</p>",
4649                        "smithy.api#httpPayload": {}
4650                    }
4651                },
4652                "ETag": {
4653                    "target": "com.amazonaws.cloudfront#string",
4654                    "traits": {
4655                        "smithy.api#documentation": "<p>The current version of the cache policy.</p>",
4656                        "smithy.api#httpHeader": "ETag"
4657                    }
4658                }
4659            }
4660        },
4661        "com.amazonaws.cloudfront#GetCachePolicyRequest": {
4662            "type": "structure",
4663            "members": {
4664                "Id": {
4665                    "target": "com.amazonaws.cloudfront#string",
4666                    "traits": {
4667                        "smithy.api#documentation": "<p>The unique identifier for the cache policy. If the cache policy is attached to a\n\t\t\tdistribution’s cache behavior, you can get the policy’s identifier using\n\t\t\t<code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is\n\t\t\tnot attached to a cache behavior, you can get the identifier using\n\t\t\t<code>ListCachePolicies</code>.</p>",
4668                        "smithy.api#httpLabel": {},
4669                        "smithy.api#required": {}
4670                    }
4671                }
4672            }
4673        },
4674        "com.amazonaws.cloudfront#GetCachePolicyResult": {
4675            "type": "structure",
4676            "members": {
4677                "CachePolicy": {
4678                    "target": "com.amazonaws.cloudfront#CachePolicy",
4679                    "traits": {
4680                        "smithy.api#documentation": "<p>The cache policy.</p>",
4681                        "smithy.api#httpPayload": {}
4682                    }
4683                },
4684                "ETag": {
4685                    "target": "com.amazonaws.cloudfront#string",
4686                    "traits": {
4687                        "smithy.api#documentation": "<p>The current version of the cache policy.</p>",
4688                        "smithy.api#httpHeader": "ETag"
4689                    }
4690                }
4691            }
4692        },
4693        "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentity": {
4694            "type": "operation",
4695            "input": {
4696                "target": "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityRequest"
4697            },
4698            "output": {
4699                "target": "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityResult"
4700            },
4701            "errors": [
4702                {
4703                    "target": "com.amazonaws.cloudfront#AccessDenied"
4704                },
4705                {
4706                    "target": "com.amazonaws.cloudfront#NoSuchCloudFrontOriginAccessIdentity"
4707                }
4708            ],
4709            "traits": {
4710                "smithy.api#documentation": "<p>Get the information about an origin access identity. </p>",
4711                "smithy.api#http": {
4712                    "method": "GET",
4713                    "uri": "/2020-05-31/origin-access-identity/cloudfront/{Id}",
4714                    "code": 200
4715                }
4716            }
4717        },
4718        "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityConfig": {
4719            "type": "operation",
4720            "input": {
4721                "target": "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityConfigRequest"
4722            },
4723            "output": {
4724                "target": "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityConfigResult"
4725            },
4726            "errors": [
4727                {
4728                    "target": "com.amazonaws.cloudfront#AccessDenied"
4729                },
4730                {
4731                    "target": "com.amazonaws.cloudfront#NoSuchCloudFrontOriginAccessIdentity"
4732                }
4733            ],
4734            "traits": {
4735                "smithy.api#documentation": "<p>Get the configuration information about an origin access identity. </p>",
4736                "smithy.api#http": {
4737                    "method": "GET",
4738                    "uri": "/2020-05-31/origin-access-identity/cloudfront/{Id}/config",
4739                    "code": 200
4740                }
4741            }
4742        },
4743        "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityConfigRequest": {
4744            "type": "structure",
4745            "members": {
4746                "Id": {
4747                    "target": "com.amazonaws.cloudfront#string",
4748                    "traits": {
4749                        "smithy.api#documentation": "<p>The identity's ID. </p>",
4750                        "smithy.api#httpLabel": {},
4751                        "smithy.api#required": {}
4752                    }
4753                }
4754            },
4755            "traits": {
4756                "smithy.api#documentation": "<p>The origin access identity's configuration information. For more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html\">CloudFrontOriginAccessIdentityConfig</a>.</p>"
4757            }
4758        },
4759        "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityConfigResult": {
4760            "type": "structure",
4761            "members": {
4762                "CloudFrontOriginAccessIdentityConfig": {
4763                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityConfig",
4764                    "traits": {
4765                        "smithy.api#documentation": "<p>The origin access identity's configuration information. </p>",
4766                        "smithy.api#httpPayload": {}
4767                    }
4768                },
4769                "ETag": {
4770                    "target": "com.amazonaws.cloudfront#string",
4771                    "traits": {
4772                        "smithy.api#documentation": "<p>The current version of the configuration. For example: \n\t\t\t<code>E2QWRUHAPOMQZL</code>.</p>",
4773                        "smithy.api#httpHeader": "ETag"
4774                    }
4775                }
4776            },
4777            "traits": {
4778                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
4779            }
4780        },
4781        "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityRequest": {
4782            "type": "structure",
4783            "members": {
4784                "Id": {
4785                    "target": "com.amazonaws.cloudfront#string",
4786                    "traits": {
4787                        "smithy.api#documentation": "<p>The identity's ID.</p>",
4788                        "smithy.api#httpLabel": {},
4789                        "smithy.api#required": {}
4790                    }
4791                }
4792            },
4793            "traits": {
4794                "smithy.api#documentation": "<p>The request to get an origin access identity's information.</p>"
4795            }
4796        },
4797        "com.amazonaws.cloudfront#GetCloudFrontOriginAccessIdentityResult": {
4798            "type": "structure",
4799            "members": {
4800                "CloudFrontOriginAccessIdentity": {
4801                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentity",
4802                    "traits": {
4803                        "smithy.api#documentation": "<p>The origin access identity's information.</p>",
4804                        "smithy.api#httpPayload": {}
4805                    }
4806                },
4807                "ETag": {
4808                    "target": "com.amazonaws.cloudfront#string",
4809                    "traits": {
4810                        "smithy.api#documentation": "<p>The current version of the origin access identity's information. For example: \n\t\t\t\t<code>E2QWRUHAPOMQZL</code>.</p>",
4811                        "smithy.api#httpHeader": "ETag"
4812                    }
4813                }
4814            },
4815            "traits": {
4816                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
4817            }
4818        },
4819        "com.amazonaws.cloudfront#GetDistribution": {
4820            "type": "operation",
4821            "input": {
4822                "target": "com.amazonaws.cloudfront#GetDistributionRequest"
4823            },
4824            "output": {
4825                "target": "com.amazonaws.cloudfront#GetDistributionResult"
4826            },
4827            "errors": [
4828                {
4829                    "target": "com.amazonaws.cloudfront#AccessDenied"
4830                },
4831                {
4832                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
4833                }
4834            ],
4835            "traits": {
4836                "smithy.api#documentation": "<p>Get the information about a distribution.</p>",
4837                "smithy.api#http": {
4838                    "method": "GET",
4839                    "uri": "/2020-05-31/distribution/{Id}",
4840                    "code": 200
4841                },
4842                "smithy.waiters#waitable": {
4843                    "DistributionDeployed": {
4844                        "documentation": "Wait until a distribution is deployed.",
4845                        "acceptors": [
4846                            {
4847                                "state": "success",
4848                                "matcher": {
4849                                    "output": {
4850                                        "path": "Distribution.Status",
4851                                        "expected": "Deployed",
4852                                        "comparator": "stringEquals"
4853                                    }
4854                                }
4855                            }
4856                        ],
4857                        "minDelay": 60
4858                    }
4859                }
4860            }
4861        },
4862        "com.amazonaws.cloudfront#GetDistributionConfig": {
4863            "type": "operation",
4864            "input": {
4865                "target": "com.amazonaws.cloudfront#GetDistributionConfigRequest"
4866            },
4867            "output": {
4868                "target": "com.amazonaws.cloudfront#GetDistributionConfigResult"
4869            },
4870            "errors": [
4871                {
4872                    "target": "com.amazonaws.cloudfront#AccessDenied"
4873                },
4874                {
4875                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
4876                }
4877            ],
4878            "traits": {
4879                "smithy.api#documentation": "<p>Get the configuration information about a distribution. </p>",
4880                "smithy.api#http": {
4881                    "method": "GET",
4882                    "uri": "/2020-05-31/distribution/{Id}/config",
4883                    "code": 200
4884                }
4885            }
4886        },
4887        "com.amazonaws.cloudfront#GetDistributionConfigRequest": {
4888            "type": "structure",
4889            "members": {
4890                "Id": {
4891                    "target": "com.amazonaws.cloudfront#string",
4892                    "traits": {
4893                        "smithy.api#documentation": "<p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>",
4894                        "smithy.api#httpLabel": {},
4895                        "smithy.api#required": {}
4896                    }
4897                }
4898            },
4899            "traits": {
4900                "smithy.api#documentation": "<p>The request to get a distribution configuration.</p>"
4901            }
4902        },
4903        "com.amazonaws.cloudfront#GetDistributionConfigResult": {
4904            "type": "structure",
4905            "members": {
4906                "DistributionConfig": {
4907                    "target": "com.amazonaws.cloudfront#DistributionConfig",
4908                    "traits": {
4909                        "smithy.api#documentation": "<p>The distribution's configuration information.</p>",
4910                        "smithy.api#httpPayload": {}
4911                    }
4912                },
4913                "ETag": {
4914                    "target": "com.amazonaws.cloudfront#string",
4915                    "traits": {
4916                        "smithy.api#documentation": "<p>The current version of the configuration. For example: \n\t\t\t<code>E2QWRUHAPOMQZL</code>.</p>",
4917                        "smithy.api#httpHeader": "ETag"
4918                    }
4919                }
4920            },
4921            "traits": {
4922                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
4923            }
4924        },
4925        "com.amazonaws.cloudfront#GetDistributionRequest": {
4926            "type": "structure",
4927            "members": {
4928                "Id": {
4929                    "target": "com.amazonaws.cloudfront#string",
4930                    "traits": {
4931                        "smithy.api#documentation": "<p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>",
4932                        "smithy.api#httpLabel": {},
4933                        "smithy.api#required": {}
4934                    }
4935                }
4936            },
4937            "traits": {
4938                "smithy.api#documentation": "<p>The request to get a distribution's information.</p>"
4939            }
4940        },
4941        "com.amazonaws.cloudfront#GetDistributionResult": {
4942            "type": "structure",
4943            "members": {
4944                "Distribution": {
4945                    "target": "com.amazonaws.cloudfront#Distribution",
4946                    "traits": {
4947                        "smithy.api#documentation": "<p>The distribution's information.</p>",
4948                        "smithy.api#httpPayload": {}
4949                    }
4950                },
4951                "ETag": {
4952                    "target": "com.amazonaws.cloudfront#string",
4953                    "traits": {
4954                        "smithy.api#documentation": "<p>The current version of the distribution's information. For example: \n\t\t\t\t<code>E2QWRUHAPOMQZL</code>.</p>",
4955                        "smithy.api#httpHeader": "ETag"
4956                    }
4957                }
4958            },
4959            "traits": {
4960                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
4961            }
4962        },
4963        "com.amazonaws.cloudfront#GetFieldLevelEncryption": {
4964            "type": "operation",
4965            "input": {
4966                "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionRequest"
4967            },
4968            "output": {
4969                "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionResult"
4970            },
4971            "errors": [
4972                {
4973                    "target": "com.amazonaws.cloudfront#AccessDenied"
4974                },
4975                {
4976                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionConfig"
4977                }
4978            ],
4979            "traits": {
4980                "smithy.api#documentation": "<p>Get the field-level encryption configuration information.</p>",
4981                "smithy.api#http": {
4982                    "method": "GET",
4983                    "uri": "/2020-05-31/field-level-encryption/{Id}",
4984                    "code": 200
4985                }
4986            }
4987        },
4988        "com.amazonaws.cloudfront#GetFieldLevelEncryptionConfig": {
4989            "type": "operation",
4990            "input": {
4991                "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionConfigRequest"
4992            },
4993            "output": {
4994                "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionConfigResult"
4995            },
4996            "errors": [
4997                {
4998                    "target": "com.amazonaws.cloudfront#AccessDenied"
4999                },
5000                {
5001                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionConfig"
5002                }
5003            ],
5004            "traits": {
5005                "smithy.api#documentation": "<p>Get the field-level encryption configuration information.</p>",
5006                "smithy.api#http": {
5007                    "method": "GET",
5008                    "uri": "/2020-05-31/field-level-encryption/{Id}/config",
5009                    "code": 200
5010                }
5011            }
5012        },
5013        "com.amazonaws.cloudfront#GetFieldLevelEncryptionConfigRequest": {
5014            "type": "structure",
5015            "members": {
5016                "Id": {
5017                    "target": "com.amazonaws.cloudfront#string",
5018                    "traits": {
5019                        "smithy.api#documentation": "<p>Request the ID for the field-level encryption configuration information.</p>",
5020                        "smithy.api#httpLabel": {},
5021                        "smithy.api#required": {}
5022                    }
5023                }
5024            }
5025        },
5026        "com.amazonaws.cloudfront#GetFieldLevelEncryptionConfigResult": {
5027            "type": "structure",
5028            "members": {
5029                "FieldLevelEncryptionConfig": {
5030                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionConfig",
5031                    "traits": {
5032                        "smithy.api#documentation": "<p>Return the field-level encryption configuration information.</p>",
5033                        "smithy.api#httpPayload": {}
5034                    }
5035                },
5036                "ETag": {
5037                    "target": "com.amazonaws.cloudfront#string",
5038                    "traits": {
5039                        "smithy.api#documentation": "<p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
5040                        "smithy.api#httpHeader": "ETag"
5041                    }
5042                }
5043            }
5044        },
5045        "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfile": {
5046            "type": "operation",
5047            "input": {
5048                "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileRequest"
5049            },
5050            "output": {
5051                "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileResult"
5052            },
5053            "errors": [
5054                {
5055                    "target": "com.amazonaws.cloudfront#AccessDenied"
5056                },
5057                {
5058                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionProfile"
5059                }
5060            ],
5061            "traits": {
5062                "smithy.api#documentation": "<p>Get the field-level encryption profile information.</p>",
5063                "smithy.api#http": {
5064                    "method": "GET",
5065                    "uri": "/2020-05-31/field-level-encryption-profile/{Id}",
5066                    "code": 200
5067                }
5068            }
5069        },
5070        "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileConfig": {
5071            "type": "operation",
5072            "input": {
5073                "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileConfigRequest"
5074            },
5075            "output": {
5076                "target": "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileConfigResult"
5077            },
5078            "errors": [
5079                {
5080                    "target": "com.amazonaws.cloudfront#AccessDenied"
5081                },
5082                {
5083                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionProfile"
5084                }
5085            ],
5086            "traits": {
5087                "smithy.api#documentation": "<p>Get the field-level encryption profile configuration information.</p>",
5088                "smithy.api#http": {
5089                    "method": "GET",
5090                    "uri": "/2020-05-31/field-level-encryption-profile/{Id}/config",
5091                    "code": 200
5092                }
5093            }
5094        },
5095        "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileConfigRequest": {
5096            "type": "structure",
5097            "members": {
5098                "Id": {
5099                    "target": "com.amazonaws.cloudfront#string",
5100                    "traits": {
5101                        "smithy.api#documentation": "<p>Get the ID for the field-level encryption profile configuration information.</p>",
5102                        "smithy.api#httpLabel": {},
5103                        "smithy.api#required": {}
5104                    }
5105                }
5106            }
5107        },
5108        "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileConfigResult": {
5109            "type": "structure",
5110            "members": {
5111                "FieldLevelEncryptionProfileConfig": {
5112                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileConfig",
5113                    "traits": {
5114                        "smithy.api#documentation": "<p>Return the field-level encryption profile configuration information.</p>",
5115                        "smithy.api#httpPayload": {}
5116                    }
5117                },
5118                "ETag": {
5119                    "target": "com.amazonaws.cloudfront#string",
5120                    "traits": {
5121                        "smithy.api#documentation": "<p>The current version of the field-level encryption profile configuration result. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
5122                        "smithy.api#httpHeader": "ETag"
5123                    }
5124                }
5125            }
5126        },
5127        "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileRequest": {
5128            "type": "structure",
5129            "members": {
5130                "Id": {
5131                    "target": "com.amazonaws.cloudfront#string",
5132                    "traits": {
5133                        "smithy.api#documentation": "<p>Get the ID for the field-level encryption profile information.</p>",
5134                        "smithy.api#httpLabel": {},
5135                        "smithy.api#required": {}
5136                    }
5137                }
5138            }
5139        },
5140        "com.amazonaws.cloudfront#GetFieldLevelEncryptionProfileResult": {
5141            "type": "structure",
5142            "members": {
5143                "FieldLevelEncryptionProfile": {
5144                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfile",
5145                    "traits": {
5146                        "smithy.api#documentation": "<p>Return the field-level encryption profile information.</p>",
5147                        "smithy.api#httpPayload": {}
5148                    }
5149                },
5150                "ETag": {
5151                    "target": "com.amazonaws.cloudfront#string",
5152                    "traits": {
5153                        "smithy.api#documentation": "<p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
5154                        "smithy.api#httpHeader": "ETag"
5155                    }
5156                }
5157            }
5158        },
5159        "com.amazonaws.cloudfront#GetFieldLevelEncryptionRequest": {
5160            "type": "structure",
5161            "members": {
5162                "Id": {
5163                    "target": "com.amazonaws.cloudfront#string",
5164                    "traits": {
5165                        "smithy.api#documentation": "<p>Request the ID for the field-level encryption configuration information.</p>",
5166                        "smithy.api#httpLabel": {},
5167                        "smithy.api#required": {}
5168                    }
5169                }
5170            }
5171        },
5172        "com.amazonaws.cloudfront#GetFieldLevelEncryptionResult": {
5173            "type": "structure",
5174            "members": {
5175                "FieldLevelEncryption": {
5176                    "target": "com.amazonaws.cloudfront#FieldLevelEncryption",
5177                    "traits": {
5178                        "smithy.api#documentation": "<p>Return the field-level encryption configuration information.</p>",
5179                        "smithy.api#httpPayload": {}
5180                    }
5181                },
5182                "ETag": {
5183                    "target": "com.amazonaws.cloudfront#string",
5184                    "traits": {
5185                        "smithy.api#documentation": "<p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
5186                        "smithy.api#httpHeader": "ETag"
5187                    }
5188                }
5189            }
5190        },
5191        "com.amazonaws.cloudfront#GetInvalidation": {
5192            "type": "operation",
5193            "input": {
5194                "target": "com.amazonaws.cloudfront#GetInvalidationRequest"
5195            },
5196            "output": {
5197                "target": "com.amazonaws.cloudfront#GetInvalidationResult"
5198            },
5199            "errors": [
5200                {
5201                    "target": "com.amazonaws.cloudfront#AccessDenied"
5202                },
5203                {
5204                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
5205                },
5206                {
5207                    "target": "com.amazonaws.cloudfront#NoSuchInvalidation"
5208                }
5209            ],
5210            "traits": {
5211                "smithy.api#documentation": "<p>Get the information about an invalidation. </p>",
5212                "smithy.api#http": {
5213                    "method": "GET",
5214                    "uri": "/2020-05-31/distribution/{DistributionId}/invalidation/{Id}",
5215                    "code": 200
5216                },
5217                "smithy.waiters#waitable": {
5218                    "InvalidationCompleted": {
5219                        "documentation": "Wait until an invalidation has completed.",
5220                        "acceptors": [
5221                            {
5222                                "state": "success",
5223                                "matcher": {
5224                                    "output": {
5225                                        "path": "Invalidation.Status",
5226                                        "expected": "Completed",
5227                                        "comparator": "stringEquals"
5228                                    }
5229                                }
5230                            }
5231                        ],
5232                        "minDelay": 20
5233                    }
5234                }
5235            }
5236        },
5237        "com.amazonaws.cloudfront#GetInvalidationRequest": {
5238            "type": "structure",
5239            "members": {
5240                "DistributionId": {
5241                    "target": "com.amazonaws.cloudfront#string",
5242                    "traits": {
5243                        "smithy.api#documentation": "<p>The distribution's ID.</p>",
5244                        "smithy.api#httpLabel": {},
5245                        "smithy.api#required": {}
5246                    }
5247                },
5248                "Id": {
5249                    "target": "com.amazonaws.cloudfront#string",
5250                    "traits": {
5251                        "smithy.api#documentation": "<p>The identifier for the invalidation request, for example, \n\t\t\t<code>IDFDVBD632BHDS5</code>.</p>",
5252                        "smithy.api#httpLabel": {},
5253                        "smithy.api#required": {}
5254                    }
5255                }
5256            },
5257            "traits": {
5258                "smithy.api#documentation": "<p>The request to get an invalidation's information. </p>"
5259            }
5260        },
5261        "com.amazonaws.cloudfront#GetInvalidationResult": {
5262            "type": "structure",
5263            "members": {
5264                "Invalidation": {
5265                    "target": "com.amazonaws.cloudfront#Invalidation",
5266                    "traits": {
5267                        "smithy.api#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>",
5268                        "smithy.api#httpPayload": {}
5269                    }
5270                }
5271            },
5272            "traits": {
5273                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
5274            }
5275        },
5276        "com.amazonaws.cloudfront#GetKeyGroup": {
5277            "type": "operation",
5278            "input": {
5279                "target": "com.amazonaws.cloudfront#GetKeyGroupRequest"
5280            },
5281            "output": {
5282                "target": "com.amazonaws.cloudfront#GetKeyGroupResult"
5283            },
5284            "errors": [
5285                {
5286                    "target": "com.amazonaws.cloudfront#NoSuchResource"
5287                }
5288            ],
5289            "traits": {
5290                "smithy.api#documentation": "<p>Gets a key group, including the date and time when the key group was last modified.</p>\n\t\t       <p>To get a key group, you must provide the key group’s identifier. If the key group is\n\t\t\treferenced in a distribution’s cache behavior, you can get the key group’s identifier\n\t\t\tusing <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group\n\t\t\tis not referenced in a cache behavior, you can get the identifier using\n\t\t\t<code>ListKeyGroups</code>.</p>",
5291                "smithy.api#http": {
5292                    "method": "GET",
5293                    "uri": "/2020-05-31/key-group/{Id}",
5294                    "code": 200
5295                }
5296            }
5297        },
5298        "com.amazonaws.cloudfront#GetKeyGroupConfig": {
5299            "type": "operation",
5300            "input": {
5301                "target": "com.amazonaws.cloudfront#GetKeyGroupConfigRequest"
5302            },
5303            "output": {
5304                "target": "com.amazonaws.cloudfront#GetKeyGroupConfigResult"
5305            },
5306            "errors": [
5307                {
5308                    "target": "com.amazonaws.cloudfront#NoSuchResource"
5309                }
5310            ],
5311            "traits": {
5312                "smithy.api#documentation": "<p>Gets a key group configuration.</p>\n\t\t       <p>To get a key group configuration, you must provide the key group’s identifier. If the\n\t\t\tkey group is referenced in a distribution’s cache behavior, you can get the key group’s\n\t\t\tidentifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the\n\t\t\tkey group is not referenced in a cache behavior, you can get the identifier using\n\t\t\t<code>ListKeyGroups</code>.</p>",
5313                "smithy.api#http": {
5314                    "method": "GET",
5315                    "uri": "/2020-05-31/key-group/{Id}/config",
5316                    "code": 200
5317                }
5318            }
5319        },
5320        "com.amazonaws.cloudfront#GetKeyGroupConfigRequest": {
5321            "type": "structure",
5322            "members": {
5323                "Id": {
5324                    "target": "com.amazonaws.cloudfront#string",
5325                    "traits": {
5326                        "smithy.api#documentation": "<p>The identifier of the key group whose configuration you are getting. To get the\n\t\t\tidentifier, use <code>ListKeyGroups</code>.</p>",
5327                        "smithy.api#httpLabel": {},
5328                        "smithy.api#required": {}
5329                    }
5330                }
5331            }
5332        },
5333        "com.amazonaws.cloudfront#GetKeyGroupConfigResult": {
5334            "type": "structure",
5335            "members": {
5336                "KeyGroupConfig": {
5337                    "target": "com.amazonaws.cloudfront#KeyGroupConfig",
5338                    "traits": {
5339                        "smithy.api#documentation": "<p>The key group configuration.</p>",
5340                        "smithy.api#httpPayload": {}
5341                    }
5342                },
5343                "ETag": {
5344                    "target": "com.amazonaws.cloudfront#string",
5345                    "traits": {
5346                        "smithy.api#documentation": "<p>The identifier for this version of the key group.</p>",
5347                        "smithy.api#httpHeader": "ETag"
5348                    }
5349                }
5350            }
5351        },
5352        "com.amazonaws.cloudfront#GetKeyGroupRequest": {
5353            "type": "structure",
5354            "members": {
5355                "Id": {
5356                    "target": "com.amazonaws.cloudfront#string",
5357                    "traits": {
5358                        "smithy.api#documentation": "<p>The identifier of the key group that you are getting. To get the identifier, use\n\t\t\t<code>ListKeyGroups</code>.</p>",
5359                        "smithy.api#httpLabel": {},
5360                        "smithy.api#required": {}
5361                    }
5362                }
5363            }
5364        },
5365        "com.amazonaws.cloudfront#GetKeyGroupResult": {
5366            "type": "structure",
5367            "members": {
5368                "KeyGroup": {
5369                    "target": "com.amazonaws.cloudfront#KeyGroup",
5370                    "traits": {
5371                        "smithy.api#documentation": "<p>The key group.</p>",
5372                        "smithy.api#httpPayload": {}
5373                    }
5374                },
5375                "ETag": {
5376                    "target": "com.amazonaws.cloudfront#string",
5377                    "traits": {
5378                        "smithy.api#documentation": "<p>The identifier for this version of the key group.</p>",
5379                        "smithy.api#httpHeader": "ETag"
5380                    }
5381                }
5382            }
5383        },
5384        "com.amazonaws.cloudfront#GetMonitoringSubscription": {
5385            "type": "operation",
5386            "input": {
5387                "target": "com.amazonaws.cloudfront#GetMonitoringSubscriptionRequest"
5388            },
5389            "output": {
5390                "target": "com.amazonaws.cloudfront#GetMonitoringSubscriptionResult"
5391            },
5392            "errors": [
5393                {
5394                    "target": "com.amazonaws.cloudfront#AccessDenied"
5395                },
5396                {
5397                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
5398                }
5399            ],
5400            "traits": {
5401                "smithy.api#documentation": "<p>Gets information about whether additional CloudWatch metrics are enabled for the specified\n\t\t\tCloudFront distribution.</p>",
5402                "smithy.api#http": {
5403                    "method": "GET",
5404                    "uri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription",
5405                    "code": 200
5406                }
5407            }
5408        },
5409        "com.amazonaws.cloudfront#GetMonitoringSubscriptionRequest": {
5410            "type": "structure",
5411            "members": {
5412                "DistributionId": {
5413                    "target": "com.amazonaws.cloudfront#string",
5414                    "traits": {
5415                        "smithy.api#documentation": "<p>The ID of the distribution that you are getting metrics information for.</p>",
5416                        "smithy.api#httpLabel": {},
5417                        "smithy.api#required": {}
5418                    }
5419                }
5420            }
5421        },
5422        "com.amazonaws.cloudfront#GetMonitoringSubscriptionResult": {
5423            "type": "structure",
5424            "members": {
5425                "MonitoringSubscription": {
5426                    "target": "com.amazonaws.cloudfront#MonitoringSubscription",
5427                    "traits": {
5428                        "smithy.api#documentation": "<p>A monitoring subscription. This structure contains information about whether additional\n\t\t\tCloudWatch metrics are enabled for a given CloudFront distribution.</p>",
5429                        "smithy.api#httpPayload": {}
5430                    }
5431                }
5432            }
5433        },
5434        "com.amazonaws.cloudfront#GetOriginRequestPolicy": {
5435            "type": "operation",
5436            "input": {
5437                "target": "com.amazonaws.cloudfront#GetOriginRequestPolicyRequest"
5438            },
5439            "output": {
5440                "target": "com.amazonaws.cloudfront#GetOriginRequestPolicyResult"
5441            },
5442            "errors": [
5443                {
5444                    "target": "com.amazonaws.cloudfront#AccessDenied"
5445                },
5446                {
5447                    "target": "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy"
5448                }
5449            ],
5450            "traits": {
5451                "smithy.api#documentation": "<p>Gets an origin request policy, including the following metadata:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The policy’s identifier.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The date and time when the policy was last modified.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>To get an origin request policy, you must provide the policy’s identifier. If the origin\n\t\t\trequest policy is attached to a distribution’s cache behavior, you can get the policy’s\n\t\t\tidentifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the\n\t\t\torigin request policy is not attached to a cache behavior, you can get the identifier\n\t\t\tusing <code>ListOriginRequestPolicies</code>.</p>",
5452                "smithy.api#http": {
5453                    "method": "GET",
5454                    "uri": "/2020-05-31/origin-request-policy/{Id}",
5455                    "code": 200
5456                }
5457            }
5458        },
5459        "com.amazonaws.cloudfront#GetOriginRequestPolicyConfig": {
5460            "type": "operation",
5461            "input": {
5462                "target": "com.amazonaws.cloudfront#GetOriginRequestPolicyConfigRequest"
5463            },
5464            "output": {
5465                "target": "com.amazonaws.cloudfront#GetOriginRequestPolicyConfigResult"
5466            },
5467            "errors": [
5468                {
5469                    "target": "com.amazonaws.cloudfront#AccessDenied"
5470                },
5471                {
5472                    "target": "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy"
5473                }
5474            ],
5475            "traits": {
5476                "smithy.api#documentation": "<p>Gets an origin request policy configuration.</p>\n\t\t       <p>To get an origin request policy configuration, you must provide the policy’s identifier. If\n\t\t\tthe origin request policy is attached to a distribution’s cache behavior, you can get\n\t\t\tthe policy’s identifier using <code>ListDistributions</code> or\n\t\t\t<code>GetDistribution</code>. If the origin request policy is not attached to a cache\n\t\t\tbehavior, you can get the identifier using\n\t\t\t<code>ListOriginRequestPolicies</code>.</p>",
5477                "smithy.api#http": {
5478                    "method": "GET",
5479                    "uri": "/2020-05-31/origin-request-policy/{Id}/config",
5480                    "code": 200
5481                }
5482            }
5483        },
5484        "com.amazonaws.cloudfront#GetOriginRequestPolicyConfigRequest": {
5485            "type": "structure",
5486            "members": {
5487                "Id": {
5488                    "target": "com.amazonaws.cloudfront#string",
5489                    "traits": {
5490                        "smithy.api#documentation": "<p>The unique identifier for the origin request policy. If the origin request policy is\n\t\t\tattached to a distribution’s cache behavior, you can get the policy’s identifier using\n\t\t\t<code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request\n\t\t\tpolicy is not attached to a cache behavior, you can get the identifier using\n\t\t\t<code>ListOriginRequestPolicies</code>.</p>",
5491                        "smithy.api#httpLabel": {},
5492                        "smithy.api#required": {}
5493                    }
5494                }
5495            }
5496        },
5497        "com.amazonaws.cloudfront#GetOriginRequestPolicyConfigResult": {
5498            "type": "structure",
5499            "members": {
5500                "OriginRequestPolicyConfig": {
5501                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyConfig",
5502                    "traits": {
5503                        "smithy.api#documentation": "<p>The origin request policy configuration.</p>",
5504                        "smithy.api#httpPayload": {}
5505                    }
5506                },
5507                "ETag": {
5508                    "target": "com.amazonaws.cloudfront#string",
5509                    "traits": {
5510                        "smithy.api#documentation": "<p>The current version of the origin request policy.</p>",
5511                        "smithy.api#httpHeader": "ETag"
5512                    }
5513                }
5514            }
5515        },
5516        "com.amazonaws.cloudfront#GetOriginRequestPolicyRequest": {
5517            "type": "structure",
5518            "members": {
5519                "Id": {
5520                    "target": "com.amazonaws.cloudfront#string",
5521                    "traits": {
5522                        "smithy.api#documentation": "<p>The unique identifier for the origin request policy. If the origin request policy is\n\t\t\tattached to a distribution’s cache behavior, you can get the policy’s identifier using\n\t\t\t<code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request\n\t\t\tpolicy is not attached to a cache behavior, you can get the identifier using\n\t\t\t<code>ListOriginRequestPolicies</code>.</p>",
5523                        "smithy.api#httpLabel": {},
5524                        "smithy.api#required": {}
5525                    }
5526                }
5527            }
5528        },
5529        "com.amazonaws.cloudfront#GetOriginRequestPolicyResult": {
5530            "type": "structure",
5531            "members": {
5532                "OriginRequestPolicy": {
5533                    "target": "com.amazonaws.cloudfront#OriginRequestPolicy",
5534                    "traits": {
5535                        "smithy.api#documentation": "<p>The origin request policy.</p>",
5536                        "smithy.api#httpPayload": {}
5537                    }
5538                },
5539                "ETag": {
5540                    "target": "com.amazonaws.cloudfront#string",
5541                    "traits": {
5542                        "smithy.api#documentation": "<p>The current version of the origin request policy.</p>",
5543                        "smithy.api#httpHeader": "ETag"
5544                    }
5545                }
5546            }
5547        },
5548        "com.amazonaws.cloudfront#GetPublicKey": {
5549            "type": "operation",
5550            "input": {
5551                "target": "com.amazonaws.cloudfront#GetPublicKeyRequest"
5552            },
5553            "output": {
5554                "target": "com.amazonaws.cloudfront#GetPublicKeyResult"
5555            },
5556            "errors": [
5557                {
5558                    "target": "com.amazonaws.cloudfront#AccessDenied"
5559                },
5560                {
5561                    "target": "com.amazonaws.cloudfront#NoSuchPublicKey"
5562                }
5563            ],
5564            "traits": {
5565                "smithy.api#documentation": "<p>Gets a public key.</p>",
5566                "smithy.api#http": {
5567                    "method": "GET",
5568                    "uri": "/2020-05-31/public-key/{Id}",
5569                    "code": 200
5570                }
5571            }
5572        },
5573        "com.amazonaws.cloudfront#GetPublicKeyConfig": {
5574            "type": "operation",
5575            "input": {
5576                "target": "com.amazonaws.cloudfront#GetPublicKeyConfigRequest"
5577            },
5578            "output": {
5579                "target": "com.amazonaws.cloudfront#GetPublicKeyConfigResult"
5580            },
5581            "errors": [
5582                {
5583                    "target": "com.amazonaws.cloudfront#AccessDenied"
5584                },
5585                {
5586                    "target": "com.amazonaws.cloudfront#NoSuchPublicKey"
5587                }
5588            ],
5589            "traits": {
5590                "smithy.api#documentation": "<p>Gets a public key configuration.</p>",
5591                "smithy.api#http": {
5592                    "method": "GET",
5593                    "uri": "/2020-05-31/public-key/{Id}/config",
5594                    "code": 200
5595                }
5596            }
5597        },
5598        "com.amazonaws.cloudfront#GetPublicKeyConfigRequest": {
5599            "type": "structure",
5600            "members": {
5601                "Id": {
5602                    "target": "com.amazonaws.cloudfront#string",
5603                    "traits": {
5604                        "smithy.api#documentation": "<p>The identifier of the public key whose configuration you are getting.</p>",
5605                        "smithy.api#httpLabel": {},
5606                        "smithy.api#required": {}
5607                    }
5608                }
5609            }
5610        },
5611        "com.amazonaws.cloudfront#GetPublicKeyConfigResult": {
5612            "type": "structure",
5613            "members": {
5614                "PublicKeyConfig": {
5615                    "target": "com.amazonaws.cloudfront#PublicKeyConfig",
5616                    "traits": {
5617                        "smithy.api#documentation": "<p>A public key configuration.</p>",
5618                        "smithy.api#httpPayload": {}
5619                    }
5620                },
5621                "ETag": {
5622                    "target": "com.amazonaws.cloudfront#string",
5623                    "traits": {
5624                        "smithy.api#documentation": "<p>The identifier for this version of the public key configuration.</p>",
5625                        "smithy.api#httpHeader": "ETag"
5626                    }
5627                }
5628            }
5629        },
5630        "com.amazonaws.cloudfront#GetPublicKeyRequest": {
5631            "type": "structure",
5632            "members": {
5633                "Id": {
5634                    "target": "com.amazonaws.cloudfront#string",
5635                    "traits": {
5636                        "smithy.api#documentation": "<p>The identifier of the public key you are getting.</p>",
5637                        "smithy.api#httpLabel": {},
5638                        "smithy.api#required": {}
5639                    }
5640                }
5641            }
5642        },
5643        "com.amazonaws.cloudfront#GetPublicKeyResult": {
5644            "type": "structure",
5645            "members": {
5646                "PublicKey": {
5647                    "target": "com.amazonaws.cloudfront#PublicKey",
5648                    "traits": {
5649                        "smithy.api#documentation": "<p>The public key.</p>",
5650                        "smithy.api#httpPayload": {}
5651                    }
5652                },
5653                "ETag": {
5654                    "target": "com.amazonaws.cloudfront#string",
5655                    "traits": {
5656                        "smithy.api#documentation": "<p>The identifier for this version of the public key.</p>",
5657                        "smithy.api#httpHeader": "ETag"
5658                    }
5659                }
5660            }
5661        },
5662        "com.amazonaws.cloudfront#GetRealtimeLogConfig": {
5663            "type": "operation",
5664            "input": {
5665                "target": "com.amazonaws.cloudfront#GetRealtimeLogConfigRequest"
5666            },
5667            "output": {
5668                "target": "com.amazonaws.cloudfront#GetRealtimeLogConfigResult"
5669            },
5670            "errors": [
5671                {
5672                    "target": "com.amazonaws.cloudfront#AccessDenied"
5673                },
5674                {
5675                    "target": "com.amazonaws.cloudfront#InvalidArgument"
5676                },
5677                {
5678                    "target": "com.amazonaws.cloudfront#NoSuchRealtimeLogConfig"
5679                }
5680            ],
5681            "traits": {
5682                "smithy.api#documentation": "<p>Gets a real-time log configuration.</p>\n\t\t       <p>To get a real-time log configuration, you can provide the configuration’s name or its Amazon\n\t\t\tResource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the\n\t\t\tname to identify the real-time log configuration to get.</p>",
5683                "smithy.api#http": {
5684                    "method": "POST",
5685                    "uri": "/2020-05-31/get-realtime-log-config",
5686                    "code": 200
5687                }
5688            }
5689        },
5690        "com.amazonaws.cloudfront#GetRealtimeLogConfigRequest": {
5691            "type": "structure",
5692            "members": {
5693                "Name": {
5694                    "target": "com.amazonaws.cloudfront#string",
5695                    "traits": {
5696                        "smithy.api#documentation": "<p>The name of the real-time log configuration to get.</p>"
5697                    }
5698                },
5699                "ARN": {
5700                    "target": "com.amazonaws.cloudfront#string",
5701                    "traits": {
5702                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the real-time log configuration to get.</p>"
5703                    }
5704                }
5705            }
5706        },
5707        "com.amazonaws.cloudfront#GetRealtimeLogConfigResult": {
5708            "type": "structure",
5709            "members": {
5710                "RealtimeLogConfig": {
5711                    "target": "com.amazonaws.cloudfront#RealtimeLogConfig",
5712                    "traits": {
5713                        "smithy.api#documentation": "<p>A real-time log configuration.</p>"
5714                    }
5715                }
5716            }
5717        },
5718        "com.amazonaws.cloudfront#GetStreamingDistribution": {
5719            "type": "operation",
5720            "input": {
5721                "target": "com.amazonaws.cloudfront#GetStreamingDistributionRequest"
5722            },
5723            "output": {
5724                "target": "com.amazonaws.cloudfront#GetStreamingDistributionResult"
5725            },
5726            "errors": [
5727                {
5728                    "target": "com.amazonaws.cloudfront#AccessDenied"
5729                },
5730                {
5731                    "target": "com.amazonaws.cloudfront#NoSuchStreamingDistribution"
5732                }
5733            ],
5734            "traits": {
5735                "smithy.api#documentation": "<p>Gets information about a specified RTMP distribution, including the distribution configuration.</p>",
5736                "smithy.api#http": {
5737                    "method": "GET",
5738                    "uri": "/2020-05-31/streaming-distribution/{Id}",
5739                    "code": 200
5740                },
5741                "smithy.waiters#waitable": {
5742                    "StreamingDistributionDeployed": {
5743                        "documentation": "Wait until a streaming distribution is deployed.",
5744                        "acceptors": [
5745                            {
5746                                "state": "success",
5747                                "matcher": {
5748                                    "output": {
5749                                        "path": "StreamingDistribution.Status",
5750                                        "expected": "Deployed",
5751                                        "comparator": "stringEquals"
5752                                    }
5753                                }
5754                            }
5755                        ],
5756                        "minDelay": 60
5757                    }
5758                }
5759            }
5760        },
5761        "com.amazonaws.cloudfront#GetStreamingDistributionConfig": {
5762            "type": "operation",
5763            "input": {
5764                "target": "com.amazonaws.cloudfront#GetStreamingDistributionConfigRequest"
5765            },
5766            "output": {
5767                "target": "com.amazonaws.cloudfront#GetStreamingDistributionConfigResult"
5768            },
5769            "errors": [
5770                {
5771                    "target": "com.amazonaws.cloudfront#AccessDenied"
5772                },
5773                {
5774                    "target": "com.amazonaws.cloudfront#NoSuchStreamingDistribution"
5775                }
5776            ],
5777            "traits": {
5778                "smithy.api#documentation": "<p>Get the configuration information about a streaming distribution. </p>",
5779                "smithy.api#http": {
5780                    "method": "GET",
5781                    "uri": "/2020-05-31/streaming-distribution/{Id}/config",
5782                    "code": 200
5783                }
5784            }
5785        },
5786        "com.amazonaws.cloudfront#GetStreamingDistributionConfigRequest": {
5787            "type": "structure",
5788            "members": {
5789                "Id": {
5790                    "target": "com.amazonaws.cloudfront#string",
5791                    "traits": {
5792                        "smithy.api#documentation": "<p>The streaming distribution's ID.</p>",
5793                        "smithy.api#httpLabel": {},
5794                        "smithy.api#required": {}
5795                    }
5796                }
5797            },
5798            "traits": {
5799                "smithy.api#documentation": "<p>To request to get a streaming distribution configuration.</p>"
5800            }
5801        },
5802        "com.amazonaws.cloudfront#GetStreamingDistributionConfigResult": {
5803            "type": "structure",
5804            "members": {
5805                "StreamingDistributionConfig": {
5806                    "target": "com.amazonaws.cloudfront#StreamingDistributionConfig",
5807                    "traits": {
5808                        "smithy.api#documentation": "<p>The streaming distribution's configuration information.</p>",
5809                        "smithy.api#httpPayload": {}
5810                    }
5811                },
5812                "ETag": {
5813                    "target": "com.amazonaws.cloudfront#string",
5814                    "traits": {
5815                        "smithy.api#documentation": "<p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>. \n\t\t</p>",
5816                        "smithy.api#httpHeader": "ETag"
5817                    }
5818                }
5819            },
5820            "traits": {
5821                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
5822            }
5823        },
5824        "com.amazonaws.cloudfront#GetStreamingDistributionRequest": {
5825            "type": "structure",
5826            "members": {
5827                "Id": {
5828                    "target": "com.amazonaws.cloudfront#string",
5829                    "traits": {
5830                        "smithy.api#documentation": "<p>The streaming distribution's ID.</p>",
5831                        "smithy.api#httpLabel": {},
5832                        "smithy.api#required": {}
5833                    }
5834                }
5835            },
5836            "traits": {
5837                "smithy.api#documentation": "<p>The request to get a streaming distribution's information.</p>"
5838            }
5839        },
5840        "com.amazonaws.cloudfront#GetStreamingDistributionResult": {
5841            "type": "structure",
5842            "members": {
5843                "StreamingDistribution": {
5844                    "target": "com.amazonaws.cloudfront#StreamingDistribution",
5845                    "traits": {
5846                        "smithy.api#documentation": "<p>The streaming distribution's information.</p>",
5847                        "smithy.api#httpPayload": {}
5848                    }
5849                },
5850                "ETag": {
5851                    "target": "com.amazonaws.cloudfront#string",
5852                    "traits": {
5853                        "smithy.api#documentation": "<p>The current version of the streaming distribution's information. For example: \n\t\t\t\t<code>E2QWRUHAPOMQZL</code>.</p>",
5854                        "smithy.api#httpHeader": "ETag"
5855                    }
5856                }
5857            },
5858            "traits": {
5859                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
5860            }
5861        },
5862        "com.amazonaws.cloudfront#HeaderList": {
5863            "type": "list",
5864            "member": {
5865                "target": "com.amazonaws.cloudfront#string",
5866                "traits": {
5867                    "smithy.api#xmlName": "Name"
5868                }
5869            }
5870        },
5871        "com.amazonaws.cloudfront#Headers": {
5872            "type": "structure",
5873            "members": {
5874                "Quantity": {
5875                    "target": "com.amazonaws.cloudfront#integer",
5876                    "traits": {
5877                        "smithy.api#documentation": "<p>The number of header names in the <code>Items</code> list.</p>",
5878                        "smithy.api#required": {}
5879                    }
5880                },
5881                "Items": {
5882                    "target": "com.amazonaws.cloudfront#HeaderList",
5883                    "traits": {
5884                        "smithy.api#documentation": "<p>A list of HTTP header names.</p>"
5885                    }
5886                }
5887            },
5888            "traits": {
5889                "smithy.api#documentation": "<p>Contains a list of HTTP header names.</p>"
5890            }
5891        },
5892        "com.amazonaws.cloudfront#HttpVersion": {
5893            "type": "string",
5894            "traits": {
5895                "smithy.api#enum": [
5896                    {
5897                        "value": "http1.1",
5898                        "name": "http1_1"
5899                    },
5900                    {
5901                        "value": "http2",
5902                        "name": "http2"
5903                    }
5904                ]
5905            }
5906        },
5907        "com.amazonaws.cloudfront#ICPRecordalStatus": {
5908            "type": "string",
5909            "traits": {
5910                "smithy.api#enum": [
5911                    {
5912                        "value": "APPROVED",
5913                        "name": "APPROVED"
5914                    },
5915                    {
5916                        "value": "SUSPENDED",
5917                        "name": "SUSPENDED"
5918                    },
5919                    {
5920                        "value": "PENDING",
5921                        "name": "PENDING"
5922                    }
5923                ]
5924            }
5925        },
5926        "com.amazonaws.cloudfront#IllegalDelete": {
5927            "type": "structure",
5928            "members": {
5929                "Message": {
5930                    "target": "com.amazonaws.cloudfront#string"
5931                }
5932            },
5933            "traits": {
5934                "smithy.api#documentation": "<p>You cannot delete a managed policy.</p>",
5935                "smithy.api#error": "client",
5936                "smithy.api#httpError": 400
5937            }
5938        },
5939        "com.amazonaws.cloudfront#IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior": {
5940            "type": "structure",
5941            "members": {
5942                "Message": {
5943                    "target": "com.amazonaws.cloudfront#string"
5944                }
5945            },
5946            "traits": {
5947                "smithy.api#documentation": "<p>The specified configuration for field-level encryption can't be associated with the specified cache behavior.</p>",
5948                "smithy.api#error": "client",
5949                "smithy.api#httpError": 400
5950            }
5951        },
5952        "com.amazonaws.cloudfront#IllegalUpdate": {
5953            "type": "structure",
5954            "members": {
5955                "Message": {
5956                    "target": "com.amazonaws.cloudfront#string"
5957                }
5958            },
5959            "traits": {
5960                "smithy.api#documentation": "<p>The update contains modifications that are not allowed.</p>",
5961                "smithy.api#error": "client",
5962                "smithy.api#httpError": 400
5963            }
5964        },
5965        "com.amazonaws.cloudfront#InconsistentQuantities": {
5966            "type": "structure",
5967            "members": {
5968                "Message": {
5969                    "target": "com.amazonaws.cloudfront#string"
5970                }
5971            },
5972            "traits": {
5973                "smithy.api#documentation": "<p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>",
5974                "smithy.api#error": "client",
5975                "smithy.api#httpError": 400
5976            }
5977        },
5978        "com.amazonaws.cloudfront#InvalidArgument": {
5979            "type": "structure",
5980            "members": {
5981                "Message": {
5982                    "target": "com.amazonaws.cloudfront#string"
5983                }
5984            },
5985            "traits": {
5986                "smithy.api#documentation": "<p>An argument is invalid.</p>",
5987                "smithy.api#error": "client",
5988                "smithy.api#httpError": 400
5989            }
5990        },
5991        "com.amazonaws.cloudfront#InvalidDefaultRootObject": {
5992            "type": "structure",
5993            "members": {
5994                "Message": {
5995                    "target": "com.amazonaws.cloudfront#string"
5996                }
5997            },
5998            "traits": {
5999                "smithy.api#documentation": "<p>The default root object file name is too big or contains an invalid character.</p>",
6000                "smithy.api#error": "client",
6001                "smithy.api#httpError": 400
6002            }
6003        },
6004        "com.amazonaws.cloudfront#InvalidErrorCode": {
6005            "type": "structure",
6006            "members": {
6007                "Message": {
6008                    "target": "com.amazonaws.cloudfront#string"
6009                }
6010            },
6011            "traits": {
6012                "smithy.api#documentation": "<p>An invalid error code was specified.</p>",
6013                "smithy.api#error": "client",
6014                "smithy.api#httpError": 400
6015            }
6016        },
6017        "com.amazonaws.cloudfront#InvalidForwardCookies": {
6018            "type": "structure",
6019            "members": {
6020                "Message": {
6021                    "target": "com.amazonaws.cloudfront#string"
6022                }
6023            },
6024            "traits": {
6025                "smithy.api#documentation": "<p>Your request contains forward cookies option which doesn't match with the expectation for the <code>whitelisted</code> \n\t\t\tlist of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.</p>",
6026                "smithy.api#error": "client",
6027                "smithy.api#httpError": 400
6028            }
6029        },
6030        "com.amazonaws.cloudfront#InvalidGeoRestrictionParameter": {
6031            "type": "structure",
6032            "members": {
6033                "Message": {
6034                    "target": "com.amazonaws.cloudfront#string"
6035                }
6036            },
6037            "traits": {
6038                "smithy.api#documentation": "<p>The specified geo restriction parameter is not valid.</p>",
6039                "smithy.api#error": "client",
6040                "smithy.api#httpError": 400
6041            }
6042        },
6043        "com.amazonaws.cloudfront#InvalidHeadersForS3Origin": {
6044            "type": "structure",
6045            "members": {
6046                "Message": {
6047                    "target": "com.amazonaws.cloudfront#string"
6048                }
6049            },
6050            "traits": {
6051                "smithy.api#documentation": "<p>The headers specified are not valid for an Amazon S3 origin.</p>",
6052                "smithy.api#error": "client",
6053                "smithy.api#httpError": 400
6054            }
6055        },
6056        "com.amazonaws.cloudfront#InvalidIfMatchVersion": {
6057            "type": "structure",
6058            "members": {
6059                "Message": {
6060                    "target": "com.amazonaws.cloudfront#string"
6061                }
6062            },
6063            "traits": {
6064                "smithy.api#documentation": "<p>The <code>If-Match</code> version is missing or not valid.</p>",
6065                "smithy.api#error": "client",
6066                "smithy.api#httpError": 400
6067            }
6068        },
6069        "com.amazonaws.cloudfront#InvalidLambdaFunctionAssociation": {
6070            "type": "structure",
6071            "members": {
6072                "Message": {
6073                    "target": "com.amazonaws.cloudfront#string"
6074                }
6075            },
6076            "traits": {
6077                "smithy.api#documentation": "<p>The specified Lambda function association is invalid.</p>",
6078                "smithy.api#error": "client",
6079                "smithy.api#httpError": 400
6080            }
6081        },
6082        "com.amazonaws.cloudfront#InvalidLocationCode": {
6083            "type": "structure",
6084            "members": {
6085                "Message": {
6086                    "target": "com.amazonaws.cloudfront#string"
6087                }
6088            },
6089            "traits": {
6090                "smithy.api#documentation": "<p>The location code specified is not valid.</p>",
6091                "smithy.api#error": "client",
6092                "smithy.api#httpError": 400
6093            }
6094        },
6095        "com.amazonaws.cloudfront#InvalidMinimumProtocolVersion": {
6096            "type": "structure",
6097            "members": {
6098                "Message": {
6099                    "target": "com.amazonaws.cloudfront#string"
6100                }
6101            },
6102            "traits": {
6103                "smithy.api#documentation": "<p>The minimum protocol version specified is not valid.</p>",
6104                "smithy.api#error": "client",
6105                "smithy.api#httpError": 400
6106            }
6107        },
6108        "com.amazonaws.cloudfront#InvalidOrigin": {
6109            "type": "structure",
6110            "members": {
6111                "Message": {
6112                    "target": "com.amazonaws.cloudfront#string"
6113                }
6114            },
6115            "traits": {
6116                "smithy.api#documentation": "<p>The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.</p>",
6117                "smithy.api#error": "client",
6118                "smithy.api#httpError": 400
6119            }
6120        },
6121        "com.amazonaws.cloudfront#InvalidOriginAccessIdentity": {
6122            "type": "structure",
6123            "members": {
6124                "Message": {
6125                    "target": "com.amazonaws.cloudfront#string"
6126                }
6127            },
6128            "traits": {
6129                "smithy.api#documentation": "<p>The origin access identity is not valid or doesn't exist.</p>",
6130                "smithy.api#error": "client",
6131                "smithy.api#httpError": 400
6132            }
6133        },
6134        "com.amazonaws.cloudfront#InvalidOriginKeepaliveTimeout": {
6135            "type": "structure",
6136            "members": {
6137                "Message": {
6138                    "target": "com.amazonaws.cloudfront#string"
6139                }
6140            },
6141            "traits": {
6142                "smithy.api#documentation": "<p>The keep alive timeout specified for the origin is not valid.</p>",
6143                "smithy.api#error": "client",
6144                "smithy.api#httpError": 400
6145            }
6146        },
6147        "com.amazonaws.cloudfront#InvalidOriginReadTimeout": {
6148            "type": "structure",
6149            "members": {
6150                "Message": {
6151                    "target": "com.amazonaws.cloudfront#string"
6152                }
6153            },
6154            "traits": {
6155                "smithy.api#documentation": "<p>The read timeout specified for the origin is not valid.</p>",
6156                "smithy.api#error": "client",
6157                "smithy.api#httpError": 400
6158            }
6159        },
6160        "com.amazonaws.cloudfront#InvalidProtocolSettings": {
6161            "type": "structure",
6162            "members": {
6163                "Message": {
6164                    "target": "com.amazonaws.cloudfront#string"
6165                }
6166            },
6167            "traits": {
6168                "smithy.api#documentation": "<p>You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support \n\t\t\tServer Name Indication (SNI).</p>",
6169                "smithy.api#error": "client",
6170                "smithy.api#httpError": 400
6171            }
6172        },
6173        "com.amazonaws.cloudfront#InvalidQueryStringParameters": {
6174            "type": "structure",
6175            "members": {
6176                "Message": {
6177                    "target": "com.amazonaws.cloudfront#string"
6178                }
6179            },
6180            "traits": {
6181                "smithy.api#documentation": "<p>The query string parameters specified are not valid.</p>",
6182                "smithy.api#error": "client",
6183                "smithy.api#httpError": 400
6184            }
6185        },
6186        "com.amazonaws.cloudfront#InvalidRelativePath": {
6187            "type": "structure",
6188            "members": {
6189                "Message": {
6190                    "target": "com.amazonaws.cloudfront#string"
6191                }
6192            },
6193            "traits": {
6194                "smithy.api#documentation": "<p>The relative path is too big, is not URL-encoded, or does not begin with a slash (/).</p>",
6195                "smithy.api#error": "client",
6196                "smithy.api#httpError": 400
6197            }
6198        },
6199        "com.amazonaws.cloudfront#InvalidRequiredProtocol": {
6200            "type": "structure",
6201            "members": {
6202                "Message": {
6203                    "target": "com.amazonaws.cloudfront#string"
6204                }
6205            },
6206            "traits": {
6207                "smithy.api#documentation": "<p>This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the \n\t\t\t<code>RequiredProtocols</code> element from your distribution configuration.</p>",
6208                "smithy.api#error": "client",
6209                "smithy.api#httpError": 400
6210            }
6211        },
6212        "com.amazonaws.cloudfront#InvalidResponseCode": {
6213            "type": "structure",
6214            "members": {
6215                "Message": {
6216                    "target": "com.amazonaws.cloudfront#string"
6217                }
6218            },
6219            "traits": {
6220                "smithy.api#documentation": "<p>A response code is not valid.</p>",
6221                "smithy.api#error": "client",
6222                "smithy.api#httpError": 400
6223            }
6224        },
6225        "com.amazonaws.cloudfront#InvalidTTLOrder": {
6226            "type": "structure",
6227            "members": {
6228                "Message": {
6229                    "target": "com.amazonaws.cloudfront#string"
6230                }
6231            },
6232            "traits": {
6233                "smithy.api#documentation": "<p>The TTL order specified is not valid.</p>",
6234                "smithy.api#error": "client",
6235                "smithy.api#httpError": 400
6236            }
6237        },
6238        "com.amazonaws.cloudfront#InvalidTagging": {
6239            "type": "structure",
6240            "members": {
6241                "Message": {
6242                    "target": "com.amazonaws.cloudfront#string"
6243                }
6244            },
6245            "traits": {
6246                "smithy.api#documentation": "<p>The tagging specified is not valid.</p>",
6247                "smithy.api#error": "client",
6248                "smithy.api#httpError": 400
6249            }
6250        },
6251        "com.amazonaws.cloudfront#InvalidViewerCertificate": {
6252            "type": "structure",
6253            "members": {
6254                "Message": {
6255                    "target": "com.amazonaws.cloudfront#string"
6256                }
6257            },
6258            "traits": {
6259                "smithy.api#documentation": "<p>A viewer certificate specified is not valid.</p>",
6260                "smithy.api#error": "client",
6261                "smithy.api#httpError": 400
6262            }
6263        },
6264        "com.amazonaws.cloudfront#InvalidWebACLId": {
6265            "type": "structure",
6266            "members": {
6267                "Message": {
6268                    "target": "com.amazonaws.cloudfront#string"
6269                }
6270            },
6271            "traits": {
6272                "smithy.api#documentation": "<p>A web ACL ID specified is not valid. To specify a web ACL created using the latest\n\t\t\tversion of AWS WAF, use the ACL ARN, for example\n\t\t\t<code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a</code>.\n\t\t\tTo specify a web ACL created using AWS WAF Classic, use the ACL ID, for example\n\t\t\t<code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>",
6273                "smithy.api#error": "client",
6274                "smithy.api#httpError": 400
6275            }
6276        },
6277        "com.amazonaws.cloudfront#Invalidation": {
6278            "type": "structure",
6279            "members": {
6280                "Id": {
6281                    "target": "com.amazonaws.cloudfront#string",
6282                    "traits": {
6283                        "smithy.api#documentation": "<p>The identifier for the invalidation request. For example: \n\t\t\t<code>IDFDVBD632BHDS5</code>.</p>",
6284                        "smithy.api#required": {}
6285                    }
6286                },
6287                "Status": {
6288                    "target": "com.amazonaws.cloudfront#string",
6289                    "traits": {
6290                        "smithy.api#documentation": "<p>The status of the invalidation request. When the invalidation batch is finished, the \n\t\t\tstatus is <code>Completed</code>.</p>",
6291                        "smithy.api#required": {}
6292                    }
6293                },
6294                "CreateTime": {
6295                    "target": "com.amazonaws.cloudfront#timestamp",
6296                    "traits": {
6297                        "smithy.api#documentation": "<p>The date and time the invalidation request was first made. </p>",
6298                        "smithy.api#required": {}
6299                    }
6300                },
6301                "InvalidationBatch": {
6302                    "target": "com.amazonaws.cloudfront#InvalidationBatch",
6303                    "traits": {
6304                        "smithy.api#documentation": "<p>The current invalidation information for the batch request. </p>",
6305                        "smithy.api#required": {}
6306                    }
6307                }
6308            },
6309            "traits": {
6310                "smithy.api#documentation": "<p>An invalidation. </p>"
6311            }
6312        },
6313        "com.amazonaws.cloudfront#InvalidationBatch": {
6314            "type": "structure",
6315            "members": {
6316                "Paths": {
6317                    "target": "com.amazonaws.cloudfront#Paths",
6318                    "traits": {
6319                        "smithy.api#documentation": "<p>A complex type that contains information about the objects that you want to invalidate. \n\t\t\tFor more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-specifying-objects\">Specifying the Objects \n\t\t\t\tto Invalidate</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>",
6320                        "smithy.api#required": {}
6321                    }
6322                },
6323                "CallerReference": {
6324                    "target": "com.amazonaws.cloudfront#string",
6325                    "traits": {
6326                        "smithy.api#documentation": "<p>A value that you specify to uniquely identify an invalidation request. CloudFront uses the \n\t\t\tvalue to prevent you from accidentally resubmitting an identical request. Whenever you create \n\t\t\ta new invalidation request, you must specify a new value for <code>CallerReference</code> and \n\t\t\tchange other values in the request as applicable. One way to ensure that the value of \n\t\t\t\t<code>CallerReference</code> is unique is to use a <code>timestamp</code>, for example, \n\t\t\t\t<code>20120301090000</code>.</p> \n\t\t       <p>If you make a second invalidation request with the same value for \n\t\t\t\t<code>CallerReference</code>, and if the rest of the request is the same, CloudFront doesn't \n\t\t\tcreate a new invalidation request. Instead, CloudFront returns information about the invalidation \n\t\t\trequest that you previously created with the same <code>CallerReference</code>.</p> \n\t\t       <p>If <code>CallerReference</code> is a value you already sent in a previous invalidation \n\t\t\tbatch request but the content of any <code>Path</code> is different from the original request, \n\t\t\tCloudFront returns an <code>InvalidationBatchAlreadyExists</code> error.</p>",
6327                        "smithy.api#required": {}
6328                    }
6329                }
6330            },
6331            "traits": {
6332                "smithy.api#documentation": "<p>An invalidation batch.</p>"
6333            }
6334        },
6335        "com.amazonaws.cloudfront#InvalidationList": {
6336            "type": "structure",
6337            "members": {
6338                "Marker": {
6339                    "target": "com.amazonaws.cloudfront#string",
6340                    "traits": {
6341                        "smithy.api#documentation": "<p>The value that you provided for the <code>Marker</code> request parameter.</p>",
6342                        "smithy.api#required": {}
6343                    }
6344                },
6345                "NextMarker": {
6346                    "target": "com.amazonaws.cloudfront#string",
6347                    "traits": {
6348                        "smithy.api#documentation": "<p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains \n\t\t\tthe value that you can use for the <code>Marker</code> request parameter to continue listing \n\t\t\tyour invalidation batches where they left off.</p>"
6349                    }
6350                },
6351                "MaxItems": {
6352                    "target": "com.amazonaws.cloudfront#integer",
6353                    "traits": {
6354                        "smithy.api#documentation": "<p>The value that you provided for the <code>MaxItems</code> request parameter.</p>",
6355                        "smithy.api#required": {}
6356                    }
6357                },
6358                "IsTruncated": {
6359                    "target": "com.amazonaws.cloudfront#boolean",
6360                    "traits": {
6361                        "smithy.api#documentation": "<p>A flag that indicates whether more invalidation batch requests remain to be listed. If \n\t\t\tyour results were truncated, you can make a follow-up pagination request using the \n\t\t\t\t<code>Marker</code> request parameter to retrieve more invalidation batches in the \n\t\t\tlist.</p>",
6362                        "smithy.api#required": {}
6363                    }
6364                },
6365                "Quantity": {
6366                    "target": "com.amazonaws.cloudfront#integer",
6367                    "traits": {
6368                        "smithy.api#documentation": "<p>The number of invalidation batches that were created by the current AWS account. \n\t\t</p>",
6369                        "smithy.api#required": {}
6370                    }
6371                },
6372                "Items": {
6373                    "target": "com.amazonaws.cloudfront#InvalidationSummaryList",
6374                    "traits": {
6375                        "smithy.api#documentation": "<p>A complex type that contains one <code>InvalidationSummary</code> element for each \n\t\t\tinvalidation batch created by the current AWS account.</p>"
6376                    }
6377                }
6378            },
6379            "traits": {
6380                "smithy.api#documentation": "<p>The <code>InvalidationList</code> complex type describes the list of invalidation \n\t\t\tobjects. 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 \n\t\t\tthe <i>Amazon CloudFront Developer Guide</i>.</p>"
6381            }
6382        },
6383        "com.amazonaws.cloudfront#InvalidationSummary": {
6384            "type": "structure",
6385            "members": {
6386                "Id": {
6387                    "target": "com.amazonaws.cloudfront#string",
6388                    "traits": {
6389                        "smithy.api#documentation": "<p>The unique ID for an invalidation request.</p>",
6390                        "smithy.api#required": {}
6391                    }
6392                },
6393                "CreateTime": {
6394                    "target": "com.amazonaws.cloudfront#timestamp",
6395                    "traits": {
6396                        "smithy.api#documentation": "<p>The time that an invalidation request was created.</p>",
6397                        "smithy.api#required": {}
6398                    }
6399                },
6400                "Status": {
6401                    "target": "com.amazonaws.cloudfront#string",
6402                    "traits": {
6403                        "smithy.api#documentation": "<p>The status of an invalidation request.</p>",
6404                        "smithy.api#required": {}
6405                    }
6406                }
6407            },
6408            "traits": {
6409                "smithy.api#documentation": "<p>A summary of an invalidation request.</p>"
6410            }
6411        },
6412        "com.amazonaws.cloudfront#InvalidationSummaryList": {
6413            "type": "list",
6414            "member": {
6415                "target": "com.amazonaws.cloudfront#InvalidationSummary",
6416                "traits": {
6417                    "smithy.api#xmlName": "InvalidationSummary"
6418                }
6419            }
6420        },
6421        "com.amazonaws.cloudfront#ItemSelection": {
6422            "type": "string",
6423            "traits": {
6424                "smithy.api#enum": [
6425                    {
6426                        "value": "none",
6427                        "name": "none"
6428                    },
6429                    {
6430                        "value": "whitelist",
6431                        "name": "whitelist"
6432                    },
6433                    {
6434                        "value": "all",
6435                        "name": "all"
6436                    }
6437                ]
6438            }
6439        },
6440        "com.amazonaws.cloudfront#KGKeyPairIds": {
6441            "type": "structure",
6442            "members": {
6443                "KeyGroupId": {
6444                    "target": "com.amazonaws.cloudfront#string",
6445                    "traits": {
6446                        "smithy.api#documentation": "<p>The identifier of the key group that contains the public keys.</p>"
6447                    }
6448                },
6449                "KeyPairIds": {
6450                    "target": "com.amazonaws.cloudfront#KeyPairIds"
6451                }
6452            },
6453            "traits": {
6454                "smithy.api#documentation": "<p>A list of identifiers for the public keys that CloudFront can use to verify the\n\t\t\tsignatures of signed URLs and signed cookies.</p>"
6455            }
6456        },
6457        "com.amazonaws.cloudfront#KGKeyPairIdsList": {
6458            "type": "list",
6459            "member": {
6460                "target": "com.amazonaws.cloudfront#KGKeyPairIds",
6461                "traits": {
6462                    "smithy.api#xmlName": "KeyGroup"
6463                }
6464            }
6465        },
6466        "com.amazonaws.cloudfront#KeyGroup": {
6467            "type": "structure",
6468            "members": {
6469                "Id": {
6470                    "target": "com.amazonaws.cloudfront#string",
6471                    "traits": {
6472                        "smithy.api#documentation": "<p>The identifier for the key group.</p>",
6473                        "smithy.api#required": {}
6474                    }
6475                },
6476                "LastModifiedTime": {
6477                    "target": "com.amazonaws.cloudfront#timestamp",
6478                    "traits": {
6479                        "smithy.api#documentation": "<p>The date and time when the key group was last modified.</p>",
6480                        "smithy.api#required": {}
6481                    }
6482                },
6483                "KeyGroupConfig": {
6484                    "target": "com.amazonaws.cloudfront#KeyGroupConfig",
6485                    "traits": {
6486                        "smithy.api#documentation": "<p>The key group configuration.</p>",
6487                        "smithy.api#required": {}
6488                    }
6489                }
6490            },
6491            "traits": {
6492                "smithy.api#documentation": "<p>A key group.</p>\n\t\t       <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>"
6493            }
6494        },
6495        "com.amazonaws.cloudfront#KeyGroupAlreadyExists": {
6496            "type": "structure",
6497            "members": {
6498                "Message": {
6499                    "target": "com.amazonaws.cloudfront#string"
6500                }
6501            },
6502            "traits": {
6503                "smithy.api#documentation": "<p>A key group with this name already exists. You must provide a unique name. To modify an\n\t\t\texisting key group, use <code>UpdateKeyGroup</code>.</p>",
6504                "smithy.api#error": "client",
6505                "smithy.api#httpError": 409
6506            }
6507        },
6508        "com.amazonaws.cloudfront#KeyGroupConfig": {
6509            "type": "structure",
6510            "members": {
6511                "Name": {
6512                    "target": "com.amazonaws.cloudfront#string",
6513                    "traits": {
6514                        "smithy.api#documentation": "<p>A name to identify the key group.</p>",
6515                        "smithy.api#required": {}
6516                    }
6517                },
6518                "Items": {
6519                    "target": "com.amazonaws.cloudfront#PublicKeyIdList",
6520                    "traits": {
6521                        "smithy.api#documentation": "<p>A list of the identifiers of the public keys in the key group.</p>",
6522                        "smithy.api#required": {}
6523                    }
6524                },
6525                "Comment": {
6526                    "target": "com.amazonaws.cloudfront#string",
6527                    "traits": {
6528                        "smithy.api#documentation": "<p>A comment to describe the key group.</p>"
6529                    }
6530                }
6531            },
6532            "traits": {
6533                "smithy.api#documentation": "<p>A key group configuration.</p>\n\t\t       <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>"
6534            }
6535        },
6536        "com.amazonaws.cloudfront#KeyGroupList": {
6537            "type": "structure",
6538            "members": {
6539                "NextMarker": {
6540                    "target": "com.amazonaws.cloudfront#string",
6541                    "traits": {
6542                        "smithy.api#documentation": "<p>If there are more items in the list than are in this response, this element is present. It\n\t\t\tcontains the value that you should use in the <code>Marker</code> field of a subsequent\n\t\t\trequest to continue listing key groups.</p>"
6543                    }
6544                },
6545                "MaxItems": {
6546                    "target": "com.amazonaws.cloudfront#integer",
6547                    "traits": {
6548                        "smithy.api#documentation": "<p>The maximum number of key groups requested.</p>",
6549                        "smithy.api#required": {}
6550                    }
6551                },
6552                "Quantity": {
6553                    "target": "com.amazonaws.cloudfront#integer",
6554                    "traits": {
6555                        "smithy.api#documentation": "<p>The number of key groups returned in the response.</p>",
6556                        "smithy.api#required": {}
6557                    }
6558                },
6559                "Items": {
6560                    "target": "com.amazonaws.cloudfront#KeyGroupSummaryList",
6561                    "traits": {
6562                        "smithy.api#documentation": "<p>A list of key groups.</p>"
6563                    }
6564                }
6565            },
6566            "traits": {
6567                "smithy.api#documentation": "<p>A list of key groups.</p>"
6568            }
6569        },
6570        "com.amazonaws.cloudfront#KeyGroupSummary": {
6571            "type": "structure",
6572            "members": {
6573                "KeyGroup": {
6574                    "target": "com.amazonaws.cloudfront#KeyGroup",
6575                    "traits": {
6576                        "smithy.api#documentation": "<p>A key group.</p>",
6577                        "smithy.api#required": {}
6578                    }
6579                }
6580            },
6581            "traits": {
6582                "smithy.api#documentation": "<p>Contains information about a key group.</p>"
6583            }
6584        },
6585        "com.amazonaws.cloudfront#KeyGroupSummaryList": {
6586            "type": "list",
6587            "member": {
6588                "target": "com.amazonaws.cloudfront#KeyGroupSummary",
6589                "traits": {
6590                    "smithy.api#xmlName": "KeyGroupSummary"
6591                }
6592            }
6593        },
6594        "com.amazonaws.cloudfront#KeyPairIdList": {
6595            "type": "list",
6596            "member": {
6597                "target": "com.amazonaws.cloudfront#string",
6598                "traits": {
6599                    "smithy.api#xmlName": "KeyPairId"
6600                }
6601            }
6602        },
6603        "com.amazonaws.cloudfront#KeyPairIds": {
6604            "type": "structure",
6605            "members": {
6606                "Quantity": {
6607                    "target": "com.amazonaws.cloudfront#integer",
6608                    "traits": {
6609                        "smithy.api#documentation": "<p>The number of key pair identifiers in the list.</p>",
6610                        "smithy.api#required": {}
6611                    }
6612                },
6613                "Items": {
6614                    "target": "com.amazonaws.cloudfront#KeyPairIdList",
6615                    "traits": {
6616                        "smithy.api#documentation": "<p>A list of CloudFront key pair identifiers.</p>"
6617                    }
6618                }
6619            },
6620            "traits": {
6621                "smithy.api#documentation": "<p>A list of CloudFront key pair identifiers.</p>"
6622            }
6623        },
6624        "com.amazonaws.cloudfront#KinesisStreamConfig": {
6625            "type": "structure",
6626            "members": {
6627                "RoleARN": {
6628                    "target": "com.amazonaws.cloudfront#string",
6629                    "traits": {
6630                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that\n\t\t\tCloudFront can use to send real-time log data to your Kinesis data stream.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
6631                        "smithy.api#required": {}
6632                    }
6633                },
6634                "StreamARN": {
6635                    "target": "com.amazonaws.cloudfront#string",
6636                    "traits": {
6637                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time\n\t\t\tlog data.</p>",
6638                        "smithy.api#required": {}
6639                    }
6640                }
6641            },
6642            "traits": {
6643                "smithy.api#documentation": "<p>Contains information about the Amazon Kinesis data stream where you are sending\n\t\t\treal-time log data.</p>"
6644            }
6645        },
6646        "com.amazonaws.cloudfront#LambdaFunctionARN": {
6647            "type": "string"
6648        },
6649        "com.amazonaws.cloudfront#LambdaFunctionAssociation": {
6650            "type": "structure",
6651            "members": {
6652                "LambdaFunctionARN": {
6653                    "target": "com.amazonaws.cloudfront#LambdaFunctionARN",
6654                    "traits": {
6655                        "smithy.api#documentation": "<p>The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias \n\t\t\tor $LATEST.</p>",
6656                        "smithy.api#required": {}
6657                    }
6658                },
6659                "EventType": {
6660                    "target": "com.amazonaws.cloudfront#EventType",
6661                    "traits": {
6662                        "smithy.api#documentation": "<p>Specifies the event type that triggers a Lambda function invocation. You can specify the following values:</p> \n\t\t       <ul>\n            <li>\n               <p>\n                  <code>viewer-request</code>: The function executes when CloudFront receives a request from a viewer \n\t\t\t\tand before it checks to see whether the requested object is in the edge cache. </p>\n            </li>\n            <li>\n               <p>\n                  <code>origin-request</code>: The function executes only when CloudFront sends a request to your\n\t\t\t\t\torigin. When the requested object is in the edge cache, the function doesn't\n\t\t\t\t\texecute.</p>\n            </li>\n            <li>\n               <p>\n                  <code>origin-response</code>: The function executes after CloudFront receives a response from the origin and \n\t\t\t\tbefore it caches the object in the response. When the requested object is in the edge cache, the function doesn't execute.</p>\n\t\t\t         </li>\n            <li>\n               <p>\n                  <code>viewer-response</code>: The function executes before CloudFront returns the requested object to the viewer. \n\t\t\t\tThe function executes regardless of whether the object was already in the edge cache.</p>\n\t\t\t\t           <p>If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.</p>\n\t\t\t         </li>\n         </ul>",
6663                        "smithy.api#required": {}
6664                    }
6665                },
6666                "IncludeBody": {
6667                    "target": "com.amazonaws.cloudfront#boolean",
6668                    "traits": {
6669                        "smithy.api#documentation": "<p>A flag that allows a Lambda function to have read access to the body content. For more information, \n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-include-body-access.html\">Accessing the Request Body by Choosing the \n\t\t\t\tInclude Body Option</a> in the Amazon CloudFront Developer Guide.</p>"
6670                    }
6671                }
6672            },
6673            "traits": {
6674                "smithy.api#documentation": "<p>A complex type that contains a Lambda function association.</p>"
6675            }
6676        },
6677        "com.amazonaws.cloudfront#LambdaFunctionAssociationList": {
6678            "type": "list",
6679            "member": {
6680                "target": "com.amazonaws.cloudfront#LambdaFunctionAssociation",
6681                "traits": {
6682                    "smithy.api#xmlName": "LambdaFunctionAssociation"
6683                }
6684            }
6685        },
6686        "com.amazonaws.cloudfront#LambdaFunctionAssociations": {
6687            "type": "structure",
6688            "members": {
6689                "Quantity": {
6690                    "target": "com.amazonaws.cloudfront#integer",
6691                    "traits": {
6692                        "smithy.api#documentation": "<p>The number of Lambda function associations for this cache behavior.</p>",
6693                        "smithy.api#required": {}
6694                    }
6695                },
6696                "Items": {
6697                    "target": "com.amazonaws.cloudfront#LambdaFunctionAssociationList",
6698                    "traits": {
6699                        "smithy.api#documentation": "<p>\n            <b>Optional</b>: A complex type that contains <code>LambdaFunctionAssociation</code> items \n\t\t\tfor this cache behavior. If <code>Quantity</code> is <code>0</code>, you can omit <code>Items</code>.</p>"
6700                    }
6701                }
6702            },
6703            "traits": {
6704                "smithy.api#documentation": "<p>A complex type that specifies a list of Lambda functions associations for a cache \n\t\t\tbehavior.</p>\n \n\t\t       <p>If you want to invoke one or more Lambda functions triggered by requests that match the \n\t\t\t\t<code>PathPattern</code> of the cache behavior, specify the applicable values for \n\t\t\t\t<code>Quantity</code> and <code>Items</code>. Note that there can be up to 4 \n\t\t\t\t<code>LambdaFunctionAssociation</code> items in this list (one for each possible value of \n\t\t\t\t<code>EventType</code>) and each <code>EventType</code> can be associated with the Lambda \n\t\t\tfunction only once.</p>\n \n\t\t       <p>If you don't want to invoke any Lambda functions for the requests that match \n\t\t\t\t<code>PathPattern</code>, specify <code>0</code> for <code>Quantity</code> and omit \n\t\t\t\t<code>Items</code>. </p>"
6705            }
6706        },
6707        "com.amazonaws.cloudfront#ListCachePolicies": {
6708            "type": "operation",
6709            "input": {
6710                "target": "com.amazonaws.cloudfront#ListCachePoliciesRequest"
6711            },
6712            "output": {
6713                "target": "com.amazonaws.cloudfront#ListCachePoliciesResult"
6714            },
6715            "errors": [
6716                {
6717                    "target": "com.amazonaws.cloudfront#AccessDenied"
6718                },
6719                {
6720                    "target": "com.amazonaws.cloudfront#InvalidArgument"
6721                },
6722                {
6723                    "target": "com.amazonaws.cloudfront#NoSuchCachePolicy"
6724                }
6725            ],
6726            "traits": {
6727                "smithy.api#documentation": "<p>Gets a list of cache policies.</p>\n\t\t       <p>You can optionally apply a filter to return only the managed policies created by AWS, or\n\t\t\tonly the custom policies created in your AWS account.</p>\n\t\t       <p>You can optionally specify the maximum number of items to receive in the response. If\n\t\t\tthe total number of items in the list exceeds the maximum that you specify, or the\n\t\t\tdefault maximum, the response is paginated. To get the next page of items, send a\n\t\t\tsubsequent request that specifies the <code>NextMarker</code> value from the current\n\t\t\tresponse as the <code>Marker</code> value in the subsequent request.</p>",
6728                "smithy.api#http": {
6729                    "method": "GET",
6730                    "uri": "/2020-05-31/cache-policy",
6731                    "code": 200
6732                }
6733            }
6734        },
6735        "com.amazonaws.cloudfront#ListCachePoliciesRequest": {
6736            "type": "structure",
6737            "members": {
6738                "Type": {
6739                    "target": "com.amazonaws.cloudfront#CachePolicyType",
6740                    "traits": {
6741                        "smithy.api#documentation": "<p>A filter to return only the specified kinds of cache policies. Valid values\n\t\t\tare:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>managed</code> – Returns only the managed policies created by AWS.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>custom</code> – Returns only the custom policies created in your AWS\n\t\t\t\t\taccount.</p>\n\t\t\t         </li>\n         </ul>",
6742                        "smithy.api#httpQuery": "Type"
6743                    }
6744                },
6745                "Marker": {
6746                    "target": "com.amazonaws.cloudfront#string",
6747                    "traits": {
6748                        "smithy.api#documentation": "<p>Use this field when paginating results to indicate where to begin in your list of\n\t\t\tcache policies. The response includes cache policies in the list that occur after the\n\t\t\tmarker. To get the next page of the list, set this field’s value to the value of\n\t\t\t<code>NextMarker</code> from the current page’s response.</p>",
6749                        "smithy.api#httpQuery": "Marker"
6750                    }
6751                },
6752                "MaxItems": {
6753                    "target": "smithy.api#Integer",
6754                    "traits": {
6755                        "smithy.api#documentation": "<p>The maximum number of cache policies that you want in the response.</p>",
6756                        "smithy.api#httpQuery": "MaxItems"
6757                    }
6758                }
6759            }
6760        },
6761        "com.amazonaws.cloudfront#ListCachePoliciesResult": {
6762            "type": "structure",
6763            "members": {
6764                "CachePolicyList": {
6765                    "target": "com.amazonaws.cloudfront#CachePolicyList",
6766                    "traits": {
6767                        "smithy.api#documentation": "<p>A list of cache policies.</p>",
6768                        "smithy.api#httpPayload": {}
6769                    }
6770                }
6771            }
6772        },
6773        "com.amazonaws.cloudfront#ListCloudFrontOriginAccessIdentities": {
6774            "type": "operation",
6775            "input": {
6776                "target": "com.amazonaws.cloudfront#ListCloudFrontOriginAccessIdentitiesRequest"
6777            },
6778            "output": {
6779                "target": "com.amazonaws.cloudfront#ListCloudFrontOriginAccessIdentitiesResult"
6780            },
6781            "errors": [
6782                {
6783                    "target": "com.amazonaws.cloudfront#InvalidArgument"
6784                }
6785            ],
6786            "traits": {
6787                "smithy.api#documentation": "<p>Lists origin access identities.</p>",
6788                "smithy.api#http": {
6789                    "method": "GET",
6790                    "uri": "/2020-05-31/origin-access-identity/cloudfront",
6791                    "code": 200
6792                },
6793                "smithy.api#paginated": {
6794                    "inputToken": "Marker",
6795                    "outputToken": "CloudFrontOriginAccessIdentityList.NextMarker",
6796                    "items": "CloudFrontOriginAccessIdentityList.Items",
6797                    "pageSize": "MaxItems"
6798                }
6799            }
6800        },
6801        "com.amazonaws.cloudfront#ListCloudFrontOriginAccessIdentitiesRequest": {
6802            "type": "structure",
6803            "members": {
6804                "Marker": {
6805                    "target": "com.amazonaws.cloudfront#string",
6806                    "traits": {
6807                        "smithy.api#documentation": "<p>Use this when paginating results to indicate where to begin in your list of origin \n\t\t\taccess identities. The results include identities in the list that occur after the marker. To \n\t\t\tget the next page of results, set the <code>Marker</code> to the value of the \n\t\t\t\t<code>NextMarker</code> from the current page's response (which is also the ID of the last \n\t\t\tidentity on that page).</p>",
6808                        "smithy.api#httpQuery": "Marker"
6809                    }
6810                },
6811                "MaxItems": {
6812                    "target": "smithy.api#Integer",
6813                    "traits": {
6814                        "smithy.api#documentation": "<p>The maximum number of origin access identities you want in the response body. \n\t\t</p>",
6815                        "smithy.api#httpQuery": "MaxItems"
6816                    }
6817                }
6818            },
6819            "traits": {
6820                "smithy.api#documentation": "<p>The request to list origin access identities. </p>"
6821            }
6822        },
6823        "com.amazonaws.cloudfront#ListCloudFrontOriginAccessIdentitiesResult": {
6824            "type": "structure",
6825            "members": {
6826                "CloudFrontOriginAccessIdentityList": {
6827                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityList",
6828                    "traits": {
6829                        "smithy.api#documentation": "<p>The <code>CloudFrontOriginAccessIdentityList</code> type. </p>",
6830                        "smithy.api#httpPayload": {}
6831                    }
6832                }
6833            },
6834            "traits": {
6835                "smithy.api#documentation": "<p>The returned result of the corresponding request. </p>"
6836            }
6837        },
6838        "com.amazonaws.cloudfront#ListDistributions": {
6839            "type": "operation",
6840            "input": {
6841                "target": "com.amazonaws.cloudfront#ListDistributionsRequest"
6842            },
6843            "output": {
6844                "target": "com.amazonaws.cloudfront#ListDistributionsResult"
6845            },
6846            "errors": [
6847                {
6848                    "target": "com.amazonaws.cloudfront#InvalidArgument"
6849                }
6850            ],
6851            "traits": {
6852                "smithy.api#documentation": "<p>List CloudFront distributions.</p>",
6853                "smithy.api#http": {
6854                    "method": "GET",
6855                    "uri": "/2020-05-31/distribution",
6856                    "code": 200
6857                },
6858                "smithy.api#paginated": {
6859                    "inputToken": "Marker",
6860                    "outputToken": "DistributionList.NextMarker",
6861                    "items": "DistributionList.Items",
6862                    "pageSize": "MaxItems"
6863                }
6864            }
6865        },
6866        "com.amazonaws.cloudfront#ListDistributionsByCachePolicyId": {
6867            "type": "operation",
6868            "input": {
6869                "target": "com.amazonaws.cloudfront#ListDistributionsByCachePolicyIdRequest"
6870            },
6871            "output": {
6872                "target": "com.amazonaws.cloudfront#ListDistributionsByCachePolicyIdResult"
6873            },
6874            "errors": [
6875                {
6876                    "target": "com.amazonaws.cloudfront#AccessDenied"
6877                },
6878                {
6879                    "target": "com.amazonaws.cloudfront#InvalidArgument"
6880                },
6881                {
6882                    "target": "com.amazonaws.cloudfront#NoSuchCachePolicy"
6883                }
6884            ],
6885            "traits": {
6886                "smithy.api#documentation": "<p>Gets a list of distribution IDs for distributions that have a cache behavior that’s\n\t\t\tassociated with the specified cache policy.</p>\n\t\t       <p>You can optionally specify the maximum number of items to receive in the response. If\n\t\t\tthe total number of items in the list exceeds the maximum that you specify, or the\n\t\t\tdefault maximum, the response is paginated. To get the next page of items, send a\n\t\t\tsubsequent request that specifies the <code>NextMarker</code> value from the current\n\t\t\tresponse as the <code>Marker</code> value in the subsequent request.</p>",
6887                "smithy.api#http": {
6888                    "method": "GET",
6889                    "uri": "/2020-05-31/distributionsByCachePolicyId/{CachePolicyId}",
6890                    "code": 200
6891                }
6892            }
6893        },
6894        "com.amazonaws.cloudfront#ListDistributionsByCachePolicyIdRequest": {
6895            "type": "structure",
6896            "members": {
6897                "Marker": {
6898                    "target": "com.amazonaws.cloudfront#string",
6899                    "traits": {
6900                        "smithy.api#documentation": "<p>Use this field when paginating results to indicate where to begin in your list of\n\t\t\tdistribution IDs. The response includes distribution IDs in the list that occur after\n\t\t\tthe marker. To get the next page of the list, set this field’s value to the value of\n\t\t\t<code>NextMarker</code> from the current page’s response.</p>",
6901                        "smithy.api#httpQuery": "Marker"
6902                    }
6903                },
6904                "MaxItems": {
6905                    "target": "smithy.api#Integer",
6906                    "traits": {
6907                        "smithy.api#documentation": "<p>The maximum number of distribution IDs that you want in the response.</p>",
6908                        "smithy.api#httpQuery": "MaxItems"
6909                    }
6910                },
6911                "CachePolicyId": {
6912                    "target": "com.amazonaws.cloudfront#string",
6913                    "traits": {
6914                        "smithy.api#documentation": "<p>The ID of the cache policy whose associated distribution IDs you want to list.</p>",
6915                        "smithy.api#httpLabel": {},
6916                        "smithy.api#required": {}
6917                    }
6918                }
6919            }
6920        },
6921        "com.amazonaws.cloudfront#ListDistributionsByCachePolicyIdResult": {
6922            "type": "structure",
6923            "members": {
6924                "DistributionIdList": {
6925                    "target": "com.amazonaws.cloudfront#DistributionIdList",
6926                    "traits": {
6927                        "smithy.api#documentation": "<p>A list of distribution IDs.</p>",
6928                        "smithy.api#httpPayload": {}
6929                    }
6930                }
6931            }
6932        },
6933        "com.amazonaws.cloudfront#ListDistributionsByKeyGroup": {
6934            "type": "operation",
6935            "input": {
6936                "target": "com.amazonaws.cloudfront#ListDistributionsByKeyGroupRequest"
6937            },
6938            "output": {
6939                "target": "com.amazonaws.cloudfront#ListDistributionsByKeyGroupResult"
6940            },
6941            "errors": [
6942                {
6943                    "target": "com.amazonaws.cloudfront#InvalidArgument"
6944                },
6945                {
6946                    "target": "com.amazonaws.cloudfront#NoSuchResource"
6947                }
6948            ],
6949            "traits": {
6950                "smithy.api#documentation": "<p>Gets a list of distribution IDs for distributions that have a cache behavior that references\n\t\t\tthe specified key group.</p>\n\t\t       <p>You can optionally specify the maximum number of items to receive in the response. If\n\t\t\tthe total number of items in the list exceeds the maximum that you specify, or the\n\t\t\tdefault maximum, the response is paginated. To get the next page of items, send a\n\t\t\tsubsequent request that specifies the <code>NextMarker</code> value from the current\n\t\t\tresponse as the <code>Marker</code> value in the subsequent request.</p>",
6951                "smithy.api#http": {
6952                    "method": "GET",
6953                    "uri": "/2020-05-31/distributionsByKeyGroupId/{KeyGroupId}",
6954                    "code": 200
6955                }
6956            }
6957        },
6958        "com.amazonaws.cloudfront#ListDistributionsByKeyGroupRequest": {
6959            "type": "structure",
6960            "members": {
6961                "Marker": {
6962                    "target": "com.amazonaws.cloudfront#string",
6963                    "traits": {
6964                        "smithy.api#documentation": "<p>Use this field when paginating results to indicate where to begin in your list of\n\t\t\tdistribution IDs. The response includes distribution IDs in the list that occur after\n\t\t\tthe marker. To get the next page of the list, set this field’s value to the value of\n\t\t\t<code>NextMarker</code> from the current page’s response.</p>",
6965                        "smithy.api#httpQuery": "Marker"
6966                    }
6967                },
6968                "MaxItems": {
6969                    "target": "smithy.api#Integer",
6970                    "traits": {
6971                        "smithy.api#documentation": "<p>The maximum number of distribution IDs that you want in the response.</p>",
6972                        "smithy.api#httpQuery": "MaxItems"
6973                    }
6974                },
6975                "KeyGroupId": {
6976                    "target": "com.amazonaws.cloudfront#string",
6977                    "traits": {
6978                        "smithy.api#documentation": "<p>The ID of the key group whose associated distribution IDs you are listing.</p>",
6979                        "smithy.api#httpLabel": {},
6980                        "smithy.api#required": {}
6981                    }
6982                }
6983            }
6984        },
6985        "com.amazonaws.cloudfront#ListDistributionsByKeyGroupResult": {
6986            "type": "structure",
6987            "members": {
6988                "DistributionIdList": {
6989                    "target": "com.amazonaws.cloudfront#DistributionIdList",
6990                    "traits": {
6991                        "smithy.api#httpPayload": {}
6992                    }
6993                }
6994            }
6995        },
6996        "com.amazonaws.cloudfront#ListDistributionsByOriginRequestPolicyId": {
6997            "type": "operation",
6998            "input": {
6999                "target": "com.amazonaws.cloudfront#ListDistributionsByOriginRequestPolicyIdRequest"
7000            },
7001            "output": {
7002                "target": "com.amazonaws.cloudfront#ListDistributionsByOriginRequestPolicyIdResult"
7003            },
7004            "errors": [
7005                {
7006                    "target": "com.amazonaws.cloudfront#AccessDenied"
7007                },
7008                {
7009                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7010                },
7011                {
7012                    "target": "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy"
7013                }
7014            ],
7015            "traits": {
7016                "smithy.api#documentation": "<p>Gets a list of distribution IDs for distributions that have a cache behavior that’s\n\t\t\tassociated with the specified origin request policy.</p>\n\t\t       <p>You can optionally specify the maximum number of items to receive in the response. If\n\t\t\tthe total number of items in the list exceeds the maximum that you specify, or the\n\t\t\tdefault maximum, the response is paginated. To get the next page of items, send a\n\t\t\tsubsequent request that specifies the <code>NextMarker</code> value from the current\n\t\t\tresponse as the <code>Marker</code> value in the subsequent request.</p>",
7017                "smithy.api#http": {
7018                    "method": "GET",
7019                    "uri": "/2020-05-31/distributionsByOriginRequestPolicyId/{OriginRequestPolicyId}",
7020                    "code": 200
7021                }
7022            }
7023        },
7024        "com.amazonaws.cloudfront#ListDistributionsByOriginRequestPolicyIdRequest": {
7025            "type": "structure",
7026            "members": {
7027                "Marker": {
7028                    "target": "com.amazonaws.cloudfront#string",
7029                    "traits": {
7030                        "smithy.api#documentation": "<p>Use this field when paginating results to indicate where to begin in your list of\n\t\t\tdistribution IDs. The response includes distribution IDs in the list that occur after\n\t\t\tthe marker. To get the next page of the list, set this field’s value to the value of\n\t\t\t<code>NextMarker</code> from the current page’s response.</p>",
7031                        "smithy.api#httpQuery": "Marker"
7032                    }
7033                },
7034                "MaxItems": {
7035                    "target": "smithy.api#Integer",
7036                    "traits": {
7037                        "smithy.api#documentation": "<p>The maximum number of distribution IDs that you want in the response.</p>",
7038                        "smithy.api#httpQuery": "MaxItems"
7039                    }
7040                },
7041                "OriginRequestPolicyId": {
7042                    "target": "com.amazonaws.cloudfront#string",
7043                    "traits": {
7044                        "smithy.api#documentation": "<p>The ID of the origin request policy whose associated distribution IDs you want to\n\t\t\tlist.</p>",
7045                        "smithy.api#httpLabel": {},
7046                        "smithy.api#required": {}
7047                    }
7048                }
7049            }
7050        },
7051        "com.amazonaws.cloudfront#ListDistributionsByOriginRequestPolicyIdResult": {
7052            "type": "structure",
7053            "members": {
7054                "DistributionIdList": {
7055                    "target": "com.amazonaws.cloudfront#DistributionIdList",
7056                    "traits": {
7057                        "smithy.api#documentation": "<p>A list of distribution IDs.</p>",
7058                        "smithy.api#httpPayload": {}
7059                    }
7060                }
7061            }
7062        },
7063        "com.amazonaws.cloudfront#ListDistributionsByRealtimeLogConfig": {
7064            "type": "operation",
7065            "input": {
7066                "target": "com.amazonaws.cloudfront#ListDistributionsByRealtimeLogConfigRequest"
7067            },
7068            "output": {
7069                "target": "com.amazonaws.cloudfront#ListDistributionsByRealtimeLogConfigResult"
7070            },
7071            "errors": [
7072                {
7073                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7074                }
7075            ],
7076            "traits": {
7077                "smithy.api#documentation": "<p>Gets a list of distributions that have a cache behavior that’s associated with the specified\n\t\t\treal-time log configuration.</p>\n\t\t       <p>You can specify the real-time log configuration by its name or its Amazon Resource Name\n\t\t\t(ARN). You must provide at least one. If you provide both, CloudFront uses the name to\n\t\t\tidentify the real-time log configuration to list distributions for.</p>\n\t\t       <p>You can optionally specify the maximum number of items to receive in the response. If\n\t\t\tthe total number of items in the list exceeds the maximum that you specify, or the\n\t\t\tdefault maximum, the response is paginated. To get the next page of items, send a\n\t\t\tsubsequent request that specifies the <code>NextMarker</code> value from the current\n\t\t\tresponse as the <code>Marker</code> value in the subsequent request. </p>",
7078                "smithy.api#http": {
7079                    "method": "POST",
7080                    "uri": "/2020-05-31/distributionsByRealtimeLogConfig",
7081                    "code": 200
7082                }
7083            }
7084        },
7085        "com.amazonaws.cloudfront#ListDistributionsByRealtimeLogConfigRequest": {
7086            "type": "structure",
7087            "members": {
7088                "Marker": {
7089                    "target": "com.amazonaws.cloudfront#string",
7090                    "traits": {
7091                        "smithy.api#documentation": "<p>Use this field when paginating results to indicate where to begin in your list of\n\t\t\tdistributions. The response includes distributions in the list that occur after the\n\t\t\tmarker. To get the next page of the list, set this field’s value to the value of\n\t\t\t<code>NextMarker</code> from the current page’s response.</p>"
7092                    }
7093                },
7094                "MaxItems": {
7095                    "target": "smithy.api#Integer",
7096                    "traits": {
7097                        "smithy.api#documentation": "<p>The maximum number of distributions that you want in the response.</p>"
7098                    }
7099                },
7100                "RealtimeLogConfigName": {
7101                    "target": "com.amazonaws.cloudfront#string",
7102                    "traits": {
7103                        "smithy.api#documentation": "<p>The name of the real-time log configuration whose associated distributions you want to\n\t\t\tlist.</p>"
7104                    }
7105                },
7106                "RealtimeLogConfigArn": {
7107                    "target": "com.amazonaws.cloudfront#string",
7108                    "traits": {
7109                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the real-time log configuration whose associated\n\t\t\tdistributions you want to list.</p>"
7110                    }
7111                }
7112            }
7113        },
7114        "com.amazonaws.cloudfront#ListDistributionsByRealtimeLogConfigResult": {
7115            "type": "structure",
7116            "members": {
7117                "DistributionList": {
7118                    "target": "com.amazonaws.cloudfront#DistributionList",
7119                    "traits": {
7120                        "smithy.api#httpPayload": {}
7121                    }
7122                }
7123            }
7124        },
7125        "com.amazonaws.cloudfront#ListDistributionsByWebACLId": {
7126            "type": "operation",
7127            "input": {
7128                "target": "com.amazonaws.cloudfront#ListDistributionsByWebACLIdRequest"
7129            },
7130            "output": {
7131                "target": "com.amazonaws.cloudfront#ListDistributionsByWebACLIdResult"
7132            },
7133            "errors": [
7134                {
7135                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7136                },
7137                {
7138                    "target": "com.amazonaws.cloudfront#InvalidWebACLId"
7139                }
7140            ],
7141            "traits": {
7142                "smithy.api#documentation": "<p>List the distributions that are associated with a specified AWS WAF web ACL. </p>",
7143                "smithy.api#http": {
7144                    "method": "GET",
7145                    "uri": "/2020-05-31/distributionsByWebACLId/{WebACLId}",
7146                    "code": 200
7147                }
7148            }
7149        },
7150        "com.amazonaws.cloudfront#ListDistributionsByWebACLIdRequest": {
7151            "type": "structure",
7152            "members": {
7153                "Marker": {
7154                    "target": "com.amazonaws.cloudfront#string",
7155                    "traits": {
7156                        "smithy.api#documentation": "<p>Use <code>Marker</code> and <code>MaxItems</code> to control pagination of results. If \n\t\t\tyou have more than <code>MaxItems</code> distributions that satisfy the request, the response \n\t\t\tincludes a <code>NextMarker</code> element. To get the next page of results, submit another \n\t\t\trequest. For the value of <code>Marker</code>, specify the value of <code>NextMarker</code> \n\t\t\tfrom the last response. (For the first request, omit <code>Marker</code>.) </p>",
7157                        "smithy.api#httpQuery": "Marker"
7158                    }
7159                },
7160                "MaxItems": {
7161                    "target": "smithy.api#Integer",
7162                    "traits": {
7163                        "smithy.api#documentation": "<p>The maximum number of distributions that you want CloudFront to return in the response body. \n\t\t\tThe maximum and default values are both 100.</p>",
7164                        "smithy.api#httpQuery": "MaxItems"
7165                    }
7166                },
7167                "WebACLId": {
7168                    "target": "com.amazonaws.cloudfront#string",
7169                    "traits": {
7170                        "smithy.api#documentation": "<p>The ID of the AWS WAF web ACL that you want to list the associated distributions. \n\t\t\tIf you specify \"null\" for the ID, the request returns a list of the distributions that aren't \n\t\t\tassociated with a web ACL. </p>",
7171                        "smithy.api#httpLabel": {},
7172                        "smithy.api#required": {}
7173                    }
7174                }
7175            },
7176            "traits": {
7177                "smithy.api#documentation": "<p>The request to list distributions that are associated with a specified AWS WAF web \n\t\t\tACL. </p>"
7178            }
7179        },
7180        "com.amazonaws.cloudfront#ListDistributionsByWebACLIdResult": {
7181            "type": "structure",
7182            "members": {
7183                "DistributionList": {
7184                    "target": "com.amazonaws.cloudfront#DistributionList",
7185                    "traits": {
7186                        "smithy.api#documentation": "<p>The <code>DistributionList</code> type. </p>",
7187                        "smithy.api#httpPayload": {}
7188                    }
7189                }
7190            },
7191            "traits": {
7192                "smithy.api#documentation": "<p>The response to a request to list the distributions that are associated with a \n\t\t\tspecified AWS WAF web ACL. </p>"
7193            }
7194        },
7195        "com.amazonaws.cloudfront#ListDistributionsRequest": {
7196            "type": "structure",
7197            "members": {
7198                "Marker": {
7199                    "target": "com.amazonaws.cloudfront#string",
7200                    "traits": {
7201                        "smithy.api#documentation": "<p>Use this when paginating results to indicate where to begin in your list of \n\t\t\tdistributions. The results include distributions in the list that occur after the marker. To \n\t\t\tget the next page of results, set the <code>Marker</code> to the value of the \n\t\t\t\t<code>NextMarker</code> from the current page's response (which is also the ID of the last \n\t\t\tdistribution on that page).</p>",
7202                        "smithy.api#httpQuery": "Marker"
7203                    }
7204                },
7205                "MaxItems": {
7206                    "target": "smithy.api#Integer",
7207                    "traits": {
7208                        "smithy.api#documentation": "<p>The maximum number of distributions you want in the response body.</p>",
7209                        "smithy.api#httpQuery": "MaxItems"
7210                    }
7211                }
7212            },
7213            "traits": {
7214                "smithy.api#documentation": "<p>The request to list your distributions. </p>"
7215            }
7216        },
7217        "com.amazonaws.cloudfront#ListDistributionsResult": {
7218            "type": "structure",
7219            "members": {
7220                "DistributionList": {
7221                    "target": "com.amazonaws.cloudfront#DistributionList",
7222                    "traits": {
7223                        "smithy.api#documentation": "<p>The <code>DistributionList</code> type. </p>",
7224                        "smithy.api#httpPayload": {}
7225                    }
7226                }
7227            },
7228            "traits": {
7229                "smithy.api#documentation": "<p>The returned result of the corresponding request. </p>"
7230            }
7231        },
7232        "com.amazonaws.cloudfront#ListFieldLevelEncryptionConfigs": {
7233            "type": "operation",
7234            "input": {
7235                "target": "com.amazonaws.cloudfront#ListFieldLevelEncryptionConfigsRequest"
7236            },
7237            "output": {
7238                "target": "com.amazonaws.cloudfront#ListFieldLevelEncryptionConfigsResult"
7239            },
7240            "errors": [
7241                {
7242                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7243                }
7244            ],
7245            "traits": {
7246                "smithy.api#documentation": "<p>List all field-level encryption configurations that have been created in CloudFront for this account.</p>",
7247                "smithy.api#http": {
7248                    "method": "GET",
7249                    "uri": "/2020-05-31/field-level-encryption",
7250                    "code": 200
7251                }
7252            }
7253        },
7254        "com.amazonaws.cloudfront#ListFieldLevelEncryptionConfigsRequest": {
7255            "type": "structure",
7256            "members": {
7257                "Marker": {
7258                    "target": "com.amazonaws.cloudfront#string",
7259                    "traits": {
7260                        "smithy.api#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 \n\t\t\toccur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the \n\t\t\t<code>NextMarker</code> from the current page's response (which is also the ID of the last configuration on that page). </p>",
7261                        "smithy.api#httpQuery": "Marker"
7262                    }
7263                },
7264                "MaxItems": {
7265                    "target": "smithy.api#Integer",
7266                    "traits": {
7267                        "smithy.api#documentation": "<p>The maximum number of field-level encryption configurations you want in the response body. </p>",
7268                        "smithy.api#httpQuery": "MaxItems"
7269                    }
7270                }
7271            }
7272        },
7273        "com.amazonaws.cloudfront#ListFieldLevelEncryptionConfigsResult": {
7274            "type": "structure",
7275            "members": {
7276                "FieldLevelEncryptionList": {
7277                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionList",
7278                    "traits": {
7279                        "smithy.api#documentation": "<p>Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.</p>",
7280                        "smithy.api#httpPayload": {}
7281                    }
7282                }
7283            }
7284        },
7285        "com.amazonaws.cloudfront#ListFieldLevelEncryptionProfiles": {
7286            "type": "operation",
7287            "input": {
7288                "target": "com.amazonaws.cloudfront#ListFieldLevelEncryptionProfilesRequest"
7289            },
7290            "output": {
7291                "target": "com.amazonaws.cloudfront#ListFieldLevelEncryptionProfilesResult"
7292            },
7293            "errors": [
7294                {
7295                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7296                }
7297            ],
7298            "traits": {
7299                "smithy.api#documentation": "<p>Request a list of field-level encryption profiles that have been created in CloudFront for this account.</p>",
7300                "smithy.api#http": {
7301                    "method": "GET",
7302                    "uri": "/2020-05-31/field-level-encryption-profile",
7303                    "code": 200
7304                }
7305            }
7306        },
7307        "com.amazonaws.cloudfront#ListFieldLevelEncryptionProfilesRequest": {
7308            "type": "structure",
7309            "members": {
7310                "Marker": {
7311                    "target": "com.amazonaws.cloudfront#string",
7312                    "traits": {
7313                        "smithy.api#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 \n\t\t\toccur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the \n\t\t\t<code>NextMarker</code> from the current page's response (which is also the ID of the last profile on that page). </p>",
7314                        "smithy.api#httpQuery": "Marker"
7315                    }
7316                },
7317                "MaxItems": {
7318                    "target": "smithy.api#Integer",
7319                    "traits": {
7320                        "smithy.api#documentation": "<p>The maximum number of field-level encryption profiles you want in the response body. </p>",
7321                        "smithy.api#httpQuery": "MaxItems"
7322                    }
7323                }
7324            }
7325        },
7326        "com.amazonaws.cloudfront#ListFieldLevelEncryptionProfilesResult": {
7327            "type": "structure",
7328            "members": {
7329                "FieldLevelEncryptionProfileList": {
7330                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileList",
7331                    "traits": {
7332                        "smithy.api#documentation": "<p>Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.</p>",
7333                        "smithy.api#httpPayload": {}
7334                    }
7335                }
7336            }
7337        },
7338        "com.amazonaws.cloudfront#ListInvalidations": {
7339            "type": "operation",
7340            "input": {
7341                "target": "com.amazonaws.cloudfront#ListInvalidationsRequest"
7342            },
7343            "output": {
7344                "target": "com.amazonaws.cloudfront#ListInvalidationsResult"
7345            },
7346            "errors": [
7347                {
7348                    "target": "com.amazonaws.cloudfront#AccessDenied"
7349                },
7350                {
7351                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7352                },
7353                {
7354                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
7355                }
7356            ],
7357            "traits": {
7358                "smithy.api#documentation": "<p>Lists invalidation batches. </p>",
7359                "smithy.api#http": {
7360                    "method": "GET",
7361                    "uri": "/2020-05-31/distribution/{DistributionId}/invalidation",
7362                    "code": 200
7363                },
7364                "smithy.api#paginated": {
7365                    "inputToken": "Marker",
7366                    "outputToken": "InvalidationList.NextMarker",
7367                    "items": "InvalidationList.Items",
7368                    "pageSize": "MaxItems"
7369                }
7370            }
7371        },
7372        "com.amazonaws.cloudfront#ListInvalidationsRequest": {
7373            "type": "structure",
7374            "members": {
7375                "DistributionId": {
7376                    "target": "com.amazonaws.cloudfront#string",
7377                    "traits": {
7378                        "smithy.api#documentation": "<p>The distribution's ID.</p>",
7379                        "smithy.api#httpLabel": {},
7380                        "smithy.api#required": {}
7381                    }
7382                },
7383                "Marker": {
7384                    "target": "com.amazonaws.cloudfront#string",
7385                    "traits": {
7386                        "smithy.api#documentation": "<p>Use this parameter when paginating results to indicate where to begin in your list of \n\t\t\tinvalidation batches. Because the results are returned in decreasing order from most recent to \n\t\t\toldest, the most recent results are on the first page, the second page will contain earlier \n\t\t\tresults, and so on. To get the next page of results, set <code>Marker</code> to the value of \n\t\t\tthe <code>NextMarker</code> from the current page's response. This value is the same as the ID \n\t\t\tof the last invalidation batch on that page. </p>",
7387                        "smithy.api#httpQuery": "Marker"
7388                    }
7389                },
7390                "MaxItems": {
7391                    "target": "smithy.api#Integer",
7392                    "traits": {
7393                        "smithy.api#documentation": "<p>The maximum number of invalidation batches that you want in the response \n\t\t\tbody.</p>",
7394                        "smithy.api#httpQuery": "MaxItems"
7395                    }
7396                }
7397            },
7398            "traits": {
7399                "smithy.api#documentation": "<p>The request to list invalidations. </p>"
7400            }
7401        },
7402        "com.amazonaws.cloudfront#ListInvalidationsResult": {
7403            "type": "structure",
7404            "members": {
7405                "InvalidationList": {
7406                    "target": "com.amazonaws.cloudfront#InvalidationList",
7407                    "traits": {
7408                        "smithy.api#documentation": "<p>Information about invalidation batches. </p>",
7409                        "smithy.api#httpPayload": {}
7410                    }
7411                }
7412            },
7413            "traits": {
7414                "smithy.api#documentation": "<p>The returned result of the corresponding request. </p>"
7415            }
7416        },
7417        "com.amazonaws.cloudfront#ListKeyGroups": {
7418            "type": "operation",
7419            "input": {
7420                "target": "com.amazonaws.cloudfront#ListKeyGroupsRequest"
7421            },
7422            "output": {
7423                "target": "com.amazonaws.cloudfront#ListKeyGroupsResult"
7424            },
7425            "errors": [
7426                {
7427                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7428                }
7429            ],
7430            "traits": {
7431                "smithy.api#documentation": "<p>Gets a list of key groups.</p>\n\t\t       <p>You can optionally specify the maximum number of items to receive in the response. If\n\t\t\tthe total number of items in the list exceeds the maximum that you specify, or the\n\t\t\tdefault maximum, the response is paginated. To get the next page of items, send a\n\t\t\tsubsequent request that specifies the <code>NextMarker</code> value from the current\n\t\t\tresponse as the <code>Marker</code> value in the subsequent request.</p>",
7432                "smithy.api#http": {
7433                    "method": "GET",
7434                    "uri": "/2020-05-31/key-group",
7435                    "code": 200
7436                }
7437            }
7438        },
7439        "com.amazonaws.cloudfront#ListKeyGroupsRequest": {
7440            "type": "structure",
7441            "members": {
7442                "Marker": {
7443                    "target": "com.amazonaws.cloudfront#string",
7444                    "traits": {
7445                        "smithy.api#documentation": "<p>Use this field when paginating results to indicate where to begin in your list of key\n\t\t\tgroups. The response includes key groups in the list that occur after the marker. To get\n\t\t\tthe next page of the list, set this field’s value to the value of\n\t\t\t<code>NextMarker</code> from the current page’s response.</p>",
7446                        "smithy.api#httpQuery": "Marker"
7447                    }
7448                },
7449                "MaxItems": {
7450                    "target": "smithy.api#Integer",
7451                    "traits": {
7452                        "smithy.api#documentation": "<p>The maximum number of key groups that you want in the response.</p>",
7453                        "smithy.api#httpQuery": "MaxItems"
7454                    }
7455                }
7456            }
7457        },
7458        "com.amazonaws.cloudfront#ListKeyGroupsResult": {
7459            "type": "structure",
7460            "members": {
7461                "KeyGroupList": {
7462                    "target": "com.amazonaws.cloudfront#KeyGroupList",
7463                    "traits": {
7464                        "smithy.api#documentation": "<p>A list of key groups.</p>",
7465                        "smithy.api#httpPayload": {}
7466                    }
7467                }
7468            }
7469        },
7470        "com.amazonaws.cloudfront#ListOriginRequestPolicies": {
7471            "type": "operation",
7472            "input": {
7473                "target": "com.amazonaws.cloudfront#ListOriginRequestPoliciesRequest"
7474            },
7475            "output": {
7476                "target": "com.amazonaws.cloudfront#ListOriginRequestPoliciesResult"
7477            },
7478            "errors": [
7479                {
7480                    "target": "com.amazonaws.cloudfront#AccessDenied"
7481                },
7482                {
7483                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7484                },
7485                {
7486                    "target": "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy"
7487                }
7488            ],
7489            "traits": {
7490                "smithy.api#documentation": "<p>Gets a list of origin request policies.</p>\n\t\t       <p>You can optionally apply a filter to return only the managed policies created by AWS, or\n\t\t\tonly the custom policies created in your AWS account.</p>\n\t\t       <p>You can optionally specify the maximum number of items to receive in the response. If\n\t\t\tthe total number of items in the list exceeds the maximum that you specify, or the\n\t\t\tdefault maximum, the response is paginated. To get the next page of items, send a\n\t\t\tsubsequent request that specifies the <code>NextMarker</code> value from the current\n\t\t\tresponse as the <code>Marker</code> value in the subsequent request.</p>",
7491                "smithy.api#http": {
7492                    "method": "GET",
7493                    "uri": "/2020-05-31/origin-request-policy",
7494                    "code": 200
7495                }
7496            }
7497        },
7498        "com.amazonaws.cloudfront#ListOriginRequestPoliciesRequest": {
7499            "type": "structure",
7500            "members": {
7501                "Type": {
7502                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyType",
7503                    "traits": {
7504                        "smithy.api#documentation": "<p>A filter to return only the specified kinds of origin request policies. Valid values\n\t\t\tare:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>managed</code> – Returns only the managed policies created by AWS.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>custom</code> – Returns only the custom policies created in your AWS\n\t\t\t\t\taccount.</p>\n\t\t\t         </li>\n         </ul>",
7505                        "smithy.api#httpQuery": "Type"
7506                    }
7507                },
7508                "Marker": {
7509                    "target": "com.amazonaws.cloudfront#string",
7510                    "traits": {
7511                        "smithy.api#documentation": "<p>Use this field when paginating results to indicate where to begin in your list of\n\t\t\torigin request policies. The response includes origin request policies in the list that\n\t\t\toccur after the marker. To get the next page of the list, set this field’s value to the\n\t\t\tvalue of <code>NextMarker</code> from the current page’s response.</p>",
7512                        "smithy.api#httpQuery": "Marker"
7513                    }
7514                },
7515                "MaxItems": {
7516                    "target": "smithy.api#Integer",
7517                    "traits": {
7518                        "smithy.api#documentation": "<p>The maximum number of origin request policies that you want in the response.</p>",
7519                        "smithy.api#httpQuery": "MaxItems"
7520                    }
7521                }
7522            }
7523        },
7524        "com.amazonaws.cloudfront#ListOriginRequestPoliciesResult": {
7525            "type": "structure",
7526            "members": {
7527                "OriginRequestPolicyList": {
7528                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyList",
7529                    "traits": {
7530                        "smithy.api#documentation": "<p>A list of origin request policies.</p>",
7531                        "smithy.api#httpPayload": {}
7532                    }
7533                }
7534            }
7535        },
7536        "com.amazonaws.cloudfront#ListPublicKeys": {
7537            "type": "operation",
7538            "input": {
7539                "target": "com.amazonaws.cloudfront#ListPublicKeysRequest"
7540            },
7541            "output": {
7542                "target": "com.amazonaws.cloudfront#ListPublicKeysResult"
7543            },
7544            "errors": [
7545                {
7546                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7547                }
7548            ],
7549            "traits": {
7550                "smithy.api#documentation": "<p>List all public keys that have been added to CloudFront for this account.</p>",
7551                "smithy.api#http": {
7552                    "method": "GET",
7553                    "uri": "/2020-05-31/public-key",
7554                    "code": 200
7555                }
7556            }
7557        },
7558        "com.amazonaws.cloudfront#ListPublicKeysRequest": {
7559            "type": "structure",
7560            "members": {
7561                "Marker": {
7562                    "target": "com.amazonaws.cloudfront#string",
7563                    "traits": {
7564                        "smithy.api#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 \n\t\t\toccur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the \n\t\t\t<code>NextMarker</code> from the current page's response (which is also the ID of the last public key on that page). </p>",
7565                        "smithy.api#httpQuery": "Marker"
7566                    }
7567                },
7568                "MaxItems": {
7569                    "target": "smithy.api#Integer",
7570                    "traits": {
7571                        "smithy.api#documentation": "<p>The maximum number of public keys you want in the response body. </p>",
7572                        "smithy.api#httpQuery": "MaxItems"
7573                    }
7574                }
7575            }
7576        },
7577        "com.amazonaws.cloudfront#ListPublicKeysResult": {
7578            "type": "structure",
7579            "members": {
7580                "PublicKeyList": {
7581                    "target": "com.amazonaws.cloudfront#PublicKeyList",
7582                    "traits": {
7583                        "smithy.api#documentation": "<p>Returns a list of all public keys that have been added to CloudFront for this account.</p>",
7584                        "smithy.api#httpPayload": {}
7585                    }
7586                }
7587            }
7588        },
7589        "com.amazonaws.cloudfront#ListRealtimeLogConfigs": {
7590            "type": "operation",
7591            "input": {
7592                "target": "com.amazonaws.cloudfront#ListRealtimeLogConfigsRequest"
7593            },
7594            "output": {
7595                "target": "com.amazonaws.cloudfront#ListRealtimeLogConfigsResult"
7596            },
7597            "errors": [
7598                {
7599                    "target": "com.amazonaws.cloudfront#AccessDenied"
7600                },
7601                {
7602                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7603                },
7604                {
7605                    "target": "com.amazonaws.cloudfront#NoSuchRealtimeLogConfig"
7606                }
7607            ],
7608            "traits": {
7609                "smithy.api#documentation": "<p>Gets a list of real-time log configurations.</p>\n\t\t       <p>You can optionally specify the maximum number of items to receive in the response. If\n\t\t\tthe total number of items in the list exceeds the maximum that you specify, or the\n\t\t\tdefault maximum, the response is paginated. To get the next page of items, send a\n\t\t\tsubsequent request that specifies the <code>NextMarker</code> value from the current\n\t\t\tresponse as the <code>Marker</code> value in the subsequent request. </p>",
7610                "smithy.api#http": {
7611                    "method": "GET",
7612                    "uri": "/2020-05-31/realtime-log-config",
7613                    "code": 200
7614                }
7615            }
7616        },
7617        "com.amazonaws.cloudfront#ListRealtimeLogConfigsRequest": {
7618            "type": "structure",
7619            "members": {
7620                "MaxItems": {
7621                    "target": "smithy.api#Integer",
7622                    "traits": {
7623                        "smithy.api#documentation": "<p>The maximum number of real-time log configurations that you want in the response.</p>",
7624                        "smithy.api#httpQuery": "MaxItems"
7625                    }
7626                },
7627                "Marker": {
7628                    "target": "com.amazonaws.cloudfront#string",
7629                    "traits": {
7630                        "smithy.api#documentation": "<p>Use this field when paginating results to indicate where to begin in your list of real-time\n\t\t\tlog configurations. The response includes real-time log configurations in the list that\n\t\t\toccur after the marker. To get the next page of the list, set this field’s value to the\n\t\t\tvalue of <code>NextMarker</code> from the current page’s response.</p>",
7631                        "smithy.api#httpQuery": "Marker"
7632                    }
7633                }
7634            }
7635        },
7636        "com.amazonaws.cloudfront#ListRealtimeLogConfigsResult": {
7637            "type": "structure",
7638            "members": {
7639                "RealtimeLogConfigs": {
7640                    "target": "com.amazonaws.cloudfront#RealtimeLogConfigs",
7641                    "traits": {
7642                        "smithy.api#documentation": "<p>A list of real-time log configurations.</p>",
7643                        "smithy.api#httpPayload": {}
7644                    }
7645                }
7646            }
7647        },
7648        "com.amazonaws.cloudfront#ListStreamingDistributions": {
7649            "type": "operation",
7650            "input": {
7651                "target": "com.amazonaws.cloudfront#ListStreamingDistributionsRequest"
7652            },
7653            "output": {
7654                "target": "com.amazonaws.cloudfront#ListStreamingDistributionsResult"
7655            },
7656            "errors": [
7657                {
7658                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7659                }
7660            ],
7661            "traits": {
7662                "smithy.api#documentation": "<p>List streaming distributions. </p>",
7663                "smithy.api#http": {
7664                    "method": "GET",
7665                    "uri": "/2020-05-31/streaming-distribution",
7666                    "code": 200
7667                },
7668                "smithy.api#paginated": {
7669                    "inputToken": "Marker",
7670                    "outputToken": "StreamingDistributionList.NextMarker",
7671                    "items": "StreamingDistributionList.Items",
7672                    "pageSize": "MaxItems"
7673                }
7674            }
7675        },
7676        "com.amazonaws.cloudfront#ListStreamingDistributionsRequest": {
7677            "type": "structure",
7678            "members": {
7679                "Marker": {
7680                    "target": "com.amazonaws.cloudfront#string",
7681                    "traits": {
7682                        "smithy.api#documentation": "<p>The value that you provided for the <code>Marker</code> request parameter.</p>",
7683                        "smithy.api#httpQuery": "Marker"
7684                    }
7685                },
7686                "MaxItems": {
7687                    "target": "smithy.api#Integer",
7688                    "traits": {
7689                        "smithy.api#documentation": "<p>The value that you provided for the <code>MaxItems</code> request parameter.</p>",
7690                        "smithy.api#httpQuery": "MaxItems"
7691                    }
7692                }
7693            },
7694            "traits": {
7695                "smithy.api#documentation": "<p>The request to list your streaming distributions. </p>"
7696            }
7697        },
7698        "com.amazonaws.cloudfront#ListStreamingDistributionsResult": {
7699            "type": "structure",
7700            "members": {
7701                "StreamingDistributionList": {
7702                    "target": "com.amazonaws.cloudfront#StreamingDistributionList",
7703                    "traits": {
7704                        "smithy.api#documentation": "<p>The <code>StreamingDistributionList</code> type. </p>",
7705                        "smithy.api#httpPayload": {}
7706                    }
7707                }
7708            },
7709            "traits": {
7710                "smithy.api#documentation": "<p>The returned result of the corresponding request. </p>"
7711            }
7712        },
7713        "com.amazonaws.cloudfront#ListTagsForResource": {
7714            "type": "operation",
7715            "input": {
7716                "target": "com.amazonaws.cloudfront#ListTagsForResourceRequest"
7717            },
7718            "output": {
7719                "target": "com.amazonaws.cloudfront#ListTagsForResourceResult"
7720            },
7721            "errors": [
7722                {
7723                    "target": "com.amazonaws.cloudfront#AccessDenied"
7724                },
7725                {
7726                    "target": "com.amazonaws.cloudfront#InvalidArgument"
7727                },
7728                {
7729                    "target": "com.amazonaws.cloudfront#InvalidTagging"
7730                },
7731                {
7732                    "target": "com.amazonaws.cloudfront#NoSuchResource"
7733                }
7734            ],
7735            "traits": {
7736                "smithy.api#documentation": "<p>List tags for a CloudFront resource.</p>",
7737                "smithy.api#http": {
7738                    "method": "GET",
7739                    "uri": "/2020-05-31/tagging",
7740                    "code": 200
7741                }
7742            }
7743        },
7744        "com.amazonaws.cloudfront#ListTagsForResourceRequest": {
7745            "type": "structure",
7746            "members": {
7747                "Resource": {
7748                    "target": "com.amazonaws.cloudfront#ResourceARN",
7749                    "traits": {
7750                        "smithy.api#documentation": "<p> An ARN of a CloudFront resource.</p>",
7751                        "smithy.api#httpQuery": "Resource",
7752                        "smithy.api#required": {}
7753                    }
7754                }
7755            },
7756            "traits": {
7757                "smithy.api#documentation": "<p> The request to list tags for a CloudFront resource.</p>"
7758            }
7759        },
7760        "com.amazonaws.cloudfront#ListTagsForResourceResult": {
7761            "type": "structure",
7762            "members": {
7763                "Tags": {
7764                    "target": "com.amazonaws.cloudfront#Tags",
7765                    "traits": {
7766                        "smithy.api#documentation": "<p> A complex type that contains zero or more <code>Tag</code> elements.</p>",
7767                        "smithy.api#httpPayload": {},
7768                        "smithy.api#required": {}
7769                    }
7770                }
7771            },
7772            "traits": {
7773                "smithy.api#documentation": "<p> The returned result of the corresponding request.</p>"
7774            }
7775        },
7776        "com.amazonaws.cloudfront#LocationList": {
7777            "type": "list",
7778            "member": {
7779                "target": "com.amazonaws.cloudfront#string",
7780                "traits": {
7781                    "smithy.api#xmlName": "Location"
7782                }
7783            }
7784        },
7785        "com.amazonaws.cloudfront#LoggingConfig": {
7786            "type": "structure",
7787            "members": {
7788                "Enabled": {
7789                    "target": "com.amazonaws.cloudfront#boolean",
7790                    "traits": {
7791                        "smithy.api#documentation": "<p>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't \n\t\t\twant to enable logging when you create a distribution or if you want to disable logging for an \n\t\t\texisting distribution, specify <code>false</code> for <code>Enabled</code>, and specify empty \n\t\t\t\t<code>Bucket</code> and <code>Prefix</code> elements. If you specify <code>false</code> for \n\t\t\t\t<code>Enabled</code> but you specify values for <code>Bucket</code>, <code>prefix</code>, \n\t\t\tand <code>IncludeCookies</code>, the values are automatically deleted.</p>",
7792                        "smithy.api#required": {}
7793                    }
7794                },
7795                "IncludeCookies": {
7796                    "target": "com.amazonaws.cloudfront#boolean",
7797                    "traits": {
7798                        "smithy.api#documentation": "<p>Specifies whether you want CloudFront to include cookies in access logs, specify \n\t\t\t\t<code>true</code> for <code>IncludeCookies</code>. If you choose to include cookies in logs, \n\t\t\tCloudFront logs all cookies regardless of how you configure the cache behaviors for this \n\t\t\tdistribution. If you don't want to include cookies when you create a distribution or if you \n\t\t\twant to disable include cookies for an existing distribution, specify <code>false</code> for \n\t\t\t\t<code>IncludeCookies</code>.</p>",
7799                        "smithy.api#required": {}
7800                    }
7801                },
7802                "Bucket": {
7803                    "target": "com.amazonaws.cloudfront#string",
7804                    "traits": {
7805                        "smithy.api#documentation": "<p>The Amazon S3 bucket to store the access logs in, for example, \n\t\t\t\t<code>myawslogbucket.s3.amazonaws.com</code>.</p>",
7806                        "smithy.api#required": {}
7807                    }
7808                },
7809                "Prefix": {
7810                    "target": "com.amazonaws.cloudfront#string",
7811                    "traits": {
7812                        "smithy.api#documentation": "<p>An optional string that you want CloudFront to prefix to the access log \n\t\t\t\t<code>filenames</code> for this distribution, for example, <code>myprefix/</code>. If you \n\t\t\twant to enable logging, but you don't want to specify a prefix, you still must include an \n\t\t\tempty <code>Prefix</code> element in the <code>Logging</code> element.</p>",
7813                        "smithy.api#required": {}
7814                    }
7815                }
7816            },
7817            "traits": {
7818                "smithy.api#documentation": "<p>A complex type that controls whether access logs are written for the \n\t\t\tdistribution.</p>"
7819            }
7820        },
7821        "com.amazonaws.cloudfront#Method": {
7822            "type": "string",
7823            "traits": {
7824                "smithy.api#enum": [
7825                    {
7826                        "value": "GET",
7827                        "name": "GET"
7828                    },
7829                    {
7830                        "value": "HEAD",
7831                        "name": "HEAD"
7832                    },
7833                    {
7834                        "value": "POST",
7835                        "name": "POST"
7836                    },
7837                    {
7838                        "value": "PUT",
7839                        "name": "PUT"
7840                    },
7841                    {
7842                        "value": "PATCH",
7843                        "name": "PATCH"
7844                    },
7845                    {
7846                        "value": "OPTIONS",
7847                        "name": "OPTIONS"
7848                    },
7849                    {
7850                        "value": "DELETE",
7851                        "name": "DELETE"
7852                    }
7853                ]
7854            }
7855        },
7856        "com.amazonaws.cloudfront#MethodsList": {
7857            "type": "list",
7858            "member": {
7859                "target": "com.amazonaws.cloudfront#Method",
7860                "traits": {
7861                    "smithy.api#xmlName": "Method"
7862                }
7863            }
7864        },
7865        "com.amazonaws.cloudfront#MinimumProtocolVersion": {
7866            "type": "string",
7867            "traits": {
7868                "smithy.api#enum": [
7869                    {
7870                        "value": "SSLv3",
7871                        "name": "SSLv3"
7872                    },
7873                    {
7874                        "value": "TLSv1",
7875                        "name": "TLSv1"
7876                    },
7877                    {
7878                        "value": "TLSv1_2016",
7879                        "name": "TLSv1_2016"
7880                    },
7881                    {
7882                        "value": "TLSv1.1_2016",
7883                        "name": "TLSv1_1_2016"
7884                    },
7885                    {
7886                        "value": "TLSv1.2_2018",
7887                        "name": "TLSv1_2_2018"
7888                    },
7889                    {
7890                        "value": "TLSv1.2_2019",
7891                        "name": "TLSv1_2_2019"
7892                    }
7893                ]
7894            }
7895        },
7896        "com.amazonaws.cloudfront#MissingBody": {
7897            "type": "structure",
7898            "members": {
7899                "Message": {
7900                    "target": "com.amazonaws.cloudfront#string"
7901                }
7902            },
7903            "traits": {
7904                "smithy.api#documentation": "<p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>",
7905                "smithy.api#error": "client",
7906                "smithy.api#httpError": 400
7907            }
7908        },
7909        "com.amazonaws.cloudfront#MonitoringSubscription": {
7910            "type": "structure",
7911            "members": {
7912                "RealtimeMetricsSubscriptionConfig": {
7913                    "target": "com.amazonaws.cloudfront#RealtimeMetricsSubscriptionConfig",
7914                    "traits": {
7915                        "smithy.api#documentation": "<p>A subscription configuration for additional CloudWatch metrics.</p>"
7916                    }
7917                }
7918            },
7919            "traits": {
7920                "smithy.api#documentation": "<p>A monitoring subscription. This structure contains information about whether additional\n\t\t\tCloudWatch metrics are enabled for a given CloudFront distribution.</p>"
7921            }
7922        },
7923        "com.amazonaws.cloudfront#NoSuchCachePolicy": {
7924            "type": "structure",
7925            "members": {
7926                "Message": {
7927                    "target": "com.amazonaws.cloudfront#string"
7928                }
7929            },
7930            "traits": {
7931                "smithy.api#documentation": "<p>The cache policy does not exist.</p>",
7932                "smithy.api#error": "client",
7933                "smithy.api#httpError": 404
7934            }
7935        },
7936        "com.amazonaws.cloudfront#NoSuchCloudFrontOriginAccessIdentity": {
7937            "type": "structure",
7938            "members": {
7939                "Message": {
7940                    "target": "com.amazonaws.cloudfront#string"
7941                }
7942            },
7943            "traits": {
7944                "smithy.api#documentation": "<p>The specified origin access identity does not exist.</p>",
7945                "smithy.api#error": "client",
7946                "smithy.api#httpError": 404
7947            }
7948        },
7949        "com.amazonaws.cloudfront#NoSuchDistribution": {
7950            "type": "structure",
7951            "members": {
7952                "Message": {
7953                    "target": "com.amazonaws.cloudfront#string"
7954                }
7955            },
7956            "traits": {
7957                "smithy.api#documentation": "<p>The specified distribution does not exist.</p>",
7958                "smithy.api#error": "client",
7959                "smithy.api#httpError": 404
7960            }
7961        },
7962        "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionConfig": {
7963            "type": "structure",
7964            "members": {
7965                "Message": {
7966                    "target": "com.amazonaws.cloudfront#string"
7967                }
7968            },
7969            "traits": {
7970                "smithy.api#documentation": "<p>The specified configuration for field-level encryption doesn't exist.</p>",
7971                "smithy.api#error": "client",
7972                "smithy.api#httpError": 404
7973            }
7974        },
7975        "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionProfile": {
7976            "type": "structure",
7977            "members": {
7978                "Message": {
7979                    "target": "com.amazonaws.cloudfront#string"
7980                }
7981            },
7982            "traits": {
7983                "smithy.api#documentation": "<p>The specified profile for field-level encryption doesn't exist.</p>",
7984                "smithy.api#error": "client",
7985                "smithy.api#httpError": 404
7986            }
7987        },
7988        "com.amazonaws.cloudfront#NoSuchInvalidation": {
7989            "type": "structure",
7990            "members": {
7991                "Message": {
7992                    "target": "com.amazonaws.cloudfront#string"
7993                }
7994            },
7995            "traits": {
7996                "smithy.api#documentation": "<p>The specified invalidation does not exist.</p>",
7997                "smithy.api#error": "client",
7998                "smithy.api#httpError": 404
7999            }
8000        },
8001        "com.amazonaws.cloudfront#NoSuchOrigin": {
8002            "type": "structure",
8003            "members": {
8004                "Message": {
8005                    "target": "com.amazonaws.cloudfront#string"
8006                }
8007            },
8008            "traits": {
8009                "smithy.api#documentation": "<p>No origin exists with the specified <code>Origin Id</code>. </p>",
8010                "smithy.api#error": "client",
8011                "smithy.api#httpError": 404
8012            }
8013        },
8014        "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy": {
8015            "type": "structure",
8016            "members": {
8017                "Message": {
8018                    "target": "com.amazonaws.cloudfront#string"
8019                }
8020            },
8021            "traits": {
8022                "smithy.api#documentation": "<p>The origin request policy does not exist.</p>",
8023                "smithy.api#error": "client",
8024                "smithy.api#httpError": 404
8025            }
8026        },
8027        "com.amazonaws.cloudfront#NoSuchPublicKey": {
8028            "type": "structure",
8029            "members": {
8030                "Message": {
8031                    "target": "com.amazonaws.cloudfront#string"
8032                }
8033            },
8034            "traits": {
8035                "smithy.api#documentation": "<p>The specified public key doesn't exist.</p>",
8036                "smithy.api#error": "client",
8037                "smithy.api#httpError": 404
8038            }
8039        },
8040        "com.amazonaws.cloudfront#NoSuchRealtimeLogConfig": {
8041            "type": "structure",
8042            "members": {
8043                "Message": {
8044                    "target": "com.amazonaws.cloudfront#string"
8045                }
8046            },
8047            "traits": {
8048                "smithy.api#documentation": "<p>The real-time log configuration does not exist.</p>",
8049                "smithy.api#error": "client",
8050                "smithy.api#httpError": 404
8051            }
8052        },
8053        "com.amazonaws.cloudfront#NoSuchResource": {
8054            "type": "structure",
8055            "members": {
8056                "Message": {
8057                    "target": "com.amazonaws.cloudfront#string"
8058                }
8059            },
8060            "traits": {
8061                "smithy.api#documentation": "<p>A resource that was specified is not valid.</p>",
8062                "smithy.api#error": "client",
8063                "smithy.api#httpError": 404
8064            }
8065        },
8066        "com.amazonaws.cloudfront#NoSuchStreamingDistribution": {
8067            "type": "structure",
8068            "members": {
8069                "Message": {
8070                    "target": "com.amazonaws.cloudfront#string"
8071                }
8072            },
8073            "traits": {
8074                "smithy.api#documentation": "<p>The specified streaming distribution does not exist.</p>",
8075                "smithy.api#error": "client",
8076                "smithy.api#httpError": 404
8077            }
8078        },
8079        "com.amazonaws.cloudfront#Origin": {
8080            "type": "structure",
8081            "members": {
8082                "Id": {
8083                    "target": "com.amazonaws.cloudfront#string",
8084                    "traits": {
8085                        "smithy.api#documentation": "<p>A unique identifier for the origin. This value must be unique within the\n\t\t\tdistribution.</p>\n        <p>Use this value to specify the <code>TargetOriginId</code> in a\n            <code>CacheBehavior</code> or <code>DefaultCacheBehavior</code>.</p>",
8086                        "smithy.api#required": {}
8087                    }
8088                },
8089                "DomainName": {
8090                    "target": "com.amazonaws.cloudfront#string",
8091                    "traits": {
8092                        "smithy.api#documentation": "<p>The domain name for the origin.</p>\n\t\t       <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>",
8093                        "smithy.api#required": {}
8094                    }
8095                },
8096                "OriginPath": {
8097                    "target": "com.amazonaws.cloudfront#string",
8098                    "traits": {
8099                        "smithy.api#documentation": "<p>An optional path that CloudFront appends to the origin domain name when CloudFront requests content from\n\t\t\tthe origin.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
8100                    }
8101                },
8102                "CustomHeaders": {
8103                    "target": "com.amazonaws.cloudfront#CustomHeaders",
8104                    "traits": {
8105                        "smithy.api#documentation": "<p>A list of HTTP header names and values that CloudFront adds to the requests that it sends to\n            the origin.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
8106                    }
8107                },
8108                "S3OriginConfig": {
8109                    "target": "com.amazonaws.cloudfront#S3OriginConfig",
8110                    "traits": {
8111                        "smithy.api#documentation": "<p>Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static\n\t\t\twebsite hosting. To specify any other type of origin, including an Amazon S3 bucket that is\n\t\t\tconfigured with static website hosting, use the <code>CustomOriginConfig</code> type\n\t\t\tinstead.</p>"
8112                    }
8113                },
8114                "CustomOriginConfig": {
8115                    "target": "com.amazonaws.cloudfront#CustomOriginConfig",
8116                    "traits": {
8117                        "smithy.api#documentation": "<p>Use this type to specify an origin that is not an Amazon S3 bucket, with one exception. If the\n\t\t\tAmazon S3 bucket is configured with static website hosting, use this type. If the Amazon S3 bucket\n\t\t\tis not configured with static website hosting, use the <code>S3OriginConfig</code> type\n\t\t\tinstead.</p>"
8118                    }
8119                },
8120                "ConnectionAttempts": {
8121                    "target": "com.amazonaws.cloudfront#integer",
8122                    "traits": {
8123                        "smithy.api#documentation": "<p>The number of times that CloudFront attempts to connect to the origin. The minimum number\n            is 1, the maximum is 3, and the default (if you don’t specify otherwise) is 3.</p>\n        <p>For a custom origin (including an Amazon S3 bucket that’s configured with static\n            website hosting), this value also specifies the number of times that CloudFront attempts to\n            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>\n        <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
8124                    }
8125                },
8126                "ConnectionTimeout": {
8127                    "target": "com.amazonaws.cloudfront#integer",
8128                    "traits": {
8129                        "smithy.api#documentation": "<p>The number of seconds that CloudFront waits when trying to establish a connection to the origin.\n\t\t\tThe minimum timeout is 1 second, the maximum is 10 seconds, and the default (if you\n\t\t\tdon’t specify otherwise) is 10 seconds.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
8130                    }
8131                },
8132                "OriginShield": {
8133                    "target": "com.amazonaws.cloudfront#OriginShield",
8134                    "traits": {
8135                        "smithy.api#documentation": "<p>CloudFront Origin Shield. Using Origin Shield can help reduce the load on your\n            origin.</p>\n\t\t       <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>"
8136                    }
8137                }
8138            },
8139            "traits": {
8140                "smithy.api#documentation": "<p>An origin.</p>\n\t\t       <p>An origin is the location where content is stored, and from which CloudFront gets content to\n\t\t\tserve to viewers. To specify an origin:</p>\n\t\t       <ul>\n            <li>\n                <p>Use <code>S3OriginConfig</code> to specify an Amazon S3 bucket that is not\n\t\t\t\t\tconfigured with static website hosting.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Use <code>CustomOriginConfig</code> to specify all other kinds of origins,\n\t\t\t\t\tincluding:</p>\n\t\t\t\t           <ul>\n                  <li>\n\t\t\t\t\t\t               <p>An Amazon S3 bucket that is configured with static website hosting</p>\n\t\t\t\t\t             </li>\n                  <li>\n\t\t\t\t\t\t               <p>An Elastic Load Balancing load balancer</p>\n\t\t\t\t\t             </li>\n                  <li>\n\t\t\t\t\t\t               <p>An AWS Elemental MediaPackage endpoint</p>\n\t\t\t\t\t             </li>\n                  <li>\n\t\t\t\t\t\t               <p>An AWS Elemental MediaStore container</p>\n\t\t\t\t\t             </li>\n                  <li>\n\t\t\t\t\t\t               <p>Any other HTTP server, running on an Amazon EC2 instance or any other\n\t\t\t\t\t\t\tkind of host</p>\n\t\t\t\t\t             </li>\n               </ul>\n\t\t\t         </li>\n         </ul> \n\t\t       <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>\n\t\t\t(quotas were formerly referred to as limits).</p>"
8141            }
8142        },
8143        "com.amazonaws.cloudfront#OriginCustomHeader": {
8144            "type": "structure",
8145            "members": {
8146                "HeaderName": {
8147                    "target": "com.amazonaws.cloudfront#string",
8148                    "traits": {
8149                        "smithy.api#documentation": "<p>The name of a header that you want CloudFront to send to your origin. For more information, see\n\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/forward-custom-headers.html\">Adding Custom\n\t\t\tHeaders to Origin Requests</a> in the <i> Amazon CloudFront Developer Guide</i>.</p>",
8150                        "smithy.api#required": {}
8151                    }
8152                },
8153                "HeaderValue": {
8154                    "target": "com.amazonaws.cloudfront#string",
8155                    "traits": {
8156                        "smithy.api#documentation": "<p>The value for the header that you specified in the <code>HeaderName</code> \n\t\t\tfield.</p>",
8157                        "smithy.api#required": {}
8158                    }
8159                }
8160            },
8161            "traits": {
8162                "smithy.api#documentation": "<p>A complex type that contains <code>HeaderName</code> and <code>HeaderValue</code> \n\t\t\telements, if any, for this distribution. </p>"
8163            }
8164        },
8165        "com.amazonaws.cloudfront#OriginCustomHeadersList": {
8166            "type": "list",
8167            "member": {
8168                "target": "com.amazonaws.cloudfront#OriginCustomHeader",
8169                "traits": {
8170                    "smithy.api#xmlName": "OriginCustomHeader"
8171                }
8172            }
8173        },
8174        "com.amazonaws.cloudfront#OriginGroup": {
8175            "type": "structure",
8176            "members": {
8177                "Id": {
8178                    "target": "com.amazonaws.cloudfront#string",
8179                    "traits": {
8180                        "smithy.api#documentation": "<p>The origin group's ID.</p>",
8181                        "smithy.api#required": {}
8182                    }
8183                },
8184                "FailoverCriteria": {
8185                    "target": "com.amazonaws.cloudfront#OriginGroupFailoverCriteria",
8186                    "traits": {
8187                        "smithy.api#documentation": "<p>A complex type that contains information about the failover criteria for an origin group.</p>",
8188                        "smithy.api#required": {}
8189                    }
8190                },
8191                "Members": {
8192                    "target": "com.amazonaws.cloudfront#OriginGroupMembers",
8193                    "traits": {
8194                        "smithy.api#documentation": "<p>A complex type that contains information about the origins in an origin group.</p>",
8195                        "smithy.api#required": {}
8196                    }
8197                }
8198            },
8199            "traits": {
8200                "smithy.api#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.\n\t\tYou create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specifiy \n\t\tthe origin group instead of a single origin, and CloudFront will failover from the primary origin to the second origin\n\t\tunder the failover conditions that you've chosen.</p>"
8201            }
8202        },
8203        "com.amazonaws.cloudfront#OriginGroupFailoverCriteria": {
8204            "type": "structure",
8205            "members": {
8206                "StatusCodes": {
8207                    "target": "com.amazonaws.cloudfront#StatusCodes",
8208                    "traits": {
8209                        "smithy.api#documentation": "<p>The status codes that, when returned from the primary origin, will trigger CloudFront to failover \n\t\tto the second origin.</p>",
8210                        "smithy.api#required": {}
8211                    }
8212                }
8213            },
8214            "traits": {
8215                "smithy.api#documentation": "<p>A complex data type that includes information about the failover criteria for an origin group, including\n\t\tthe status codes for which CloudFront will failover from the primary origin to the second origin.</p>"
8216            }
8217        },
8218        "com.amazonaws.cloudfront#OriginGroupList": {
8219            "type": "list",
8220            "member": {
8221                "target": "com.amazonaws.cloudfront#OriginGroup",
8222                "traits": {
8223                    "smithy.api#xmlName": "OriginGroup"
8224                }
8225            },
8226            "traits": {
8227                "smithy.api#documentation": "<p>List of origin groups for a distribution.</p>"
8228            }
8229        },
8230        "com.amazonaws.cloudfront#OriginGroupMember": {
8231            "type": "structure",
8232            "members": {
8233                "OriginId": {
8234                    "target": "com.amazonaws.cloudfront#string",
8235                    "traits": {
8236                        "smithy.api#documentation": "<p>The ID for an origin in an origin group.</p>",
8237                        "smithy.api#required": {}
8238                    }
8239                }
8240            },
8241            "traits": {
8242                "smithy.api#documentation": "<p>An origin in an origin group.</p>"
8243            }
8244        },
8245        "com.amazonaws.cloudfront#OriginGroupMemberList": {
8246            "type": "list",
8247            "member": {
8248                "target": "com.amazonaws.cloudfront#OriginGroupMember",
8249                "traits": {
8250                    "smithy.api#xmlName": "OriginGroupMember"
8251                }
8252            },
8253            "traits": {
8254                "smithy.api#documentation": "<p>List of origins in an origin group.</p>",
8255                "smithy.api#length": {
8256                    "min": 2,
8257                    "max": 2
8258                }
8259            }
8260        },
8261        "com.amazonaws.cloudfront#OriginGroupMembers": {
8262            "type": "structure",
8263            "members": {
8264                "Quantity": {
8265                    "target": "com.amazonaws.cloudfront#integer",
8266                    "traits": {
8267                        "smithy.api#documentation": "<p>The number of origins in an origin group.</p>",
8268                        "smithy.api#required": {}
8269                    }
8270                },
8271                "Items": {
8272                    "target": "com.amazonaws.cloudfront#OriginGroupMemberList",
8273                    "traits": {
8274                        "smithy.api#documentation": "<p>Items (origins) in an origin group.</p>",
8275                        "smithy.api#required": {}
8276                    }
8277                }
8278            },
8279            "traits": {
8280                "smithy.api#documentation": "<p>A complex data type for the origins included in an origin group.</p>"
8281            }
8282        },
8283        "com.amazonaws.cloudfront#OriginGroups": {
8284            "type": "structure",
8285            "members": {
8286                "Quantity": {
8287                    "target": "com.amazonaws.cloudfront#integer",
8288                    "traits": {
8289                        "smithy.api#documentation": "<p>The number of origin groups.</p>",
8290                        "smithy.api#required": {}
8291                    }
8292                },
8293                "Items": {
8294                    "target": "com.amazonaws.cloudfront#OriginGroupList",
8295                    "traits": {
8296                        "smithy.api#documentation": "<p>The items (origin groups) in a distribution.</p>"
8297                    }
8298                }
8299            },
8300            "traits": {
8301                "smithy.api#documentation": "<p>A complex data type for the origin groups specified for a distribution.</p>"
8302            }
8303        },
8304        "com.amazonaws.cloudfront#OriginList": {
8305            "type": "list",
8306            "member": {
8307                "target": "com.amazonaws.cloudfront#Origin",
8308                "traits": {
8309                    "smithy.api#xmlName": "Origin"
8310                }
8311            },
8312            "traits": {
8313                "smithy.api#length": {
8314                    "min": 1
8315                }
8316            }
8317        },
8318        "com.amazonaws.cloudfront#OriginProtocolPolicy": {
8319            "type": "string",
8320            "traits": {
8321                "smithy.api#enum": [
8322                    {
8323                        "value": "http-only",
8324                        "name": "http_only"
8325                    },
8326                    {
8327                        "value": "match-viewer",
8328                        "name": "match_viewer"
8329                    },
8330                    {
8331                        "value": "https-only",
8332                        "name": "https_only"
8333                    }
8334                ]
8335            }
8336        },
8337        "com.amazonaws.cloudfront#OriginRequestPolicy": {
8338            "type": "structure",
8339            "members": {
8340                "Id": {
8341                    "target": "com.amazonaws.cloudfront#string",
8342                    "traits": {
8343                        "smithy.api#documentation": "<p>The unique identifier for the origin request policy.</p>",
8344                        "smithy.api#required": {}
8345                    }
8346                },
8347                "LastModifiedTime": {
8348                    "target": "com.amazonaws.cloudfront#timestamp",
8349                    "traits": {
8350                        "smithy.api#documentation": "<p>The date and time when the origin request policy was last modified.</p>",
8351                        "smithy.api#required": {}
8352                    }
8353                },
8354                "OriginRequestPolicyConfig": {
8355                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyConfig",
8356                    "traits": {
8357                        "smithy.api#documentation": "<p>The origin request policy configuration.</p>",
8358                        "smithy.api#required": {}
8359                    }
8360                }
8361            },
8362            "traits": {
8363                "smithy.api#documentation": "<p>An origin request policy.</p>\n\t\t       <p>When it’s attached to a cache behavior, the origin request policy determines the values that\n\t\t\tCloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to\n\t\t\tthe origin includes the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The request body and the URL path (without the domain name) from the viewer\n\t\t\t\t\trequest.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The headers that CloudFront automatically includes in every origin request, including\n\t\t\t\t\t<code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>All HTTP headers, cookies, and URL query strings that are specified in the\n\t\t\t\t\tcache policy or the origin request policy. These can include items from the\n\t\t\t\t\tviewer request and, in the case of headers, additional ones that are added by\n\t\t\t\t\tCloudFront.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>CloudFront sends a request when it can’t find an object in its cache that matches the request. If\n\t\t\tyou want to send values to the origin and also include them in the cache key, use\n\t\t\t<code>CachePolicy</code>.</p>"
8364            }
8365        },
8366        "com.amazonaws.cloudfront#OriginRequestPolicyAlreadyExists": {
8367            "type": "structure",
8368            "members": {
8369                "Message": {
8370                    "target": "com.amazonaws.cloudfront#string"
8371                }
8372            },
8373            "traits": {
8374                "smithy.api#documentation": "<p>An origin request policy with this name already exists. You must provide a unique\n\t\t\tname. To modify an existing origin request policy, use\n\t\t\t<code>UpdateOriginRequestPolicy</code>.</p>",
8375                "smithy.api#error": "client",
8376                "smithy.api#httpError": 409
8377            }
8378        },
8379        "com.amazonaws.cloudfront#OriginRequestPolicyConfig": {
8380            "type": "structure",
8381            "members": {
8382                "Comment": {
8383                    "target": "com.amazonaws.cloudfront#string",
8384                    "traits": {
8385                        "smithy.api#documentation": "<p>A comment to describe the origin request policy.</p>"
8386                    }
8387                },
8388                "Name": {
8389                    "target": "com.amazonaws.cloudfront#string",
8390                    "traits": {
8391                        "smithy.api#documentation": "<p>A unique name to identify the origin request policy.</p>",
8392                        "smithy.api#required": {}
8393                    }
8394                },
8395                "HeadersConfig": {
8396                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyHeadersConfig",
8397                    "traits": {
8398                        "smithy.api#documentation": "<p>The HTTP headers to include in origin requests. These can include headers from viewer\n\t\t\trequests and additional headers added by CloudFront.</p>",
8399                        "smithy.api#required": {}
8400                    }
8401                },
8402                "CookiesConfig": {
8403                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyCookiesConfig",
8404                    "traits": {
8405                        "smithy.api#documentation": "<p>The cookies from viewer requests to include in origin requests.</p>",
8406                        "smithy.api#required": {}
8407                    }
8408                },
8409                "QueryStringsConfig": {
8410                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyQueryStringsConfig",
8411                    "traits": {
8412                        "smithy.api#documentation": "<p>The URL query strings from viewer requests to include in origin requests.</p>",
8413                        "smithy.api#required": {}
8414                    }
8415                }
8416            },
8417            "traits": {
8418                "smithy.api#documentation": "<p>An origin request policy configuration.</p>\n\t\t       <p>This configuration determines the values that CloudFront includes in requests that it sends to the\n\t\t\torigin. Each request that CloudFront sends to the origin includes the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The request body and the URL path (without the domain name) from the viewer\n\t\t\t\t\trequest.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The headers that CloudFront automatically includes in every origin request, including\n\t\t\t\t\t<code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>All HTTP headers, cookies, and URL query strings that are specified in the\n\t\t\t\t\tcache policy or the origin request policy. These can include items from the\n\t\t\t\t\tviewer request and, in the case of headers, additional ones that are added by\n\t\t\t\t\tCloudFront.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>CloudFront sends a request when it can’t find an object in its cache that matches the request. If\n\t\t\tyou want to send values to the origin and also include them in the cache key, use\n\t\t\t<code>CachePolicy</code>.</p>"
8419            }
8420        },
8421        "com.amazonaws.cloudfront#OriginRequestPolicyCookieBehavior": {
8422            "type": "string",
8423            "traits": {
8424                "smithy.api#enum": [
8425                    {
8426                        "value": "none",
8427                        "name": "none"
8428                    },
8429                    {
8430                        "value": "whitelist",
8431                        "name": "whitelist"
8432                    },
8433                    {
8434                        "value": "all",
8435                        "name": "all"
8436                    }
8437                ]
8438            }
8439        },
8440        "com.amazonaws.cloudfront#OriginRequestPolicyCookiesConfig": {
8441            "type": "structure",
8442            "members": {
8443                "CookieBehavior": {
8444                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyCookieBehavior",
8445                    "traits": {
8446                        "smithy.api#documentation": "<p>Determines whether cookies in viewer requests are included in requests that CloudFront sends to\n\t\t\tthe origin. Valid values are:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>none</code> – Cookies in viewer requests are not included in requests that CloudFront\n\t\t\t\t\tsends to the origin. Even when this field is set to <code>none</code>, any\n\t\t\t\t\tcookies that are listed in a <code>CachePolicy</code> \n                  <i>are</i>\n\t\t\t\t\tincluded in origin requests.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>whitelist</code> – The cookies in viewer requests that are listed in the\n\t\t\t\t\t<code>CookieNames</code> type are included in requests that CloudFront sends to the\n\t\t\t\t\torigin.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>all</code> – All cookies in viewer requests are included in requests that CloudFront sends\n\t\t\t\t\tto the origin.</p>\n\t\t\t         </li>\n         </ul>",
8447                        "smithy.api#required": {}
8448                    }
8449                },
8450                "Cookies": {
8451                    "target": "com.amazonaws.cloudfront#CookieNames"
8452                }
8453            },
8454            "traits": {
8455                "smithy.api#documentation": "<p>An object that determines whether any cookies in viewer requests (and if so, which cookies)\n\t\t\tare included in requests that CloudFront sends to the origin.</p>"
8456            }
8457        },
8458        "com.amazonaws.cloudfront#OriginRequestPolicyHeaderBehavior": {
8459            "type": "string",
8460            "traits": {
8461                "smithy.api#enum": [
8462                    {
8463                        "value": "none",
8464                        "name": "none"
8465                    },
8466                    {
8467                        "value": "whitelist",
8468                        "name": "whitelist"
8469                    },
8470                    {
8471                        "value": "allViewer",
8472                        "name": "allViewer"
8473                    },
8474                    {
8475                        "value": "allViewerAndWhitelistCloudFront",
8476                        "name": "allViewerAndWhitelistCloudFront"
8477                    }
8478                ]
8479            }
8480        },
8481        "com.amazonaws.cloudfront#OriginRequestPolicyHeadersConfig": {
8482            "type": "structure",
8483            "members": {
8484                "HeaderBehavior": {
8485                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyHeaderBehavior",
8486                    "traits": {
8487                        "smithy.api#documentation": "<p>Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.\n\t\t\tValid values are:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>none</code> – HTTP headers are not included in requests that CloudFront sends to the\n\t\t\t\t\torigin. Even when this field is set to <code>none</code>, any headers that are\n\t\t\t\t\tlisted in a <code>CachePolicy</code> \n                  <i>are</i> included in origin\n\t\t\t\t\trequests.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>whitelist</code> – The HTTP headers that are listed in the <code>Headers</code> type\n\t\t\t\t\tare included in requests that CloudFront sends to the origin.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>allViewer</code> – All HTTP headers in viewer requests are included in requests that\n\t\t\t\t\tCloudFront sends to the origin.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>allViewerAndWhitelistCloudFront</code> – All HTTP headers in viewer requests and the\n\t\t\t\t\tadditional CloudFront headers that are listed in the <code>Headers</code> type are\n\t\t\t\t\tincluded in requests that CloudFront sends to the origin. The additional headers are\n\t\t\t\t\tadded by CloudFront.</p>\n\t\t\t         </li>\n         </ul>",
8488                        "smithy.api#required": {}
8489                    }
8490                },
8491                "Headers": {
8492                    "target": "com.amazonaws.cloudfront#Headers"
8493                }
8494            },
8495            "traits": {
8496                "smithy.api#documentation": "<p>An object that determines whether any HTTP headers (and if so, which headers) are included\n\t\t\tin requests that CloudFront sends to the origin.</p>"
8497            }
8498        },
8499        "com.amazonaws.cloudfront#OriginRequestPolicyInUse": {
8500            "type": "structure",
8501            "members": {
8502                "Message": {
8503                    "target": "com.amazonaws.cloudfront#string"
8504                }
8505            },
8506            "traits": {
8507                "smithy.api#documentation": "<p>Cannot delete the origin request policy because it is attached to one or more cache\n\t\t\tbehaviors.</p>",
8508                "smithy.api#error": "client",
8509                "smithy.api#httpError": 409
8510            }
8511        },
8512        "com.amazonaws.cloudfront#OriginRequestPolicyList": {
8513            "type": "structure",
8514            "members": {
8515                "NextMarker": {
8516                    "target": "com.amazonaws.cloudfront#string",
8517                    "traits": {
8518                        "smithy.api#documentation": "<p>If there are more items in the list than are in this response, this element is\n\t\t\tpresent. It contains the value that you should use in the <code>Marker</code> field of a\n\t\t\tsubsequent request to continue listing origin request policies where you left\n\t\t\toff.</p>"
8519                    }
8520                },
8521                "MaxItems": {
8522                    "target": "com.amazonaws.cloudfront#integer",
8523                    "traits": {
8524                        "smithy.api#documentation": "<p>The maximum number of origin request policies requested.</p>",
8525                        "smithy.api#required": {}
8526                    }
8527                },
8528                "Quantity": {
8529                    "target": "com.amazonaws.cloudfront#integer",
8530                    "traits": {
8531                        "smithy.api#documentation": "<p>The total number of origin request policies returned in the response.</p>",
8532                        "smithy.api#required": {}
8533                    }
8534                },
8535                "Items": {
8536                    "target": "com.amazonaws.cloudfront#OriginRequestPolicySummaryList",
8537                    "traits": {
8538                        "smithy.api#documentation": "<p>Contains the origin request policies in the list.</p>"
8539                    }
8540                }
8541            },
8542            "traits": {
8543                "smithy.api#documentation": "<p>A list of origin request policies.</p>"
8544            }
8545        },
8546        "com.amazonaws.cloudfront#OriginRequestPolicyQueryStringBehavior": {
8547            "type": "string",
8548            "traits": {
8549                "smithy.api#enum": [
8550                    {
8551                        "value": "none",
8552                        "name": "none"
8553                    },
8554                    {
8555                        "value": "whitelist",
8556                        "name": "whitelist"
8557                    },
8558                    {
8559                        "value": "all",
8560                        "name": "all"
8561                    }
8562                ]
8563            }
8564        },
8565        "com.amazonaws.cloudfront#OriginRequestPolicyQueryStringsConfig": {
8566            "type": "structure",
8567            "members": {
8568                "QueryStringBehavior": {
8569                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyQueryStringBehavior",
8570                    "traits": {
8571                        "smithy.api#documentation": "<p>Determines whether any URL query strings in viewer requests are included in requests that\n\t\t\tCloudFront sends to the origin. Valid values are:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>none</code> – Query strings in viewer requests are not included in requests that\n\t\t\t\t\tCloudFront sends to the origin. Even when this field is set to <code>none</code>, any\n\t\t\t\t\tquery strings that are listed in a <code>CachePolicy</code>\n\t\t\t\t\t             <i>are</i> included in origin requests.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>whitelist</code> – The query strings in viewer requests that are listed in the\n\t\t\t\t\t<code>QueryStringNames</code> type are included in requests that CloudFront sends to\n\t\t\t\t\tthe origin.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>all</code> – All query strings in viewer requests are included in requests that CloudFront\n\t\t\t\t\tsends to the origin.</p>\n\t\t\t         </li>\n         </ul>",
8572                        "smithy.api#required": {}
8573                    }
8574                },
8575                "QueryStrings": {
8576                    "target": "com.amazonaws.cloudfront#QueryStringNames",
8577                    "traits": {
8578                        "smithy.api#documentation": "<p>Contains a list of the query strings in viewer requests that are included in requests that\n\t\t\tCloudFront sends to the origin.</p>"
8579                    }
8580                }
8581            },
8582            "traits": {
8583                "smithy.api#documentation": "<p>An object that determines whether any URL query strings in viewer requests (and if so, which\n\t\t\tquery strings) are included in requests that CloudFront sends to the origin.</p>"
8584            }
8585        },
8586        "com.amazonaws.cloudfront#OriginRequestPolicySummary": {
8587            "type": "structure",
8588            "members": {
8589                "Type": {
8590                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyType",
8591                    "traits": {
8592                        "smithy.api#documentation": "<p>The type of origin request policy, either <code>managed</code> (created by AWS) or\n\t\t\t<code>custom</code> (created in this AWS account).</p>",
8593                        "smithy.api#required": {}
8594                    }
8595                },
8596                "OriginRequestPolicy": {
8597                    "target": "com.amazonaws.cloudfront#OriginRequestPolicy",
8598                    "traits": {
8599                        "smithy.api#documentation": "<p>The origin request policy.</p>",
8600                        "smithy.api#required": {}
8601                    }
8602                }
8603            },
8604            "traits": {
8605                "smithy.api#documentation": "<p>Contains an origin request policy.</p>"
8606            }
8607        },
8608        "com.amazonaws.cloudfront#OriginRequestPolicySummaryList": {
8609            "type": "list",
8610            "member": {
8611                "target": "com.amazonaws.cloudfront#OriginRequestPolicySummary",
8612                "traits": {
8613                    "smithy.api#xmlName": "OriginRequestPolicySummary"
8614                }
8615            }
8616        },
8617        "com.amazonaws.cloudfront#OriginRequestPolicyType": {
8618            "type": "string",
8619            "traits": {
8620                "smithy.api#enum": [
8621                    {
8622                        "value": "managed",
8623                        "name": "managed"
8624                    },
8625                    {
8626                        "value": "custom",
8627                        "name": "custom"
8628                    }
8629                ]
8630            }
8631        },
8632        "com.amazonaws.cloudfront#OriginShield": {
8633            "type": "structure",
8634            "members": {
8635                "Enabled": {
8636                    "target": "com.amazonaws.cloudfront#boolean",
8637                    "traits": {
8638                        "smithy.api#documentation": "<p>A flag that specifies whether Origin Shield is enabled.</p>\n\t\t       <p>When it’s enabled, CloudFront routes all requests through Origin Shield, which can\n            help protect your origin. When it’s disabled, CloudFront might send requests directly to\n            your origin from multiple edge locations or regional edge caches.</p>",
8639                        "smithy.api#required": {}
8640                    }
8641                },
8642                "OriginShieldRegion": {
8643                    "target": "com.amazonaws.cloudfront#OriginShieldRegion",
8644                    "traits": {
8645                        "smithy.api#documentation": "<p>The AWS Region for Origin Shield.</p>\n\t\t       <p>Specify the AWS Region that has the lowest latency to your origin.\n            To specify a region, use the region code, not the region name.\n            For example, specify the US East (Ohio) region as <code>us-east-2</code>.</p>\n        <p>When you enable CloudFront Origin Shield, you must specify the AWS Region for Origin\n            Shield. For the list of AWS Regions that you can specify, and for help choosing the best\n            Region for your origin, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html#choose-origin-shield-region\">Choosing the AWS Region for Origin Shield</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
8646                    }
8647                }
8648            },
8649            "traits": {
8650                "smithy.api#documentation": "<p>CloudFront Origin Shield.</p>\n\t\t       <p>Using Origin Shield can help reduce the load on your origin. For more\n            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>"
8651            }
8652        },
8653        "com.amazonaws.cloudfront#OriginShieldRegion": {
8654            "type": "string",
8655            "traits": {
8656                "smithy.api#length": {
8657                    "min": 1,
8658                    "max": 32
8659                },
8660                "smithy.api#pattern": "[a-z]{2}-[a-z]+-\\d"
8661            }
8662        },
8663        "com.amazonaws.cloudfront#OriginSslProtocols": {
8664            "type": "structure",
8665            "members": {
8666                "Quantity": {
8667                    "target": "com.amazonaws.cloudfront#integer",
8668                    "traits": {
8669                        "smithy.api#documentation": "<p>The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an \n\t\t\tHTTPS connection with this origin. </p>",
8670                        "smithy.api#required": {}
8671                    }
8672                },
8673                "Items": {
8674                    "target": "com.amazonaws.cloudfront#SslProtocolsList",
8675                    "traits": {
8676                        "smithy.api#documentation": "<p>A list that contains allowed SSL/TLS protocols for this distribution.</p>",
8677                        "smithy.api#required": {}
8678                    }
8679                }
8680            },
8681            "traits": {
8682                "smithy.api#documentation": "<p>A complex type that contains information about the SSL/TLS protocols that CloudFront can use \n\t\t\twhen establishing an HTTPS connection with your origin. </p>"
8683            }
8684        },
8685        "com.amazonaws.cloudfront#Origins": {
8686            "type": "structure",
8687            "members": {
8688                "Quantity": {
8689                    "target": "com.amazonaws.cloudfront#integer",
8690                    "traits": {
8691                        "smithy.api#documentation": "<p>The number of origins for this distribution.</p>",
8692                        "smithy.api#required": {}
8693                    }
8694                },
8695                "Items": {
8696                    "target": "com.amazonaws.cloudfront#OriginList",
8697                    "traits": {
8698                        "smithy.api#documentation": "<p>A list of origins.</p>",
8699                        "smithy.api#required": {}
8700                    }
8701                }
8702            },
8703            "traits": {
8704                "smithy.api#documentation": "<p>Contains information about the origins for this distribution.</p>"
8705            }
8706        },
8707        "com.amazonaws.cloudfront#ParametersInCacheKeyAndForwardedToOrigin": {
8708            "type": "structure",
8709            "members": {
8710                "EnableAcceptEncodingGzip": {
8711                    "target": "com.amazonaws.cloudfront#boolean",
8712                    "traits": {
8713                        "smithy.api#documentation": "<p>A flag that can affect whether the <code>Accept-Encoding</code> HTTP header is\n\t\t\tincluded in the cache key and included in requests that CloudFront sends to the origin.</p>\n\t\t       <p>This field is related to the <code>EnableAcceptEncodingBrotli</code> field. If one or\n\t\t\tboth of these fields is <code>true</code> \n            <i>and</i> the viewer request\n\t\t\tincludes the <code>Accept-Encoding</code> header, then CloudFront does the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>Normalizes the value of the viewer’s <code>Accept-Encoding</code>\n\t\t\t\t\theader</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Includes the normalized header in the cache key</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Includes the normalized header in the request to the origin, if a request is necessary</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <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\n            <i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <p>If you set this value to <code>true</code>, and this cache behavior also has an origin\n\t\t\trequest policy attached, do not include the <code>Accept-Encoding</code> header in the\n\t\t\torigin request policy. CloudFront always includes the <code>Accept-Encoding</code> header in\n\t\t\torigin requests when the value of this field is <code>true</code>, so including this\n\t\t\theader in an origin request policy has no effect.</p>\n\t\t       <p>If both of these fields are <code>false</code>, then CloudFront treats the\n\t\t\t<code>Accept-Encoding</code> header the same as any other HTTP header in the viewer\n\t\t\trequest. By default, it’s not included in the cache key and it’s not included in origin\n\t\t\trequests. In this case, you can manually add <code>Accept-Encoding</code> to the headers\n\t\t\twhitelist like any other HTTP header.</p>",
8714                        "smithy.api#required": {}
8715                    }
8716                },
8717                "EnableAcceptEncodingBrotli": {
8718                    "target": "com.amazonaws.cloudfront#boolean",
8719                    "traits": {
8720                        "smithy.api#documentation": "<p>A flag that can affect whether the <code>Accept-Encoding</code> HTTP header is\n\t\t\tincluded in the cache key and included in requests that CloudFront sends to the origin.</p>\n\t\t       <p>This field is related to the <code>EnableAcceptEncodingGzip</code> field. If one or\n\t\t\tboth of these fields is <code>true</code> \n            <i>and</i> the viewer request\n\t\t\tincludes the <code>Accept-Encoding</code> header, then CloudFront does the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>Normalizes the value of the viewer’s <code>Accept-Encoding</code>\n\t\t\t\t\theader</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Includes the normalized header in the cache key</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Includes the normalized header in the request to the origin, if a request is necessary</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <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\n            <i>Amazon CloudFront Developer Guide</i>.</p>\n        <p>If you set this value to <code>true</code>, and this cache behavior also has an origin\n\t\t\trequest policy attached, do not include the <code>Accept-Encoding</code> header in the\n\t\t\torigin request policy. CloudFront always includes the <code>Accept-Encoding</code> header in\n\t\t\torigin requests when the value of this field is <code>true</code>, so including this\n\t\t\theader in an origin request policy has no effect.</p>\n\t\t       <p>If both of these fields are <code>false</code>, then CloudFront treats the\n\t\t\t<code>Accept-Encoding</code> header the same as any other HTTP header in the viewer\n\t\t\trequest. By default, it’s not included in the cache key and it’s not included in origin\n\t\t\trequests. In this case, you can manually add <code>Accept-Encoding</code> to the headers\n\t\t\twhitelist like any other HTTP header.</p>"
8721                    }
8722                },
8723                "HeadersConfig": {
8724                    "target": "com.amazonaws.cloudfront#CachePolicyHeadersConfig",
8725                    "traits": {
8726                        "smithy.api#documentation": "<p>An object that determines whether any HTTP headers (and if so, which headers) are\n\t\t\tincluded in the cache key and automatically included in requests that CloudFront sends to the\n\t\t\torigin.</p>",
8727                        "smithy.api#required": {}
8728                    }
8729                },
8730                "CookiesConfig": {
8731                    "target": "com.amazonaws.cloudfront#CachePolicyCookiesConfig",
8732                    "traits": {
8733                        "smithy.api#documentation": "<p>An object that determines whether any cookies in viewer requests (and if so, which cookies)\n\t\t\tare included in the cache key and automatically included in requests that CloudFront sends to\n\t\t\tthe origin.</p>",
8734                        "smithy.api#required": {}
8735                    }
8736                },
8737                "QueryStringsConfig": {
8738                    "target": "com.amazonaws.cloudfront#CachePolicyQueryStringsConfig",
8739                    "traits": {
8740                        "smithy.api#documentation": "<p>An object that determines whether any URL query strings in viewer requests (and if so, which\n\t\t\tquery strings) are included in the cache key and automatically included in requests that\n\t\t\tCloudFront sends to the origin.</p>",
8741                        "smithy.api#required": {}
8742                    }
8743                }
8744            },
8745            "traits": {
8746                "smithy.api#documentation": "<p>This object determines the values that CloudFront includes in the cache key. These values can\n\t\t\tinclude HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an\n\t\t\tobject in its cache that it can return to the viewer.</p>\n\t\t       <p>The headers, cookies, and query strings that are included in the cache key are automatically\n\t\t\tincluded in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t\n\t\t\tfind an object in its cache that matches the request’s cache key. If you want to send\n\t\t\tvalues to the origin but <i>not</i> include them in the cache key, use\n\t\t\t<code>OriginRequestPolicy</code>.</p>"
8747            }
8748        },
8749        "com.amazonaws.cloudfront#PathList": {
8750            "type": "list",
8751            "member": {
8752                "target": "com.amazonaws.cloudfront#string",
8753                "traits": {
8754                    "smithy.api#xmlName": "Path"
8755                }
8756            }
8757        },
8758        "com.amazonaws.cloudfront#Paths": {
8759            "type": "structure",
8760            "members": {
8761                "Quantity": {
8762                    "target": "com.amazonaws.cloudfront#integer",
8763                    "traits": {
8764                        "smithy.api#documentation": "<p>The number of invalidation paths specified for the objects that you want to invalidate.</p>",
8765                        "smithy.api#required": {}
8766                    }
8767                },
8768                "Items": {
8769                    "target": "com.amazonaws.cloudfront#PathList",
8770                    "traits": {
8771                        "smithy.api#documentation": "<p>A complex type that contains a list of the paths that you want to invalidate.</p>"
8772                    }
8773                }
8774            },
8775            "traits": {
8776                "smithy.api#documentation": "<p>A complex type that contains information about the objects that you want to invalidate. \n\t\t\tFor more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-specifying-objects\">Specifying the Objects \n\t\t\t\tto Invalidate</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>"
8777            }
8778        },
8779        "com.amazonaws.cloudfront#PreconditionFailed": {
8780            "type": "structure",
8781            "members": {
8782                "Message": {
8783                    "target": "com.amazonaws.cloudfront#string"
8784                }
8785            },
8786            "traits": {
8787                "smithy.api#documentation": "<p>The precondition given in one or more of the request header fields evaluated to\n\t\t\t<code>false</code>.</p>",
8788                "smithy.api#error": "client",
8789                "smithy.api#httpError": 412
8790            }
8791        },
8792        "com.amazonaws.cloudfront#PriceClass": {
8793            "type": "string",
8794            "traits": {
8795                "smithy.api#enum": [
8796                    {
8797                        "value": "PriceClass_100",
8798                        "name": "PriceClass_100"
8799                    },
8800                    {
8801                        "value": "PriceClass_200",
8802                        "name": "PriceClass_200"
8803                    },
8804                    {
8805                        "value": "PriceClass_All",
8806                        "name": "PriceClass_All"
8807                    }
8808                ]
8809            }
8810        },
8811        "com.amazonaws.cloudfront#PublicKey": {
8812            "type": "structure",
8813            "members": {
8814                "Id": {
8815                    "target": "com.amazonaws.cloudfront#string",
8816                    "traits": {
8817                        "smithy.api#documentation": "<p>The identifier of the public key.</p>",
8818                        "smithy.api#required": {}
8819                    }
8820                },
8821                "CreatedTime": {
8822                    "target": "com.amazonaws.cloudfront#timestamp",
8823                    "traits": {
8824                        "smithy.api#documentation": "<p>The date and time when the public key was uploaded.</p>",
8825                        "smithy.api#required": {}
8826                    }
8827                },
8828                "PublicKeyConfig": {
8829                    "target": "com.amazonaws.cloudfront#PublicKeyConfig",
8830                    "traits": {
8831                        "smithy.api#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>",
8832                        "smithy.api#required": {}
8833                    }
8834                }
8835            },
8836            "traits": {
8837                "smithy.api#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>"
8838            }
8839        },
8840        "com.amazonaws.cloudfront#PublicKeyAlreadyExists": {
8841            "type": "structure",
8842            "members": {
8843                "Message": {
8844                    "target": "com.amazonaws.cloudfront#string"
8845                }
8846            },
8847            "traits": {
8848                "smithy.api#documentation": "<p>The specified public key already exists.</p>",
8849                "smithy.api#error": "client",
8850                "smithy.api#httpError": 409
8851            }
8852        },
8853        "com.amazonaws.cloudfront#PublicKeyConfig": {
8854            "type": "structure",
8855            "members": {
8856                "CallerReference": {
8857                    "target": "com.amazonaws.cloudfront#string",
8858                    "traits": {
8859                        "smithy.api#documentation": "<p>A string included in the request to help make sure that the request can’t be\n\t\t\treplayed.</p>",
8860                        "smithy.api#required": {}
8861                    }
8862                },
8863                "Name": {
8864                    "target": "com.amazonaws.cloudfront#string",
8865                    "traits": {
8866                        "smithy.api#documentation": "<p>A name to help identify the public key.</p>",
8867                        "smithy.api#required": {}
8868                    }
8869                },
8870                "EncodedKey": {
8871                    "target": "com.amazonaws.cloudfront#string",
8872                    "traits": {
8873                        "smithy.api#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>",
8874                        "smithy.api#required": {}
8875                    }
8876                },
8877                "Comment": {
8878                    "target": "com.amazonaws.cloudfront#string",
8879                    "traits": {
8880                        "smithy.api#documentation": "<p>A comment to describe the public key.</p>"
8881                    }
8882                }
8883            },
8884            "traits": {
8885                "smithy.api#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>"
8886            }
8887        },
8888        "com.amazonaws.cloudfront#PublicKeyIdList": {
8889            "type": "list",
8890            "member": {
8891                "target": "com.amazonaws.cloudfront#string",
8892                "traits": {
8893                    "smithy.api#xmlName": "PublicKey"
8894                }
8895            }
8896        },
8897        "com.amazonaws.cloudfront#PublicKeyInUse": {
8898            "type": "structure",
8899            "members": {
8900                "Message": {
8901                    "target": "com.amazonaws.cloudfront#string"
8902                }
8903            },
8904            "traits": {
8905                "smithy.api#documentation": "<p>The specified public key is in use. </p>",
8906                "smithy.api#error": "client",
8907                "smithy.api#httpError": 409
8908            }
8909        },
8910        "com.amazonaws.cloudfront#PublicKeyList": {
8911            "type": "structure",
8912            "members": {
8913                "NextMarker": {
8914                    "target": "com.amazonaws.cloudfront#string",
8915                    "traits": {
8916                        "smithy.api#documentation": "<p>If there are more elements to be listed, this element is present and contains\n\t\t\tthe value that you can use for the <code>Marker</code> request parameter to continue\n\t\t\tlisting your public keys where you left off.</p>"
8917                    }
8918                },
8919                "MaxItems": {
8920                    "target": "com.amazonaws.cloudfront#integer",
8921                    "traits": {
8922                        "smithy.api#documentation": "<p>The maximum number of public keys you want in the response.</p>",
8923                        "smithy.api#required": {}
8924                    }
8925                },
8926                "Quantity": {
8927                    "target": "com.amazonaws.cloudfront#integer",
8928                    "traits": {
8929                        "smithy.api#documentation": "<p>The number of public keys in the list.</p>",
8930                        "smithy.api#required": {}
8931                    }
8932                },
8933                "Items": {
8934                    "target": "com.amazonaws.cloudfront#PublicKeySummaryList",
8935                    "traits": {
8936                        "smithy.api#documentation": "<p>A list of public keys.</p>"
8937                    }
8938                }
8939            },
8940            "traits": {
8941                "smithy.api#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>"
8942            }
8943        },
8944        "com.amazonaws.cloudfront#PublicKeySummary": {
8945            "type": "structure",
8946            "members": {
8947                "Id": {
8948                    "target": "com.amazonaws.cloudfront#string",
8949                    "traits": {
8950                        "smithy.api#documentation": "<p>The identifier of the public key.</p>",
8951                        "smithy.api#required": {}
8952                    }
8953                },
8954                "Name": {
8955                    "target": "com.amazonaws.cloudfront#string",
8956                    "traits": {
8957                        "smithy.api#documentation": "<p>A name to help identify the public key.</p>",
8958                        "smithy.api#required": {}
8959                    }
8960                },
8961                "CreatedTime": {
8962                    "target": "com.amazonaws.cloudfront#timestamp",
8963                    "traits": {
8964                        "smithy.api#documentation": "<p>The date and time when the public key was uploaded.</p>",
8965                        "smithy.api#required": {}
8966                    }
8967                },
8968                "EncodedKey": {
8969                    "target": "com.amazonaws.cloudfront#string",
8970                    "traits": {
8971                        "smithy.api#documentation": "<p>The public key.</p>",
8972                        "smithy.api#required": {}
8973                    }
8974                },
8975                "Comment": {
8976                    "target": "com.amazonaws.cloudfront#string",
8977                    "traits": {
8978                        "smithy.api#documentation": "<p>A comment to describe the public key.</p>"
8979                    }
8980                }
8981            },
8982            "traits": {
8983                "smithy.api#documentation": "<p>Contains information about a public key.</p>"
8984            }
8985        },
8986        "com.amazonaws.cloudfront#PublicKeySummaryList": {
8987            "type": "list",
8988            "member": {
8989                "target": "com.amazonaws.cloudfront#PublicKeySummary",
8990                "traits": {
8991                    "smithy.api#xmlName": "PublicKeySummary"
8992                }
8993            }
8994        },
8995        "com.amazonaws.cloudfront#QueryArgProfile": {
8996            "type": "structure",
8997            "members": {
8998                "QueryArg": {
8999                    "target": "com.amazonaws.cloudfront#string",
9000                    "traits": {
9001                        "smithy.api#documentation": "<p>Query argument for field-level encryption query argument-profile mapping.</p>",
9002                        "smithy.api#required": {}
9003                    }
9004                },
9005                "ProfileId": {
9006                    "target": "com.amazonaws.cloudfront#string",
9007                    "traits": {
9008                        "smithy.api#documentation": "<p>ID of profile to use for field-level encryption query argument-profile mapping</p>",
9009                        "smithy.api#required": {}
9010                    }
9011                }
9012            },
9013            "traits": {
9014                "smithy.api#documentation": "<p>Query argument-profile mapping for field-level encryption.</p>"
9015            }
9016        },
9017        "com.amazonaws.cloudfront#QueryArgProfileConfig": {
9018            "type": "structure",
9019            "members": {
9020                "ForwardWhenQueryArgProfileIsUnknown": {
9021                    "target": "com.amazonaws.cloudfront#boolean",
9022                    "traits": {
9023                        "smithy.api#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,\n\t\t\tfle-profile, is unknown.</p>",
9024                        "smithy.api#required": {}
9025                    }
9026                },
9027                "QueryArgProfiles": {
9028                    "target": "com.amazonaws.cloudfront#QueryArgProfiles",
9029                    "traits": {
9030                        "smithy.api#documentation": "<p>Profiles specified for query argument-profile mapping for field-level encryption.</p>"
9031                    }
9032                }
9033            },
9034            "traits": {
9035                "smithy.api#documentation": "<p>Configuration for query argument-profile mapping for field-level encryption.</p>"
9036            }
9037        },
9038        "com.amazonaws.cloudfront#QueryArgProfileEmpty": {
9039            "type": "structure",
9040            "members": {
9041                "Message": {
9042                    "target": "com.amazonaws.cloudfront#string"
9043                }
9044            },
9045            "traits": {
9046                "smithy.api#documentation": "<p>No profile specified for the field-level encryption query argument.</p>",
9047                "smithy.api#error": "client",
9048                "smithy.api#httpError": 400
9049            }
9050        },
9051        "com.amazonaws.cloudfront#QueryArgProfileList": {
9052            "type": "list",
9053            "member": {
9054                "target": "com.amazonaws.cloudfront#QueryArgProfile",
9055                "traits": {
9056                    "smithy.api#xmlName": "QueryArgProfile"
9057                }
9058            }
9059        },
9060        "com.amazonaws.cloudfront#QueryArgProfiles": {
9061            "type": "structure",
9062            "members": {
9063                "Quantity": {
9064                    "target": "com.amazonaws.cloudfront#integer",
9065                    "traits": {
9066                        "smithy.api#documentation": "<p>Number of profiles for query argument-profile mapping for field-level encryption.</p>",
9067                        "smithy.api#required": {}
9068                    }
9069                },
9070                "Items": {
9071                    "target": "com.amazonaws.cloudfront#QueryArgProfileList",
9072                    "traits": {
9073                        "smithy.api#documentation": "<p>Number of items for query argument-profile mapping for field-level encryption.</p>"
9074                    }
9075                }
9076            },
9077            "traits": {
9078                "smithy.api#documentation": "<p>Query argument-profile mapping for field-level encryption.</p>"
9079            }
9080        },
9081        "com.amazonaws.cloudfront#QueryStringCacheKeys": {
9082            "type": "structure",
9083            "members": {
9084                "Quantity": {
9085                    "target": "com.amazonaws.cloudfront#integer",
9086                    "traits": {
9087                        "smithy.api#documentation": "<p>The number of <code>whitelisted</code> query string parameters for a cache \n\t\t\tbehavior.</p>",
9088                        "smithy.api#required": {}
9089                    }
9090                },
9091                "Items": {
9092                    "target": "com.amazonaws.cloudfront#QueryStringCacheKeysList",
9093                    "traits": {
9094                        "smithy.api#documentation": "<p>A list that contains the query string parameters that you want CloudFront to use \n\t\t\tas a basis for caching for a cache behavior. If <code>Quantity</code> is 0, you can omit \n\t\t\t<code>Items</code>. </p>"
9095                    }
9096                }
9097            },
9098            "traits": {
9099                "smithy.api#documentation": "<p>This field is deprecated. We recommend that you use a cache policy or an origin\n\t\t\trequest policy instead of this field.</p>\n\t\t       <p>If you want to include query strings in the cache key, use\n\t\t\t<code>QueryStringsConfig</code> in a cache policy. See\n\t\t\t<code>CachePolicy</code>.</p>\n\t\t       <p>If you want to send query strings to the origin but not include them in the cache key,\n\t\t\tuse <code>QueryStringsConfig</code> in an origin request policy. See\n\t\t\t<code>OriginRequestPolicy</code>.</p>\n\t\t       <p>A complex type that contains information about the query string parameters that you want\n\t\t\tCloudFront to use for caching for a cache behavior.\n\t\t</p>"
9100            }
9101        },
9102        "com.amazonaws.cloudfront#QueryStringCacheKeysList": {
9103            "type": "list",
9104            "member": {
9105                "target": "com.amazonaws.cloudfront#string",
9106                "traits": {
9107                    "smithy.api#xmlName": "Name"
9108                }
9109            }
9110        },
9111        "com.amazonaws.cloudfront#QueryStringNames": {
9112            "type": "structure",
9113            "members": {
9114                "Quantity": {
9115                    "target": "com.amazonaws.cloudfront#integer",
9116                    "traits": {
9117                        "smithy.api#documentation": "<p>The number of query string names in the <code>Items</code> list.</p>",
9118                        "smithy.api#required": {}
9119                    }
9120                },
9121                "Items": {
9122                    "target": "com.amazonaws.cloudfront#QueryStringNamesList",
9123                    "traits": {
9124                        "smithy.api#documentation": "<p>A list of query string names.</p>"
9125                    }
9126                }
9127            },
9128            "traits": {
9129                "smithy.api#documentation": "<p>Contains a list of query string names.</p>"
9130            }
9131        },
9132        "com.amazonaws.cloudfront#QueryStringNamesList": {
9133            "type": "list",
9134            "member": {
9135                "target": "com.amazonaws.cloudfront#string",
9136                "traits": {
9137                    "smithy.api#xmlName": "Name"
9138                }
9139            }
9140        },
9141        "com.amazonaws.cloudfront#RealtimeLogConfig": {
9142            "type": "structure",
9143            "members": {
9144                "ARN": {
9145                    "target": "com.amazonaws.cloudfront#string",
9146                    "traits": {
9147                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of this real-time log configuration.</p>",
9148                        "smithy.api#required": {}
9149                    }
9150                },
9151                "Name": {
9152                    "target": "com.amazonaws.cloudfront#string",
9153                    "traits": {
9154                        "smithy.api#documentation": "<p>The unique name of this real-time log configuration.</p>",
9155                        "smithy.api#required": {}
9156                    }
9157                },
9158                "SamplingRate": {
9159                    "target": "com.amazonaws.cloudfront#long",
9160                    "traits": {
9161                        "smithy.api#documentation": "<p>The sampling rate for this real-time log configuration. The sampling rate determines the\n\t\t\tpercentage of viewer requests that are represented in the real-time log data. The\n\t\t\tsampling rate is an integer between 1 and 100, inclusive.</p>",
9162                        "smithy.api#required": {}
9163                    }
9164                },
9165                "EndPoints": {
9166                    "target": "com.amazonaws.cloudfront#EndPointList",
9167                    "traits": {
9168                        "smithy.api#documentation": "<p>Contains information about the Amazon Kinesis data stream where you are sending real-time\n\t\t\tlog data for this real-time log configuration.</p>",
9169                        "smithy.api#required": {}
9170                    }
9171                },
9172                "Fields": {
9173                    "target": "com.amazonaws.cloudfront#FieldList",
9174                    "traits": {
9175                        "smithy.api#documentation": "<p>A list of fields that are included in each real-time log record. In an API response, the\n\t\t\tfields are provided in the same order in which they are sent to the Amazon Kinesis data\n\t\t\tstream.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
9176                        "smithy.api#required": {}
9177                    }
9178                }
9179            },
9180            "traits": {
9181                "smithy.api#documentation": "<p>A real-time log configuration.</p>"
9182            }
9183        },
9184        "com.amazonaws.cloudfront#RealtimeLogConfigAlreadyExists": {
9185            "type": "structure",
9186            "members": {
9187                "Message": {
9188                    "target": "com.amazonaws.cloudfront#string"
9189                }
9190            },
9191            "traits": {
9192                "smithy.api#documentation": "<p>A real-time log configuration with this name already exists. You must provide a unique name.\n\t\t\tTo modify an existing real-time log configuration, use\n\t\t\t<code>UpdateRealtimeLogConfig</code>.</p>",
9193                "smithy.api#error": "client",
9194                "smithy.api#httpError": 409
9195            }
9196        },
9197        "com.amazonaws.cloudfront#RealtimeLogConfigInUse": {
9198            "type": "structure",
9199            "members": {
9200                "Message": {
9201                    "target": "com.amazonaws.cloudfront#string"
9202                }
9203            },
9204            "traits": {
9205                "smithy.api#documentation": "<p>Cannot delete the real-time log configuration because it is attached to one or more cache\n\t\t\tbehaviors.</p>",
9206                "smithy.api#error": "client",
9207                "smithy.api#httpError": 400
9208            }
9209        },
9210        "com.amazonaws.cloudfront#RealtimeLogConfigList": {
9211            "type": "list",
9212            "member": {
9213                "target": "com.amazonaws.cloudfront#RealtimeLogConfig"
9214            }
9215        },
9216        "com.amazonaws.cloudfront#RealtimeLogConfigs": {
9217            "type": "structure",
9218            "members": {
9219                "MaxItems": {
9220                    "target": "com.amazonaws.cloudfront#integer",
9221                    "traits": {
9222                        "smithy.api#documentation": "<p>The maximum number of real-time log configurations requested.</p>",
9223                        "smithy.api#required": {}
9224                    }
9225                },
9226                "Items": {
9227                    "target": "com.amazonaws.cloudfront#RealtimeLogConfigList",
9228                    "traits": {
9229                        "smithy.api#documentation": "<p>Contains the list of real-time log configurations.</p>"
9230                    }
9231                },
9232                "IsTruncated": {
9233                    "target": "com.amazonaws.cloudfront#boolean",
9234                    "traits": {
9235                        "smithy.api#documentation": "<p>A flag that indicates whether there are more real-time log configurations than are contained\n\t\t\tin this list.</p>",
9236                        "smithy.api#required": {}
9237                    }
9238                },
9239                "Marker": {
9240                    "target": "com.amazonaws.cloudfront#string",
9241                    "traits": {
9242                        "smithy.api#documentation": "<p>This parameter indicates where this list of real-time log configurations begins. This list\n\t\t\tincludes real-time log configurations that occur after the marker.</p>",
9243                        "smithy.api#required": {}
9244                    }
9245                },
9246                "NextMarker": {
9247                    "target": "com.amazonaws.cloudfront#string",
9248                    "traits": {
9249                        "smithy.api#documentation": "<p>If there are more items in the list than are in this response, this element is present. It\n\t\t\tcontains the value that you should use in the <code>Marker</code> field of a subsequent\n\t\t\trequest to continue listing real-time log configurations where you left off. </p>"
9250                    }
9251                }
9252            },
9253            "traits": {
9254                "smithy.api#documentation": "<p>A list of real-time log configurations.</p>"
9255            }
9256        },
9257        "com.amazonaws.cloudfront#RealtimeMetricsSubscriptionConfig": {
9258            "type": "structure",
9259            "members": {
9260                "RealtimeMetricsSubscriptionStatus": {
9261                    "target": "com.amazonaws.cloudfront#RealtimeMetricsSubscriptionStatus",
9262                    "traits": {
9263                        "smithy.api#documentation": "<p>A flag that indicates whether additional CloudWatch metrics are enabled for a given\n\t\t\tCloudFront distribution.</p>",
9264                        "smithy.api#required": {}
9265                    }
9266                }
9267            },
9268            "traits": {
9269                "smithy.api#documentation": "<p>A subscription configuration for additional CloudWatch metrics.</p>"
9270            }
9271        },
9272        "com.amazonaws.cloudfront#RealtimeMetricsSubscriptionStatus": {
9273            "type": "string",
9274            "traits": {
9275                "smithy.api#enum": [
9276                    {
9277                        "value": "Enabled",
9278                        "name": "Enabled"
9279                    },
9280                    {
9281                        "value": "Disabled",
9282                        "name": "Disabled"
9283                    }
9284                ]
9285            }
9286        },
9287        "com.amazonaws.cloudfront#ResourceARN": {
9288            "type": "string",
9289            "traits": {
9290                "smithy.api#pattern": "arn:aws(-cn)?:cloudfront::[0-9]+:.*"
9291            }
9292        },
9293        "com.amazonaws.cloudfront#ResourceInUse": {
9294            "type": "structure",
9295            "members": {
9296                "Message": {
9297                    "target": "com.amazonaws.cloudfront#string"
9298                }
9299            },
9300            "traits": {
9301                "smithy.api#documentation": "<p>Cannot delete this resource because it is in use.</p>",
9302                "smithy.api#error": "client",
9303                "smithy.api#httpError": 409
9304            }
9305        },
9306        "com.amazonaws.cloudfront#Restrictions": {
9307            "type": "structure",
9308            "members": {
9309                "GeoRestriction": {
9310                    "target": "com.amazonaws.cloudfront#GeoRestriction",
9311                    "traits": {
9312                        "smithy.api#documentation": "<p>A complex type that controls the countries in which your content is distributed. CloudFront \n\t\t\tdetermines the location of your users using <code>MaxMind</code> GeoIP databases.</p>",
9313                        "smithy.api#required": {}
9314                    }
9315                }
9316            },
9317            "traits": {
9318                "smithy.api#documentation": "<p>A complex type that identifies ways in which you want to restrict distribution of your \n\t\t\tcontent.</p>"
9319            }
9320        },
9321        "com.amazonaws.cloudfront#S3Origin": {
9322            "type": "structure",
9323            "members": {
9324                "DomainName": {
9325                    "target": "com.amazonaws.cloudfront#string",
9326                    "traits": {
9327                        "smithy.api#documentation": "<p>The DNS name of the Amazon S3 origin. </p>",
9328                        "smithy.api#required": {}
9329                    }
9330                },
9331                "OriginAccessIdentity": {
9332                    "target": "com.amazonaws.cloudfront#string",
9333                    "traits": {
9334                        "smithy.api#documentation": "<p>The CloudFront origin access identity to associate with the distribution. Use an origin \n\t\t\taccess identity to configure the distribution so that end users can only access objects in an \n\t\t\tAmazon S3 bucket through CloudFront.</p> \n\t\t       <p>If you want end users to be able to access objects using either the CloudFront URL or the \n\t\t\tAmazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</p> \n\t\t       <p>To delete the origin access identity from an existing distribution, update the \n\t\t\tdistribution configuration and include an empty <code>OriginAccessIdentity</code> \n\t\t\telement.</p> \n\t\t       <p>To replace the origin access identity, update the distribution configuration and \n\t\t\tspecify the new origin access identity.</p> \n\t\t       <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 \n\t\t\t\tIdentity to Restrict Access to Your Amazon S3 Content</a> in the <i>\n\t\t\t\tAmazon CloudFront Developer Guide</i>.</p>",
9335                        "smithy.api#required": {}
9336                    }
9337                }
9338            },
9339            "traits": {
9340                "smithy.api#documentation": "<p>A complex type that contains information about the Amazon S3 bucket from which you want \n\t\t\tCloudFront to get your media files for distribution.</p>"
9341            }
9342        },
9343        "com.amazonaws.cloudfront#S3OriginConfig": {
9344            "type": "structure",
9345            "members": {
9346                "OriginAccessIdentity": {
9347                    "target": "com.amazonaws.cloudfront#string",
9348                    "traits": {
9349                        "smithy.api#documentation": "<p>The CloudFront origin access identity to associate with the origin. Use an origin access \n\t\t\tidentity to configure the origin so that viewers can <i>only</i> access objects \n\t\t\tin an Amazon S3 bucket through CloudFront. The format of the value is:</p> \n\t\t       <p>origin-access-identity/cloudfront/<i>ID-of-origin-access-identity</i>\n         </p> \n\t\t       <p>where <code>\n               <i>ID-of-origin-access-identity</i>\n            </code> is the value that \n\t\t\tCloudFront returned in the <code>ID</code> element when you created the origin access \n\t\t\tidentity.</p> \n\t\t       <p>If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 \n\t\t\tURL, specify an empty <code>OriginAccessIdentity</code> element.</p> \n\t\t       <p>To delete the origin access identity from an existing distribution, update the \n\t\t\tdistribution configuration and include an empty <code>OriginAccessIdentity</code> \n\t\t\telement.</p> \n\t\t       <p>To replace the origin access identity, update the distribution configuration and \n\t\t\tspecify the new origin access identity.</p> \n\t\t       <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 \n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
9350                        "smithy.api#required": {}
9351                    }
9352                }
9353            },
9354            "traits": {
9355                "smithy.api#documentation": "<p>A complex type that contains information about the Amazon S3 origin. If the origin is a\n\t\t\tcustom origin or an S3 bucket that is configured as a website endpoint, use the\n            <code>CustomOriginConfig</code> element instead.</p>"
9356            }
9357        },
9358        "com.amazonaws.cloudfront#SSLSupportMethod": {
9359            "type": "string",
9360            "traits": {
9361                "smithy.api#enum": [
9362                    {
9363                        "value": "sni-only",
9364                        "name": "sni_only"
9365                    },
9366                    {
9367                        "value": "vip",
9368                        "name": "vip"
9369                    },
9370                    {
9371                        "value": "static-ip",
9372                        "name": "static_ip"
9373                    }
9374                ]
9375            }
9376        },
9377        "com.amazonaws.cloudfront#Signer": {
9378            "type": "structure",
9379            "members": {
9380                "AwsAccountNumber": {
9381                    "target": "com.amazonaws.cloudfront#string",
9382                    "traits": {
9383                        "smithy.api#documentation": "<p>An AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the\n\t\t\tsignatures of signed URLs and signed cookies. If the AWS account that owns the key pairs\n\t\t\tis the same account that owns the CloudFront distribution, the value of this field is\n\t\t\t<code>self</code>.</p>"
9384                    }
9385                },
9386                "KeyPairIds": {
9387                    "target": "com.amazonaws.cloudfront#KeyPairIds",
9388                    "traits": {
9389                        "smithy.api#documentation": "<p>A list of CloudFront key pair identifiers.</p>"
9390                    }
9391                }
9392            },
9393            "traits": {
9394                "smithy.api#documentation": "<p>A list of AWS accounts and the active CloudFront key pairs in each account that CloudFront can use to\n\t\t\tverify the signatures of signed URLs and signed cookies.</p>"
9395            }
9396        },
9397        "com.amazonaws.cloudfront#SignerList": {
9398            "type": "list",
9399            "member": {
9400                "target": "com.amazonaws.cloudfront#Signer",
9401                "traits": {
9402                    "smithy.api#xmlName": "Signer"
9403                }
9404            }
9405        },
9406        "com.amazonaws.cloudfront#SslProtocol": {
9407            "type": "string",
9408            "traits": {
9409                "smithy.api#enum": [
9410                    {
9411                        "value": "SSLv3",
9412                        "name": "SSLv3"
9413                    },
9414                    {
9415                        "value": "TLSv1",
9416                        "name": "TLSv1"
9417                    },
9418                    {
9419                        "value": "TLSv1.1",
9420                        "name": "TLSv1_1"
9421                    },
9422                    {
9423                        "value": "TLSv1.2",
9424                        "name": "TLSv1_2"
9425                    }
9426                ]
9427            }
9428        },
9429        "com.amazonaws.cloudfront#SslProtocolsList": {
9430            "type": "list",
9431            "member": {
9432                "target": "com.amazonaws.cloudfront#SslProtocol",
9433                "traits": {
9434                    "smithy.api#xmlName": "SslProtocol"
9435                }
9436            }
9437        },
9438        "com.amazonaws.cloudfront#StatusCodeList": {
9439            "type": "list",
9440            "member": {
9441                "target": "com.amazonaws.cloudfront#integer",
9442                "traits": {
9443                    "smithy.api#xmlName": "StatusCode"
9444                }
9445            },
9446            "traits": {
9447                "smithy.api#documentation": "<p>List of status codes for origin failover.</p>",
9448                "smithy.api#length": {
9449                    "min": 1
9450                }
9451            }
9452        },
9453        "com.amazonaws.cloudfront#StatusCodes": {
9454            "type": "structure",
9455            "members": {
9456                "Quantity": {
9457                    "target": "com.amazonaws.cloudfront#integer",
9458                    "traits": {
9459                        "smithy.api#documentation": "<p>The number of status codes.</p>",
9460                        "smithy.api#required": {}
9461                    }
9462                },
9463                "Items": {
9464                    "target": "com.amazonaws.cloudfront#StatusCodeList",
9465                    "traits": {
9466                        "smithy.api#documentation": "<p>The items (status codes) for an origin group.</p>",
9467                        "smithy.api#required": {}
9468                    }
9469                }
9470            },
9471            "traits": {
9472                "smithy.api#documentation": "<p>A complex data type for the status codes that you specify that, when returned by a primary origin, trigger\n\t\tCloudFront to failover to a second origin.</p>"
9473            }
9474        },
9475        "com.amazonaws.cloudfront#StreamingDistribution": {
9476            "type": "structure",
9477            "members": {
9478                "Id": {
9479                    "target": "com.amazonaws.cloudfront#string",
9480                    "traits": {
9481                        "smithy.api#documentation": "<p>The identifier for the RTMP distribution. For example: \n\t\t\t<code>EGTXBD79EXAMPLE</code>.</p>",
9482                        "smithy.api#required": {}
9483                    }
9484                },
9485                "ARN": {
9486                    "target": "com.amazonaws.cloudfront#string",
9487                    "traits": {
9488                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) for the distribution. For example: \n\t\t\t<code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where \n\t\t\t<code>123456789012</code> is your AWS account ID.</p>",
9489                        "smithy.api#required": {}
9490                    }
9491                },
9492                "Status": {
9493                    "target": "com.amazonaws.cloudfront#string",
9494                    "traits": {
9495                        "smithy.api#documentation": "<p>The current status of the RTMP distribution. When the status is <code>Deployed</code>, \n\t\t\tthe distribution's information is propagated to all CloudFront edge locations.</p>",
9496                        "smithy.api#required": {}
9497                    }
9498                },
9499                "LastModifiedTime": {
9500                    "target": "com.amazonaws.cloudfront#timestamp",
9501                    "traits": {
9502                        "smithy.api#documentation": "<p>The date and time that the distribution was last modified. </p>"
9503                    }
9504                },
9505                "DomainName": {
9506                    "target": "com.amazonaws.cloudfront#string",
9507                    "traits": {
9508                        "smithy.api#documentation": "<p>The domain name that corresponds to the streaming distribution, for example, <code>s5c39gqb8ow64r.cloudfront.net</code>. </p>",
9509                        "smithy.api#required": {}
9510                    }
9511                },
9512                "ActiveTrustedSigners": {
9513                    "target": "com.amazonaws.cloudfront#ActiveTrustedSigners",
9514                    "traits": {
9515                        "smithy.api#documentation": "<p>A complex type that lists the AWS accounts, if any, that you included in the \n\t\t\t\t<code>TrustedSigners</code> complex type for this distribution. These are the accounts that \n\t\t\tyou want to allow to create signed URLs for private content.</p> \n\t\t       <p>The <code>Signer</code> complex type lists the AWS account number of the trusted \n\t\t\tsigner or <code>self</code> if the signer is the AWS account that created the distribution. \n\t\t\tThe <code>Signer</code> element also includes the IDs of any active CloudFront key pairs that are \n\t\t\tassociated with the trusted signer's AWS account. If no <code>KeyPairId</code> element \n\t\t\tappears for a <code>Signer</code>, that signer can't create signed URLs.</p> \n\t\t       <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private \n\t\t\t\tContent through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>",
9516                        "smithy.api#required": {}
9517                    }
9518                },
9519                "StreamingDistributionConfig": {
9520                    "target": "com.amazonaws.cloudfront#StreamingDistributionConfig",
9521                    "traits": {
9522                        "smithy.api#documentation": "<p>The current configuration information for the RTMP distribution.</p>",
9523                        "smithy.api#required": {}
9524                    }
9525                }
9526            },
9527            "traits": {
9528                "smithy.api#documentation": "<p>A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to \n\t\t\ttrack and manage content delivery.</p>"
9529            }
9530        },
9531        "com.amazonaws.cloudfront#StreamingDistributionAlreadyExists": {
9532            "type": "structure",
9533            "members": {
9534                "Message": {
9535                    "target": "com.amazonaws.cloudfront#string"
9536                }
9537            },
9538            "traits": {
9539                "smithy.api#documentation": "<p>The caller reference you attempted to create the streaming distribution with \n\t\t\tis associated with another distribution</p>",
9540                "smithy.api#error": "client",
9541                "smithy.api#httpError": 409
9542            }
9543        },
9544        "com.amazonaws.cloudfront#StreamingDistributionConfig": {
9545            "type": "structure",
9546            "members": {
9547                "CallerReference": {
9548                    "target": "com.amazonaws.cloudfront#string",
9549                    "traits": {
9550                        "smithy.api#documentation": "<p>A unique value (for example, a date-time stamp) that ensures that the request can't be \n\t\t\treplayed.</p>\n\t\t       <p>If the value of <code>CallerReference</code> is new (regardless of the content of the \n\t\t\t<code>StreamingDistributionConfig</code> object), CloudFront creates a new distribution.</p> \n\t\t       <p>If <code>CallerReference</code> is a value that you already sent in a previous request to \n\t\t\tcreate a distribution, CloudFront returns a <code>DistributionAlreadyExists</code> error.</p>",
9551                        "smithy.api#required": {}
9552                    }
9553                },
9554                "S3Origin": {
9555                    "target": "com.amazonaws.cloudfront#S3Origin",
9556                    "traits": {
9557                        "smithy.api#documentation": "<p>A complex type that contains information about the Amazon S3 bucket from which you want \n\t\t\tCloudFront to get your media files for distribution. </p>",
9558                        "smithy.api#required": {}
9559                    }
9560                },
9561                "Aliases": {
9562                    "target": "com.amazonaws.cloudfront#Aliases",
9563                    "traits": {
9564                        "smithy.api#documentation": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, \n\t\t\tfor this streaming distribution. </p>"
9565                    }
9566                },
9567                "Comment": {
9568                    "target": "com.amazonaws.cloudfront#string",
9569                    "traits": {
9570                        "smithy.api#documentation": "<p>Any comments you want to include about the streaming distribution. </p>",
9571                        "smithy.api#required": {}
9572                    }
9573                },
9574                "Logging": {
9575                    "target": "com.amazonaws.cloudfront#StreamingLoggingConfig",
9576                    "traits": {
9577                        "smithy.api#documentation": "<p>A complex type that controls whether access logs are written for the streaming \n\t\t\tdistribution. </p>"
9578                    }
9579                },
9580                "TrustedSigners": {
9581                    "target": "com.amazonaws.cloudfront#TrustedSigners",
9582                    "traits": {
9583                        "smithy.api#documentation": "<p>A complex type that specifies any AWS accounts that you want to permit to create signed \n\t\t\tURLs for private content. If you want the distribution to use signed URLs, include this \n\t\t\telement; if you want the distribution to use public URLs, remove this element. For more \n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private Content through \n\t\t\t\tCloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>",
9584                        "smithy.api#required": {}
9585                    }
9586                },
9587                "PriceClass": {
9588                    "target": "com.amazonaws.cloudfront#PriceClass",
9589                    "traits": {
9590                        "smithy.api#documentation": "<p>A complex type that contains information about price class for this streaming \n\t\t\tdistribution. </p>"
9591                    }
9592                },
9593                "Enabled": {
9594                    "target": "com.amazonaws.cloudfront#boolean",
9595                    "traits": {
9596                        "smithy.api#documentation": "<p>Whether the streaming distribution is enabled to accept user requests for \n\t\t\tcontent.</p>",
9597                        "smithy.api#required": {}
9598                    }
9599                }
9600            },
9601            "traits": {
9602                "smithy.api#documentation": "<p>The RTMP distribution's configuration information.</p>"
9603            }
9604        },
9605        "com.amazonaws.cloudfront#StreamingDistributionConfigWithTags": {
9606            "type": "structure",
9607            "members": {
9608                "StreamingDistributionConfig": {
9609                    "target": "com.amazonaws.cloudfront#StreamingDistributionConfig",
9610                    "traits": {
9611                        "smithy.api#documentation": "<p>A streaming distribution Configuration.</p>",
9612                        "smithy.api#required": {}
9613                    }
9614                },
9615                "Tags": {
9616                    "target": "com.amazonaws.cloudfront#Tags",
9617                    "traits": {
9618                        "smithy.api#documentation": "<p>A complex type that contains zero or more <code>Tag</code> elements.</p>",
9619                        "smithy.api#required": {}
9620                    }
9621                }
9622            },
9623            "traits": {
9624                "smithy.api#documentation": "<p>A streaming distribution Configuration and a list of tags to be associated with the \n\t\t\tstreaming distribution.</p>"
9625            }
9626        },
9627        "com.amazonaws.cloudfront#StreamingDistributionList": {
9628            "type": "structure",
9629            "members": {
9630                "Marker": {
9631                    "target": "com.amazonaws.cloudfront#string",
9632                    "traits": {
9633                        "smithy.api#documentation": "<p>The value you provided for the <code>Marker</code> request parameter. </p>",
9634                        "smithy.api#required": {}
9635                    }
9636                },
9637                "NextMarker": {
9638                    "target": "com.amazonaws.cloudfront#string",
9639                    "traits": {
9640                        "smithy.api#documentation": "<p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains \n\t\t\tthe value you can use for the <code>Marker</code> request parameter to continue listing your \n\t\t\tRTMP distributions where they left off. </p>"
9641                    }
9642                },
9643                "MaxItems": {
9644                    "target": "com.amazonaws.cloudfront#integer",
9645                    "traits": {
9646                        "smithy.api#documentation": "<p>The value you provided for the <code>MaxItems</code> request parameter. </p>",
9647                        "smithy.api#required": {}
9648                    }
9649                },
9650                "IsTruncated": {
9651                    "target": "com.amazonaws.cloudfront#boolean",
9652                    "traits": {
9653                        "smithy.api#documentation": "<p>A flag that indicates whether more streaming distributions remain to be listed. If your \n\t\t\tresults were truncated, you can make a follow-up pagination request using the \n\t\t\t\t<code>Marker</code> request parameter to retrieve more distributions in the list. </p>",
9654                        "smithy.api#required": {}
9655                    }
9656                },
9657                "Quantity": {
9658                    "target": "com.amazonaws.cloudfront#integer",
9659                    "traits": {
9660                        "smithy.api#documentation": "<p>The number of streaming distributions that were created by the current AWS account. \n\t\t</p>",
9661                        "smithy.api#required": {}
9662                    }
9663                },
9664                "Items": {
9665                    "target": "com.amazonaws.cloudfront#StreamingDistributionSummaryList",
9666                    "traits": {
9667                        "smithy.api#documentation": "<p>A complex type that contains one <code>StreamingDistributionSummary</code> element for \n\t\t\teach distribution that was created by the current AWS account.</p>"
9668                    }
9669                }
9670            },
9671            "traits": {
9672                "smithy.api#documentation": "<p>A streaming distribution list. </p>"
9673            }
9674        },
9675        "com.amazonaws.cloudfront#StreamingDistributionNotDisabled": {
9676            "type": "structure",
9677            "members": {
9678                "Message": {
9679                    "target": "com.amazonaws.cloudfront#string"
9680                }
9681            },
9682            "traits": {
9683                "smithy.api#documentation": "<p>The specified CloudFront distribution is not disabled. You must disable \n\t\t\tthe distribution before you can delete it.</p>",
9684                "smithy.api#error": "client",
9685                "smithy.api#httpError": 409
9686            }
9687        },
9688        "com.amazonaws.cloudfront#StreamingDistributionSummary": {
9689            "type": "structure",
9690            "members": {
9691                "Id": {
9692                    "target": "com.amazonaws.cloudfront#string",
9693                    "traits": {
9694                        "smithy.api#documentation": "<p>The identifier for the distribution, for example, <code>EDFDVBD632BHDS5</code>.</p>",
9695                        "smithy.api#required": {}
9696                    }
9697                },
9698                "ARN": {
9699                    "target": "com.amazonaws.cloudfront#string",
9700                    "traits": {
9701                        "smithy.api#documentation": "<p> The ARN (Amazon Resource Name) for the streaming distribution. For example: \n\t\t\t\t<code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>, where \n\t\t\t\t<code>123456789012</code> is your AWS account ID.</p>",
9702                        "smithy.api#required": {}
9703                    }
9704                },
9705                "Status": {
9706                    "target": "com.amazonaws.cloudfront#string",
9707                    "traits": {
9708                        "smithy.api#documentation": "<p> Indicates the current status of the distribution. When the status is \n\t\t\t<code>Deployed</code>, the distribution's information is fully propagated throughout the \n\t\t\tAmazon CloudFront system.</p>",
9709                        "smithy.api#required": {}
9710                    }
9711                },
9712                "LastModifiedTime": {
9713                    "target": "com.amazonaws.cloudfront#timestamp",
9714                    "traits": {
9715                        "smithy.api#documentation": "<p>The date and time the distribution was last modified.</p>",
9716                        "smithy.api#required": {}
9717                    }
9718                },
9719                "DomainName": {
9720                    "target": "com.amazonaws.cloudfront#string",
9721                    "traits": {
9722                        "smithy.api#documentation": "<p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>",
9723                        "smithy.api#required": {}
9724                    }
9725                },
9726                "S3Origin": {
9727                    "target": "com.amazonaws.cloudfront#S3Origin",
9728                    "traits": {
9729                        "smithy.api#documentation": "<p>A complex type that contains information about the Amazon S3 bucket from which you want \n\t\t\tCloudFront to get your media files for distribution.</p>",
9730                        "smithy.api#required": {}
9731                    }
9732                },
9733                "Aliases": {
9734                    "target": "com.amazonaws.cloudfront#Aliases",
9735                    "traits": {
9736                        "smithy.api#documentation": "<p>A complex type that contains information about CNAMEs (alternate domain names), if any, \n\t\t\tfor this streaming distribution.</p>",
9737                        "smithy.api#required": {}
9738                    }
9739                },
9740                "TrustedSigners": {
9741                    "target": "com.amazonaws.cloudfront#TrustedSigners",
9742                    "traits": {
9743                        "smithy.api#documentation": "<p>A complex type that specifies the AWS accounts, if any, that you want to allow to \n\t\t\tcreate signed URLs for private content. If you want to require signed URLs in requests for \n\t\t\tobjects in the target origin that match the <code>PathPattern</code> for this cache behavior, \n\t\t\tspecify <code>true</code> for <code>Enabled</code>, and specify the applicable values for \n\t\t\t\t<code>Quantity</code> and <code>Items</code>.If you don't want to require signed URLs in \n\t\t\trequests for objects that match <code>PathPattern</code>, specify <code>false</code> for \n\t\t\t\t<code>Enabled</code> and <code>0</code> for <code>Quantity</code>. Omit <code>Items</code>. \n\t\t\tTo add, change, or remove one or more trusted signers, change <code>Enabled</code> to \n\t\t\t\t<code>true</code> (if it's currently <code>false</code>), change <code>Quantity</code> as \n\t\t\tapplicable, and specify all of the trusted signers that you want to include in the updated \n\t\t\tdistribution.</p>\n\t\t       <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html\">Serving Private \n\t\t\tContent through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>",
9744                        "smithy.api#required": {}
9745                    }
9746                },
9747                "Comment": {
9748                    "target": "com.amazonaws.cloudfront#string",
9749                    "traits": {
9750                        "smithy.api#documentation": "<p>The comment originally specified when this distribution was created.</p>",
9751                        "smithy.api#required": {}
9752                    }
9753                },
9754                "PriceClass": {
9755                    "target": "com.amazonaws.cloudfront#PriceClass",
9756                    "traits": {
9757                        "smithy.api#documentation": "<p>A complex type that contains information about price class for this streaming \n\t\t\tdistribution. </p>",
9758                        "smithy.api#required": {}
9759                    }
9760                },
9761                "Enabled": {
9762                    "target": "com.amazonaws.cloudfront#boolean",
9763                    "traits": {
9764                        "smithy.api#documentation": "<p>Whether the distribution is enabled to accept end user requests for content.</p>",
9765                        "smithy.api#required": {}
9766                    }
9767                }
9768            },
9769            "traits": {
9770                "smithy.api#documentation": "<p> A summary of the information for a CloudFront streaming distribution.</p>"
9771            }
9772        },
9773        "com.amazonaws.cloudfront#StreamingDistributionSummaryList": {
9774            "type": "list",
9775            "member": {
9776                "target": "com.amazonaws.cloudfront#StreamingDistributionSummary",
9777                "traits": {
9778                    "smithy.api#xmlName": "StreamingDistributionSummary"
9779                }
9780            }
9781        },
9782        "com.amazonaws.cloudfront#StreamingLoggingConfig": {
9783            "type": "structure",
9784            "members": {
9785                "Enabled": {
9786                    "target": "com.amazonaws.cloudfront#boolean",
9787                    "traits": {
9788                        "smithy.api#documentation": "<p>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't \n\t\t\twant to enable logging when you create a streaming distribution or if you want to disable \n\t\t\tlogging for an existing streaming distribution, specify <code>false</code> for \n\t\t\t\t<code>Enabled</code>, and specify <code>empty Bucket</code> and <code>Prefix</code> \n\t\t\telements. If you specify <code>false</code> for <code>Enabled</code> but you specify values \n\t\t\tfor <code>Bucket</code> and <code>Prefix</code>, the values are automatically deleted. \n\t\t</p>",
9789                        "smithy.api#required": {}
9790                    }
9791                },
9792                "Bucket": {
9793                    "target": "com.amazonaws.cloudfront#string",
9794                    "traits": {
9795                        "smithy.api#documentation": "<p>The Amazon S3 bucket to store the access logs in, for example, <code>myawslogbucket.s3.amazonaws.com</code>.</p>",
9796                        "smithy.api#required": {}
9797                    }
9798                },
9799                "Prefix": {
9800                    "target": "com.amazonaws.cloudfront#string",
9801                    "traits": {
9802                        "smithy.api#documentation": "<p>An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, \n\t\t\t<code>myprefix/</code>. If you want to enable logging, but you don't want to specify a prefix, you still must include \n\t\t\tan empty <code>Prefix</code> element in the <code>Logging</code> element.</p>",
9803                        "smithy.api#required": {}
9804                    }
9805                }
9806            },
9807            "traits": {
9808                "smithy.api#documentation": "<p>A complex type that controls whether access logs are written for this streaming distribution.</p>"
9809            }
9810        },
9811        "com.amazonaws.cloudfront#Tag": {
9812            "type": "structure",
9813            "members": {
9814                "Key": {
9815                    "target": "com.amazonaws.cloudfront#TagKey",
9816                    "traits": {
9817                        "smithy.api#documentation": "<p> A string that contains <code>Tag</code> key.</p> \n\t\t       <p>The string length should be between 1 and 128 characters. Valid characters include \n\t\t\t\t<code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, space, and the special characters \n\t\t\t\t<code>_ - . : / = + @</code>.</p>",
9818                        "smithy.api#required": {}
9819                    }
9820                },
9821                "Value": {
9822                    "target": "com.amazonaws.cloudfront#TagValue",
9823                    "traits": {
9824                        "smithy.api#documentation": "<p> A string that contains an optional <code>Tag</code> value.</p> \n\t\t       <p>The string length should be between 0 and 256 characters. Valid characters include \n\t\t\t\t<code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, space, and the special characters \n\t\t\t\t<code>_ - . : / = + @</code>.</p>"
9825                    }
9826                }
9827            },
9828            "traits": {
9829                "smithy.api#documentation": "<p> A complex type that contains <code>Tag</code> key and <code>Tag</code> value.</p>"
9830            }
9831        },
9832        "com.amazonaws.cloudfront#TagKey": {
9833            "type": "string",
9834            "traits": {
9835                "smithy.api#documentation": "<p> A string that contains <code>Tag</code> key.</p> \n\t\t       <p>The string length should be between 1 and 128 characters. Valid characters include \n\t\t\t\t<code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, space, and the special characters \n\t\t\t\t<code>_ - . : / = + @</code>.</p>",
9836                "smithy.api#length": {
9837                    "min": 1,
9838                    "max": 128
9839                },
9840                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
9841            }
9842        },
9843        "com.amazonaws.cloudfront#TagKeyList": {
9844            "type": "list",
9845            "member": {
9846                "target": "com.amazonaws.cloudfront#TagKey",
9847                "traits": {
9848                    "smithy.api#xmlName": "Key"
9849                }
9850            }
9851        },
9852        "com.amazonaws.cloudfront#TagKeys": {
9853            "type": "structure",
9854            "members": {
9855                "Items": {
9856                    "target": "com.amazonaws.cloudfront#TagKeyList",
9857                    "traits": {
9858                        "smithy.api#documentation": "<p> A complex type that contains <code>Tag</code> key elements.</p>"
9859                    }
9860                }
9861            },
9862            "traits": {
9863                "smithy.api#documentation": "<p> A complex type that contains zero or more <code>Tag</code> elements.</p>"
9864            }
9865        },
9866        "com.amazonaws.cloudfront#TagList": {
9867            "type": "list",
9868            "member": {
9869                "target": "com.amazonaws.cloudfront#Tag",
9870                "traits": {
9871                    "smithy.api#xmlName": "Tag"
9872                }
9873            }
9874        },
9875        "com.amazonaws.cloudfront#TagResource": {
9876            "type": "operation",
9877            "input": {
9878                "target": "com.amazonaws.cloudfront#TagResourceRequest"
9879            },
9880            "errors": [
9881                {
9882                    "target": "com.amazonaws.cloudfront#AccessDenied"
9883                },
9884                {
9885                    "target": "com.amazonaws.cloudfront#InvalidArgument"
9886                },
9887                {
9888                    "target": "com.amazonaws.cloudfront#InvalidTagging"
9889                },
9890                {
9891                    "target": "com.amazonaws.cloudfront#NoSuchResource"
9892                }
9893            ],
9894            "traits": {
9895                "smithy.api#documentation": "<p>Add tags to a CloudFront resource.</p>",
9896                "smithy.api#http": {
9897                    "method": "POST",
9898                    "uri": "/2020-05-31/tagging?Operation=Tag",
9899                    "code": 204
9900                }
9901            }
9902        },
9903        "com.amazonaws.cloudfront#TagResourceRequest": {
9904            "type": "structure",
9905            "members": {
9906                "Resource": {
9907                    "target": "com.amazonaws.cloudfront#ResourceARN",
9908                    "traits": {
9909                        "smithy.api#documentation": "<p> An ARN of a CloudFront resource.</p>",
9910                        "smithy.api#httpQuery": "Resource",
9911                        "smithy.api#required": {}
9912                    }
9913                },
9914                "Tags": {
9915                    "target": "com.amazonaws.cloudfront#Tags",
9916                    "traits": {
9917                        "smithy.api#documentation": "<p> A complex type that contains zero or more <code>Tag</code> elements.</p>",
9918                        "smithy.api#httpPayload": {},
9919                        "smithy.api#required": {},
9920                        "smithy.api#xmlName": "Tags"
9921                    }
9922                }
9923            },
9924            "traits": {
9925                "smithy.api#documentation": "<p> The request to add tags to a CloudFront resource.</p>"
9926            }
9927        },
9928        "com.amazonaws.cloudfront#TagValue": {
9929            "type": "string",
9930            "traits": {
9931                "smithy.api#length": {
9932                    "min": 0,
9933                    "max": 256
9934                },
9935                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
9936            }
9937        },
9938        "com.amazonaws.cloudfront#Tags": {
9939            "type": "structure",
9940            "members": {
9941                "Items": {
9942                    "target": "com.amazonaws.cloudfront#TagList",
9943                    "traits": {
9944                        "smithy.api#documentation": "<p> A complex type that contains <code>Tag</code> elements.</p>"
9945                    }
9946                }
9947            },
9948            "traits": {
9949                "smithy.api#documentation": "<p> A complex type that contains zero or more <code>Tag</code> elements.</p>"
9950            }
9951        },
9952        "com.amazonaws.cloudfront#TooManyCacheBehaviors": {
9953            "type": "structure",
9954            "members": {
9955                "Message": {
9956                    "target": "com.amazonaws.cloudfront#string"
9957                }
9958            },
9959            "traits": {
9960                "smithy.api#documentation": "<p>You cannot create more cache behaviors for the distribution.</p>",
9961                "smithy.api#error": "client",
9962                "smithy.api#httpError": 400
9963            }
9964        },
9965        "com.amazonaws.cloudfront#TooManyCachePolicies": {
9966            "type": "structure",
9967            "members": {
9968                "Message": {
9969                    "target": "com.amazonaws.cloudfront#string"
9970                }
9971            },
9972            "traits": {
9973                "smithy.api#documentation": "<p>You have reached the maximum number of cache policies for this AWS account. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
9974                "smithy.api#error": "client",
9975                "smithy.api#httpError": 400
9976            }
9977        },
9978        "com.amazonaws.cloudfront#TooManyCertificates": {
9979            "type": "structure",
9980            "members": {
9981                "Message": {
9982                    "target": "com.amazonaws.cloudfront#string"
9983                }
9984            },
9985            "traits": {
9986                "smithy.api#documentation": "<p>You cannot create anymore custom SSL/TLS certificates.</p>",
9987                "smithy.api#error": "client",
9988                "smithy.api#httpError": 400
9989            }
9990        },
9991        "com.amazonaws.cloudfront#TooManyCloudFrontOriginAccessIdentities": {
9992            "type": "structure",
9993            "members": {
9994                "Message": {
9995                    "target": "com.amazonaws.cloudfront#string"
9996                }
9997            },
9998            "traits": {
9999                "smithy.api#documentation": "<p>Processing your request would cause you to exceed the maximum number of origin access identities allowed.</p>",
10000                "smithy.api#error": "client",
10001                "smithy.api#httpError": 400
10002            }
10003        },
10004        "com.amazonaws.cloudfront#TooManyCookieNamesInWhiteList": {
10005            "type": "structure",
10006            "members": {
10007                "Message": {
10008                    "target": "com.amazonaws.cloudfront#string"
10009                }
10010            },
10011            "traits": {
10012                "smithy.api#documentation": "<p>Your request contains more cookie names in the whitelist than are allowed per cache behavior.</p>",
10013                "smithy.api#error": "client",
10014                "smithy.api#httpError": 400
10015            }
10016        },
10017        "com.amazonaws.cloudfront#TooManyCookiesInCachePolicy": {
10018            "type": "structure",
10019            "members": {
10020                "Message": {
10021                    "target": "com.amazonaws.cloudfront#string"
10022                }
10023            },
10024            "traits": {
10025                "smithy.api#documentation": "<p>The number of cookies in the cache policy exceeds the maximum. For more information,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10026                "smithy.api#error": "client",
10027                "smithy.api#httpError": 400
10028            }
10029        },
10030        "com.amazonaws.cloudfront#TooManyCookiesInOriginRequestPolicy": {
10031            "type": "structure",
10032            "members": {
10033                "Message": {
10034                    "target": "com.amazonaws.cloudfront#string"
10035                }
10036            },
10037            "traits": {
10038                "smithy.api#documentation": "<p>The number of cookies in the origin request policy exceeds the maximum. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10039                "smithy.api#error": "client",
10040                "smithy.api#httpError": 400
10041            }
10042        },
10043        "com.amazonaws.cloudfront#TooManyDistributionCNAMEs": {
10044            "type": "structure",
10045            "members": {
10046                "Message": {
10047                    "target": "com.amazonaws.cloudfront#string"
10048                }
10049            },
10050            "traits": {
10051                "smithy.api#documentation": "<p>Your request contains more CNAMEs than are allowed per distribution.</p>",
10052                "smithy.api#error": "client",
10053                "smithy.api#httpError": 400
10054            }
10055        },
10056        "com.amazonaws.cloudfront#TooManyDistributions": {
10057            "type": "structure",
10058            "members": {
10059                "Message": {
10060                    "target": "com.amazonaws.cloudfront#string"
10061                }
10062            },
10063            "traits": {
10064                "smithy.api#documentation": "<p>Processing your request would cause you to exceed the maximum number of distributions allowed.</p>",
10065                "smithy.api#error": "client",
10066                "smithy.api#httpError": 400
10067            }
10068        },
10069        "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToCachePolicy": {
10070            "type": "structure",
10071            "members": {
10072                "Message": {
10073                    "target": "com.amazonaws.cloudfront#string"
10074                }
10075            },
10076            "traits": {
10077                "smithy.api#documentation": "<p>The maximum number of distributions have been associated with the specified cache\n\t\t\tpolicy. 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10078                "smithy.api#error": "client",
10079                "smithy.api#httpError": 400
10080            }
10081        },
10082        "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToFieldLevelEncryptionConfig": {
10083            "type": "structure",
10084            "members": {
10085                "Message": {
10086                    "target": "com.amazonaws.cloudfront#string"
10087                }
10088            },
10089            "traits": {
10090                "smithy.api#documentation": "<p>The maximum number of distributions have been associated with the specified configuration for field-level encryption.</p>",
10091                "smithy.api#error": "client",
10092                "smithy.api#httpError": 400
10093            }
10094        },
10095        "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToKeyGroup": {
10096            "type": "structure",
10097            "members": {
10098                "Message": {
10099                    "target": "com.amazonaws.cloudfront#string"
10100                }
10101            },
10102            "traits": {
10103                "smithy.api#documentation": "<p>The number of distributions that reference this key group is more than the maximum\n\t\t\tallowed. 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10104                "smithy.api#error": "client",
10105                "smithy.api#httpError": 400
10106            }
10107        },
10108        "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToOriginRequestPolicy": {
10109            "type": "structure",
10110            "members": {
10111                "Message": {
10112                    "target": "com.amazonaws.cloudfront#string"
10113                }
10114            },
10115            "traits": {
10116                "smithy.api#documentation": "<p>The maximum number of distributions have been associated with the specified origin\n\t\t\trequest 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10117                "smithy.api#error": "client",
10118                "smithy.api#httpError": 400
10119            }
10120        },
10121        "com.amazonaws.cloudfront#TooManyDistributionsWithLambdaAssociations": {
10122            "type": "structure",
10123            "members": {
10124                "Message": {
10125                    "target": "com.amazonaws.cloudfront#string"
10126                }
10127            },
10128            "traits": {
10129                "smithy.api#documentation": "<p>Processing your request would cause the maximum number of distributions with Lambda function associations per owner \n\t\t\tto be exceeded.</p>",
10130                "smithy.api#error": "client",
10131                "smithy.api#httpError": 400
10132            }
10133        },
10134        "com.amazonaws.cloudfront#TooManyDistributionsWithSingleFunctionARN": {
10135            "type": "structure",
10136            "members": {
10137                "Message": {
10138                    "target": "com.amazonaws.cloudfront#string"
10139                }
10140            },
10141            "traits": {
10142                "smithy.api#documentation": "<p>The maximum number of distributions have been associated with the specified Lambda\n\t\t\tfunction.</p>",
10143                "smithy.api#error": "client",
10144                "smithy.api#httpError": 400
10145            }
10146        },
10147        "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionConfigs": {
10148            "type": "structure",
10149            "members": {
10150                "Message": {
10151                    "target": "com.amazonaws.cloudfront#string"
10152                }
10153            },
10154            "traits": {
10155                "smithy.api#documentation": "<p>The maximum number of configurations for field-level encryption have been created.</p>",
10156                "smithy.api#error": "client",
10157                "smithy.api#httpError": 400
10158            }
10159        },
10160        "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionContentTypeProfiles": {
10161            "type": "structure",
10162            "members": {
10163                "Message": {
10164                    "target": "com.amazonaws.cloudfront#string"
10165                }
10166            },
10167            "traits": {
10168                "smithy.api#documentation": "<p>The maximum number of content type profiles for field-level encryption have been created.</p>",
10169                "smithy.api#error": "client",
10170                "smithy.api#httpError": 400
10171            }
10172        },
10173        "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionEncryptionEntities": {
10174            "type": "structure",
10175            "members": {
10176                "Message": {
10177                    "target": "com.amazonaws.cloudfront#string"
10178                }
10179            },
10180            "traits": {
10181                "smithy.api#documentation": "<p>The maximum number of encryption entities for field-level encryption have been created.</p>",
10182                "smithy.api#error": "client",
10183                "smithy.api#httpError": 400
10184            }
10185        },
10186        "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionFieldPatterns": {
10187            "type": "structure",
10188            "members": {
10189                "Message": {
10190                    "target": "com.amazonaws.cloudfront#string"
10191                }
10192            },
10193            "traits": {
10194                "smithy.api#documentation": "<p>The maximum number of field patterns for field-level encryption have been created.</p>",
10195                "smithy.api#error": "client",
10196                "smithy.api#httpError": 400
10197            }
10198        },
10199        "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionProfiles": {
10200            "type": "structure",
10201            "members": {
10202                "Message": {
10203                    "target": "com.amazonaws.cloudfront#string"
10204                }
10205            },
10206            "traits": {
10207                "smithy.api#documentation": "<p>The maximum number of profiles for field-level encryption have been created.</p>",
10208                "smithy.api#error": "client",
10209                "smithy.api#httpError": 400
10210            }
10211        },
10212        "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionQueryArgProfiles": {
10213            "type": "structure",
10214            "members": {
10215                "Message": {
10216                    "target": "com.amazonaws.cloudfront#string"
10217                }
10218            },
10219            "traits": {
10220                "smithy.api#documentation": "<p>The maximum number of query arg profiles for field-level encryption have been created.</p>",
10221                "smithy.api#error": "client",
10222                "smithy.api#httpError": 400
10223            }
10224        },
10225        "com.amazonaws.cloudfront#TooManyHeadersInCachePolicy": {
10226            "type": "structure",
10227            "members": {
10228                "Message": {
10229                    "target": "com.amazonaws.cloudfront#string"
10230                }
10231            },
10232            "traits": {
10233                "smithy.api#documentation": "<p>The number of headers in the cache policy exceeds the maximum. For more information,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10234                "smithy.api#error": "client",
10235                "smithy.api#httpError": 400
10236            }
10237        },
10238        "com.amazonaws.cloudfront#TooManyHeadersInForwardedValues": {
10239            "type": "structure",
10240            "members": {
10241                "Message": {
10242                    "target": "com.amazonaws.cloudfront#string"
10243                }
10244            },
10245            "traits": {
10246                "smithy.api#documentation": "<p>Your request contains too many headers in forwarded values.</p>",
10247                "smithy.api#error": "client",
10248                "smithy.api#httpError": 400
10249            }
10250        },
10251        "com.amazonaws.cloudfront#TooManyHeadersInOriginRequestPolicy": {
10252            "type": "structure",
10253            "members": {
10254                "Message": {
10255                    "target": "com.amazonaws.cloudfront#string"
10256                }
10257            },
10258            "traits": {
10259                "smithy.api#documentation": "<p>The number of headers in the origin request policy exceeds the maximum. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10260                "smithy.api#error": "client",
10261                "smithy.api#httpError": 400
10262            }
10263        },
10264        "com.amazonaws.cloudfront#TooManyInvalidationsInProgress": {
10265            "type": "structure",
10266            "members": {
10267                "Message": {
10268                    "target": "com.amazonaws.cloudfront#string"
10269                }
10270            },
10271            "traits": {
10272                "smithy.api#documentation": "<p>You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.</p>",
10273                "smithy.api#error": "client",
10274                "smithy.api#httpError": 400
10275            }
10276        },
10277        "com.amazonaws.cloudfront#TooManyKeyGroups": {
10278            "type": "structure",
10279            "members": {
10280                "Message": {
10281                    "target": "com.amazonaws.cloudfront#string"
10282                }
10283            },
10284            "traits": {
10285                "smithy.api#documentation": "<p>You have reached the maximum number of key groups for this AWS account. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10286                "smithy.api#error": "client",
10287                "smithy.api#httpError": 400
10288            }
10289        },
10290        "com.amazonaws.cloudfront#TooManyKeyGroupsAssociatedToDistribution": {
10291            "type": "structure",
10292            "members": {
10293                "Message": {
10294                    "target": "com.amazonaws.cloudfront#string"
10295                }
10296            },
10297            "traits": {
10298                "smithy.api#documentation": "<p>The number of key groups referenced by this distribution is more than the maximum\n\t\t\tallowed. 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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10299                "smithy.api#error": "client",
10300                "smithy.api#httpError": 400
10301            }
10302        },
10303        "com.amazonaws.cloudfront#TooManyLambdaFunctionAssociations": {
10304            "type": "structure",
10305            "members": {
10306                "Message": {
10307                    "target": "com.amazonaws.cloudfront#string"
10308                }
10309            },
10310            "traits": {
10311                "smithy.api#documentation": "<p>Your request contains more Lambda function associations than are allowed per distribution.</p>",
10312                "smithy.api#error": "client",
10313                "smithy.api#httpError": 400
10314            }
10315        },
10316        "com.amazonaws.cloudfront#TooManyOriginCustomHeaders": {
10317            "type": "structure",
10318            "members": {
10319                "Message": {
10320                    "target": "com.amazonaws.cloudfront#string"
10321                }
10322            },
10323            "traits": {
10324                "smithy.api#documentation": "<p>Your request contains too many origin custom headers.</p>",
10325                "smithy.api#error": "client",
10326                "smithy.api#httpError": 400
10327            }
10328        },
10329        "com.amazonaws.cloudfront#TooManyOriginGroupsPerDistribution": {
10330            "type": "structure",
10331            "members": {
10332                "Message": {
10333                    "target": "com.amazonaws.cloudfront#string"
10334                }
10335            },
10336            "traits": {
10337                "smithy.api#documentation": "<p>Processing your request would cause you to exceed the maximum number of origin groups allowed.</p>",
10338                "smithy.api#error": "client",
10339                "smithy.api#httpError": 400
10340            }
10341        },
10342        "com.amazonaws.cloudfront#TooManyOriginRequestPolicies": {
10343            "type": "structure",
10344            "members": {
10345                "Message": {
10346                    "target": "com.amazonaws.cloudfront#string"
10347                }
10348            },
10349            "traits": {
10350                "smithy.api#documentation": "<p>You have reached the maximum number of origin request policies for this AWS account.\n\t\t\tFor more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10351                "smithy.api#error": "client",
10352                "smithy.api#httpError": 400
10353            }
10354        },
10355        "com.amazonaws.cloudfront#TooManyOrigins": {
10356            "type": "structure",
10357            "members": {
10358                "Message": {
10359                    "target": "com.amazonaws.cloudfront#string"
10360                }
10361            },
10362            "traits": {
10363                "smithy.api#documentation": "<p>You cannot create more origins for the distribution.</p>",
10364                "smithy.api#error": "client",
10365                "smithy.api#httpError": 400
10366            }
10367        },
10368        "com.amazonaws.cloudfront#TooManyPublicKeys": {
10369            "type": "structure",
10370            "members": {
10371                "Message": {
10372                    "target": "com.amazonaws.cloudfront#string"
10373                }
10374            },
10375            "traits": {
10376                "smithy.api#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>",
10377                "smithy.api#error": "client",
10378                "smithy.api#httpError": 400
10379            }
10380        },
10381        "com.amazonaws.cloudfront#TooManyPublicKeysInKeyGroup": {
10382            "type": "structure",
10383            "members": {
10384                "Message": {
10385                    "target": "com.amazonaws.cloudfront#string"
10386                }
10387            },
10388            "traits": {
10389                "smithy.api#documentation": "<p>The number of public keys in this key group is more than the maximum allowed. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10390                "smithy.api#error": "client",
10391                "smithy.api#httpError": 400
10392            }
10393        },
10394        "com.amazonaws.cloudfront#TooManyQueryStringParameters": {
10395            "type": "structure",
10396            "members": {
10397                "Message": {
10398                    "target": "com.amazonaws.cloudfront#string"
10399                }
10400            },
10401            "traits": {
10402                "smithy.api#documentation": "<p>Your request contains too many query string parameters.</p>",
10403                "smithy.api#error": "client",
10404                "smithy.api#httpError": 400
10405            }
10406        },
10407        "com.amazonaws.cloudfront#TooManyQueryStringsInCachePolicy": {
10408            "type": "structure",
10409            "members": {
10410                "Message": {
10411                    "target": "com.amazonaws.cloudfront#string"
10412                }
10413            },
10414            "traits": {
10415                "smithy.api#documentation": "<p>The number of query strings in the cache policy exceeds the maximum. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10416                "smithy.api#error": "client",
10417                "smithy.api#httpError": 400
10418            }
10419        },
10420        "com.amazonaws.cloudfront#TooManyQueryStringsInOriginRequestPolicy": {
10421            "type": "structure",
10422            "members": {
10423                "Message": {
10424                    "target": "com.amazonaws.cloudfront#string"
10425                }
10426            },
10427            "traits": {
10428                "smithy.api#documentation": "<p>The number of query strings in the origin request policy exceeds the maximum. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10429                "smithy.api#error": "client",
10430                "smithy.api#httpError": 400
10431            }
10432        },
10433        "com.amazonaws.cloudfront#TooManyRealtimeLogConfigs": {
10434            "type": "structure",
10435            "members": {
10436                "Message": {
10437                    "target": "com.amazonaws.cloudfront#string"
10438                }
10439            },
10440            "traits": {
10441                "smithy.api#documentation": "<p>You have reached the maximum number of real-time log configurations for this AWS account.\n\t\t\tFor more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> (formerly known as limits) in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>",
10442                "smithy.api#error": "client",
10443                "smithy.api#httpError": 400
10444            }
10445        },
10446        "com.amazonaws.cloudfront#TooManyStreamingDistributionCNAMEs": {
10447            "type": "structure",
10448            "members": {
10449                "Message": {
10450                    "target": "com.amazonaws.cloudfront#string"
10451                }
10452            },
10453            "traits": {
10454                "smithy.api#documentation": "<p>Your request contains more CNAMEs than are allowed per distribution.</p>",
10455                "smithy.api#error": "client",
10456                "smithy.api#httpError": 400
10457            }
10458        },
10459        "com.amazonaws.cloudfront#TooManyStreamingDistributions": {
10460            "type": "structure",
10461            "members": {
10462                "Message": {
10463                    "target": "com.amazonaws.cloudfront#string"
10464                }
10465            },
10466            "traits": {
10467                "smithy.api#documentation": "<p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>",
10468                "smithy.api#error": "client",
10469                "smithy.api#httpError": 400
10470            }
10471        },
10472        "com.amazonaws.cloudfront#TooManyTrustedSigners": {
10473            "type": "structure",
10474            "members": {
10475                "Message": {
10476                    "target": "com.amazonaws.cloudfront#string"
10477                }
10478            },
10479            "traits": {
10480                "smithy.api#documentation": "<p>Your request contains more trusted signers than are allowed per distribution.</p>",
10481                "smithy.api#error": "client",
10482                "smithy.api#httpError": 400
10483            }
10484        },
10485        "com.amazonaws.cloudfront#TrustedKeyGroupDoesNotExist": {
10486            "type": "structure",
10487            "members": {
10488                "Message": {
10489                    "target": "com.amazonaws.cloudfront#string"
10490                }
10491            },
10492            "traits": {
10493                "smithy.api#documentation": "<p>The specified key group does not exist.</p>",
10494                "smithy.api#error": "client",
10495                "smithy.api#httpError": 400
10496            }
10497        },
10498        "com.amazonaws.cloudfront#TrustedKeyGroupIdList": {
10499            "type": "list",
10500            "member": {
10501                "target": "com.amazonaws.cloudfront#string",
10502                "traits": {
10503                    "smithy.api#xmlName": "KeyGroup"
10504                }
10505            }
10506        },
10507        "com.amazonaws.cloudfront#TrustedKeyGroups": {
10508            "type": "structure",
10509            "members": {
10510                "Enabled": {
10511                    "target": "com.amazonaws.cloudfront#boolean",
10512                    "traits": {
10513                        "smithy.api#documentation": "<p>This field is <code>true</code> if any of the key groups in the list have public keys that\n\t\t\tCloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this\n\t\t\tfield is <code>false</code>.</p>",
10514                        "smithy.api#required": {}
10515                    }
10516                },
10517                "Quantity": {
10518                    "target": "com.amazonaws.cloudfront#integer",
10519                    "traits": {
10520                        "smithy.api#documentation": "<p>The number of key groups in the list.</p>",
10521                        "smithy.api#required": {}
10522                    }
10523                },
10524                "Items": {
10525                    "target": "com.amazonaws.cloudfront#TrustedKeyGroupIdList",
10526                    "traits": {
10527                        "smithy.api#documentation": "<p>A list of key groups identifiers.</p>"
10528                    }
10529                }
10530            },
10531            "traits": {
10532                "smithy.api#documentation": "<p>A list of key groups whose public keys CloudFront can use to verify the signatures of signed\n\t\t\tURLs and signed cookies.</p>"
10533            }
10534        },
10535        "com.amazonaws.cloudfront#TrustedSignerDoesNotExist": {
10536            "type": "structure",
10537            "members": {
10538                "Message": {
10539                    "target": "com.amazonaws.cloudfront#string"
10540                }
10541            },
10542            "traits": {
10543                "smithy.api#documentation": "<p>One or more of your trusted signers don't exist.</p>",
10544                "smithy.api#error": "client",
10545                "smithy.api#httpError": 400
10546            }
10547        },
10548        "com.amazonaws.cloudfront#TrustedSigners": {
10549            "type": "structure",
10550            "members": {
10551                "Enabled": {
10552                    "target": "com.amazonaws.cloudfront#boolean",
10553                    "traits": {
10554                        "smithy.api#documentation": "<p>This field is <code>true</code> if any of the AWS accounts have public keys that CloudFront can\n\t\t\tuse to verify the signatures of signed URLs and signed cookies. If not, this field is\n\t\t\t<code>false</code>.</p>",
10555                        "smithy.api#required": {}
10556                    }
10557                },
10558                "Quantity": {
10559                    "target": "com.amazonaws.cloudfront#integer",
10560                    "traits": {
10561                        "smithy.api#documentation": "<p>The number of AWS accounts in the list.</p>",
10562                        "smithy.api#required": {}
10563                    }
10564                },
10565                "Items": {
10566                    "target": "com.amazonaws.cloudfront#AwsAccountNumberList",
10567                    "traits": {
10568                        "smithy.api#documentation": "<p>A list of AWS account identifiers.</p>"
10569                    }
10570                }
10571            },
10572            "traits": {
10573                "smithy.api#documentation": "<p>A list of AWS accounts whose public keys CloudFront can use to verify the signatures of signed\n\t\t\tURLs and signed cookies.</p>"
10574            }
10575        },
10576        "com.amazonaws.cloudfront#UntagResource": {
10577            "type": "operation",
10578            "input": {
10579                "target": "com.amazonaws.cloudfront#UntagResourceRequest"
10580            },
10581            "errors": [
10582                {
10583                    "target": "com.amazonaws.cloudfront#AccessDenied"
10584                },
10585                {
10586                    "target": "com.amazonaws.cloudfront#InvalidArgument"
10587                },
10588                {
10589                    "target": "com.amazonaws.cloudfront#InvalidTagging"
10590                },
10591                {
10592                    "target": "com.amazonaws.cloudfront#NoSuchResource"
10593                }
10594            ],
10595            "traits": {
10596                "smithy.api#documentation": "<p>Remove tags from a CloudFront resource.</p>",
10597                "smithy.api#http": {
10598                    "method": "POST",
10599                    "uri": "/2020-05-31/tagging?Operation=Untag",
10600                    "code": 204
10601                }
10602            }
10603        },
10604        "com.amazonaws.cloudfront#UntagResourceRequest": {
10605            "type": "structure",
10606            "members": {
10607                "Resource": {
10608                    "target": "com.amazonaws.cloudfront#ResourceARN",
10609                    "traits": {
10610                        "smithy.api#documentation": "<p> An ARN of a CloudFront resource.</p>",
10611                        "smithy.api#httpQuery": "Resource",
10612                        "smithy.api#required": {}
10613                    }
10614                },
10615                "TagKeys": {
10616                    "target": "com.amazonaws.cloudfront#TagKeys",
10617                    "traits": {
10618                        "smithy.api#documentation": "<p> A complex type that contains zero or more <code>Tag</code> key elements.</p>",
10619                        "smithy.api#httpPayload": {},
10620                        "smithy.api#required": {},
10621                        "smithy.api#xmlName": "TagKeys"
10622                    }
10623                }
10624            },
10625            "traits": {
10626                "smithy.api#documentation": "<p> The request to remove tags from a CloudFront resource.</p>"
10627            }
10628        },
10629        "com.amazonaws.cloudfront#UpdateCachePolicy": {
10630            "type": "operation",
10631            "input": {
10632                "target": "com.amazonaws.cloudfront#UpdateCachePolicyRequest"
10633            },
10634            "output": {
10635                "target": "com.amazonaws.cloudfront#UpdateCachePolicyResult"
10636            },
10637            "errors": [
10638                {
10639                    "target": "com.amazonaws.cloudfront#AccessDenied"
10640                },
10641                {
10642                    "target": "com.amazonaws.cloudfront#CachePolicyAlreadyExists"
10643                },
10644                {
10645                    "target": "com.amazonaws.cloudfront#IllegalUpdate"
10646                },
10647                {
10648                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
10649                },
10650                {
10651                    "target": "com.amazonaws.cloudfront#InvalidArgument"
10652                },
10653                {
10654                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
10655                },
10656                {
10657                    "target": "com.amazonaws.cloudfront#NoSuchCachePolicy"
10658                },
10659                {
10660                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
10661                },
10662                {
10663                    "target": "com.amazonaws.cloudfront#TooManyCookiesInCachePolicy"
10664                },
10665                {
10666                    "target": "com.amazonaws.cloudfront#TooManyHeadersInCachePolicy"
10667                },
10668                {
10669                    "target": "com.amazonaws.cloudfront#TooManyQueryStringsInCachePolicy"
10670                }
10671            ],
10672            "traits": {
10673                "smithy.api#documentation": "<p>Updates a cache policy configuration.</p>\n\t\t       <p>When you update a cache policy configuration, all the fields are updated with the\n\t\t\tvalues provided in the request. You cannot update some fields independent of others. To\n\t\t\tupdate a cache policy configuration:</p>\n\t\t       <ol>\n            <li>\n\t\t\t\t           <p>Use <code>GetCachePolicyConfig</code> to get the current configuration.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Locally modify the fields in the cache policy configuration that you want to\n\t\t\t\t\tupdate.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Call <code>UpdateCachePolicy</code> by providing the entire cache policy\n\t\t\t\t\tconfiguration, including the fields that you modified and those that you\n\t\t\t\t\tdidn’t.</p>\n\t\t\t         </li>\n         </ol>",
10674                "smithy.api#http": {
10675                    "method": "PUT",
10676                    "uri": "/2020-05-31/cache-policy/{Id}",
10677                    "code": 200
10678                }
10679            }
10680        },
10681        "com.amazonaws.cloudfront#UpdateCachePolicyRequest": {
10682            "type": "structure",
10683            "members": {
10684                "Id": {
10685                    "target": "com.amazonaws.cloudfront#string",
10686                    "traits": {
10687                        "smithy.api#documentation": "<p>The unique identifier for the cache policy that you are updating. The identifier is returned\n\t\t\tin a cache behavior’s <code>CachePolicyId</code> field in the response to\n\t\t\t<code>GetDistributionConfig</code>.</p>",
10688                        "smithy.api#httpLabel": {},
10689                        "smithy.api#required": {}
10690                    }
10691                },
10692                "IfMatch": {
10693                    "target": "com.amazonaws.cloudfront#string",
10694                    "traits": {
10695                        "smithy.api#documentation": "<p>The version of the cache policy that you are updating. The version is returned in the cache\n\t\t\tpolicy’s <code>ETag</code> field in the response to\n\t\t\t<code>GetCachePolicyConfig</code>.</p>",
10696                        "smithy.api#httpHeader": "If-Match"
10697                    }
10698                },
10699                "CachePolicyConfig": {
10700                    "target": "com.amazonaws.cloudfront#CachePolicyConfig",
10701                    "traits": {
10702                        "smithy.api#documentation": "<p>A cache policy configuration.</p>",
10703                        "smithy.api#httpPayload": {},
10704                        "smithy.api#required": {},
10705                        "smithy.api#xmlName": "CachePolicyConfig"
10706                    }
10707                }
10708            }
10709        },
10710        "com.amazonaws.cloudfront#UpdateCachePolicyResult": {
10711            "type": "structure",
10712            "members": {
10713                "CachePolicy": {
10714                    "target": "com.amazonaws.cloudfront#CachePolicy",
10715                    "traits": {
10716                        "smithy.api#documentation": "<p>A cache policy.</p>",
10717                        "smithy.api#httpPayload": {}
10718                    }
10719                },
10720                "ETag": {
10721                    "target": "com.amazonaws.cloudfront#string",
10722                    "traits": {
10723                        "smithy.api#documentation": "<p>The current version of the cache policy.</p>",
10724                        "smithy.api#httpHeader": "ETag"
10725                    }
10726                }
10727            }
10728        },
10729        "com.amazonaws.cloudfront#UpdateCloudFrontOriginAccessIdentity": {
10730            "type": "operation",
10731            "input": {
10732                "target": "com.amazonaws.cloudfront#UpdateCloudFrontOriginAccessIdentityRequest"
10733            },
10734            "output": {
10735                "target": "com.amazonaws.cloudfront#UpdateCloudFrontOriginAccessIdentityResult"
10736            },
10737            "errors": [
10738                {
10739                    "target": "com.amazonaws.cloudfront#AccessDenied"
10740                },
10741                {
10742                    "target": "com.amazonaws.cloudfront#IllegalUpdate"
10743                },
10744                {
10745                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
10746                },
10747                {
10748                    "target": "com.amazonaws.cloudfront#InvalidArgument"
10749                },
10750                {
10751                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
10752                },
10753                {
10754                    "target": "com.amazonaws.cloudfront#MissingBody"
10755                },
10756                {
10757                    "target": "com.amazonaws.cloudfront#NoSuchCloudFrontOriginAccessIdentity"
10758                },
10759                {
10760                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
10761                }
10762            ],
10763            "traits": {
10764                "smithy.api#documentation": "<p>Update an origin access identity. </p>",
10765                "smithy.api#http": {
10766                    "method": "PUT",
10767                    "uri": "/2020-05-31/origin-access-identity/cloudfront/{Id}/config",
10768                    "code": 200
10769                }
10770            }
10771        },
10772        "com.amazonaws.cloudfront#UpdateCloudFrontOriginAccessIdentityRequest": {
10773            "type": "structure",
10774            "members": {
10775                "Id": {
10776                    "target": "com.amazonaws.cloudfront#string",
10777                    "traits": {
10778                        "smithy.api#documentation": "<p>The identity's id.</p>",
10779                        "smithy.api#httpLabel": {},
10780                        "smithy.api#required": {}
10781                    }
10782                },
10783                "IfMatch": {
10784                    "target": "com.amazonaws.cloudfront#string",
10785                    "traits": {
10786                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when retrieving the \n\t\t\tidentity's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
10787                        "smithy.api#httpHeader": "If-Match"
10788                    }
10789                },
10790                "CloudFrontOriginAccessIdentityConfig": {
10791                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentityConfig",
10792                    "traits": {
10793                        "smithy.api#documentation": "<p>The identity's configuration information.</p>",
10794                        "smithy.api#httpPayload": {},
10795                        "smithy.api#required": {},
10796                        "smithy.api#xmlName": "CloudFrontOriginAccessIdentityConfig"
10797                    }
10798                }
10799            },
10800            "traits": {
10801                "smithy.api#documentation": "<p>The request to update an origin access identity.</p>"
10802            }
10803        },
10804        "com.amazonaws.cloudfront#UpdateCloudFrontOriginAccessIdentityResult": {
10805            "type": "structure",
10806            "members": {
10807                "CloudFrontOriginAccessIdentity": {
10808                    "target": "com.amazonaws.cloudfront#CloudFrontOriginAccessIdentity",
10809                    "traits": {
10810                        "smithy.api#documentation": "<p>The origin access identity's information.</p>",
10811                        "smithy.api#httpPayload": {}
10812                    }
10813                },
10814                "ETag": {
10815                    "target": "com.amazonaws.cloudfront#string",
10816                    "traits": {
10817                        "smithy.api#documentation": "<p>The current version of the configuration. For example: \n\t\t\t<code>E2QWRUHAPOMQZL</code>.</p>",
10818                        "smithy.api#httpHeader": "ETag"
10819                    }
10820                }
10821            },
10822            "traits": {
10823                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
10824            }
10825        },
10826        "com.amazonaws.cloudfront#UpdateDistribution": {
10827            "type": "operation",
10828            "input": {
10829                "target": "com.amazonaws.cloudfront#UpdateDistributionRequest"
10830            },
10831            "output": {
10832                "target": "com.amazonaws.cloudfront#UpdateDistributionResult"
10833            },
10834            "errors": [
10835                {
10836                    "target": "com.amazonaws.cloudfront#AccessDenied"
10837                },
10838                {
10839                    "target": "com.amazonaws.cloudfront#CNAMEAlreadyExists"
10840                },
10841                {
10842                    "target": "com.amazonaws.cloudfront#IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"
10843                },
10844                {
10845                    "target": "com.amazonaws.cloudfront#IllegalUpdate"
10846                },
10847                {
10848                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
10849                },
10850                {
10851                    "target": "com.amazonaws.cloudfront#InvalidArgument"
10852                },
10853                {
10854                    "target": "com.amazonaws.cloudfront#InvalidDefaultRootObject"
10855                },
10856                {
10857                    "target": "com.amazonaws.cloudfront#InvalidErrorCode"
10858                },
10859                {
10860                    "target": "com.amazonaws.cloudfront#InvalidForwardCookies"
10861                },
10862                {
10863                    "target": "com.amazonaws.cloudfront#InvalidGeoRestrictionParameter"
10864                },
10865                {
10866                    "target": "com.amazonaws.cloudfront#InvalidHeadersForS3Origin"
10867                },
10868                {
10869                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
10870                },
10871                {
10872                    "target": "com.amazonaws.cloudfront#InvalidLambdaFunctionAssociation"
10873                },
10874                {
10875                    "target": "com.amazonaws.cloudfront#InvalidLocationCode"
10876                },
10877                {
10878                    "target": "com.amazonaws.cloudfront#InvalidMinimumProtocolVersion"
10879                },
10880                {
10881                    "target": "com.amazonaws.cloudfront#InvalidOriginAccessIdentity"
10882                },
10883                {
10884                    "target": "com.amazonaws.cloudfront#InvalidOriginKeepaliveTimeout"
10885                },
10886                {
10887                    "target": "com.amazonaws.cloudfront#InvalidOriginReadTimeout"
10888                },
10889                {
10890                    "target": "com.amazonaws.cloudfront#InvalidQueryStringParameters"
10891                },
10892                {
10893                    "target": "com.amazonaws.cloudfront#InvalidRelativePath"
10894                },
10895                {
10896                    "target": "com.amazonaws.cloudfront#InvalidRequiredProtocol"
10897                },
10898                {
10899                    "target": "com.amazonaws.cloudfront#InvalidResponseCode"
10900                },
10901                {
10902                    "target": "com.amazonaws.cloudfront#InvalidTTLOrder"
10903                },
10904                {
10905                    "target": "com.amazonaws.cloudfront#InvalidViewerCertificate"
10906                },
10907                {
10908                    "target": "com.amazonaws.cloudfront#InvalidWebACLId"
10909                },
10910                {
10911                    "target": "com.amazonaws.cloudfront#MissingBody"
10912                },
10913                {
10914                    "target": "com.amazonaws.cloudfront#NoSuchCachePolicy"
10915                },
10916                {
10917                    "target": "com.amazonaws.cloudfront#NoSuchDistribution"
10918                },
10919                {
10920                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionConfig"
10921                },
10922                {
10923                    "target": "com.amazonaws.cloudfront#NoSuchOrigin"
10924                },
10925                {
10926                    "target": "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy"
10927                },
10928                {
10929                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
10930                },
10931                {
10932                    "target": "com.amazonaws.cloudfront#TooManyCacheBehaviors"
10933                },
10934                {
10935                    "target": "com.amazonaws.cloudfront#TooManyCertificates"
10936                },
10937                {
10938                    "target": "com.amazonaws.cloudfront#TooManyCookieNamesInWhiteList"
10939                },
10940                {
10941                    "target": "com.amazonaws.cloudfront#TooManyDistributionCNAMEs"
10942                },
10943                {
10944                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToCachePolicy"
10945                },
10946                {
10947                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"
10948                },
10949                {
10950                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToKeyGroup"
10951                },
10952                {
10953                    "target": "com.amazonaws.cloudfront#TooManyDistributionsAssociatedToOriginRequestPolicy"
10954                },
10955                {
10956                    "target": "com.amazonaws.cloudfront#TooManyDistributionsWithLambdaAssociations"
10957                },
10958                {
10959                    "target": "com.amazonaws.cloudfront#TooManyDistributionsWithSingleFunctionARN"
10960                },
10961                {
10962                    "target": "com.amazonaws.cloudfront#TooManyHeadersInForwardedValues"
10963                },
10964                {
10965                    "target": "com.amazonaws.cloudfront#TooManyKeyGroupsAssociatedToDistribution"
10966                },
10967                {
10968                    "target": "com.amazonaws.cloudfront#TooManyLambdaFunctionAssociations"
10969                },
10970                {
10971                    "target": "com.amazonaws.cloudfront#TooManyOriginCustomHeaders"
10972                },
10973                {
10974                    "target": "com.amazonaws.cloudfront#TooManyOriginGroupsPerDistribution"
10975                },
10976                {
10977                    "target": "com.amazonaws.cloudfront#TooManyOrigins"
10978                },
10979                {
10980                    "target": "com.amazonaws.cloudfront#TooManyQueryStringParameters"
10981                },
10982                {
10983                    "target": "com.amazonaws.cloudfront#TooManyTrustedSigners"
10984                },
10985                {
10986                    "target": "com.amazonaws.cloudfront#TrustedKeyGroupDoesNotExist"
10987                },
10988                {
10989                    "target": "com.amazonaws.cloudfront#TrustedSignerDoesNotExist"
10990                }
10991            ],
10992            "traits": {
10993                "smithy.api#documentation": "<p>Updates the configuration for a web distribution. </p>\n\t\t       <important>\n            <p>When you update a distribution, there are more required fields than when you create a distribution.\n\t\t\tWhen you update your distribution by using this API action, follow the steps here to get the current configuration\n\t\t\tand then make your updates, to make sure that you include all of the required fields. To view a summary,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html\">Required \n\t\t\t\tFields for Create Distribution and Update Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>\n         </important>\n\t\t       <p>The update process includes getting the current distribution configuration, updating the XML document that is \n\t\t\treturned to make your changes, and then submitting an <code>UpdateDistribution</code> request to make the updates.</p>\n\t\t       <p>For information about updating a distribution using the CloudFront console instead, see  \n\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-creating-console.html\">Creating a \n\t\t\t\tDistribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p> \n\t\t \n\t\t       <p>\n            <b>To update a web distribution using the CloudFront API</b>\n         </p> \n\t\t       <ol>\n            <li>\n               <p>Submit a \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistributionConfig.html\">GetDistributionConfig</a>\n\t\t\t\trequest to get the current configuration and an <code>Etag</code> header  \n\t\t\t\tfor the distribution.</p> \n\t\t\t\t           <note>\n                  <p>If you update the distribution again, you must get a new <code>Etag</code> header.</p>\n               </note> \n\t\t\t         </li>\n            <li>\n               <p>Update the XML document that was returned in the response to your <code>GetDistributionConfig</code> request to include \n\t\t\t\tyour changes. </p> \n\t\t\t\t           <important>\n\t\t\t\t\t             <p>When you edit the XML file, be aware of the following:</p>\n\t\t\t\t\t             <ul>\n                     <li>\n                        <p>You must strip out the ETag parameter that is returned.</p>\n                     </li>\n                     <li>\n                        <p>Additional fields are required when you update a distribution. There may be fields included in the \n\t\t\t\t\t\t\tXML file for features that you haven't configured for your distribution. This is expected and required to\n\t\t\t\t\t\t\tsuccessfully update the distribution.</p>\n                     </li>\n                     <li>\n                        <p>You can't change the value of <code>CallerReference</code>. If you try to change this value, CloudFront returns an  \n\t\t\t\t\t\t\t<code>IllegalUpdate</code> error. </p>\n                     </li>\n                     <li>\n                        <p>The new configuration replaces the existing configuration; the values that you specify in an \n\t\t\t\t\t\t\t<code>UpdateDistribution</code> request are not merged into your existing configuration. When you add, delete, or \n\t\t\t\t\t\t\treplace values in an element that allows multiple values (for example, <code>CNAME</code>), you must specify all of the \n\t\t\t\t\t\t\tvalues that you want to appear in the updated distribution. In addition,  \n\t\t\t\t\t\t\tyou must update the corresponding <code>Quantity</code> element.</p>\n                     </li>\n                  </ul>\n               </important> \n\t\t\t         </li>\n            <li>\n               <p>Submit an <code>UpdateDistribution</code> request to update the configuration for your distribution:</p> \n\t\t\t\t           <ul>\n                  <li>\n                     <p>In the request body, include the XML document that you updated in Step 2. The request body must include an  \n\t\t\t\t\t\tXML document with a <code>DistributionConfig</code> element.</p>\n                  </li>\n                  <li>\n                     <p>Set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned  \n\t\t\t\t\t\twhen you submitted the <code>GetDistributionConfig</code> request in Step 1.</p>\n                  </li>\n               </ul> \n\t\t\t         </li>\n            <li>\n               <p>Review the response to the <code>UpdateDistribution</code> request to confirm that the configuration was  \n\t\t\t\tsuccessfully updated.</p>\n            </li>\n            <li>\n               <p>Optional: Submit a \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html\">GetDistribution</a>\n\t\t\t\trequest to confirm that your changes have propagated.  \n\t\t\t\tWhen propagation is complete, the value of <code>Status</code> is <code>Deployed</code>.</p> \n\t\t\t         </li>\n         </ol>",
10994                "smithy.api#http": {
10995                    "method": "PUT",
10996                    "uri": "/2020-05-31/distribution/{Id}/config",
10997                    "code": 200
10998                }
10999            }
11000        },
11001        "com.amazonaws.cloudfront#UpdateDistributionRequest": {
11002            "type": "structure",
11003            "members": {
11004                "Id": {
11005                    "target": "com.amazonaws.cloudfront#string",
11006                    "traits": {
11007                        "smithy.api#documentation": "<p>The distribution's id.</p>",
11008                        "smithy.api#httpLabel": {},
11009                        "smithy.api#required": {}
11010                    }
11011                },
11012                "IfMatch": {
11013                    "target": "com.amazonaws.cloudfront#string",
11014                    "traits": {
11015                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when retrieving the \n\t\t\tdistribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
11016                        "smithy.api#httpHeader": "If-Match"
11017                    }
11018                },
11019                "DistributionConfig": {
11020                    "target": "com.amazonaws.cloudfront#DistributionConfig",
11021                    "traits": {
11022                        "smithy.api#documentation": "<p>The distribution's configuration information.</p>",
11023                        "smithy.api#httpPayload": {},
11024                        "smithy.api#required": {},
11025                        "smithy.api#xmlName": "DistributionConfig"
11026                    }
11027                }
11028            },
11029            "traits": {
11030                "smithy.api#documentation": "<p>The request to update a distribution.</p>"
11031            }
11032        },
11033        "com.amazonaws.cloudfront#UpdateDistributionResult": {
11034            "type": "structure",
11035            "members": {
11036                "Distribution": {
11037                    "target": "com.amazonaws.cloudfront#Distribution",
11038                    "traits": {
11039                        "smithy.api#documentation": "<p>The distribution's information.</p>",
11040                        "smithy.api#httpPayload": {}
11041                    }
11042                },
11043                "ETag": {
11044                    "target": "com.amazonaws.cloudfront#string",
11045                    "traits": {
11046                        "smithy.api#documentation": "<p>The current version of the configuration. For example: \n\t\t\t<code>E2QWRUHAPOMQZL</code>.</p>",
11047                        "smithy.api#httpHeader": "ETag"
11048                    }
11049                }
11050            },
11051            "traits": {
11052                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
11053            }
11054        },
11055        "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionConfig": {
11056            "type": "operation",
11057            "input": {
11058                "target": "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionConfigRequest"
11059            },
11060            "output": {
11061                "target": "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionConfigResult"
11062            },
11063            "errors": [
11064                {
11065                    "target": "com.amazonaws.cloudfront#AccessDenied"
11066                },
11067                {
11068                    "target": "com.amazonaws.cloudfront#IllegalUpdate"
11069                },
11070                {
11071                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
11072                },
11073                {
11074                    "target": "com.amazonaws.cloudfront#InvalidArgument"
11075                },
11076                {
11077                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
11078                },
11079                {
11080                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionConfig"
11081                },
11082                {
11083                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionProfile"
11084                },
11085                {
11086                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
11087                },
11088                {
11089                    "target": "com.amazonaws.cloudfront#QueryArgProfileEmpty"
11090                },
11091                {
11092                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionContentTypeProfiles"
11093                },
11094                {
11095                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionQueryArgProfiles"
11096                }
11097            ],
11098            "traits": {
11099                "smithy.api#documentation": "<p>Update a field-level encryption configuration. </p>",
11100                "smithy.api#http": {
11101                    "method": "PUT",
11102                    "uri": "/2020-05-31/field-level-encryption/{Id}/config",
11103                    "code": 200
11104                }
11105            }
11106        },
11107        "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionConfigRequest": {
11108            "type": "structure",
11109            "members": {
11110                "Id": {
11111                    "target": "com.amazonaws.cloudfront#string",
11112                    "traits": {
11113                        "smithy.api#documentation": "<p>The ID of the configuration you want to update.</p>",
11114                        "smithy.api#httpLabel": {},
11115                        "smithy.api#required": {}
11116                    }
11117                },
11118                "IfMatch": {
11119                    "target": "com.amazonaws.cloudfront#string",
11120                    "traits": {
11121                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when retrieving the configuration identity to update. \n\t\t\tFor example: <code>E2QWRUHAPOMQZL</code>.</p>",
11122                        "smithy.api#httpHeader": "If-Match"
11123                    }
11124                },
11125                "FieldLevelEncryptionConfig": {
11126                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionConfig",
11127                    "traits": {
11128                        "smithy.api#documentation": "<p>Request to update a field-level encryption configuration. </p>",
11129                        "smithy.api#httpPayload": {},
11130                        "smithy.api#required": {},
11131                        "smithy.api#xmlName": "FieldLevelEncryptionConfig"
11132                    }
11133                }
11134            }
11135        },
11136        "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionConfigResult": {
11137            "type": "structure",
11138            "members": {
11139                "FieldLevelEncryption": {
11140                    "target": "com.amazonaws.cloudfront#FieldLevelEncryption",
11141                    "traits": {
11142                        "smithy.api#documentation": "<p>Return the results of updating the configuration.</p>",
11143                        "smithy.api#httpPayload": {}
11144                    }
11145                },
11146                "ETag": {
11147                    "target": "com.amazonaws.cloudfront#string",
11148                    "traits": {
11149                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when updating the configuration. \n\t\t\tFor example: <code>E2QWRUHAPOMQZL</code>.</p>",
11150                        "smithy.api#httpHeader": "ETag"
11151                    }
11152                }
11153            }
11154        },
11155        "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionProfile": {
11156            "type": "operation",
11157            "input": {
11158                "target": "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionProfileRequest"
11159            },
11160            "output": {
11161                "target": "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionProfileResult"
11162            },
11163            "errors": [
11164                {
11165                    "target": "com.amazonaws.cloudfront#AccessDenied"
11166                },
11167                {
11168                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileAlreadyExists"
11169                },
11170                {
11171                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileSizeExceeded"
11172                },
11173                {
11174                    "target": "com.amazonaws.cloudfront#IllegalUpdate"
11175                },
11176                {
11177                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
11178                },
11179                {
11180                    "target": "com.amazonaws.cloudfront#InvalidArgument"
11181                },
11182                {
11183                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
11184                },
11185                {
11186                    "target": "com.amazonaws.cloudfront#NoSuchFieldLevelEncryptionProfile"
11187                },
11188                {
11189                    "target": "com.amazonaws.cloudfront#NoSuchPublicKey"
11190                },
11191                {
11192                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
11193                },
11194                {
11195                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionEncryptionEntities"
11196                },
11197                {
11198                    "target": "com.amazonaws.cloudfront#TooManyFieldLevelEncryptionFieldPatterns"
11199                }
11200            ],
11201            "traits": {
11202                "smithy.api#documentation": "<p>Update a field-level encryption profile. </p>",
11203                "smithy.api#http": {
11204                    "method": "PUT",
11205                    "uri": "/2020-05-31/field-level-encryption-profile/{Id}/config",
11206                    "code": 200
11207                }
11208            }
11209        },
11210        "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionProfileRequest": {
11211            "type": "structure",
11212            "members": {
11213                "Id": {
11214                    "target": "com.amazonaws.cloudfront#string",
11215                    "traits": {
11216                        "smithy.api#documentation": "<p>The ID of the field-level encryption profile request. </p>",
11217                        "smithy.api#httpLabel": {},
11218                        "smithy.api#required": {}
11219                    }
11220                },
11221                "IfMatch": {
11222                    "target": "com.amazonaws.cloudfront#string",
11223                    "traits": {
11224                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when retrieving the profile identity to update. \n\t\t\tFor example: <code>E2QWRUHAPOMQZL</code>.</p>",
11225                        "smithy.api#httpHeader": "If-Match"
11226                    }
11227                },
11228                "FieldLevelEncryptionProfileConfig": {
11229                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfileConfig",
11230                    "traits": {
11231                        "smithy.api#documentation": "<p>Request to update a field-level encryption profile. </p>",
11232                        "smithy.api#httpPayload": {},
11233                        "smithy.api#required": {},
11234                        "smithy.api#xmlName": "FieldLevelEncryptionProfileConfig"
11235                    }
11236                }
11237            }
11238        },
11239        "com.amazonaws.cloudfront#UpdateFieldLevelEncryptionProfileResult": {
11240            "type": "structure",
11241            "members": {
11242                "FieldLevelEncryptionProfile": {
11243                    "target": "com.amazonaws.cloudfront#FieldLevelEncryptionProfile",
11244                    "traits": {
11245                        "smithy.api#documentation": "<p>Return the results of updating the profile.</p>",
11246                        "smithy.api#httpPayload": {}
11247                    }
11248                },
11249                "ETag": {
11250                    "target": "com.amazonaws.cloudfront#string",
11251                    "traits": {
11252                        "smithy.api#documentation": "<p>The result of the field-level encryption profile request. </p>",
11253                        "smithy.api#httpHeader": "ETag"
11254                    }
11255                }
11256            }
11257        },
11258        "com.amazonaws.cloudfront#UpdateKeyGroup": {
11259            "type": "operation",
11260            "input": {
11261                "target": "com.amazonaws.cloudfront#UpdateKeyGroupRequest"
11262            },
11263            "output": {
11264                "target": "com.amazonaws.cloudfront#UpdateKeyGroupResult"
11265            },
11266            "errors": [
11267                {
11268                    "target": "com.amazonaws.cloudfront#InvalidArgument"
11269                },
11270                {
11271                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
11272                },
11273                {
11274                    "target": "com.amazonaws.cloudfront#KeyGroupAlreadyExists"
11275                },
11276                {
11277                    "target": "com.amazonaws.cloudfront#NoSuchResource"
11278                },
11279                {
11280                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
11281                },
11282                {
11283                    "target": "com.amazonaws.cloudfront#TooManyPublicKeysInKeyGroup"
11284                }
11285            ],
11286            "traits": {
11287                "smithy.api#documentation": "<p>Updates a key group.</p>\n\t\t       <p>When you update a key group, all the fields are updated with the values provided in\n\t\t\tthe request. You cannot update some fields independent of others. To update a key\n\t\t\tgroup:</p>\n\t\t       <ol>\n            <li>\n\t\t\t\t           <p>Get the current key group with <code>GetKeyGroup</code> or\n\t\t\t\t\t<code>GetKeyGroupConfig</code>.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Locally modify the fields in the key group that you want to update. For\n\t\t\t\t\texample, add or remove public key IDs.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Call <code>UpdateKeyGroup</code> with the entire key group object, including\n\t\t\t\t\tthe fields that you modified and those that you didn’t.</p>\n\t\t\t         </li>\n         </ol>",
11288                "smithy.api#http": {
11289                    "method": "PUT",
11290                    "uri": "/2020-05-31/key-group/{Id}",
11291                    "code": 200
11292                }
11293            }
11294        },
11295        "com.amazonaws.cloudfront#UpdateKeyGroupRequest": {
11296            "type": "structure",
11297            "members": {
11298                "Id": {
11299                    "target": "com.amazonaws.cloudfront#string",
11300                    "traits": {
11301                        "smithy.api#documentation": "<p>The identifier of the key group that you are updating.</p>",
11302                        "smithy.api#httpLabel": {},
11303                        "smithy.api#required": {}
11304                    }
11305                },
11306                "IfMatch": {
11307                    "target": "com.amazonaws.cloudfront#string",
11308                    "traits": {
11309                        "smithy.api#documentation": "<p>The version of the key group that you are updating. The version is the key group’s\n\t\t\t<code>ETag</code> value.</p>",
11310                        "smithy.api#httpHeader": "If-Match"
11311                    }
11312                },
11313                "KeyGroupConfig": {
11314                    "target": "com.amazonaws.cloudfront#KeyGroupConfig",
11315                    "traits": {
11316                        "smithy.api#documentation": "<p>The key group configuration.</p>",
11317                        "smithy.api#httpPayload": {},
11318                        "smithy.api#required": {},
11319                        "smithy.api#xmlName": "KeyGroupConfig"
11320                    }
11321                }
11322            }
11323        },
11324        "com.amazonaws.cloudfront#UpdateKeyGroupResult": {
11325            "type": "structure",
11326            "members": {
11327                "KeyGroup": {
11328                    "target": "com.amazonaws.cloudfront#KeyGroup",
11329                    "traits": {
11330                        "smithy.api#documentation": "<p>The key group that was just updated.</p>",
11331                        "smithy.api#httpPayload": {}
11332                    }
11333                },
11334                "ETag": {
11335                    "target": "com.amazonaws.cloudfront#string",
11336                    "traits": {
11337                        "smithy.api#documentation": "<p>The identifier for this version of the key group.</p>",
11338                        "smithy.api#httpHeader": "ETag"
11339                    }
11340                }
11341            }
11342        },
11343        "com.amazonaws.cloudfront#UpdateOriginRequestPolicy": {
11344            "type": "operation",
11345            "input": {
11346                "target": "com.amazonaws.cloudfront#UpdateOriginRequestPolicyRequest"
11347            },
11348            "output": {
11349                "target": "com.amazonaws.cloudfront#UpdateOriginRequestPolicyResult"
11350            },
11351            "errors": [
11352                {
11353                    "target": "com.amazonaws.cloudfront#AccessDenied"
11354                },
11355                {
11356                    "target": "com.amazonaws.cloudfront#IllegalUpdate"
11357                },
11358                {
11359                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
11360                },
11361                {
11362                    "target": "com.amazonaws.cloudfront#InvalidArgument"
11363                },
11364                {
11365                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
11366                },
11367                {
11368                    "target": "com.amazonaws.cloudfront#NoSuchOriginRequestPolicy"
11369                },
11370                {
11371                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyAlreadyExists"
11372                },
11373                {
11374                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
11375                },
11376                {
11377                    "target": "com.amazonaws.cloudfront#TooManyCookiesInOriginRequestPolicy"
11378                },
11379                {
11380                    "target": "com.amazonaws.cloudfront#TooManyHeadersInOriginRequestPolicy"
11381                },
11382                {
11383                    "target": "com.amazonaws.cloudfront#TooManyQueryStringsInOriginRequestPolicy"
11384                }
11385            ],
11386            "traits": {
11387                "smithy.api#documentation": "<p>Updates an origin request policy configuration.</p>\n\t\t       <p>When you update an origin request policy configuration, all the fields are updated\n\t\t\twith the values provided in the request. You cannot update some fields independent of\n\t\t\tothers. To update an origin request policy configuration:</p>\n\t\t       <ol>\n            <li>\n\t\t\t\t           <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current configuration.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Locally modify the fields in the origin request policy configuration that you\n\t\t\t\t\twant to update.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin\n\t\t\t\t\trequest policy configuration, including the fields that you modified and those\n\t\t\t\t\tthat you didn’t.</p>\n\t\t\t         </li>\n         </ol>",
11388                "smithy.api#http": {
11389                    "method": "PUT",
11390                    "uri": "/2020-05-31/origin-request-policy/{Id}",
11391                    "code": 200
11392                }
11393            }
11394        },
11395        "com.amazonaws.cloudfront#UpdateOriginRequestPolicyRequest": {
11396            "type": "structure",
11397            "members": {
11398                "Id": {
11399                    "target": "com.amazonaws.cloudfront#string",
11400                    "traits": {
11401                        "smithy.api#documentation": "<p>The unique identifier for the origin request policy that you are updating. The identifier is\n\t\t\treturned in a cache behavior’s <code>OriginRequestPolicyId</code> field in the response\n\t\t\tto <code>GetDistributionConfig</code>.</p>",
11402                        "smithy.api#httpLabel": {},
11403                        "smithy.api#required": {}
11404                    }
11405                },
11406                "IfMatch": {
11407                    "target": "com.amazonaws.cloudfront#string",
11408                    "traits": {
11409                        "smithy.api#documentation": "<p>The version of the origin request policy that you are updating. The version is returned in\n\t\t\tthe origin request policy’s <code>ETag</code> field in the response to\n\t\t\t<code>GetOriginRequestPolicyConfig</code>.</p>",
11410                        "smithy.api#httpHeader": "If-Match"
11411                    }
11412                },
11413                "OriginRequestPolicyConfig": {
11414                    "target": "com.amazonaws.cloudfront#OriginRequestPolicyConfig",
11415                    "traits": {
11416                        "smithy.api#documentation": "<p>An origin request policy configuration.</p>",
11417                        "smithy.api#httpPayload": {},
11418                        "smithy.api#required": {},
11419                        "smithy.api#xmlName": "OriginRequestPolicyConfig"
11420                    }
11421                }
11422            }
11423        },
11424        "com.amazonaws.cloudfront#UpdateOriginRequestPolicyResult": {
11425            "type": "structure",
11426            "members": {
11427                "OriginRequestPolicy": {
11428                    "target": "com.amazonaws.cloudfront#OriginRequestPolicy",
11429                    "traits": {
11430                        "smithy.api#documentation": "<p>An origin request policy.</p>",
11431                        "smithy.api#httpPayload": {}
11432                    }
11433                },
11434                "ETag": {
11435                    "target": "com.amazonaws.cloudfront#string",
11436                    "traits": {
11437                        "smithy.api#documentation": "<p>The current version of the origin request policy.</p>",
11438                        "smithy.api#httpHeader": "ETag"
11439                    }
11440                }
11441            }
11442        },
11443        "com.amazonaws.cloudfront#UpdatePublicKey": {
11444            "type": "operation",
11445            "input": {
11446                "target": "com.amazonaws.cloudfront#UpdatePublicKeyRequest"
11447            },
11448            "output": {
11449                "target": "com.amazonaws.cloudfront#UpdatePublicKeyResult"
11450            },
11451            "errors": [
11452                {
11453                    "target": "com.amazonaws.cloudfront#AccessDenied"
11454                },
11455                {
11456                    "target": "com.amazonaws.cloudfront#CannotChangeImmutablePublicKeyFields"
11457                },
11458                {
11459                    "target": "com.amazonaws.cloudfront#IllegalUpdate"
11460                },
11461                {
11462                    "target": "com.amazonaws.cloudfront#InvalidArgument"
11463                },
11464                {
11465                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
11466                },
11467                {
11468                    "target": "com.amazonaws.cloudfront#NoSuchPublicKey"
11469                },
11470                {
11471                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
11472                }
11473            ],
11474            "traits": {
11475                "smithy.api#documentation": "<p>Update public key information. Note that the only value you can change is the comment.</p>",
11476                "smithy.api#http": {
11477                    "method": "PUT",
11478                    "uri": "/2020-05-31/public-key/{Id}/config",
11479                    "code": 200
11480                }
11481            }
11482        },
11483        "com.amazonaws.cloudfront#UpdatePublicKeyRequest": {
11484            "type": "structure",
11485            "members": {
11486                "Id": {
11487                    "target": "com.amazonaws.cloudfront#string",
11488                    "traits": {
11489                        "smithy.api#documentation": "<p>The identifier of the public key that you are updating.</p>",
11490                        "smithy.api#httpLabel": {},
11491                        "smithy.api#required": {}
11492                    }
11493                },
11494                "IfMatch": {
11495                    "target": "com.amazonaws.cloudfront#string",
11496                    "traits": {
11497                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when retrieving the public key to update. \n\t\t\tFor example: <code>E2QWRUHAPOMQZL</code>.</p>",
11498                        "smithy.api#httpHeader": "If-Match"
11499                    }
11500                },
11501                "PublicKeyConfig": {
11502                    "target": "com.amazonaws.cloudfront#PublicKeyConfig",
11503                    "traits": {
11504                        "smithy.api#documentation": "<p>A public key configuration.</p>",
11505                        "smithy.api#httpPayload": {},
11506                        "smithy.api#required": {},
11507                        "smithy.api#xmlName": "PublicKeyConfig"
11508                    }
11509                }
11510            }
11511        },
11512        "com.amazonaws.cloudfront#UpdatePublicKeyResult": {
11513            "type": "structure",
11514            "members": {
11515                "PublicKey": {
11516                    "target": "com.amazonaws.cloudfront#PublicKey",
11517                    "traits": {
11518                        "smithy.api#documentation": "<p>The public key.</p>",
11519                        "smithy.api#httpPayload": {}
11520                    }
11521                },
11522                "ETag": {
11523                    "target": "com.amazonaws.cloudfront#string",
11524                    "traits": {
11525                        "smithy.api#documentation": "<p>The identifier of the current version of the public key.</p>",
11526                        "smithy.api#httpHeader": "ETag"
11527                    }
11528                }
11529            }
11530        },
11531        "com.amazonaws.cloudfront#UpdateRealtimeLogConfig": {
11532            "type": "operation",
11533            "input": {
11534                "target": "com.amazonaws.cloudfront#UpdateRealtimeLogConfigRequest"
11535            },
11536            "output": {
11537                "target": "com.amazonaws.cloudfront#UpdateRealtimeLogConfigResult"
11538            },
11539            "errors": [
11540                {
11541                    "target": "com.amazonaws.cloudfront#AccessDenied"
11542                },
11543                {
11544                    "target": "com.amazonaws.cloudfront#InvalidArgument"
11545                },
11546                {
11547                    "target": "com.amazonaws.cloudfront#NoSuchRealtimeLogConfig"
11548                }
11549            ],
11550            "traits": {
11551                "smithy.api#documentation": "<p>Updates a real-time log configuration.</p>\n\t\t       <p>When you update a real-time log configuration, all the parameters are updated with the\n\t\t\tvalues provided in the request. You cannot update some parameters independent of others.\n\t\t\tTo update a real-time log configuration:</p>\n\t\t       <ol>\n            <li>\n\t\t\t\t           <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log\n\t\t\t\t\tconfiguration.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Locally modify the parameters in the real-time log configuration that you want\n\t\t\t\t\tto update.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire\n\t\t\t\t\treal-time log configuration, including the parameters that you modified and\n\t\t\t\t\tthose that you didn’t.</p>\n\t\t\t         </li>\n         </ol>\n\t\t       <p>You cannot update a real-time log configuration’s <code>Name</code> or\n\t\t\t<code>ARN</code>.</p>",
11552                "smithy.api#http": {
11553                    "method": "PUT",
11554                    "uri": "/2020-05-31/realtime-log-config",
11555                    "code": 200
11556                }
11557            }
11558        },
11559        "com.amazonaws.cloudfront#UpdateRealtimeLogConfigRequest": {
11560            "type": "structure",
11561            "members": {
11562                "EndPoints": {
11563                    "target": "com.amazonaws.cloudfront#EndPointList",
11564                    "traits": {
11565                        "smithy.api#documentation": "<p>Contains information about the Amazon Kinesis data stream where you are sending real-time\n\t\t\tlog data.</p>"
11566                    }
11567                },
11568                "Fields": {
11569                    "target": "com.amazonaws.cloudfront#FieldList",
11570                    "traits": {
11571                        "smithy.api#documentation": "<p>A list of fields to include in each real-time log record.</p>\n\t\t       <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\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
11572                    }
11573                },
11574                "Name": {
11575                    "target": "com.amazonaws.cloudfront#string",
11576                    "traits": {
11577                        "smithy.api#documentation": "<p>The name for this real-time log configuration.</p>"
11578                    }
11579                },
11580                "ARN": {
11581                    "target": "com.amazonaws.cloudfront#string",
11582                    "traits": {
11583                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for this real-time log configuration.</p>"
11584                    }
11585                },
11586                "SamplingRate": {
11587                    "target": "com.amazonaws.cloudfront#long",
11588                    "traits": {
11589                        "smithy.api#documentation": "<p>The sampling rate for this real-time log configuration. The sampling rate determines the\n\t\t\tpercentage of viewer requests that are represented in the real-time log data. You must\n\t\t\tprovide an integer between 1 and 100, inclusive.</p>"
11590                    }
11591                }
11592            }
11593        },
11594        "com.amazonaws.cloudfront#UpdateRealtimeLogConfigResult": {
11595            "type": "structure",
11596            "members": {
11597                "RealtimeLogConfig": {
11598                    "target": "com.amazonaws.cloudfront#RealtimeLogConfig",
11599                    "traits": {
11600                        "smithy.api#documentation": "<p>A real-time log configuration.</p>"
11601                    }
11602                }
11603            }
11604        },
11605        "com.amazonaws.cloudfront#UpdateStreamingDistribution": {
11606            "type": "operation",
11607            "input": {
11608                "target": "com.amazonaws.cloudfront#UpdateStreamingDistributionRequest"
11609            },
11610            "output": {
11611                "target": "com.amazonaws.cloudfront#UpdateStreamingDistributionResult"
11612            },
11613            "errors": [
11614                {
11615                    "target": "com.amazonaws.cloudfront#AccessDenied"
11616                },
11617                {
11618                    "target": "com.amazonaws.cloudfront#CNAMEAlreadyExists"
11619                },
11620                {
11621                    "target": "com.amazonaws.cloudfront#IllegalUpdate"
11622                },
11623                {
11624                    "target": "com.amazonaws.cloudfront#InconsistentQuantities"
11625                },
11626                {
11627                    "target": "com.amazonaws.cloudfront#InvalidArgument"
11628                },
11629                {
11630                    "target": "com.amazonaws.cloudfront#InvalidIfMatchVersion"
11631                },
11632                {
11633                    "target": "com.amazonaws.cloudfront#InvalidOriginAccessIdentity"
11634                },
11635                {
11636                    "target": "com.amazonaws.cloudfront#MissingBody"
11637                },
11638                {
11639                    "target": "com.amazonaws.cloudfront#NoSuchStreamingDistribution"
11640                },
11641                {
11642                    "target": "com.amazonaws.cloudfront#PreconditionFailed"
11643                },
11644                {
11645                    "target": "com.amazonaws.cloudfront#TooManyStreamingDistributionCNAMEs"
11646                },
11647                {
11648                    "target": "com.amazonaws.cloudfront#TooManyTrustedSigners"
11649                },
11650                {
11651                    "target": "com.amazonaws.cloudfront#TrustedSignerDoesNotExist"
11652                }
11653            ],
11654            "traits": {
11655                "smithy.api#documentation": "<p>Update a streaming distribution. </p>",
11656                "smithy.api#http": {
11657                    "method": "PUT",
11658                    "uri": "/2020-05-31/streaming-distribution/{Id}/config",
11659                    "code": 200
11660                }
11661            }
11662        },
11663        "com.amazonaws.cloudfront#UpdateStreamingDistributionRequest": {
11664            "type": "structure",
11665            "members": {
11666                "Id": {
11667                    "target": "com.amazonaws.cloudfront#string",
11668                    "traits": {
11669                        "smithy.api#documentation": "<p>The streaming distribution's id.</p>",
11670                        "smithy.api#httpLabel": {},
11671                        "smithy.api#required": {}
11672                    }
11673                },
11674                "IfMatch": {
11675                    "target": "com.amazonaws.cloudfront#string",
11676                    "traits": {
11677                        "smithy.api#documentation": "<p>The value of the <code>ETag</code> header that you received when retrieving the \n\t\t\tstreaming distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>",
11678                        "smithy.api#httpHeader": "If-Match"
11679                    }
11680                },
11681                "StreamingDistributionConfig": {
11682                    "target": "com.amazonaws.cloudfront#StreamingDistributionConfig",
11683                    "traits": {
11684                        "smithy.api#documentation": "<p>The streaming distribution's configuration information.</p>",
11685                        "smithy.api#httpPayload": {},
11686                        "smithy.api#required": {},
11687                        "smithy.api#xmlName": "StreamingDistributionConfig"
11688                    }
11689                }
11690            },
11691            "traits": {
11692                "smithy.api#documentation": "<p>The request to update a streaming distribution.</p>"
11693            }
11694        },
11695        "com.amazonaws.cloudfront#UpdateStreamingDistributionResult": {
11696            "type": "structure",
11697            "members": {
11698                "StreamingDistribution": {
11699                    "target": "com.amazonaws.cloudfront#StreamingDistribution",
11700                    "traits": {
11701                        "smithy.api#documentation": "<p>The streaming distribution's information.</p>",
11702                        "smithy.api#httpPayload": {}
11703                    }
11704                },
11705                "ETag": {
11706                    "target": "com.amazonaws.cloudfront#string",
11707                    "traits": {
11708                        "smithy.api#documentation": "<p>The current version of the configuration. For example: \n\t\t\t<code>E2QWRUHAPOMQZL</code>.</p>",
11709                        "smithy.api#httpHeader": "ETag"
11710                    }
11711                }
11712            },
11713            "traits": {
11714                "smithy.api#documentation": "<p>The returned result of the corresponding request.</p>"
11715            }
11716        },
11717        "com.amazonaws.cloudfront#ViewerCertificate": {
11718            "type": "structure",
11719            "members": {
11720                "CloudFrontDefaultCertificate": {
11721                    "target": "com.amazonaws.cloudfront#boolean",
11722                    "traits": {
11723                        "smithy.api#documentation": "<p>If the distribution uses the CloudFront domain name such as\n\t\t\t<code>d111111abcdef8.cloudfront.net</code>, set this field to <code>true</code>.</p>\n\t\t       <p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs), set\n\t\t\tthis field to <code>false</code> and specify values for the following fields:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>ACMCertificateArn</code> or <code>IAMCertificateId</code> (specify a value for one,\n\t\t\t\t\tnot both)</p>\n\t\t\t\t        \n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>MinimumProtocolVersion</code>\n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>SSLSupportMethod</code>\n               \n               </p>\n\t\t\t         </li>\n         </ul>"
11724                    }
11725                },
11726                "IAMCertificateId": {
11727                    "target": "com.amazonaws.cloudfront#string",
11728                    "traits": {
11729                        "smithy.api#documentation": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and\n\t\t\tthe SSL/TLS certificate is stored in <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html\">AWS\n\t\t\tIdentity and Access Management (AWS IAM)</a>, provide the ID of the IAM\n\t\t\tcertificate.</p>\n\t\t       <p>If you specify an IAM certificate ID, you must also specify values for\n\t\t\t<code>MinimumProtocolVersion</code> and <code>SSLSupportMethod</code>. \n      </p>"
11730                    }
11731                },
11732                "ACMCertificateArn": {
11733                    "target": "com.amazonaws.cloudfront#string",
11734                    "traits": {
11735                        "smithy.api#documentation": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs) and\n\t\t\tthe SSL/TLS certificate is stored in <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html\">AWS Certificate Manager (ACM)</a>, provide the Amazon Resource\n\t\t\tName (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US\n\t\t\tEast (N. Virginia) Region (<code>us-east-1</code>).</p>\n\t\t       <p>If you specify an ACM certificate ARN, you must also specify values for\n\t\t\t<code>MinimumProtocolVersion</code> and <code>SSLSupportMethod</code>.\n      </p>"
11736                    }
11737                },
11738                "SSLSupportMethod": {
11739                    "target": "com.amazonaws.cloudfront#SSLSupportMethod",
11740                    "traits": {
11741                        "smithy.api#documentation": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs), specify\n\t\t\twhich viewers the distribution accepts HTTPS connections from.</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>\n                  <code>sni-only</code> – The distribution accepts HTTPS connections from only viewers that\n\t\t\t\t\tsupport <a href=\"https://en.wikipedia.org/wiki/Server_Name_Indication\">server\n\t\t\t\t\tname indication (SNI)</a>. This is recommended. Most browsers and clients support SNI.</p>\n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>\n                  <code>vip</code> – The distribution accepts HTTPS connections from all viewers including\n\t\t\t\t\tthose that don’t support SNI. This is not recommended, and results in additional\n\t\t\t\t\tmonthly charges from CloudFront.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>static-ip</code> - Do not specify this value unless your distribution\n\t\t\t\t\thas been enabled for this feature by the CloudFront team. If you have a use case\n\t\t\t\t\tthat requires static IP addresses for a distribution, contact CloudFront through\n\t\t\t\t\tthe <a href=\"https://console.aws.amazon.com/support/home\">AWS Support Center</a>.</p>\n\t\t\t         </li>\n         </ul> \n\t\t       <p>If the distribution uses the CloudFront domain name such as\n\t\t\t<code>d111111abcdef8.cloudfront.net</code>, don’t set a value for this field.</p>"
11742                    }
11743                },
11744                "MinimumProtocolVersion": {
11745                    "target": "com.amazonaws.cloudfront#MinimumProtocolVersion",
11746                    "traits": {
11747                        "smithy.api#documentation": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),\n\t\t\tspecify the security policy that you want CloudFront to use for HTTPS connections with\n\t\t\tviewers. The security policy determines two settings:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>The minimum SSL/TLS protocol that CloudFront can use to communicate with\n\t\t\t\t\tviewers.</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The ciphers that CloudFront can use to encrypt the content that it returns to\n\t\t\t\t\tviewers.</p>\n\t\t\t         </li>\n         </ul>\n\t\t       <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\n\t\t\tCloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t       <note>\n\t\t\t         <p>On the CloudFront console, this setting is called <b>Security\n\t\t\t\tPolicy</b>.</p>\n\t\t       </note>\n\t\t       <p>When you’re using SNI only (you set <code>SSLSupportMethod</code> to <code>sni-only</code>),\n\t\t\tyou must specify <code>TLSv1</code> or higher.\n      </p>\n\t\t       <p>If the distribution uses the CloudFront domain name such as\n\t\t\t<code>d111111abcdef8.cloudfront.net</code> (you set\n\t\t\t<code>CloudFrontDefaultCertificate</code> to <code>true</code>), CloudFront automatically sets\n\t\t\tthe security policy to <code>TLSv1</code> regardless of the value that you set\n\t\t\there.</p>"
11748                    }
11749                },
11750                "Certificate": {
11751                    "target": "com.amazonaws.cloudfront#string",
11752                    "traits": {
11753                        "smithy.api#deprecated": {},
11754                        "smithy.api#documentation": "<p>This field is deprecated. Use one of the following fields instead:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>ACMCertificateArn</code>\n               \n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>IAMCertificateId</code>\n               \n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>CloudFrontDefaultCertificate</code>\n               </p>\n\t\t\t         </li>\n         </ul>"
11755                    }
11756                },
11757                "CertificateSource": {
11758                    "target": "com.amazonaws.cloudfront#CertificateSource",
11759                    "traits": {
11760                        "smithy.api#deprecated": {},
11761                        "smithy.api#documentation": "<p>This field is deprecated. Use one of the following fields instead:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>ACMCertificateArn</code>\n               \n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>IAMCertificateId</code>\n               \n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <code>CloudFrontDefaultCertificate</code>\n               </p>\n\t\t\t         </li>\n         </ul>"
11762                    }
11763                }
11764            },
11765            "traits": {
11766                "smithy.api#documentation": "<p>A complex type that determines the distribution’s SSL/TLS configuration for communicating\n\t\t\twith viewers.</p>\n\t\t       <p>If the distribution doesn’t use <code>Aliases</code> (also known as alternate domain\n\t\t\tnames or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as\n\t\t\t<code>d111111abcdef8.cloudfront.net</code>—set <code>CloudFrontDefaultCertificate</code>\n\t\t\tto <code>true</code> and leave all other fields empty.</p>\n\t\t       <p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs), use\n\t\t\tthe fields in this type to specify the following settings:</p> \n\t\t       <ul>\n            <li> \n\t\t\t\t           <p>Which viewers the distribution accepts HTTPS connections from: only viewers that support\n\t\t\t\t\t<a href=\"https://en.wikipedia.org/wiki/Server_Name_Indication\">server name\n\t\t\t\t\tindication (SNI)</a> (recommended), or all viewers including those that\n\t\t\t\t\tdon’t support SNI.</p>\n\t\t\t\t           <ul>\n                  <li>\n\t\t\t\t\t\t               <p>To accept HTTPS connections from only viewers that support SNI, set\n\t\t\t\t\t\t\t<code>SSLSupportMethod</code> to <code>sni-only</code>. This is\n\t\t\t\t\t\t\trecommended. Most browsers and clients support\n                            SNI.\n                            \n                  </p>\n\t\t\t\t\t             </li>\n                  <li>\n\t\t\t\t\t\t               <p>To accept HTTPS connections from all viewers, including those that don’t support SNI,\n\t\t\t\t\t\t\tset <code>SSLSupportMethod</code> to <code>vip</code>. This is not\n\t\t\t\t\t\t\trecommended, and results in additional monthly charges from\n\t\t\t\t\t\t\tCloudFront.\n                  </p>\n\t\t\t\t\t             </li>\n               </ul> \n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>The minimum SSL/TLS protocol version that the distribution can use to\n\t\t\t\t\tcommunicate with viewers. To specify a minimum version, choose a value for\n\t\t\t\t\t<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\n\t\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t\t         </li>\n            <li> \n\t\t\t\t           <p>The location of the SSL/TLS certificate, <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html\">AWS\n\t\t\t\t\tCertificate Manager (ACM)</a> (recommended) or <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html\">AWS Identity and Access Management (AWS IAM)</a>. You specify the location\n\t\t\t\t\tby setting a value in one of the following fields (not both):</p>\n\t\t\t\t           <ul>\n                  <li>\n\t\t\t\t\t\t               <p>\n                        <code>ACMCertificateArn</code>\n                     \n                     </p>\n\t\t\t\t\t             </li>\n                  <li>\n\t\t\t\t\t\t               <p>\n                        <code>IAMCertificateId</code>\n                     \n                     </p>\n\t\t\t\t\t             </li>\n               </ul> \n\t\t\t         </li>\n         </ul>\n\t\t       <p>All distributions support HTTPS connections from viewers. To require viewers to use\n\t\t\tHTTPS only, or to redirect them from HTTP to HTTPS, use\n\t\t\t<code>ViewerProtocolPolicy</code> in the <code>CacheBehavior</code> or\n\t\t\t<code>DefaultCacheBehavior</code>. To specify how CloudFront should use SSL/TLS to\n\t\t\tcommunicate with your custom origin, use <code>CustomOriginConfig</code>.</p>\n\t\t       <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https.html\">Using\n\t\t\tHTTPS with CloudFront</a> and <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-alternate-domain-names.html\">\n\t\t\tUsing Alternate Domain Names and HTTPS</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>"
11767            }
11768        },
11769        "com.amazonaws.cloudfront#ViewerProtocolPolicy": {
11770            "type": "string",
11771            "traits": {
11772                "smithy.api#enum": [
11773                    {
11774                        "value": "allow-all",
11775                        "name": "allow_all"
11776                    },
11777                    {
11778                        "value": "https-only",
11779                        "name": "https_only"
11780                    },
11781                    {
11782                        "value": "redirect-to-https",
11783                        "name": "redirect_to_https"
11784                    }
11785                ]
11786            }
11787        },
11788        "com.amazonaws.cloudfront#boolean": {
11789            "type": "boolean",
11790            "traits": {
11791                "smithy.api#box": {}
11792            }
11793        },
11794        "com.amazonaws.cloudfront#integer": {
11795            "type": "integer",
11796            "traits": {
11797                "smithy.api#box": {}
11798            }
11799        },
11800        "com.amazonaws.cloudfront#long": {
11801            "type": "long",
11802            "traits": {
11803                "smithy.api#box": {}
11804            }
11805        },
11806        "com.amazonaws.cloudfront#string": {
11807            "type": "string"
11808        },
11809        "com.amazonaws.cloudfront#timestamp": {
11810            "type": "timestamp"
11811        }
11812    }
11813}
11814