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.waf#AWSWAF_20150824": {
33            "type": "service",
34            "version": "2015-08-24",
35            "operations": [
36                {
37                    "target": "com.amazonaws.waf#CreateByteMatchSet"
38                },
39                {
40                    "target": "com.amazonaws.waf#CreateGeoMatchSet"
41                },
42                {
43                    "target": "com.amazonaws.waf#CreateIPSet"
44                },
45                {
46                    "target": "com.amazonaws.waf#CreateRateBasedRule"
47                },
48                {
49                    "target": "com.amazonaws.waf#CreateRegexMatchSet"
50                },
51                {
52                    "target": "com.amazonaws.waf#CreateRegexPatternSet"
53                },
54                {
55                    "target": "com.amazonaws.waf#CreateRule"
56                },
57                {
58                    "target": "com.amazonaws.waf#CreateRuleGroup"
59                },
60                {
61                    "target": "com.amazonaws.waf#CreateSizeConstraintSet"
62                },
63                {
64                    "target": "com.amazonaws.waf#CreateSqlInjectionMatchSet"
65                },
66                {
67                    "target": "com.amazonaws.waf#CreateWebACL"
68                },
69                {
70                    "target": "com.amazonaws.waf#CreateWebACLMigrationStack"
71                },
72                {
73                    "target": "com.amazonaws.waf#CreateXssMatchSet"
74                },
75                {
76                    "target": "com.amazonaws.waf#DeleteByteMatchSet"
77                },
78                {
79                    "target": "com.amazonaws.waf#DeleteGeoMatchSet"
80                },
81                {
82                    "target": "com.amazonaws.waf#DeleteIPSet"
83                },
84                {
85                    "target": "com.amazonaws.waf#DeleteLoggingConfiguration"
86                },
87                {
88                    "target": "com.amazonaws.waf#DeletePermissionPolicy"
89                },
90                {
91                    "target": "com.amazonaws.waf#DeleteRateBasedRule"
92                },
93                {
94                    "target": "com.amazonaws.waf#DeleteRegexMatchSet"
95                },
96                {
97                    "target": "com.amazonaws.waf#DeleteRegexPatternSet"
98                },
99                {
100                    "target": "com.amazonaws.waf#DeleteRule"
101                },
102                {
103                    "target": "com.amazonaws.waf#DeleteRuleGroup"
104                },
105                {
106                    "target": "com.amazonaws.waf#DeleteSizeConstraintSet"
107                },
108                {
109                    "target": "com.amazonaws.waf#DeleteSqlInjectionMatchSet"
110                },
111                {
112                    "target": "com.amazonaws.waf#DeleteWebACL"
113                },
114                {
115                    "target": "com.amazonaws.waf#DeleteXssMatchSet"
116                },
117                {
118                    "target": "com.amazonaws.waf#GetByteMatchSet"
119                },
120                {
121                    "target": "com.amazonaws.waf#GetChangeToken"
122                },
123                {
124                    "target": "com.amazonaws.waf#GetChangeTokenStatus"
125                },
126                {
127                    "target": "com.amazonaws.waf#GetGeoMatchSet"
128                },
129                {
130                    "target": "com.amazonaws.waf#GetIPSet"
131                },
132                {
133                    "target": "com.amazonaws.waf#GetLoggingConfiguration"
134                },
135                {
136                    "target": "com.amazonaws.waf#GetPermissionPolicy"
137                },
138                {
139                    "target": "com.amazonaws.waf#GetRateBasedRule"
140                },
141                {
142                    "target": "com.amazonaws.waf#GetRateBasedRuleManagedKeys"
143                },
144                {
145                    "target": "com.amazonaws.waf#GetRegexMatchSet"
146                },
147                {
148                    "target": "com.amazonaws.waf#GetRegexPatternSet"
149                },
150                {
151                    "target": "com.amazonaws.waf#GetRule"
152                },
153                {
154                    "target": "com.amazonaws.waf#GetRuleGroup"
155                },
156                {
157                    "target": "com.amazonaws.waf#GetSampledRequests"
158                },
159                {
160                    "target": "com.amazonaws.waf#GetSizeConstraintSet"
161                },
162                {
163                    "target": "com.amazonaws.waf#GetSqlInjectionMatchSet"
164                },
165                {
166                    "target": "com.amazonaws.waf#GetWebACL"
167                },
168                {
169                    "target": "com.amazonaws.waf#GetXssMatchSet"
170                },
171                {
172                    "target": "com.amazonaws.waf#ListActivatedRulesInRuleGroup"
173                },
174                {
175                    "target": "com.amazonaws.waf#ListByteMatchSets"
176                },
177                {
178                    "target": "com.amazonaws.waf#ListGeoMatchSets"
179                },
180                {
181                    "target": "com.amazonaws.waf#ListIPSets"
182                },
183                {
184                    "target": "com.amazonaws.waf#ListLoggingConfigurations"
185                },
186                {
187                    "target": "com.amazonaws.waf#ListRateBasedRules"
188                },
189                {
190                    "target": "com.amazonaws.waf#ListRegexMatchSets"
191                },
192                {
193                    "target": "com.amazonaws.waf#ListRegexPatternSets"
194                },
195                {
196                    "target": "com.amazonaws.waf#ListRuleGroups"
197                },
198                {
199                    "target": "com.amazonaws.waf#ListRules"
200                },
201                {
202                    "target": "com.amazonaws.waf#ListSizeConstraintSets"
203                },
204                {
205                    "target": "com.amazonaws.waf#ListSqlInjectionMatchSets"
206                },
207                {
208                    "target": "com.amazonaws.waf#ListSubscribedRuleGroups"
209                },
210                {
211                    "target": "com.amazonaws.waf#ListTagsForResource"
212                },
213                {
214                    "target": "com.amazonaws.waf#ListWebACLs"
215                },
216                {
217                    "target": "com.amazonaws.waf#ListXssMatchSets"
218                },
219                {
220                    "target": "com.amazonaws.waf#PutLoggingConfiguration"
221                },
222                {
223                    "target": "com.amazonaws.waf#PutPermissionPolicy"
224                },
225                {
226                    "target": "com.amazonaws.waf#TagResource"
227                },
228                {
229                    "target": "com.amazonaws.waf#UntagResource"
230                },
231                {
232                    "target": "com.amazonaws.waf#UpdateByteMatchSet"
233                },
234                {
235                    "target": "com.amazonaws.waf#UpdateGeoMatchSet"
236                },
237                {
238                    "target": "com.amazonaws.waf#UpdateIPSet"
239                },
240                {
241                    "target": "com.amazonaws.waf#UpdateRateBasedRule"
242                },
243                {
244                    "target": "com.amazonaws.waf#UpdateRegexMatchSet"
245                },
246                {
247                    "target": "com.amazonaws.waf#UpdateRegexPatternSet"
248                },
249                {
250                    "target": "com.amazonaws.waf#UpdateRule"
251                },
252                {
253                    "target": "com.amazonaws.waf#UpdateRuleGroup"
254                },
255                {
256                    "target": "com.amazonaws.waf#UpdateSizeConstraintSet"
257                },
258                {
259                    "target": "com.amazonaws.waf#UpdateSqlInjectionMatchSet"
260                },
261                {
262                    "target": "com.amazonaws.waf#UpdateWebACL"
263                },
264                {
265                    "target": "com.amazonaws.waf#UpdateXssMatchSet"
266                }
267            ],
268            "traits": {
269                "aws.api#service": {
270                    "sdkId": "WAF",
271                    "arnNamespace": "waf",
272                    "cloudFormationName": "WAF",
273                    "cloudTrailEventSource": "waf.amazonaws.com",
274                    "endpointPrefix": "waf"
275                },
276                "aws.auth#sigv4": {
277                    "name": "waf"
278                },
279                "aws.protocols#awsJson1_1": {},
280                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t        <p>This is the <i>AWS WAF Classic API Reference</i> for using AWS WAF Classic with Amazon CloudFront. The AWS WAF Classic actions and data types listed in the reference are available for protecting Amazon CloudFront distributions. You can use these actions and data types via the endpoint <i>waf.amazonaws.com</i>. This guide is for developers who need detailed information about the AWS WAF Classic API actions, \n\t      data types, and errors. For detailed information about AWS WAF Classic features and an overview of how to use the AWS WAF Classic API, see the \n\t      <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS WAF Classic</a> in the developer guide.</p>",
281                "smithy.api#title": "AWS WAF",
282                "smithy.api#xmlNamespace": {
283                    "uri": "http://waf.amazonaws.com/doc/2015-08-24/"
284                }
285            }
286        },
287        "com.amazonaws.waf#Action": {
288            "type": "string"
289        },
290        "com.amazonaws.waf#ActivatedRule": {
291            "type": "structure",
292            "members": {
293                "Priority": {
294                    "target": "com.amazonaws.waf#RulePriority",
295                    "traits": {
296                        "smithy.api#documentation": "<p>Specifies the order in which the <code>Rules</code> in a <code>WebACL</code> are evaluated. Rules with a lower value for \n\t\t\t<code>Priority</code> are evaluated before <code>Rules</code> with a higher value. The value must be a unique integer. If you add multiple \n\t\t\t<code>Rules</code> to a <code>WebACL</code>, the values don't need to be consecutive.</p>",
297                        "smithy.api#required": {}
298                    }
299                },
300                "RuleId": {
301                    "target": "com.amazonaws.waf#ResourceId",
302                    "traits": {
303                        "smithy.api#documentation": "<p>The <code>RuleId</code> for a <code>Rule</code>. You use <code>RuleId</code> to get more information about a <code>Rule</code> (see <a>GetRule</a>), \n\t\t\tupdate a <code>Rule</code> (see <a>UpdateRule</a>), insert a <code>Rule</code> into a <code>WebACL</code> or delete a \n\t\t\tone from a <code>WebACL</code> (see <a>UpdateWebACL</a>), or delete a <code>Rule</code> from AWS WAF (see <a>DeleteRule</a>).</p>\n\t\t       <p>\n            <code>RuleId</code> is returned by <a>CreateRule</a> and by <a>ListRules</a>.</p>",
304                        "smithy.api#required": {}
305                    }
306                },
307                "Action": {
308                    "target": "com.amazonaws.waf#WafAction",
309                    "traits": {
310                        "smithy.api#documentation": "<p>Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the <code>Rule</code>.   \n\t\t\tValid values for <code>Action</code> include the following:</p>\n\t\t\t      <ul>\n            <li>\n               <p>\n                  <code>ALLOW</code>: CloudFront responds with the requested object.</p>\n            </li>\n            <li>\n               <p>\n                  <code>BLOCK</code>: CloudFront responds with an HTTP 403 (Forbidden) status code.</p>\n            </li>\n            <li>\n               <p>\n                  <code>COUNT</code>: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to \n\t\t\t\t\tinspect the web request based on the remaining rules in the web ACL. </p>\n            </li>\n         </ul>\n\t        <p>\n            <code>ActivatedRule|OverrideAction</code> applies only when updating or adding a\n            <code>RuleGroup</code> to a <code>WebACL</code>. In this\n         case,\n         you do not use <code>ActivatedRule|Action</code>. For all other update requests,\n            <code>ActivatedRule|Action</code> is used instead of\n            <code>ActivatedRule|OverrideAction</code>.</p>"
311                    }
312                },
313                "OverrideAction": {
314                    "target": "com.amazonaws.waf#WafOverrideAction",
315                    "traits": {
316                        "smithy.api#documentation": "<p>Use the <code>OverrideAction</code> to test your <code>RuleGroup</code>.</p>\n         <p>Any rule in a <code>RuleGroup</code> can potentially block a request. If you set the <code>OverrideAction</code> to <code>None</code>, the <code>RuleGroup</code> will block a request if any individual rule in the <code>RuleGroup</code> matches the request and is configured to block that request. However if you first want to test the <code>RuleGroup</code>, set the  <code>OverrideAction</code> to <code>Count</code>. The <code>RuleGroup</code> will then override any block action specified by individual rules contained within the group. Instead of blocking matching requests, those requests will be counted. You can view a record of counted requests using  <a>GetSampledRequests</a>. </p>\n\t        <p>\n            <code>ActivatedRule|OverrideAction</code> applies only when updating or adding a <code>RuleGroup</code> to a <code>WebACL</code>. In this case you do not use <code>ActivatedRule|Action</code>.  For all other update requests, <code>ActivatedRule|Action</code> is used instead of <code>ActivatedRule|OverrideAction</code>.</p>"
317                    }
318                },
319                "Type": {
320                    "target": "com.amazonaws.waf#WafRuleType",
321                    "traits": {
322                        "smithy.api#documentation": "<p>The rule type, either <code>REGULAR</code>, as defined by <a>Rule</a>, <code>RATE_BASED</code>, as defined by <a>RateBasedRule</a>, or <code>GROUP</code>, as defined by <a>RuleGroup</a>. The default is REGULAR. Although this field is optional, be aware that if you try to add a RATE_BASED rule to a web ACL without setting the type, the  <a>UpdateWebACL</a> request will fail because the request tries to add a REGULAR rule with the specified ID, which does not exist. \t\t\n\t\t\t</p>"
323                    }
324                },
325                "ExcludedRules": {
326                    "target": "com.amazonaws.waf#ExcludedRules",
327                    "traits": {
328                        "smithy.api#documentation": "<p>An array of rules to exclude from a rule group. This is applicable only when the <code>ActivatedRule</code> refers to a <code>RuleGroup</code>.</p>\n         <p>Sometimes it is necessary to troubleshoot rule groups that are blocking traffic\n         unexpectedly (false positives). One troubleshooting technique is to identify the specific\n         rule within the rule group that is blocking the legitimate traffic and then disable\n         (exclude) that particular rule. You can exclude rules from both your own rule groups and\n         AWS Marketplace rule groups that have been associated with a web ACL.</p>\n         <p>Specifying <code>ExcludedRules</code> does not remove those rules from the rule group.\n         Rather, it changes the action for the rules to <code>COUNT</code>. Therefore, requests that\n         match an <code>ExcludedRule</code> are counted but not blocked. The <code>RuleGroup</code>\n         owner will receive COUNT metrics for each <code>ExcludedRule</code>.</p>\n         <p>If you want to exclude rules from a rule group that is already associated with a web ACL, perform the following steps:</p>\n         <ol>\n            <li>\n               <p>Use the AWS WAF logs to identify the IDs of the rules that you want to exclude.\n               For more information about the logs, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/logging.html\">Logging Web ACL Traffic\n                  Information</a>.</p>\n            </li>\n            <li>\n               <p>Submit an <a>UpdateWebACL</a> request that has two actions:</p>\n               <ul>\n                  <li>\n                     <p>The first action\n                     deletes\n                     the existing rule group from the web ACL. That is, in the <a>UpdateWebACL</a> request, the first <code>Updates:Action</code>\n                     should be <code>DELETE</code> and <code>Updates:ActivatedRule:RuleId</code>\n                     should be the rule group that contains the rules that you want to\n                     exclude.</p>\n                  </li>\n                  <li>\n                     <p>The second action\n                     inserts\n                     the same rule group back in, but specifying the rules to exclude. That is, the\n                     second <code>Updates:Action</code> should be <code>INSERT</code>,\n                        <code>Updates:ActivatedRule:RuleId</code> should be the rule group that you\n                     just removed, and <code>ExcludedRules</code> should contain the rules that you\n                     want to exclude.</p>\n                  </li>\n               </ul>\n          \n            </li>\n         </ol>"
329                    }
330                }
331            },
332            "traits": {
333                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>The <code>ActivatedRule</code> object in an <a>UpdateWebACL</a> request specifies a <code>Rule</code> that you want to insert or delete, \n\t\t\tthe priority of the <code>Rule</code> in the <code>WebACL</code>, and the action that you want AWS WAF to take when a web request matches the <code>Rule</code> \n\t\t\t(<code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>).</p>\n\t\t       <p>To specify whether to insert or delete a <code>Rule</code>, use the <code>Action</code> parameter in the <a>WebACLUpdate</a> data type.</p>"
334            }
335        },
336        "com.amazonaws.waf#ActivatedRules": {
337            "type": "list",
338            "member": {
339                "target": "com.amazonaws.waf#ActivatedRule"
340            }
341        },
342        "com.amazonaws.waf#ByteMatchSet": {
343            "type": "structure",
344            "members": {
345                "ByteMatchSetId": {
346                    "target": "com.amazonaws.waf#ResourceId",
347                    "traits": {
348                        "smithy.api#documentation": "<p>The <code>ByteMatchSetId</code> for a <code>ByteMatchSet</code>. You use <code>ByteMatchSetId</code> to get information about a \n\t\t\t<code>ByteMatchSet</code> (see <a>GetByteMatchSet</a>), update a <code>ByteMatchSet</code> (see <a>UpdateByteMatchSet</a>), \n\t\t\tinsert a <code>ByteMatchSet</code> into a <code>Rule</code> or delete one from a <code>Rule</code> (see <a>UpdateRule</a>), and  \n\t\t\tdelete a <code>ByteMatchSet</code> from AWS WAF (see <a>DeleteByteMatchSet</a>).</p>\n\t\t       <p>\n            <code>ByteMatchSetId</code> is returned by <a>CreateByteMatchSet</a> and by <a>ListByteMatchSets</a>.</p>",
349                        "smithy.api#required": {}
350                    }
351                },
352                "Name": {
353                    "target": "com.amazonaws.waf#ResourceName",
354                    "traits": {
355                        "smithy.api#documentation": "<p>A friendly name or description of the <a>ByteMatchSet</a>. You can't change <code>Name</code> after you create a <code>ByteMatchSet</code>.</p>"
356                    }
357                },
358                "ByteMatchTuples": {
359                    "target": "com.amazonaws.waf#ByteMatchTuples",
360                    "traits": {
361                        "smithy.api#documentation": "<p>Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.</p>",
362                        "smithy.api#required": {}
363                    }
364                }
365            },
366            "traits": {
367                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>In a <a>GetByteMatchSet</a> request, <code>ByteMatchSet</code> is a complex type that contains the <code>ByteMatchSetId</code> and \n\t\t\t<code>Name</code> of a <code>ByteMatchSet</code>, and the values that you specified when you updated the <code>ByteMatchSet</code>. </p>\n\t\t       <p>A complex type that contains <code>ByteMatchTuple</code> objects, which specify the parts of web requests that you \n\t\t\twant AWS WAF to inspect and the values that you want AWS WAF to search for. If a <code>ByteMatchSet</code> contains more than one \n\t\t\t<code>ByteMatchTuple</code> object, a request needs to match the settings in only one <code>ByteMatchTuple</code> \n\t\t\tto be considered a match.</p>"
368            }
369        },
370        "com.amazonaws.waf#ByteMatchSetSummaries": {
371            "type": "list",
372            "member": {
373                "target": "com.amazonaws.waf#ByteMatchSetSummary"
374            }
375        },
376        "com.amazonaws.waf#ByteMatchSetSummary": {
377            "type": "structure",
378            "members": {
379                "ByteMatchSetId": {
380                    "target": "com.amazonaws.waf#ResourceId",
381                    "traits": {
382                        "smithy.api#documentation": "<p>The <code>ByteMatchSetId</code> for a <code>ByteMatchSet</code>. You use <code>ByteMatchSetId</code> to get information about a <code>ByteMatchSet</code>,\n\t\t\tupdate a <code>ByteMatchSet</code>, remove a <code>ByteMatchSet</code> from a <code>Rule</code>, and delete a <code>ByteMatchSet</code> from AWS WAF.</p>\n\t\t       <p>\n            <code>ByteMatchSetId</code> is returned by <a>CreateByteMatchSet</a> and by <a>ListByteMatchSets</a>.</p>",
383                        "smithy.api#required": {}
384                    }
385                },
386                "Name": {
387                    "target": "com.amazonaws.waf#ResourceName",
388                    "traits": {
389                        "smithy.api#documentation": "<p>A friendly name or description of the <a>ByteMatchSet</a>. You can't change <code>Name</code> after you create a <code>ByteMatchSet</code>.</p>",
390                        "smithy.api#required": {}
391                    }
392                }
393            },
394            "traits": {
395                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returned by <a>ListByteMatchSets</a>. Each <code>ByteMatchSetSummary</code> object includes the <code>Name</code> and \n\t\t\t<code>ByteMatchSetId</code> for one <a>ByteMatchSet</a>.</p>"
396            }
397        },
398        "com.amazonaws.waf#ByteMatchSetUpdate": {
399            "type": "structure",
400            "members": {
401                "Action": {
402                    "target": "com.amazonaws.waf#ChangeAction",
403                    "traits": {
404                        "smithy.api#documentation": "<p>Specifies whether to insert or delete a <a>ByteMatchTuple</a>.</p>",
405                        "smithy.api#required": {}
406                    }
407                },
408                "ByteMatchTuple": {
409                    "target": "com.amazonaws.waf#ByteMatchTuple",
410                    "traits": {
411                        "smithy.api#documentation": "<p>Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.\n\t\t\tIf you specify <code>DELETE</code> for the value of <code>Action</code>, the <code>ByteMatchTuple</code> values must \n\t\t\texactly match the values in the <code>ByteMatchTuple</code> that you want to delete from the <code>ByteMatchSet</code>.</p>",
412                        "smithy.api#required": {}
413                    }
414                }
415            },
416            "traits": {
417                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>In an <a>UpdateByteMatchSet</a> request, <code>ByteMatchSetUpdate</code> specifies whether to insert or delete a \n\t\t\t<a>ByteMatchTuple</a> and includes the settings for the <code>ByteMatchTuple</code>.</p>"
418            }
419        },
420        "com.amazonaws.waf#ByteMatchSetUpdates": {
421            "type": "list",
422            "member": {
423                "target": "com.amazonaws.waf#ByteMatchSetUpdate"
424            },
425            "traits": {
426                "smithy.api#length": {
427                    "min": 1
428                }
429            }
430        },
431        "com.amazonaws.waf#ByteMatchTargetString": {
432            "type": "blob"
433        },
434        "com.amazonaws.waf#ByteMatchTuple": {
435            "type": "structure",
436            "members": {
437                "FieldToMatch": {
438                    "target": "com.amazonaws.waf#FieldToMatch",
439                    "traits": {
440                        "smithy.api#documentation": "<p>The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see \n\t\t\t<a>FieldToMatch</a>.</p>",
441                        "smithy.api#required": {}
442                    }
443                },
444                "TargetString": {
445                    "target": "com.amazonaws.waf#ByteMatchTargetString",
446                    "traits": {
447                        "smithy.api#documentation": "<p>The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you \n\t\t\tspecified in <code>FieldToMatch</code>. The maximum length of the value is 50 bytes.</p>\n\t\t       <p>Valid values depend on the values that you specified for <code>FieldToMatch</code>:</p>\t\t\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>HEADER</code>: The value that you want AWS WAF to search for in the request header that you specified in \n\t\t\t\t<a>FieldToMatch</a>, for example, the value of the <code>User-Agent</code> or <code>Referer</code> header.</p>\n            </li>\n            <li>\n               <p>\n                  <code>METHOD</code>: The HTTP method, which indicates the type of operation specified in the request. \n\t\t\t\tCloudFront supports the following methods: <code>DELETE</code>, <code>GET</code>, <code>HEAD</code>, <code>OPTIONS</code>, \n\t\t\t\t<code>PATCH</code>, <code>POST</code>, and <code>PUT</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>QUERY_STRING</code>: The value that you want AWS WAF to search for in the query string, which is the part \n\t\t\t\tof a URL that appears after a <code>?</code> character.</p>\n            </li>\n            <li>\n               <p>\n                  <code>URI</code>: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, \n\t\t\t\tfor example, <code>/images/daily-ad.jpg</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>BODY</code>: The part of a request that contains any additional data that you want to send to your web server \n\t\t\t\tas the HTTP request body, such as data from a form. The request body immediately follows the request headers. \n\t\t\t\tNote that only the first <code>8192</code> bytes of the request body are forwarded to AWS WAF for inspection. \n\t\t\t\tTo allow or block requests based on the length of the body, you can create a size constraint set. \n\t\t\t\tFor more information, see <a>CreateSizeConstraintSet</a>. </p>\n            </li>\n            <li>\n\t\t             <p>\n\t\t                <code>SINGLE_QUERY_ARG</code>: The parameter in the query string that you will inspect, such as <i>UserName</i> or <i>SalesRegion</i>. The maximum length for <code>SINGLE_QUERY_ARG</code> is 30 characters.</p>\n\t\t          </li>\n            <li>\n\t\t             <p>\n                  <code>ALL_QUERY_ARGS</code>: Similar to <code>SINGLE_QUERY_ARG</code>, but instead of\n               inspecting a single parameter, AWS WAF inspects all parameters within the query\n               string for the value or regex pattern that you specify in\n               <code>TargetString</code>.</p>\n\t\t          </li>\n         </ul>\n\t\t\n\t\t       <p>If <code>TargetString</code> includes alphabetic characters A-Z and a-z, note that the value is case sensitive.</p>\n\t\t       <p>\n            <b>If you're using the AWS WAF API</b>\n         </p>\n\t\t       <p>Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.</p>\n\t\t       <p>For example, suppose the value of <code>Type</code> is <code>HEADER</code> and the\n         value of <code>Data</code> is <code>User-Agent</code>. If you want to search the\n            <code>User-Agent</code> header for the value <code>BadBot</code>, you base64-encode\n            <code>BadBot</code> using MIME\n         base64-encoding\n         and include the resulting value, <code>QmFkQm90</code>, in the value of\n            <code>TargetString</code>.</p>\n\t\t       <p>\n            <b>If you're using the AWS CLI or one of the AWS SDKs</b>\n         </p>\n\t\t       <p>The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.</p>",
448                        "smithy.api#required": {}
449                    }
450                },
451                "TextTransformation": {
452                    "target": "com.amazonaws.waf#TextTransformation",
453                    "traits": {
454                        "smithy.api#documentation": "<p>Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. \n\t\t\tIf you specify a transformation, AWS WAF performs the transformation on <code>FieldToMatch</code> before inspecting it for a match.</p>\n         <p>You can only specify a single type of TextTransformation.</p>\t\t\t\n\t\t       <p>\n            <b>CMD_LINE</b>\n         </p>\n\t\t       <p>When you're concerned that attackers are injecting an operating system command line\n         command and using unusual formatting to disguise some or all of the command, use this\n         option to perform the following transformations:</p>\n\t\t       <ul>\n            <li>\n               <p>Delete the following characters: \\ \" ' ^</p>\n            </li>\n            <li>\n               <p>Delete spaces before the following characters: / (</p>\n            </li>\n            <li>\n               <p>Replace the following characters with a space: , ;</p>\n            </li>\n            <li>\n               <p>Replace multiple spaces with one space</p>\n            </li>\n            <li>\n               <p>Convert uppercase letters (A-Z) to lowercase (a-z)</p>\n            </li>\n         </ul>\n\t\t\n\t\t       <p>\n            <b>COMPRESS_WHITE_SPACE</b>\n         </p>\n\t\t       <p>Use this option to replace the following characters with a space character (decimal 32):</p>\n\t\t       <ul>\n            <li>\n               <p>\\f, formfeed, decimal 12</p>\n            </li>\n            <li>\n               <p>\\t, tab, decimal 9</p>\n            </li>\n            <li>\n               <p>\\n, newline, decimal 10</p>\n            </li>\n            <li>\n               <p>\\r, carriage return, decimal 13</p>\n            </li>\n            <li>\n               <p>\\v, vertical tab, decimal 11</p>\n            </li>\n            <li>\n               <p>non-breaking space, decimal 160</p>\n            </li>\n         </ul>\n\t\t       <p>\n            <code>COMPRESS_WHITE_SPACE</code> also replaces multiple spaces with one space.</p>\t\t\n\t\t       <p>\n            <b>HTML_ENTITY_DECODE</b>\n         </p>\n\t\t       <p>Use this option to replace HTML-encoded characters with unencoded characters. <code>HTML_ENTITY_DECODE</code> performs \n\t\t\tthe following operations:</p>\n\t\t       <ul>\n            <li>\n               <p>Replaces <code>(ampersand)quot;</code> with <code>\"</code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)nbsp;</code> with a non-breaking space, decimal 160</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)lt;</code> with a \"less than\" symbol</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)gt;</code> with <code>></code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in hexadecimal format, <code>(ampersand)#xhhhh;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in decimal format, <code>(ampersand)#nnnn;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n         </ul>\t\t\n\t\t       <p>\n            <b>LOWERCASE</b>\n         </p>\n\t\t       <p>Use this option to convert uppercase letters (A-Z) to lowercase (a-z).</p>\t\t\n\t\t       <p>\n            <b>URL_DECODE</b>\n         </p>\n\t\t       <p>Use this option to decode a URL-encoded value.</p>\t\t\n\t\t       <p>\n            <b>NONE</b>\n         </p>\n\t\t       <p>Specify <code>NONE</code> if you don't want to perform any text transformations.</p>",
455                        "smithy.api#required": {}
456                    }
457                },
458                "PositionalConstraint": {
459                    "target": "com.amazonaws.waf#PositionalConstraint",
460                    "traits": {
461                        "smithy.api#documentation": "<p>Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:</p>\n\t\t       <p>\n            <b>CONTAINS</b>\n         </p>\n\t\t       <p>The specified part of the web request must include the value of <code>TargetString</code>, but the location doesn't matter.</p>\t\t\n\t\t       <p>\n            <b>CONTAINS_WORD</b>\n         </p>\n\t\t       <p>The specified part of the web request must include the value of <code>TargetString</code>, and \n\t\t\t<code>TargetString</code> must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, \n\t\t\t<code>TargetString</code> must be a word, which means one of the following:</p>\n\t\t\t      <ul>\n            <li>\n               <p>\n                  <code>TargetString</code> exactly matches the value of the specified part of the web request, such as the value of a \n\t\t\t\t\theader.</p>\n            </li>\n            <li>\n               <p>\n                  <code>TargetString</code> is at the beginning of the specified part of the web request and is followed by a character \n\t\t\t\t\tother than an alphanumeric character or underscore (_), for example, <code>BadBot;</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>TargetString</code> is at the end of the specified part of the web request and is preceded by a character \n\t\t\t\t\tother than an alphanumeric character or underscore (_), for example, <code>;BadBot</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>TargetString</code> is in the middle of the specified part of the web request and is preceded and followed \n\t\t\t\t\tby characters other than alphanumeric characters or underscore (_), for example, <code>-BadBot;</code>.</p>\n            </li>\n         </ul>\n\t\t       <p>\n            <b>EXACTLY</b>\n         </p>\n\t\t       <p>The value of the specified part of the web request must exactly match the value of <code>TargetString</code>.</p>\n\t\t       <p>\n            <b>STARTS_WITH</b>\n         </p>\n\t\t       <p>The value of <code>TargetString</code> must appear at the beginning of the specified part of the web request.</p>\t\t\n\t\t       <p>\n            <b>ENDS_WITH</b>\n         </p>\n\t\t       <p>The value of <code>TargetString</code> must appear at the end of the specified part of the web request.</p>",
462                        "smithy.api#required": {}
463                    }
464                }
465            },
466            "traits": {
467                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>The bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.</p>"
468            }
469        },
470        "com.amazonaws.waf#ByteMatchTuples": {
471            "type": "list",
472            "member": {
473                "target": "com.amazonaws.waf#ByteMatchTuple"
474            }
475        },
476        "com.amazonaws.waf#ChangeAction": {
477            "type": "string",
478            "traits": {
479                "smithy.api#enum": [
480                    {
481                        "value": "INSERT",
482                        "name": "INSERT"
483                    },
484                    {
485                        "value": "DELETE",
486                        "name": "DELETE"
487                    }
488                ]
489            }
490        },
491        "com.amazonaws.waf#ChangeToken": {
492            "type": "string",
493            "traits": {
494                "smithy.api#length": {
495                    "min": 1,
496                    "max": 128
497                },
498                "smithy.api#pattern": ".*\\S.*"
499            }
500        },
501        "com.amazonaws.waf#ChangeTokenStatus": {
502            "type": "string",
503            "traits": {
504                "smithy.api#enum": [
505                    {
506                        "value": "PROVISIONED",
507                        "name": "PROVISIONED"
508                    },
509                    {
510                        "value": "PENDING",
511                        "name": "PENDING"
512                    },
513                    {
514                        "value": "INSYNC",
515                        "name": "INSYNC"
516                    }
517                ]
518            }
519        },
520        "com.amazonaws.waf#ComparisonOperator": {
521            "type": "string",
522            "traits": {
523                "smithy.api#enum": [
524                    {
525                        "value": "EQ",
526                        "name": "EQ"
527                    },
528                    {
529                        "value": "NE",
530                        "name": "NE"
531                    },
532                    {
533                        "value": "LE",
534                        "name": "LE"
535                    },
536                    {
537                        "value": "LT",
538                        "name": "LT"
539                    },
540                    {
541                        "value": "GE",
542                        "name": "GE"
543                    },
544                    {
545                        "value": "GT",
546                        "name": "GT"
547                    }
548                ]
549            }
550        },
551        "com.amazonaws.waf#Country": {
552            "type": "string"
553        },
554        "com.amazonaws.waf#CreateByteMatchSet": {
555            "type": "operation",
556            "input": {
557                "target": "com.amazonaws.waf#CreateByteMatchSetRequest"
558            },
559            "output": {
560                "target": "com.amazonaws.waf#CreateByteMatchSetResponse"
561            },
562            "errors": [
563                {
564                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
565                },
566                {
567                    "target": "com.amazonaws.waf#WAFInternalErrorException"
568                },
569                {
570                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
571                },
572                {
573                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
574                },
575                {
576                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
577                },
578                {
579                    "target": "com.amazonaws.waf#WAFStaleDataException"
580                }
581            ],
582            "traits": {
583                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Creates a <code>ByteMatchSet</code>. You then use <a>UpdateByteMatchSet</a> to identify the part of a \n\t\t\tweb request that you want AWS WAF to inspect, such as the values of the <code>User-Agent</code> header or the query string. \n\t\t\tFor example, you can create a <code>ByteMatchSet</code> that matches any requests with <code>User-Agent</code> headers \n\t\t\tthat contain the string <code>BadBot</code>. You can then configure AWS WAF to reject those requests.</p>\n\t\t       <p>To create and configure a <code>ByteMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>CreateByteMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateByteMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<code>UpdateByteMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit an <a>UpdateByteMatchSet</a> request to specify the part of the request that you want AWS WAF to inspect \n\t\t\t\t(for example, the header or the URI) and the value that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
584            }
585        },
586        "com.amazonaws.waf#CreateByteMatchSetRequest": {
587            "type": "structure",
588            "members": {
589                "Name": {
590                    "target": "com.amazonaws.waf#ResourceName",
591                    "traits": {
592                        "smithy.api#documentation": "<p>A friendly name or description of the <a>ByteMatchSet</a>. You can't change <code>Name</code> after you create a \n\t\t\t<code>ByteMatchSet</code>.</p>",
593                        "smithy.api#required": {}
594                    }
595                },
596                "ChangeToken": {
597                    "target": "com.amazonaws.waf#ChangeToken",
598                    "traits": {
599                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
600                        "smithy.api#required": {}
601                    }
602                }
603            }
604        },
605        "com.amazonaws.waf#CreateByteMatchSetResponse": {
606            "type": "structure",
607            "members": {
608                "ByteMatchSet": {
609                    "target": "com.amazonaws.waf#ByteMatchSet",
610                    "traits": {
611                        "smithy.api#documentation": "<p>A <a>ByteMatchSet</a> that contains no <code>ByteMatchTuple</code> objects.</p>"
612                    }
613                },
614                "ChangeToken": {
615                    "target": "com.amazonaws.waf#ChangeToken",
616                    "traits": {
617                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateByteMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
618                    }
619                }
620            }
621        },
622        "com.amazonaws.waf#CreateGeoMatchSet": {
623            "type": "operation",
624            "input": {
625                "target": "com.amazonaws.waf#CreateGeoMatchSetRequest"
626            },
627            "output": {
628                "target": "com.amazonaws.waf#CreateGeoMatchSetResponse"
629            },
630            "errors": [
631                {
632                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
633                },
634                {
635                    "target": "com.amazonaws.waf#WAFInternalErrorException"
636                },
637                {
638                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
639                },
640                {
641                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
642                },
643                {
644                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
645                },
646                {
647                    "target": "com.amazonaws.waf#WAFStaleDataException"
648                }
649            ],
650            "traits": {
651                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Creates an <a>GeoMatchSet</a>, which you use to specify which web requests you want to allow or block based on the country \n\t\t\tthat the requests originate from. For example, if you're receiving a lot of requests from one or more countries and you want to block the requests, you can create an <code>GeoMatchSet</code> that contains those countries and then configure AWS WAF to block the requests. </p>\n\t\t       <p>To create and configure a <code>GeoMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>CreateGeoMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateGeoMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateGeoMatchSet</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateGeoMatchSetSet</code> request to specify the countries that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
652            }
653        },
654        "com.amazonaws.waf#CreateGeoMatchSetRequest": {
655            "type": "structure",
656            "members": {
657                "Name": {
658                    "target": "com.amazonaws.waf#ResourceName",
659                    "traits": {
660                        "smithy.api#documentation": "<p>A friendly name or description of the <a>GeoMatchSet</a>. You can't change <code>Name</code> after you create the <code>GeoMatchSet</code>.</p>",
661                        "smithy.api#required": {}
662                    }
663                },
664                "ChangeToken": {
665                    "target": "com.amazonaws.waf#ChangeToken",
666                    "traits": {
667                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
668                        "smithy.api#required": {}
669                    }
670                }
671            }
672        },
673        "com.amazonaws.waf#CreateGeoMatchSetResponse": {
674            "type": "structure",
675            "members": {
676                "GeoMatchSet": {
677                    "target": "com.amazonaws.waf#GeoMatchSet",
678                    "traits": {
679                        "smithy.api#documentation": "<p>The <a>GeoMatchSet</a> returned in the <code>CreateGeoMatchSet</code> response. The <code>GeoMatchSet</code> contains no <code>GeoMatchConstraints</code>.</p>"
680                    }
681                },
682                "ChangeToken": {
683                    "target": "com.amazonaws.waf#ChangeToken",
684                    "traits": {
685                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateGeoMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
686                    }
687                }
688            }
689        },
690        "com.amazonaws.waf#CreateIPSet": {
691            "type": "operation",
692            "input": {
693                "target": "com.amazonaws.waf#CreateIPSetRequest"
694            },
695            "output": {
696                "target": "com.amazonaws.waf#CreateIPSetResponse"
697            },
698            "errors": [
699                {
700                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
701                },
702                {
703                    "target": "com.amazonaws.waf#WAFInternalErrorException"
704                },
705                {
706                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
707                },
708                {
709                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
710                },
711                {
712                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
713                },
714                {
715                    "target": "com.amazonaws.waf#WAFStaleDataException"
716                }
717            ],
718            "traits": {
719                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Creates an <a>IPSet</a>, which you use to specify which web requests\n         that\n         you want to allow or block based on the IP addresses that the requests\n         originate from. For example, if you're receiving a lot of requests from one or more\n         individual IP addresses or one or more ranges of IP addresses and you want to block the\n         requests, you can create an <code>IPSet</code> that contains those IP addresses and then\n         configure AWS WAF to block the requests. </p>\n\t\t       <p>To create and configure an <code>IPSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>CreateIPSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateIPSet</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateIPSet</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateIPSet</code> request to specify the IP addresses that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
720            }
721        },
722        "com.amazonaws.waf#CreateIPSetRequest": {
723            "type": "structure",
724            "members": {
725                "Name": {
726                    "target": "com.amazonaws.waf#ResourceName",
727                    "traits": {
728                        "smithy.api#documentation": "<p>A friendly name or description of the <a>IPSet</a>. You can't change <code>Name</code> after you create the <code>IPSet</code>.</p>",
729                        "smithy.api#required": {}
730                    }
731                },
732                "ChangeToken": {
733                    "target": "com.amazonaws.waf#ChangeToken",
734                    "traits": {
735                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
736                        "smithy.api#required": {}
737                    }
738                }
739            }
740        },
741        "com.amazonaws.waf#CreateIPSetResponse": {
742            "type": "structure",
743            "members": {
744                "IPSet": {
745                    "target": "com.amazonaws.waf#IPSet",
746                    "traits": {
747                        "smithy.api#documentation": "<p>The <a>IPSet</a> returned in the <code>CreateIPSet</code> response.</p>"
748                    }
749                },
750                "ChangeToken": {
751                    "target": "com.amazonaws.waf#ChangeToken",
752                    "traits": {
753                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateIPSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
754                    }
755                }
756            }
757        },
758        "com.amazonaws.waf#CreateRateBasedRule": {
759            "type": "operation",
760            "input": {
761                "target": "com.amazonaws.waf#CreateRateBasedRuleRequest"
762            },
763            "output": {
764                "target": "com.amazonaws.waf#CreateRateBasedRuleResponse"
765            },
766            "errors": [
767                {
768                    "target": "com.amazonaws.waf#WAFBadRequestException"
769                },
770                {
771                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
772                },
773                {
774                    "target": "com.amazonaws.waf#WAFInternalErrorException"
775                },
776                {
777                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
778                },
779                {
780                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
781                },
782                {
783                    "target": "com.amazonaws.waf#WAFStaleDataException"
784                },
785                {
786                    "target": "com.amazonaws.waf#WAFTagOperationException"
787                },
788                {
789                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
790                }
791            ],
792            "traits": {
793                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Creates a <a>RateBasedRule</a>. The <code>RateBasedRule</code> contains a\n            <code>RateLimit</code>, which specifies the maximum number of requests that AWS WAF allows\n                from a specified IP address in a five-minute period.  \n                The <code>RateBasedRule</code> also\n         contains the <code>IPSet</code> objects, <code>ByteMatchSet</code> objects, and other\n         predicates that identify the requests that you want to count or block if these requests\n         exceed the <code>RateLimit</code>.</p>\n         <p>If you add more than one predicate to a <code>RateBasedRule</code>, a request not\n         only must exceed the <code>RateLimit</code>, but it also must match all the\n         conditions to be counted or blocked. For example, suppose you add the following to a\n            <code>RateBasedRule</code>:</p>\n         <ul>\n            <li>\n               <p>An <code>IPSet</code> that matches the IP address <code>192.0.2.44/32</code>\n               </p>\n            </li>\n            <li>\n               <p>A <code>ByteMatchSet</code> that matches <code>BadBot</code> in the\n                  <code>User-Agent</code> header</p>\n            </li>\n         </ul>\n         <p>Further, you specify a <code>RateLimit</code> of 1,000.</p>\n         <p>You then add the <code>RateBasedRule</code> to a <code>WebACL</code> and specify that\n         you want to block requests that meet the conditions in the rule. For a request to be\n         blocked, it must come from the IP address 192.0.2.44 <i>and</i> the\n            <code>User-Agent</code> header in the request must contain the value\n         <code>BadBot</code>. Further, requests that match these two conditions must be received at\n         a rate of more than 1,000 requests every five minutes. If both conditions are met and the\n         rate is exceeded, AWS WAF blocks the requests. If the rate drops below 1,000 for a\n         five-minute period, AWS WAF no longer blocks the requests.</p>\n\t\t \n\t\t       <p>As a second example, suppose you want to limit requests to a particular page on your site. To do this, you could add the following to a\n            <code>RateBasedRule</code>:</p>\n\t\t\t\n\t\t\t \n         <ul>\n            <li>\n               <p>A <code>ByteMatchSet</code> with <code>FieldToMatch</code> of <code>URI</code>\n               </p>\n            </li>\n            <li>\n               <p>A <code>PositionalConstraint</code> of <code>STARTS_WITH</code>\n               </p>\n            </li>\n            <li>\n               <p>A <code>TargetString</code> of <code>login</code>\n               </p>\n            </li>\n         </ul>\n         <p>Further, you specify a <code>RateLimit</code> of 1,000.</p>\n         <p>By adding this <code>RateBasedRule</code> to a <code>WebACL</code>, you could limit requests to your login page without affecting the rest of your site.</p>\n\t\t \n\t\t \n         <p>To create and configure a <code>RateBasedRule</code>, perform the following\n         steps:</p>\n         <ol>\n            <li>\n               <p>Create and update the predicates that you want to include in the rule. For more\n               information, see <a>CreateByteMatchSet</a>, <a>CreateIPSet</a>,\n               and <a>CreateSqlInjectionMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide\n               in the <code>ChangeToken</code> parameter of a <code>CreateRule</code>\n               request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateRateBasedRule</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the\n                  <code>ChangeToken</code> parameter of an <a>UpdateRule</a>\n               request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateRateBasedRule</code> request to specify the predicates\n               that you want to include in the rule.</p>\n            </li>\n            <li>\n               <p>Create and update a <code>WebACL</code> that contains the\n                  <code>RateBasedRule</code>. For more information, see <a>CreateWebACL</a>.</p>\n            </li>\n         </ol>\n         <p>For more information about how to use the AWS WAF API to allow or block HTTP requests,\n         see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer\n            Guide</a>.</p>"
794            }
795        },
796        "com.amazonaws.waf#CreateRateBasedRuleRequest": {
797            "type": "structure",
798            "members": {
799                "Name": {
800                    "target": "com.amazonaws.waf#ResourceName",
801                    "traits": {
802                        "smithy.api#documentation": "<p>A friendly name or description of the <a>RateBasedRule</a>. You can't\n         change the name of a <code>RateBasedRule</code> after you create it.</p>",
803                        "smithy.api#required": {}
804                    }
805                },
806                "MetricName": {
807                    "target": "com.amazonaws.waf#MetricName",
808                    "traits": {
809                        "smithy.api#documentation": "<p>A friendly name or description for the metrics for this <code>RateBasedRule</code>.\n          The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain\n          whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can't change the name of the metric after you create the\n            <code>RateBasedRule</code>.</p>",
810                        "smithy.api#required": {}
811                    }
812                },
813                "RateKey": {
814                    "target": "com.amazonaws.waf#RateKey",
815                    "traits": {
816                        "smithy.api#documentation": "<p>The field that AWS WAF uses to determine if requests are likely arriving from a single\n         source and thus subject to rate monitoring. The only valid value for <code>RateKey</code>\n         is <code>IP</code>. <code>IP</code> indicates that requests that arrive from the same IP\n         address are subject to the <code>RateLimit</code> that is specified in\n         the <code>RateBasedRule</code>.</p>",
817                        "smithy.api#required": {}
818                    }
819                },
820                "RateLimit": {
821                    "target": "com.amazonaws.waf#RateLimit",
822                    "traits": {
823                        "smithy.api#documentation": "<p>The maximum number of requests, which have an identical value in the field that is\n         specified by <code>RateKey</code>, allowed in a five-minute period. If the number of\n         requests exceeds the <code>RateLimit</code> and the other predicates specified in the rule\n         are also met, AWS WAF triggers the action that is specified for this rule.</p>",
824                        "smithy.api#required": {}
825                    }
826                },
827                "ChangeToken": {
828                    "target": "com.amazonaws.waf#ChangeToken",
829                    "traits": {
830                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the\n            <code>CreateRateBasedRule</code> request. You can also use this value to query the\n         status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>",
831                        "smithy.api#required": {}
832                    }
833                },
834                "Tags": {
835                    "target": "com.amazonaws.waf#TagList",
836                    "traits": {
837                        "smithy.api#documentation": "<p></p>"
838                    }
839                }
840            }
841        },
842        "com.amazonaws.waf#CreateRateBasedRuleResponse": {
843            "type": "structure",
844            "members": {
845                "Rule": {
846                    "target": "com.amazonaws.waf#RateBasedRule",
847                    "traits": {
848                        "smithy.api#documentation": "<p>The <a>RateBasedRule</a>\n         that is returned in the <code>CreateRateBasedRule</code> response.</p>"
849                    }
850                },
851                "ChangeToken": {
852                    "target": "com.amazonaws.waf#ChangeToken",
853                    "traits": {
854                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the\n            <code>CreateRateBasedRule</code> request. You can also use this value to query the\n         status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
855                    }
856                }
857            }
858        },
859        "com.amazonaws.waf#CreateRegexMatchSet": {
860            "type": "operation",
861            "input": {
862                "target": "com.amazonaws.waf#CreateRegexMatchSetRequest"
863            },
864            "output": {
865                "target": "com.amazonaws.waf#CreateRegexMatchSetResponse"
866            },
867            "errors": [
868                {
869                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
870                },
871                {
872                    "target": "com.amazonaws.waf#WAFInternalErrorException"
873                },
874                {
875                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
876                },
877                {
878                    "target": "com.amazonaws.waf#WAFStaleDataException"
879                }
880            ],
881            "traits": {
882                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Creates a <a>RegexMatchSet</a>. You then use <a>UpdateRegexMatchSet</a> to identify the part of a \n         web request that you want AWS WAF to inspect, such as the values of the <code>User-Agent</code> header or the query string. \n         For example, you can create a <code>RegexMatchSet</code> that contains a <code>RegexMatchTuple</code> that looks for any requests with <code>User-Agent</code> headers \n         that match a <code>RegexPatternSet</code> with pattern <code>B[a@]dB[o0]t</code>. You can then configure AWS WAF to reject those requests.</p>\n         <p>To create and configure a <code>RegexMatchSet</code>, perform the following steps:</p>\n         <ol>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n                  <code>CreateRegexMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateRegexMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n                  <code>UpdateRegexMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit an <a>UpdateRegexMatchSet</a> request to specify the part of the request that you want AWS WAF to inspect \n                  (for example, the header or the URI) and the value, using a <code>RegexPatternSet</code>, that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n         <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n            <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
883            }
884        },
885        "com.amazonaws.waf#CreateRegexMatchSetRequest": {
886            "type": "structure",
887            "members": {
888                "Name": {
889                    "target": "com.amazonaws.waf#ResourceName",
890                    "traits": {
891                        "smithy.api#documentation": "<p>A friendly name or description of the <a>RegexMatchSet</a>. You can't change <code>Name</code> after you create a \n\t\t\t<code>RegexMatchSet</code>.</p>",
892                        "smithy.api#required": {}
893                    }
894                },
895                "ChangeToken": {
896                    "target": "com.amazonaws.waf#ChangeToken",
897                    "traits": {
898                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
899                        "smithy.api#required": {}
900                    }
901                }
902            }
903        },
904        "com.amazonaws.waf#CreateRegexMatchSetResponse": {
905            "type": "structure",
906            "members": {
907                "RegexMatchSet": {
908                    "target": "com.amazonaws.waf#RegexMatchSet",
909                    "traits": {
910                        "smithy.api#documentation": "<p>A <a>RegexMatchSet</a> that contains no <code>RegexMatchTuple</code> objects.</p>"
911                    }
912                },
913                "ChangeToken": {
914                    "target": "com.amazonaws.waf#ChangeToken",
915                    "traits": {
916                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateRegexMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
917                    }
918                }
919            }
920        },
921        "com.amazonaws.waf#CreateRegexPatternSet": {
922            "type": "operation",
923            "input": {
924                "target": "com.amazonaws.waf#CreateRegexPatternSetRequest"
925            },
926            "output": {
927                "target": "com.amazonaws.waf#CreateRegexPatternSetResponse"
928            },
929            "errors": [
930                {
931                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
932                },
933                {
934                    "target": "com.amazonaws.waf#WAFInternalErrorException"
935                },
936                {
937                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
938                },
939                {
940                    "target": "com.amazonaws.waf#WAFStaleDataException"
941                }
942            ],
943            "traits": {
944                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Creates a <code>RegexPatternSet</code>. You then use <a>UpdateRegexPatternSet</a> to specify the regular expression (regex) pattern that you want AWS WAF to search for, such as <code>B[a@]dB[o0]t</code>. You can then configure AWS WAF to reject those requests.</p>\n\t\t       <p>To create and configure a <code>RegexPatternSet</code>, perform the following steps:</p>\n         <ol>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n                  <code>CreateRegexPatternSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateRegexPatternSet</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n                  <code>UpdateRegexPatternSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit an <a>UpdateRegexPatternSet</a> request to specify the string that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n         <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n            <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
945            }
946        },
947        "com.amazonaws.waf#CreateRegexPatternSetRequest": {
948            "type": "structure",
949            "members": {
950                "Name": {
951                    "target": "com.amazonaws.waf#ResourceName",
952                    "traits": {
953                        "smithy.api#documentation": "<p>A friendly name or description of the <a>RegexPatternSet</a>. You can't change <code>Name</code> after you create a \n\t\t\t<code>RegexPatternSet</code>.</p>",
954                        "smithy.api#required": {}
955                    }
956                },
957                "ChangeToken": {
958                    "target": "com.amazonaws.waf#ChangeToken",
959                    "traits": {
960                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
961                        "smithy.api#required": {}
962                    }
963                }
964            }
965        },
966        "com.amazonaws.waf#CreateRegexPatternSetResponse": {
967            "type": "structure",
968            "members": {
969                "RegexPatternSet": {
970                    "target": "com.amazonaws.waf#RegexPatternSet",
971                    "traits": {
972                        "smithy.api#documentation": "<p>A <a>RegexPatternSet</a> that contains no objects.</p>"
973                    }
974                },
975                "ChangeToken": {
976                    "target": "com.amazonaws.waf#ChangeToken",
977                    "traits": {
978                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateRegexPatternSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
979                    }
980                }
981            }
982        },
983        "com.amazonaws.waf#CreateRule": {
984            "type": "operation",
985            "input": {
986                "target": "com.amazonaws.waf#CreateRuleRequest"
987            },
988            "output": {
989                "target": "com.amazonaws.waf#CreateRuleResponse"
990            },
991            "errors": [
992                {
993                    "target": "com.amazonaws.waf#WAFBadRequestException"
994                },
995                {
996                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
997                },
998                {
999                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1000                },
1001                {
1002                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
1003                },
1004                {
1005                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
1006                },
1007                {
1008                    "target": "com.amazonaws.waf#WAFStaleDataException"
1009                },
1010                {
1011                    "target": "com.amazonaws.waf#WAFTagOperationException"
1012                },
1013                {
1014                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
1015                }
1016            ],
1017            "traits": {
1018                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Creates a <code>Rule</code>, which contains the <code>IPSet</code> objects,\n            <code>ByteMatchSet</code> objects, and other predicates that identify the requests that\n         you want to block. If you add more than one predicate to a <code>Rule</code>, a request\n         must match all of the specifications to be allowed or blocked. For example, suppose\n         that\n         you add the following to a <code>Rule</code>:</p>\n\t\t       <ul>\n            <li>\n               <p>An <code>IPSet</code> that matches the IP address <code>192.0.2.44/32</code>\n               </p>\n            </li>\n            <li>\n               <p>A <code>ByteMatchSet</code> that matches <code>BadBot</code> in the <code>User-Agent</code> header</p>\n            </li>\n         </ul>\n\t\t       <p>You then add the <code>Rule</code> to a <code>WebACL</code> and specify that you want to blocks requests that satisfy the <code>Rule</code>. \n\t\t\tFor a request to be blocked, it must come from the IP address 192.0.2.44 <i>and</i> the <code>User-Agent</code> header in the request \n\t\t\tmust contain the value <code>BadBot</code>.</p>\n\t\t       <p>To create and configure a <code>Rule</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Create and update the predicates that you want to include in the <code>Rule</code>. For more information, see \n\t\t\t\t<a>CreateByteMatchSet</a>, <a>CreateIPSet</a>, and <a>CreateSqlInjectionMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>CreateRule</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateRule</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateRule</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateRule</code> request to specify the predicates that you want to include in the <code>Rule</code>.</p>\n            </li>\n            <li>\n               <p>Create and update a <code>WebACL</code> that contains the <code>Rule</code>. For more information, see <a>CreateWebACL</a>.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
1019            }
1020        },
1021        "com.amazonaws.waf#CreateRuleGroup": {
1022            "type": "operation",
1023            "input": {
1024                "target": "com.amazonaws.waf#CreateRuleGroupRequest"
1025            },
1026            "output": {
1027                "target": "com.amazonaws.waf#CreateRuleGroupResponse"
1028            },
1029            "errors": [
1030                {
1031                    "target": "com.amazonaws.waf#WAFBadRequestException"
1032                },
1033                {
1034                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
1035                },
1036                {
1037                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1038                },
1039                {
1040                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
1041                },
1042                {
1043                    "target": "com.amazonaws.waf#WAFStaleDataException"
1044                },
1045                {
1046                    "target": "com.amazonaws.waf#WAFTagOperationException"
1047                },
1048                {
1049                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
1050                }
1051            ],
1052            "traits": {
1053                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Creates a <code>RuleGroup</code>. A rule group is a collection of predefined rules that you add to a web ACL. You use <a>UpdateRuleGroup</a> to add rules to the rule group.</p>\n\t        <p>Rule groups are subject to the following limits:</p>\n\t        <ul>\n            <li>\n               <p>Three rule groups per account. You can request an increase to this limit by contacting customer support.</p>\n            </li>\n            <li>\n               <p>One rule group per web ACL.</p>\n            </li>\n            <li>\n               <p>Ten rules per rule group.</p>\n            </li>\n         </ul>\n         <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n         <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
1054            }
1055        },
1056        "com.amazonaws.waf#CreateRuleGroupRequest": {
1057            "type": "structure",
1058            "members": {
1059                "Name": {
1060                    "target": "com.amazonaws.waf#ResourceName",
1061                    "traits": {
1062                        "smithy.api#documentation": "<p>A friendly name or description of the <a>RuleGroup</a>. You can't change <code>Name</code> after you create a \n         <code>RuleGroup</code>.</p>",
1063                        "smithy.api#required": {}
1064                    }
1065                },
1066                "MetricName": {
1067                    "target": "com.amazonaws.waf#MetricName",
1068                    "traits": {
1069                        "smithy.api#documentation": "<p>A friendly name or description for the metrics for this <code>RuleGroup</code>. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain\n         whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can't change the name of the metric after you create the <code>RuleGroup</code>.</p>",
1070                        "smithy.api#required": {}
1071                    }
1072                },
1073                "ChangeToken": {
1074                    "target": "com.amazonaws.waf#ChangeToken",
1075                    "traits": {
1076                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1077                        "smithy.api#required": {}
1078                    }
1079                },
1080                "Tags": {
1081                    "target": "com.amazonaws.waf#TagList",
1082                    "traits": {
1083                        "smithy.api#documentation": "<p></p>"
1084                    }
1085                }
1086            }
1087        },
1088        "com.amazonaws.waf#CreateRuleGroupResponse": {
1089            "type": "structure",
1090            "members": {
1091                "RuleGroup": {
1092                    "target": "com.amazonaws.waf#RuleGroup",
1093                    "traits": {
1094                        "smithy.api#documentation": "<p>An empty  <a>RuleGroup</a>.</p>"
1095                    }
1096                },
1097                "ChangeToken": {
1098                    "target": "com.amazonaws.waf#ChangeToken",
1099                    "traits": {
1100                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateRuleGroup</code> request. You can also use this value \n         to query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1101                    }
1102                }
1103            }
1104        },
1105        "com.amazonaws.waf#CreateRuleRequest": {
1106            "type": "structure",
1107            "members": {
1108                "Name": {
1109                    "target": "com.amazonaws.waf#ResourceName",
1110                    "traits": {
1111                        "smithy.api#documentation": "<p>A friendly name or description of the <a>Rule</a>. You can't change the name of a <code>Rule</code> after you create it.</p>",
1112                        "smithy.api#required": {}
1113                    }
1114                },
1115                "MetricName": {
1116                    "target": "com.amazonaws.waf#MetricName",
1117                    "traits": {
1118                        "smithy.api#documentation": "<p>A friendly name or description for the metrics for this <code>Rule</code>. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain\n\t        whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can't change the name of the metric after you create the\n            <code>Rule</code>.</p>",
1119                        "smithy.api#required": {}
1120                    }
1121                },
1122                "ChangeToken": {
1123                    "target": "com.amazonaws.waf#ChangeToken",
1124                    "traits": {
1125                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1126                        "smithy.api#required": {}
1127                    }
1128                },
1129                "Tags": {
1130                    "target": "com.amazonaws.waf#TagList",
1131                    "traits": {
1132                        "smithy.api#documentation": "<p></p>"
1133                    }
1134                }
1135            }
1136        },
1137        "com.amazonaws.waf#CreateRuleResponse": {
1138            "type": "structure",
1139            "members": {
1140                "Rule": {
1141                    "target": "com.amazonaws.waf#Rule",
1142                    "traits": {
1143                        "smithy.api#documentation": "<p>The <a>Rule</a> returned in the <code>CreateRule</code> response.</p>"
1144                    }
1145                },
1146                "ChangeToken": {
1147                    "target": "com.amazonaws.waf#ChangeToken",
1148                    "traits": {
1149                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateRule</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1150                    }
1151                }
1152            }
1153        },
1154        "com.amazonaws.waf#CreateSizeConstraintSet": {
1155            "type": "operation",
1156            "input": {
1157                "target": "com.amazonaws.waf#CreateSizeConstraintSetRequest"
1158            },
1159            "output": {
1160                "target": "com.amazonaws.waf#CreateSizeConstraintSetResponse"
1161            },
1162            "errors": [
1163                {
1164                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
1165                },
1166                {
1167                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1168                },
1169                {
1170                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1171                },
1172                {
1173                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
1174                },
1175                {
1176                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
1177                },
1178                {
1179                    "target": "com.amazonaws.waf#WAFStaleDataException"
1180                }
1181            ],
1182            "traits": {
1183                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Creates a <code>SizeConstraintSet</code>. You then use <a>UpdateSizeConstraintSet</a> to identify the part of a \n\t\t\tweb request that you want AWS WAF to check for length, such as the length of the <code>User-Agent</code> header or the length of the query string. \n\t\t\tFor example, you can create a <code>SizeConstraintSet</code> that matches any requests that have a query string that is longer than 100 bytes. \n\t\t\tYou can then configure AWS WAF to reject those requests.</p>\n\t\t       <p>To create and configure a <code>SizeConstraintSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>CreateSizeConstraintSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateSizeConstraintSet</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<code>UpdateSizeConstraintSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit an <a>UpdateSizeConstraintSet</a> request to specify the part of the request that you want AWS WAF to inspect \n\t\t\t\t(for example, the header or the URI) and the value that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
1184            }
1185        },
1186        "com.amazonaws.waf#CreateSizeConstraintSetRequest": {
1187            "type": "structure",
1188            "members": {
1189                "Name": {
1190                    "target": "com.amazonaws.waf#ResourceName",
1191                    "traits": {
1192                        "smithy.api#documentation": "<p>A friendly name or description of the <a>SizeConstraintSet</a>. You can't change <code>Name</code> after you create a \n\t\t\t<code>SizeConstraintSet</code>.</p>",
1193                        "smithy.api#required": {}
1194                    }
1195                },
1196                "ChangeToken": {
1197                    "target": "com.amazonaws.waf#ChangeToken",
1198                    "traits": {
1199                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1200                        "smithy.api#required": {}
1201                    }
1202                }
1203            }
1204        },
1205        "com.amazonaws.waf#CreateSizeConstraintSetResponse": {
1206            "type": "structure",
1207            "members": {
1208                "SizeConstraintSet": {
1209                    "target": "com.amazonaws.waf#SizeConstraintSet",
1210                    "traits": {
1211                        "smithy.api#documentation": "<p>A <a>SizeConstraintSet</a> that contains no <code>SizeConstraint</code> objects.</p>"
1212                    }
1213                },
1214                "ChangeToken": {
1215                    "target": "com.amazonaws.waf#ChangeToken",
1216                    "traits": {
1217                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateSizeConstraintSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1218                    }
1219                }
1220            }
1221        },
1222        "com.amazonaws.waf#CreateSqlInjectionMatchSet": {
1223            "type": "operation",
1224            "input": {
1225                "target": "com.amazonaws.waf#CreateSqlInjectionMatchSetRequest"
1226            },
1227            "output": {
1228                "target": "com.amazonaws.waf#CreateSqlInjectionMatchSetResponse"
1229            },
1230            "errors": [
1231                {
1232                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
1233                },
1234                {
1235                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1236                },
1237                {
1238                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1239                },
1240                {
1241                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
1242                },
1243                {
1244                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
1245                },
1246                {
1247                    "target": "com.amazonaws.waf#WAFStaleDataException"
1248                }
1249            ],
1250            "traits": {
1251                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Creates a <a>SqlInjectionMatchSet</a>, which you use to allow, block, or count requests that contain snippets of SQL code in a \n\t\t\tspecified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.</p> \n\t\t       <p>To create and configure a <code>SqlInjectionMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>CreateSqlInjectionMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateSqlInjectionMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateSqlInjectionMatchSet</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <a>UpdateSqlInjectionMatchSet</a> request to specify the parts of web requests in which you want to \n\t\t\t\tallow, block, or count malicious SQL code.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
1252            }
1253        },
1254        "com.amazonaws.waf#CreateSqlInjectionMatchSetRequest": {
1255            "type": "structure",
1256            "members": {
1257                "Name": {
1258                    "target": "com.amazonaws.waf#ResourceName",
1259                    "traits": {
1260                        "smithy.api#documentation": "<p>A friendly name or description for the <a>SqlInjectionMatchSet</a> that you're creating. You can't change <code>Name</code> \n\t\t\tafter you create the <code>SqlInjectionMatchSet</code>.</p>",
1261                        "smithy.api#required": {}
1262                    }
1263                },
1264                "ChangeToken": {
1265                    "target": "com.amazonaws.waf#ChangeToken",
1266                    "traits": {
1267                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1268                        "smithy.api#required": {}
1269                    }
1270                }
1271            },
1272            "traits": {
1273                "smithy.api#documentation": "<p>A request to create a <a>SqlInjectionMatchSet</a>.</p>"
1274            }
1275        },
1276        "com.amazonaws.waf#CreateSqlInjectionMatchSetResponse": {
1277            "type": "structure",
1278            "members": {
1279                "SqlInjectionMatchSet": {
1280                    "target": "com.amazonaws.waf#SqlInjectionMatchSet",
1281                    "traits": {
1282                        "smithy.api#documentation": "<p>A <a>SqlInjectionMatchSet</a>.</p>"
1283                    }
1284                },
1285                "ChangeToken": {
1286                    "target": "com.amazonaws.waf#ChangeToken",
1287                    "traits": {
1288                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateSqlInjectionMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1289                    }
1290                }
1291            },
1292            "traits": {
1293                "smithy.api#documentation": "<p>The response to a <code>CreateSqlInjectionMatchSet</code> request.</p>"
1294            }
1295        },
1296        "com.amazonaws.waf#CreateWebACL": {
1297            "type": "operation",
1298            "input": {
1299                "target": "com.amazonaws.waf#CreateWebACLRequest"
1300            },
1301            "output": {
1302                "target": "com.amazonaws.waf#CreateWebACLResponse"
1303            },
1304            "errors": [
1305                {
1306                    "target": "com.amazonaws.waf#WAFBadRequestException"
1307                },
1308                {
1309                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
1310                },
1311                {
1312                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1313                },
1314                {
1315                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1316                },
1317                {
1318                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
1319                },
1320                {
1321                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
1322                },
1323                {
1324                    "target": "com.amazonaws.waf#WAFStaleDataException"
1325                },
1326                {
1327                    "target": "com.amazonaws.waf#WAFTagOperationException"
1328                },
1329                {
1330                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
1331                }
1332            ],
1333            "traits": {
1334                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Creates a <code>WebACL</code>, which contains the <code>Rules</code> that identify the CloudFront web requests that you want to allow, block, or count. \n\t\t\tAWS WAF evaluates <code>Rules</code> in order based on the value of <code>Priority</code> for each <code>Rule</code>.</p>\t\t\t\n\t\t       <p>You also specify a default action, either <code>ALLOW</code> or <code>BLOCK</code>. If a web request doesn't match \n\t\t\tany of the <code>Rules</code> in a <code>WebACL</code>, AWS WAF responds to the request with the default action. </p>\t\t\t\n\t\t       <p>To create and configure a <code>WebACL</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Create and update the <code>ByteMatchSet</code> objects and other predicates that you want to include in <code>Rules</code>. \n\t\t\t\tFor more information, see <a>CreateByteMatchSet</a>, <a>UpdateByteMatchSet</a>, <a>CreateIPSet</a>, <a>UpdateIPSet</a>, \n\t\t\t\t<a>CreateSqlInjectionMatchSet</a>, and <a>UpdateSqlInjectionMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Create and update the <code>Rules</code> that you want to include in the <code>WebACL</code>. For more information, see \n\t\t\t\t<a>CreateRule</a> and <a>UpdateRule</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>CreateWebACL</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateWebACL</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateWebACL</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <a>UpdateWebACL</a> request to specify the <code>Rules</code> that you want to include in the <code>WebACL</code>, \n\t\t\t\tto specify the default action, and to associate the <code>WebACL</code> with a CloudFront distribution.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API, see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
1335            }
1336        },
1337        "com.amazonaws.waf#CreateWebACLMigrationStack": {
1338            "type": "operation",
1339            "input": {
1340                "target": "com.amazonaws.waf#CreateWebACLMigrationStackRequest"
1341            },
1342            "output": {
1343                "target": "com.amazonaws.waf#CreateWebACLMigrationStackResponse"
1344            },
1345            "errors": [
1346                {
1347                    "target": "com.amazonaws.waf#WAFEntityMigrationException"
1348                },
1349                {
1350                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1351                },
1352                {
1353                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
1354                },
1355                {
1356                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
1357                },
1358                {
1359                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
1360                }
1361            ],
1362            "traits": {
1363                "smithy.api#documentation": "<p>Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket. \n           Then, in CloudFormation, you create a stack from the template, to create the web ACL and its resources in AWS WAFV2. \n           Use this to migrate your AWS WAF Classic web ACL to the latest version of AWS WAF.</p>\n         <p>This is part of a larger migration procedure for web ACLs from AWS WAF Classic to the latest version of AWS WAF. \n           For the full procedure, including caveats and manual steps to complete \n           the migration and switch over to the new web ACL, see  \n           <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-migrating-from-classic.html\">Migrating your AWS WAF Classic resources to AWS WAF</a> in the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF     \n  Developer Guide</a>.  </p>"
1364            }
1365        },
1366        "com.amazonaws.waf#CreateWebACLMigrationStackRequest": {
1367            "type": "structure",
1368            "members": {
1369                "WebACLId": {
1370                    "target": "com.amazonaws.waf#ResourceId",
1371                    "traits": {
1372                        "smithy.api#documentation": "<p>The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.</p>",
1373                        "smithy.api#required": {}
1374                    }
1375                },
1376                "S3BucketName": {
1377                    "target": "com.amazonaws.waf#S3BucketName",
1378                    "traits": {
1379                        "smithy.api#documentation": "<p>The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be \n           configured as follows for the migration:  </p>\n         <ul>\n            <li>\n               <p>The bucket name must start with <code>aws-waf-migration-</code>. For example, <code>aws-waf-migration-my-web-acl</code>.</p>\n            </li>\n            <li>\n               <p>The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2. </p>\n            </li>\n            <li>\n               <p>The bucket policies must permit the migration process to write data. For listings of the \n       bucket policies, see the Examples section. </p>\n           </li>\n         </ul>",
1380                        "smithy.api#required": {}
1381                    }
1382                },
1383                "IgnoreUnsupportedType": {
1384                    "target": "com.amazonaws.waf#IgnoreUnsupportedType",
1385                    "traits": {
1386                        "smithy.api#documentation": "<p>Indicates whether to exclude entities that can't be migrated or to stop the migration.\n           Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported \n           entities, it stops the process and throws an exception. </p>",
1387                        "smithy.api#required": {}
1388                    }
1389                }
1390            }
1391        },
1392        "com.amazonaws.waf#CreateWebACLMigrationStackResponse": {
1393            "type": "structure",
1394            "members": {
1395                "S3ObjectUrl": {
1396                    "target": "com.amazonaws.waf#S3ObjectUrl",
1397                    "traits": {
1398                        "smithy.api#documentation": "<p>The URL of the template created in Amazon S3. </p>",
1399                        "smithy.api#required": {}
1400                    }
1401                }
1402            }
1403        },
1404        "com.amazonaws.waf#CreateWebACLRequest": {
1405            "type": "structure",
1406            "members": {
1407                "Name": {
1408                    "target": "com.amazonaws.waf#ResourceName",
1409                    "traits": {
1410                        "smithy.api#documentation": "<p>A friendly name or description of the <a>WebACL</a>. You can't change <code>Name</code> after you create the <code>WebACL</code>.</p>",
1411                        "smithy.api#required": {}
1412                    }
1413                },
1414                "MetricName": {
1415                    "target": "com.amazonaws.waf#MetricName",
1416                    "traits": {
1417                        "smithy.api#documentation": "<p>A friendly name or description for the metrics for this <code>WebACL</code>.The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain\n\t        whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can't change <code>MetricName</code> after you create the\n            <code>WebACL</code>.</p>",
1418                        "smithy.api#required": {}
1419                    }
1420                },
1421                "DefaultAction": {
1422                    "target": "com.amazonaws.waf#WafAction",
1423                    "traits": {
1424                        "smithy.api#documentation": "<p>The action that you want  AWS WAF to take when a request doesn't match the criteria specified in any of the <code>Rule</code> \n\t\t\tobjects that are associated with the <code>WebACL</code>.</p>",
1425                        "smithy.api#required": {}
1426                    }
1427                },
1428                "ChangeToken": {
1429                    "target": "com.amazonaws.waf#ChangeToken",
1430                    "traits": {
1431                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1432                        "smithy.api#required": {}
1433                    }
1434                },
1435                "Tags": {
1436                    "target": "com.amazonaws.waf#TagList",
1437                    "traits": {
1438                        "smithy.api#documentation": "<p></p>"
1439                    }
1440                }
1441            }
1442        },
1443        "com.amazonaws.waf#CreateWebACLResponse": {
1444            "type": "structure",
1445            "members": {
1446                "WebACL": {
1447                    "target": "com.amazonaws.waf#WebACL",
1448                    "traits": {
1449                        "smithy.api#documentation": "<p>The <a>WebACL</a> returned in the <code>CreateWebACL</code> response.</p>"
1450                    }
1451                },
1452                "ChangeToken": {
1453                    "target": "com.amazonaws.waf#ChangeToken",
1454                    "traits": {
1455                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateWebACL</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1456                    }
1457                }
1458            }
1459        },
1460        "com.amazonaws.waf#CreateXssMatchSet": {
1461            "type": "operation",
1462            "input": {
1463                "target": "com.amazonaws.waf#CreateXssMatchSetRequest"
1464            },
1465            "output": {
1466                "target": "com.amazonaws.waf#CreateXssMatchSetResponse"
1467            },
1468            "errors": [
1469                {
1470                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
1471                },
1472                {
1473                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1474                },
1475                {
1476                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1477                },
1478                {
1479                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
1480                },
1481                {
1482                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
1483                },
1484                {
1485                    "target": "com.amazonaws.waf#WAFStaleDataException"
1486                }
1487            ],
1488            "traits": {
1489                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Creates an <a>XssMatchSet</a>, which you use to allow, block, or count requests that contain cross-site scripting attacks\n\t\t\tin the specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.</p> \n\t\t       <p>To create and configure an <code>XssMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>CreateXssMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>CreateXssMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateXssMatchSet</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <a>UpdateXssMatchSet</a> request to specify the parts of web requests in which you want to \n\t\t\t\tallow, block, or count cross-site scripting attacks.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
1490            }
1491        },
1492        "com.amazonaws.waf#CreateXssMatchSetRequest": {
1493            "type": "structure",
1494            "members": {
1495                "Name": {
1496                    "target": "com.amazonaws.waf#ResourceName",
1497                    "traits": {
1498                        "smithy.api#documentation": "<p>A friendly name or description for the <a>XssMatchSet</a> that you're creating. You can't change <code>Name</code> \n\t\t\tafter you create the <code>XssMatchSet</code>.</p>",
1499                        "smithy.api#required": {}
1500                    }
1501                },
1502                "ChangeToken": {
1503                    "target": "com.amazonaws.waf#ChangeToken",
1504                    "traits": {
1505                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1506                        "smithy.api#required": {}
1507                    }
1508                }
1509            },
1510            "traits": {
1511                "smithy.api#documentation": "<p>A request to create an <a>XssMatchSet</a>.</p>"
1512            }
1513        },
1514        "com.amazonaws.waf#CreateXssMatchSetResponse": {
1515            "type": "structure",
1516            "members": {
1517                "XssMatchSet": {
1518                    "target": "com.amazonaws.waf#XssMatchSet",
1519                    "traits": {
1520                        "smithy.api#documentation": "<p>An <a>XssMatchSet</a>.</p>"
1521                    }
1522                },
1523                "ChangeToken": {
1524                    "target": "com.amazonaws.waf#ChangeToken",
1525                    "traits": {
1526                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>CreateXssMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1527                    }
1528                }
1529            },
1530            "traits": {
1531                "smithy.api#documentation": "<p>The response to a <code>CreateXssMatchSet</code> request.</p>"
1532            }
1533        },
1534        "com.amazonaws.waf#DeleteByteMatchSet": {
1535            "type": "operation",
1536            "input": {
1537                "target": "com.amazonaws.waf#DeleteByteMatchSetRequest"
1538            },
1539            "output": {
1540                "target": "com.amazonaws.waf#DeleteByteMatchSetResponse"
1541            },
1542            "errors": [
1543                {
1544                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1545                },
1546                {
1547                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1548                },
1549                {
1550                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
1551                },
1552                {
1553                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
1554                },
1555                {
1556                    "target": "com.amazonaws.waf#WAFReferencedItemException"
1557                },
1558                {
1559                    "target": "com.amazonaws.waf#WAFStaleDataException"
1560                }
1561            ],
1562            "traits": {
1563                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Permanently deletes a <a>ByteMatchSet</a>. You can't delete a <code>ByteMatchSet</code> if it's still used in any <code>Rules</code> \n\t\t\tor if it still includes any <a>ByteMatchTuple</a> objects (any filters).</p>\t\t\n\t\t       <p>If you just want to remove a <code>ByteMatchSet</code> from a <code>Rule</code>, use <a>UpdateRule</a>.</p>\t\t\n\t\t       <p>To permanently delete a <code>ByteMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Update the <code>ByteMatchSet</code> to remove filters, if any. For more information, see <a>UpdateByteMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>DeleteByteMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteByteMatchSet</code> request.</p>\n            </li>\n         </ol>"
1564            }
1565        },
1566        "com.amazonaws.waf#DeleteByteMatchSetRequest": {
1567            "type": "structure",
1568            "members": {
1569                "ByteMatchSetId": {
1570                    "target": "com.amazonaws.waf#ResourceId",
1571                    "traits": {
1572                        "smithy.api#documentation": "<p>The <code>ByteMatchSetId</code> of the <a>ByteMatchSet</a> that you want to delete. <code>ByteMatchSetId</code> is returned by <a>CreateByteMatchSet</a> and by \n\t\t\t<a>ListByteMatchSets</a>.</p>",
1573                        "smithy.api#required": {}
1574                    }
1575                },
1576                "ChangeToken": {
1577                    "target": "com.amazonaws.waf#ChangeToken",
1578                    "traits": {
1579                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1580                        "smithy.api#required": {}
1581                    }
1582                }
1583            }
1584        },
1585        "com.amazonaws.waf#DeleteByteMatchSetResponse": {
1586            "type": "structure",
1587            "members": {
1588                "ChangeToken": {
1589                    "target": "com.amazonaws.waf#ChangeToken",
1590                    "traits": {
1591                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteByteMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1592                    }
1593                }
1594            }
1595        },
1596        "com.amazonaws.waf#DeleteGeoMatchSet": {
1597            "type": "operation",
1598            "input": {
1599                "target": "com.amazonaws.waf#DeleteGeoMatchSetRequest"
1600            },
1601            "output": {
1602                "target": "com.amazonaws.waf#DeleteGeoMatchSetResponse"
1603            },
1604            "errors": [
1605                {
1606                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1607                },
1608                {
1609                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1610                },
1611                {
1612                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
1613                },
1614                {
1615                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
1616                },
1617                {
1618                    "target": "com.amazonaws.waf#WAFReferencedItemException"
1619                },
1620                {
1621                    "target": "com.amazonaws.waf#WAFStaleDataException"
1622                }
1623            ],
1624            "traits": {
1625                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Permanently deletes a <a>GeoMatchSet</a>. You can't delete a <code>GeoMatchSet</code> if it's still used in any <code>Rules</code> or \n\t\t\tif it still includes any countries.</p>\n\t\t       <p>If you just want to remove a <code>GeoMatchSet</code> from a <code>Rule</code>, use <a>UpdateRule</a>.</p>\n\t\t       <p>To permanently delete a <code>GeoMatchSet</code> from AWS WAF, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Update the <code>GeoMatchSet</code> to remove any countries. For more information, see <a>UpdateGeoMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>DeleteGeoMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteGeoMatchSet</code> request.</p>\n            </li>\n         </ol>"
1626            }
1627        },
1628        "com.amazonaws.waf#DeleteGeoMatchSetRequest": {
1629            "type": "structure",
1630            "members": {
1631                "GeoMatchSetId": {
1632                    "target": "com.amazonaws.waf#ResourceId",
1633                    "traits": {
1634                        "smithy.api#documentation": "<p>The <code>GeoMatchSetID</code> of the <a>GeoMatchSet</a> that you want to delete. <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by \n\t\t\t<a>ListGeoMatchSets</a>.</p>",
1635                        "smithy.api#required": {}
1636                    }
1637                },
1638                "ChangeToken": {
1639                    "target": "com.amazonaws.waf#ChangeToken",
1640                    "traits": {
1641                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1642                        "smithy.api#required": {}
1643                    }
1644                }
1645            }
1646        },
1647        "com.amazonaws.waf#DeleteGeoMatchSetResponse": {
1648            "type": "structure",
1649            "members": {
1650                "ChangeToken": {
1651                    "target": "com.amazonaws.waf#ChangeToken",
1652                    "traits": {
1653                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteGeoMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1654                    }
1655                }
1656            }
1657        },
1658        "com.amazonaws.waf#DeleteIPSet": {
1659            "type": "operation",
1660            "input": {
1661                "target": "com.amazonaws.waf#DeleteIPSetRequest"
1662            },
1663            "output": {
1664                "target": "com.amazonaws.waf#DeleteIPSetResponse"
1665            },
1666            "errors": [
1667                {
1668                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1669                },
1670                {
1671                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1672                },
1673                {
1674                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
1675                },
1676                {
1677                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
1678                },
1679                {
1680                    "target": "com.amazonaws.waf#WAFReferencedItemException"
1681                },
1682                {
1683                    "target": "com.amazonaws.waf#WAFStaleDataException"
1684                }
1685            ],
1686            "traits": {
1687                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Permanently deletes an <a>IPSet</a>. You can't delete an <code>IPSet</code> if it's still used in any <code>Rules</code> or \n\t\t\tif it still includes any IP addresses.</p>\n\t\t       <p>If you just want to remove an <code>IPSet</code> from a <code>Rule</code>, use <a>UpdateRule</a>.</p>\n\t\t       <p>To permanently delete an <code>IPSet</code> from AWS WAF, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Update the <code>IPSet</code> to remove IP address ranges, if any. For more information, see <a>UpdateIPSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>DeleteIPSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteIPSet</code> request.</p>\n            </li>\n         </ol>"
1688            }
1689        },
1690        "com.amazonaws.waf#DeleteIPSetRequest": {
1691            "type": "structure",
1692            "members": {
1693                "IPSetId": {
1694                    "target": "com.amazonaws.waf#ResourceId",
1695                    "traits": {
1696                        "smithy.api#documentation": "<p>The <code>IPSetId</code> of the <a>IPSet</a> that you want to delete. <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by \n\t\t\t<a>ListIPSets</a>.</p>",
1697                        "smithy.api#required": {}
1698                    }
1699                },
1700                "ChangeToken": {
1701                    "target": "com.amazonaws.waf#ChangeToken",
1702                    "traits": {
1703                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1704                        "smithy.api#required": {}
1705                    }
1706                }
1707            }
1708        },
1709        "com.amazonaws.waf#DeleteIPSetResponse": {
1710            "type": "structure",
1711            "members": {
1712                "ChangeToken": {
1713                    "target": "com.amazonaws.waf#ChangeToken",
1714                    "traits": {
1715                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteIPSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1716                    }
1717                }
1718            }
1719        },
1720        "com.amazonaws.waf#DeleteLoggingConfiguration": {
1721            "type": "operation",
1722            "input": {
1723                "target": "com.amazonaws.waf#DeleteLoggingConfigurationRequest"
1724            },
1725            "output": {
1726                "target": "com.amazonaws.waf#DeleteLoggingConfigurationResponse"
1727            },
1728            "errors": [
1729                {
1730                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1731                },
1732                {
1733                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
1734                },
1735                {
1736                    "target": "com.amazonaws.waf#WAFStaleDataException"
1737                }
1738            ],
1739            "traits": {
1740                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Permanently deletes the <a>LoggingConfiguration</a> from the specified web\n         ACL.</p>"
1741            }
1742        },
1743        "com.amazonaws.waf#DeleteLoggingConfigurationRequest": {
1744            "type": "structure",
1745            "members": {
1746                "ResourceArn": {
1747                    "target": "com.amazonaws.waf#ResourceArn",
1748                    "traits": {
1749                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the web ACL from which you want to delete the <a>LoggingConfiguration</a>.</p>",
1750                        "smithy.api#required": {}
1751                    }
1752                }
1753            }
1754        },
1755        "com.amazonaws.waf#DeleteLoggingConfigurationResponse": {
1756            "type": "structure",
1757            "members": {}
1758        },
1759        "com.amazonaws.waf#DeletePermissionPolicy": {
1760            "type": "operation",
1761            "input": {
1762                "target": "com.amazonaws.waf#DeletePermissionPolicyRequest"
1763            },
1764            "output": {
1765                "target": "com.amazonaws.waf#DeletePermissionPolicyResponse"
1766            },
1767            "errors": [
1768                {
1769                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1770                },
1771                {
1772                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
1773                },
1774                {
1775                    "target": "com.amazonaws.waf#WAFStaleDataException"
1776                }
1777            ],
1778            "traits": {
1779                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Permanently deletes an IAM policy from the specified RuleGroup.</p>\n         <p>The user making the request must be the owner of the RuleGroup.</p>"
1780            }
1781        },
1782        "com.amazonaws.waf#DeletePermissionPolicyRequest": {
1783            "type": "structure",
1784            "members": {
1785                "ResourceArn": {
1786                    "target": "com.amazonaws.waf#ResourceArn",
1787                    "traits": {
1788                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the RuleGroup from which you want to delete the policy.</p>\n         <p>The user making the request must be the owner of the RuleGroup.</p>",
1789                        "smithy.api#required": {}
1790                    }
1791                }
1792            }
1793        },
1794        "com.amazonaws.waf#DeletePermissionPolicyResponse": {
1795            "type": "structure",
1796            "members": {}
1797        },
1798        "com.amazonaws.waf#DeleteRateBasedRule": {
1799            "type": "operation",
1800            "input": {
1801                "target": "com.amazonaws.waf#DeleteRateBasedRuleRequest"
1802            },
1803            "output": {
1804                "target": "com.amazonaws.waf#DeleteRateBasedRuleResponse"
1805            },
1806            "errors": [
1807                {
1808                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1809                },
1810                {
1811                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1812                },
1813                {
1814                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
1815                },
1816                {
1817                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
1818                },
1819                {
1820                    "target": "com.amazonaws.waf#WAFReferencedItemException"
1821                },
1822                {
1823                    "target": "com.amazonaws.waf#WAFStaleDataException"
1824                },
1825                {
1826                    "target": "com.amazonaws.waf#WAFTagOperationException"
1827                },
1828                {
1829                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
1830                }
1831            ],
1832            "traits": {
1833                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Permanently deletes a <a>RateBasedRule</a>. You can't delete a rule if\n         it's still used in any <code>WebACL</code> objects or if it still includes any predicates,\n         such as <code>ByteMatchSet</code> objects.</p>\n         <p>If you just want to remove a rule from a <code>WebACL</code>, use <a>UpdateWebACL</a>.</p>\n         <p>To permanently delete a <code>RateBasedRule</code> from AWS WAF, perform the following\n         steps:</p>\n         <ol>\n            <li>\n               <p>Update the <code>RateBasedRule</code> to remove predicates, if any. For more\n               information, see <a>UpdateRateBasedRule</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide\n               in the <code>ChangeToken</code> parameter of a <code>DeleteRateBasedRule</code>\n               request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteRateBasedRule</code> request.</p>\n            </li>\n         </ol>"
1834            }
1835        },
1836        "com.amazonaws.waf#DeleteRateBasedRuleRequest": {
1837            "type": "structure",
1838            "members": {
1839                "RuleId": {
1840                    "target": "com.amazonaws.waf#ResourceId",
1841                    "traits": {
1842                        "smithy.api#documentation": "<p>The <code>RuleId</code> of the <a>RateBasedRule</a> that you want to\n         delete. <code>RuleId</code> is returned by <a>CreateRateBasedRule</a> and by\n            <a>ListRateBasedRules</a>.</p>",
1843                        "smithy.api#required": {}
1844                    }
1845                },
1846                "ChangeToken": {
1847                    "target": "com.amazonaws.waf#ChangeToken",
1848                    "traits": {
1849                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1850                        "smithy.api#required": {}
1851                    }
1852                }
1853            }
1854        },
1855        "com.amazonaws.waf#DeleteRateBasedRuleResponse": {
1856            "type": "structure",
1857            "members": {
1858                "ChangeToken": {
1859                    "target": "com.amazonaws.waf#ChangeToken",
1860                    "traits": {
1861                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the\n            <code>DeleteRateBasedRule</code> request. You can also use this value to query the\n         status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1862                    }
1863                }
1864            }
1865        },
1866        "com.amazonaws.waf#DeleteRegexMatchSet": {
1867            "type": "operation",
1868            "input": {
1869                "target": "com.amazonaws.waf#DeleteRegexMatchSetRequest"
1870            },
1871            "output": {
1872                "target": "com.amazonaws.waf#DeleteRegexMatchSetResponse"
1873            },
1874            "errors": [
1875                {
1876                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1877                },
1878                {
1879                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1880                },
1881                {
1882                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
1883                },
1884                {
1885                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
1886                },
1887                {
1888                    "target": "com.amazonaws.waf#WAFReferencedItemException"
1889                },
1890                {
1891                    "target": "com.amazonaws.waf#WAFStaleDataException"
1892                }
1893            ],
1894            "traits": {
1895                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Permanently deletes a <a>RegexMatchSet</a>. You can't delete a <code>RegexMatchSet</code> if it's still used in any <code>Rules</code> \n        or if it still includes any <code>RegexMatchTuples</code> objects (any filters).</p>\t\t\n\t\t       <p>If you just want to remove a <code>RegexMatchSet</code> from a <code>Rule</code>, use <a>UpdateRule</a>.</p>\t\t\n\t\t       <p>To permanently delete a <code>RegexMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Update the <code>RegexMatchSet</code> to remove filters, if any. For more information, see <a>UpdateRegexMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>DeleteRegexMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteRegexMatchSet</code> request.</p>\n            </li>\n         </ol>"
1896            }
1897        },
1898        "com.amazonaws.waf#DeleteRegexMatchSetRequest": {
1899            "type": "structure",
1900            "members": {
1901                "RegexMatchSetId": {
1902                    "target": "com.amazonaws.waf#ResourceId",
1903                    "traits": {
1904                        "smithy.api#documentation": "<p>The <code>RegexMatchSetId</code> of the <a>RegexMatchSet</a> that you want to delete. <code>RegexMatchSetId</code> is returned by <a>CreateRegexMatchSet</a> and by \n\t\t\t<a>ListRegexMatchSets</a>.</p>",
1905                        "smithy.api#required": {}
1906                    }
1907                },
1908                "ChangeToken": {
1909                    "target": "com.amazonaws.waf#ChangeToken",
1910                    "traits": {
1911                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1912                        "smithy.api#required": {}
1913                    }
1914                }
1915            }
1916        },
1917        "com.amazonaws.waf#DeleteRegexMatchSetResponse": {
1918            "type": "structure",
1919            "members": {
1920                "ChangeToken": {
1921                    "target": "com.amazonaws.waf#ChangeToken",
1922                    "traits": {
1923                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRegexMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1924                    }
1925                }
1926            }
1927        },
1928        "com.amazonaws.waf#DeleteRegexPatternSet": {
1929            "type": "operation",
1930            "input": {
1931                "target": "com.amazonaws.waf#DeleteRegexPatternSetRequest"
1932            },
1933            "output": {
1934                "target": "com.amazonaws.waf#DeleteRegexPatternSetResponse"
1935            },
1936            "errors": [
1937                {
1938                    "target": "com.amazonaws.waf#WAFInternalErrorException"
1939                },
1940                {
1941                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
1942                },
1943                {
1944                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
1945                },
1946                {
1947                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
1948                },
1949                {
1950                    "target": "com.amazonaws.waf#WAFReferencedItemException"
1951                },
1952                {
1953                    "target": "com.amazonaws.waf#WAFStaleDataException"
1954                }
1955            ],
1956            "traits": {
1957                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Permanently deletes a <a>RegexPatternSet</a>. You can't delete a <code>RegexPatternSet</code> if it's still used in any <code>RegexMatchSet</code> \n         or if the <code>RegexPatternSet</code> is not empty. </p>"
1958            }
1959        },
1960        "com.amazonaws.waf#DeleteRegexPatternSetRequest": {
1961            "type": "structure",
1962            "members": {
1963                "RegexPatternSetId": {
1964                    "target": "com.amazonaws.waf#ResourceId",
1965                    "traits": {
1966                        "smithy.api#documentation": "<p>The <code>RegexPatternSetId</code> of the <a>RegexPatternSet</a> that you want to delete. <code>RegexPatternSetId</code> is returned by <a>CreateRegexPatternSet</a> and by \n\t\t\t<a>ListRegexPatternSets</a>.</p>",
1967                        "smithy.api#required": {}
1968                    }
1969                },
1970                "ChangeToken": {
1971                    "target": "com.amazonaws.waf#ChangeToken",
1972                    "traits": {
1973                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
1974                        "smithy.api#required": {}
1975                    }
1976                }
1977            }
1978        },
1979        "com.amazonaws.waf#DeleteRegexPatternSetResponse": {
1980            "type": "structure",
1981            "members": {
1982                "ChangeToken": {
1983                    "target": "com.amazonaws.waf#ChangeToken",
1984                    "traits": {
1985                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRegexPatternSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
1986                    }
1987                }
1988            }
1989        },
1990        "com.amazonaws.waf#DeleteRule": {
1991            "type": "operation",
1992            "input": {
1993                "target": "com.amazonaws.waf#DeleteRuleRequest"
1994            },
1995            "output": {
1996                "target": "com.amazonaws.waf#DeleteRuleResponse"
1997            },
1998            "errors": [
1999                {
2000                    "target": "com.amazonaws.waf#WAFInternalErrorException"
2001                },
2002                {
2003                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
2004                },
2005                {
2006                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
2007                },
2008                {
2009                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
2010                },
2011                {
2012                    "target": "com.amazonaws.waf#WAFReferencedItemException"
2013                },
2014                {
2015                    "target": "com.amazonaws.waf#WAFStaleDataException"
2016                },
2017                {
2018                    "target": "com.amazonaws.waf#WAFTagOperationException"
2019                },
2020                {
2021                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
2022                }
2023            ],
2024            "traits": {
2025                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Permanently deletes a <a>Rule</a>. You can't delete a <code>Rule</code> if it's still used in any <code>WebACL</code> \n\t\t\tobjects or if it still includes any predicates, such as <code>ByteMatchSet</code> objects.</p>\n\t\t       <p>If you just want to remove a <code>Rule</code> from a <code>WebACL</code>, use <a>UpdateWebACL</a>.</p>\n\t\t       <p>To permanently delete a <code>Rule</code> from AWS WAF, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Update the <code>Rule</code> to remove predicates, if any. For more information, see <a>UpdateRule</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>DeleteRule</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteRule</code> request.</p>\n            </li>\n         </ol>"
2026            }
2027        },
2028        "com.amazonaws.waf#DeleteRuleGroup": {
2029            "type": "operation",
2030            "input": {
2031                "target": "com.amazonaws.waf#DeleteRuleGroupRequest"
2032            },
2033            "output": {
2034                "target": "com.amazonaws.waf#DeleteRuleGroupResponse"
2035            },
2036            "errors": [
2037                {
2038                    "target": "com.amazonaws.waf#WAFInternalErrorException"
2039                },
2040                {
2041                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
2042                },
2043                {
2044                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
2045                },
2046                {
2047                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
2048                },
2049                {
2050                    "target": "com.amazonaws.waf#WAFReferencedItemException"
2051                },
2052                {
2053                    "target": "com.amazonaws.waf#WAFStaleDataException"
2054                },
2055                {
2056                    "target": "com.amazonaws.waf#WAFTagOperationException"
2057                },
2058                {
2059                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
2060                }
2061            ],
2062            "traits": {
2063                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Permanently deletes a <a>RuleGroup</a>. You can't delete a <code>RuleGroup</code> if it's still used in any <code>WebACL</code> \n         objects or if it still includes any rules.</p>\n         <p>If you just want to remove a <code>RuleGroup</code> from a <code>WebACL</code>, use <a>UpdateWebACL</a>.</p>\n         <p>To permanently delete a <code>RuleGroup</code> from AWS WAF, perform the following steps:</p>\n         <ol>\n            <li>\n               <p>Update the <code>RuleGroup</code> to remove rules, if any. For more information, see <a>UpdateRuleGroup</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n               <code>DeleteRuleGroup</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteRuleGroup</code> request.</p>\n            </li>\n         </ol>"
2064            }
2065        },
2066        "com.amazonaws.waf#DeleteRuleGroupRequest": {
2067            "type": "structure",
2068            "members": {
2069                "RuleGroupId": {
2070                    "target": "com.amazonaws.waf#ResourceId",
2071                    "traits": {
2072                        "smithy.api#documentation": "<p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> that you want to delete. <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by \n         <a>ListRuleGroups</a>.</p>",
2073                        "smithy.api#required": {}
2074                    }
2075                },
2076                "ChangeToken": {
2077                    "target": "com.amazonaws.waf#ChangeToken",
2078                    "traits": {
2079                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
2080                        "smithy.api#required": {}
2081                    }
2082                }
2083            }
2084        },
2085        "com.amazonaws.waf#DeleteRuleGroupResponse": {
2086            "type": "structure",
2087            "members": {
2088                "ChangeToken": {
2089                    "target": "com.amazonaws.waf#ChangeToken",
2090                    "traits": {
2091                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRuleGroup</code> request. You can also use this value \n         to query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
2092                    }
2093                }
2094            }
2095        },
2096        "com.amazonaws.waf#DeleteRuleRequest": {
2097            "type": "structure",
2098            "members": {
2099                "RuleId": {
2100                    "target": "com.amazonaws.waf#ResourceId",
2101                    "traits": {
2102                        "smithy.api#documentation": "<p>The <code>RuleId</code> of the <a>Rule</a> that you want to delete. <code>RuleId</code> is returned by <a>CreateRule</a> and by \n\t\t\t<a>ListRules</a>.</p>",
2103                        "smithy.api#required": {}
2104                    }
2105                },
2106                "ChangeToken": {
2107                    "target": "com.amazonaws.waf#ChangeToken",
2108                    "traits": {
2109                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
2110                        "smithy.api#required": {}
2111                    }
2112                }
2113            }
2114        },
2115        "com.amazonaws.waf#DeleteRuleResponse": {
2116            "type": "structure",
2117            "members": {
2118                "ChangeToken": {
2119                    "target": "com.amazonaws.waf#ChangeToken",
2120                    "traits": {
2121                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRule</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
2122                    }
2123                }
2124            }
2125        },
2126        "com.amazonaws.waf#DeleteSizeConstraintSet": {
2127            "type": "operation",
2128            "input": {
2129                "target": "com.amazonaws.waf#DeleteSizeConstraintSetRequest"
2130            },
2131            "output": {
2132                "target": "com.amazonaws.waf#DeleteSizeConstraintSetResponse"
2133            },
2134            "errors": [
2135                {
2136                    "target": "com.amazonaws.waf#WAFInternalErrorException"
2137                },
2138                {
2139                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
2140                },
2141                {
2142                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
2143                },
2144                {
2145                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
2146                },
2147                {
2148                    "target": "com.amazonaws.waf#WAFReferencedItemException"
2149                },
2150                {
2151                    "target": "com.amazonaws.waf#WAFStaleDataException"
2152                }
2153            ],
2154            "traits": {
2155                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Permanently deletes a <a>SizeConstraintSet</a>. You can't delete a <code>SizeConstraintSet</code> if it's still used in any <code>Rules</code> \n\t\t\tor if it still includes any <a>SizeConstraint</a> objects (any filters).</p>\t\t\n\t\t       <p>If you just want to remove a <code>SizeConstraintSet</code> from a <code>Rule</code>, use <a>UpdateRule</a>.</p>\t\t\n\t\t       <p>To permanently delete a <code>SizeConstraintSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Update the <code>SizeConstraintSet</code> to remove filters, if any. For more information, see <a>UpdateSizeConstraintSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>DeleteSizeConstraintSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteSizeConstraintSet</code> request.</p>\n            </li>\n         </ol>"
2156            }
2157        },
2158        "com.amazonaws.waf#DeleteSizeConstraintSetRequest": {
2159            "type": "structure",
2160            "members": {
2161                "SizeConstraintSetId": {
2162                    "target": "com.amazonaws.waf#ResourceId",
2163                    "traits": {
2164                        "smithy.api#documentation": "<p>The <code>SizeConstraintSetId</code> of the <a>SizeConstraintSet</a> that you want to delete. <code>SizeConstraintSetId</code> \n\t\t\tis returned by <a>CreateSizeConstraintSet</a> and by <a>ListSizeConstraintSets</a>.</p>",
2165                        "smithy.api#required": {}
2166                    }
2167                },
2168                "ChangeToken": {
2169                    "target": "com.amazonaws.waf#ChangeToken",
2170                    "traits": {
2171                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
2172                        "smithy.api#required": {}
2173                    }
2174                }
2175            }
2176        },
2177        "com.amazonaws.waf#DeleteSizeConstraintSetResponse": {
2178            "type": "structure",
2179            "members": {
2180                "ChangeToken": {
2181                    "target": "com.amazonaws.waf#ChangeToken",
2182                    "traits": {
2183                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteSizeConstraintSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
2184                    }
2185                }
2186            }
2187        },
2188        "com.amazonaws.waf#DeleteSqlInjectionMatchSet": {
2189            "type": "operation",
2190            "input": {
2191                "target": "com.amazonaws.waf#DeleteSqlInjectionMatchSetRequest"
2192            },
2193            "output": {
2194                "target": "com.amazonaws.waf#DeleteSqlInjectionMatchSetResponse"
2195            },
2196            "errors": [
2197                {
2198                    "target": "com.amazonaws.waf#WAFInternalErrorException"
2199                },
2200                {
2201                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
2202                },
2203                {
2204                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
2205                },
2206                {
2207                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
2208                },
2209                {
2210                    "target": "com.amazonaws.waf#WAFReferencedItemException"
2211                },
2212                {
2213                    "target": "com.amazonaws.waf#WAFStaleDataException"
2214                }
2215            ],
2216            "traits": {
2217                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Permanently deletes a <a>SqlInjectionMatchSet</a>. You can't delete a <code>SqlInjectionMatchSet</code> if it's \n\t\t\tstill used in any <code>Rules</code> or if it still contains any <a>SqlInjectionMatchTuple</a> objects.</p>\n\t\t       <p>If you just want to remove a <code>SqlInjectionMatchSet</code> from a <code>Rule</code>, use <a>UpdateRule</a>.</p>\n\t\t       <p>To permanently delete a <code>SqlInjectionMatchSet</code> from AWS WAF, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Update the <code>SqlInjectionMatchSet</code> to remove filters, if any. For more information, see \n\t\t\t\t<a>UpdateSqlInjectionMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>DeleteSqlInjectionMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteSqlInjectionMatchSet</code> request.</p>\n            </li>\n         </ol>"
2218            }
2219        },
2220        "com.amazonaws.waf#DeleteSqlInjectionMatchSetRequest": {
2221            "type": "structure",
2222            "members": {
2223                "SqlInjectionMatchSetId": {
2224                    "target": "com.amazonaws.waf#ResourceId",
2225                    "traits": {
2226                        "smithy.api#documentation": "<p>The <code>SqlInjectionMatchSetId</code> of the <a>SqlInjectionMatchSet</a> that you want to delete. \n\t\t\t<code>SqlInjectionMatchSetId</code> is returned by <a>CreateSqlInjectionMatchSet</a> and by <a>ListSqlInjectionMatchSets</a>.</p>",
2227                        "smithy.api#required": {}
2228                    }
2229                },
2230                "ChangeToken": {
2231                    "target": "com.amazonaws.waf#ChangeToken",
2232                    "traits": {
2233                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
2234                        "smithy.api#required": {}
2235                    }
2236                }
2237            },
2238            "traits": {
2239                "smithy.api#documentation": "<p>A request to delete a <a>SqlInjectionMatchSet</a> from AWS WAF.</p>"
2240            }
2241        },
2242        "com.amazonaws.waf#DeleteSqlInjectionMatchSetResponse": {
2243            "type": "structure",
2244            "members": {
2245                "ChangeToken": {
2246                    "target": "com.amazonaws.waf#ChangeToken",
2247                    "traits": {
2248                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteSqlInjectionMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
2249                    }
2250                }
2251            },
2252            "traits": {
2253                "smithy.api#documentation": "<p>The response to a request to delete a <a>SqlInjectionMatchSet</a> from AWS WAF.</p>"
2254            }
2255        },
2256        "com.amazonaws.waf#DeleteWebACL": {
2257            "type": "operation",
2258            "input": {
2259                "target": "com.amazonaws.waf#DeleteWebACLRequest"
2260            },
2261            "output": {
2262                "target": "com.amazonaws.waf#DeleteWebACLResponse"
2263            },
2264            "errors": [
2265                {
2266                    "target": "com.amazonaws.waf#WAFInternalErrorException"
2267                },
2268                {
2269                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
2270                },
2271                {
2272                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
2273                },
2274                {
2275                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
2276                },
2277                {
2278                    "target": "com.amazonaws.waf#WAFReferencedItemException"
2279                },
2280                {
2281                    "target": "com.amazonaws.waf#WAFStaleDataException"
2282                },
2283                {
2284                    "target": "com.amazonaws.waf#WAFTagOperationException"
2285                },
2286                {
2287                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
2288                }
2289            ],
2290            "traits": {
2291                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Permanently deletes a <a>WebACL</a>. You can't delete a <code>WebACL</code> if it still contains any <code>Rules</code>.</p>\n\t\t       <p>To delete a <code>WebACL</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Update the <code>WebACL</code> to remove <code>Rules</code>, if any. For more information, see <a>UpdateWebACL</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>DeleteWebACL</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteWebACL</code> request.</p>\n            </li>\n         </ol>"
2292            }
2293        },
2294        "com.amazonaws.waf#DeleteWebACLRequest": {
2295            "type": "structure",
2296            "members": {
2297                "WebACLId": {
2298                    "target": "com.amazonaws.waf#ResourceId",
2299                    "traits": {
2300                        "smithy.api#documentation": "<p>The <code>WebACLId</code> of the <a>WebACL</a> that you want to delete. <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by \n\t\t\t<a>ListWebACLs</a>.</p>",
2301                        "smithy.api#required": {}
2302                    }
2303                },
2304                "ChangeToken": {
2305                    "target": "com.amazonaws.waf#ChangeToken",
2306                    "traits": {
2307                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
2308                        "smithy.api#required": {}
2309                    }
2310                }
2311            }
2312        },
2313        "com.amazonaws.waf#DeleteWebACLResponse": {
2314            "type": "structure",
2315            "members": {
2316                "ChangeToken": {
2317                    "target": "com.amazonaws.waf#ChangeToken",
2318                    "traits": {
2319                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteWebACL</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
2320                    }
2321                }
2322            }
2323        },
2324        "com.amazonaws.waf#DeleteXssMatchSet": {
2325            "type": "operation",
2326            "input": {
2327                "target": "com.amazonaws.waf#DeleteXssMatchSetRequest"
2328            },
2329            "output": {
2330                "target": "com.amazonaws.waf#DeleteXssMatchSetResponse"
2331            },
2332            "errors": [
2333                {
2334                    "target": "com.amazonaws.waf#WAFInternalErrorException"
2335                },
2336                {
2337                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
2338                },
2339                {
2340                    "target": "com.amazonaws.waf#WAFNonEmptyEntityException"
2341                },
2342                {
2343                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
2344                },
2345                {
2346                    "target": "com.amazonaws.waf#WAFReferencedItemException"
2347                },
2348                {
2349                    "target": "com.amazonaws.waf#WAFStaleDataException"
2350                }
2351            ],
2352            "traits": {
2353                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Permanently deletes an <a>XssMatchSet</a>. You can't delete an <code>XssMatchSet</code> if it's \n\t\t\tstill used in any <code>Rules</code> or if it still contains any <a>XssMatchTuple</a> objects.</p>\n\t\t       <p>If you just want to remove an <code>XssMatchSet</code> from a <code>Rule</code>, use <a>UpdateRule</a>.</p>\n\t\t       <p>To permanently delete an <code>XssMatchSet</code> from AWS WAF, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Update the <code>XssMatchSet</code> to remove filters, if any. For more information, see \n\t\t\t\t<a>UpdateXssMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of a \n\t\t\t\t<code>DeleteXssMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit a <code>DeleteXssMatchSet</code> request.</p>\n            </li>\n         </ol>"
2354            }
2355        },
2356        "com.amazonaws.waf#DeleteXssMatchSetRequest": {
2357            "type": "structure",
2358            "members": {
2359                "XssMatchSetId": {
2360                    "target": "com.amazonaws.waf#ResourceId",
2361                    "traits": {
2362                        "smithy.api#documentation": "<p>The <code>XssMatchSetId</code> of the <a>XssMatchSet</a> that you want to delete. \n\t\t\t<code>XssMatchSetId</code> is returned by <a>CreateXssMatchSet</a> and by <a>ListXssMatchSets</a>.</p>",
2363                        "smithy.api#required": {}
2364                    }
2365                },
2366                "ChangeToken": {
2367                    "target": "com.amazonaws.waf#ChangeToken",
2368                    "traits": {
2369                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
2370                        "smithy.api#required": {}
2371                    }
2372                }
2373            },
2374            "traits": {
2375                "smithy.api#documentation": "<p>A request to delete an <a>XssMatchSet</a> from AWS WAF.</p>"
2376            }
2377        },
2378        "com.amazonaws.waf#DeleteXssMatchSetResponse": {
2379            "type": "structure",
2380            "members": {
2381                "ChangeToken": {
2382                    "target": "com.amazonaws.waf#ChangeToken",
2383                    "traits": {
2384                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>DeleteXssMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
2385                    }
2386                }
2387            },
2388            "traits": {
2389                "smithy.api#documentation": "<p>The response to a request to delete an <a>XssMatchSet</a> from AWS WAF.</p>"
2390            }
2391        },
2392        "com.amazonaws.waf#ErrorReason": {
2393            "type": "string"
2394        },
2395        "com.amazonaws.waf#ExcludedRule": {
2396            "type": "structure",
2397            "members": {
2398                "RuleId": {
2399                    "target": "com.amazonaws.waf#ResourceId",
2400                    "traits": {
2401                        "smithy.api#documentation": "<p>The unique identifier for the rule to exclude from the rule group.</p>",
2402                        "smithy.api#required": {}
2403                    }
2404                }
2405            },
2406            "traits": {
2407                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>The rule to exclude from a rule group. This is applicable only when the\n            <code>ActivatedRule</code> refers to a <code>RuleGroup</code>. The rule must belong to\n         the <code>RuleGroup</code> that is specified by the <code>ActivatedRule</code>. </p>"
2408            }
2409        },
2410        "com.amazonaws.waf#ExcludedRules": {
2411            "type": "list",
2412            "member": {
2413                "target": "com.amazonaws.waf#ExcludedRule"
2414            }
2415        },
2416        "com.amazonaws.waf#FieldToMatch": {
2417            "type": "structure",
2418            "members": {
2419                "Type": {
2420                    "target": "com.amazonaws.waf#MatchFieldType",
2421                    "traits": {
2422                        "smithy.api#documentation": "<p>The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>HEADER</code>: A specified request header, for example, the value of the <code>User-Agent</code> or <code>Referer</code> header. \n\t\t\t\tIf you choose <code>HEADER</code> for the type, specify the name of the header in <code>Data</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>METHOD</code>: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. \n\t\t\t\tAmazon CloudFront supports the following methods: <code>DELETE</code>, <code>GET</code>, <code>HEAD</code>, <code>OPTIONS</code>, <code>PATCH</code>, \n\t\t\t\t<code>POST</code>, and <code>PUT</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>QUERY_STRING</code>: A query string, which is the part of a URL that appears after a <code>?</code> character, if any.</p>\n            </li>\n            <li>\n               <p>\n                  <code>URI</code>: The part of a web request that identifies a resource, for example, <code>/images/daily-ad.jpg</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>BODY</code>: The part of a request that contains any additional data that you want to send to your web server \n\t\t\t\tas the HTTP request body, such as data from a form. The request body immediately follows the request headers. \n\t\t\t\tNote that only the first <code>8192</code> bytes of the request body are forwarded to AWS WAF for inspection. \n\t\t\t\tTo allow or block requests based on the length of the body, you can create a size constraint set. \n\t\t\t\tFor more information, see <a>CreateSizeConstraintSet</a>. </p>\n            </li>\n            <li>\n\t\t             <p>\n\t\t                <code>SINGLE_QUERY_ARG</code>: The parameter in the query string that you will inspect, such as <i>UserName</i> or <i>SalesRegion</i>. The maximum length for <code>SINGLE_QUERY_ARG</code> is 30 characters.</p>\n\t\t          </li>\n            <li>\n\t\t             <p>\n\t\t                <code>ALL_QUERY_ARGS</code>: Similar to <code>SINGLE_QUERY_ARG</code>, but rather than inspecting a single parameter, AWS WAF will inspect all parameters within the query for the value or regex pattern that you specify in \n\t\t             <code>TargetString</code>.</p>\n\t\t          </li>\n         </ul>",
2423                        "smithy.api#required": {}
2424                    }
2425                },
2426                "Data": {
2427                    "target": "com.amazonaws.waf#MatchFieldData",
2428                    "traits": {
2429                        "smithy.api#documentation": "<p>When the value of <code>Type</code> is <code>HEADER</code>, enter the name of the header that you want AWS WAF to search, \n\t\t\tfor example, <code>User-Agent</code> or <code>Referer</code>. The name of the header is not case sensitive.</p>\n\t        <p>When the value of <code>Type</code> is <code>SINGLE_QUERY_ARG</code>, enter the name of the parameter that you want AWS WAF to search, \n\t        for example, <code>UserName</code> or <code>SalesRegion</code>. The parameter name is not case sensitive.</p>\n\t        <p>If the value of <code>Type</code> is any other value, omit <code>Data</code>.</p>"
2430                    }
2431                }
2432            },
2433            "traits": {
2434                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies where in a web request to look for <code>TargetString</code>.</p>"
2435            }
2436        },
2437        "com.amazonaws.waf#GeoMatchConstraint": {
2438            "type": "structure",
2439            "members": {
2440                "Type": {
2441                    "target": "com.amazonaws.waf#GeoMatchConstraintType",
2442                    "traits": {
2443                        "smithy.api#documentation": "<p>The type of geographical area you want AWS WAF to search for. Currently <code>Country</code> is the only valid value.</p>",
2444                        "smithy.api#required": {}
2445                    }
2446                },
2447                "Value": {
2448                    "target": "com.amazonaws.waf#GeoMatchConstraintValue",
2449                    "traits": {
2450                        "smithy.api#documentation": "<p>The country that you want AWS WAF to search for.</p>",
2451                        "smithy.api#required": {}
2452                    }
2453                }
2454            },
2455            "traits": {
2456                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>The country from which web requests originate that you want AWS WAF to search for.</p>"
2457            }
2458        },
2459        "com.amazonaws.waf#GeoMatchConstraintType": {
2460            "type": "string",
2461            "traits": {
2462                "smithy.api#enum": [
2463                    {
2464                        "value": "Country",
2465                        "name": "Country"
2466                    }
2467                ]
2468            }
2469        },
2470        "com.amazonaws.waf#GeoMatchConstraintValue": {
2471            "type": "string",
2472            "traits": {
2473                "smithy.api#enum": [
2474                    {
2475                        "value": "AF",
2476                        "name": "AF"
2477                    },
2478                    {
2479                        "value": "AX",
2480                        "name": "AX"
2481                    },
2482                    {
2483                        "value": "AL",
2484                        "name": "AL"
2485                    },
2486                    {
2487                        "value": "DZ",
2488                        "name": "DZ"
2489                    },
2490                    {
2491                        "value": "AS",
2492                        "name": "AS"
2493                    },
2494                    {
2495                        "value": "AD",
2496                        "name": "AD"
2497                    },
2498                    {
2499                        "value": "AO",
2500                        "name": "AO"
2501                    },
2502                    {
2503                        "value": "AI",
2504                        "name": "AI"
2505                    },
2506                    {
2507                        "value": "AQ",
2508                        "name": "AQ"
2509                    },
2510                    {
2511                        "value": "AG",
2512                        "name": "AG"
2513                    },
2514                    {
2515                        "value": "AR",
2516                        "name": "AR"
2517                    },
2518                    {
2519                        "value": "AM",
2520                        "name": "AM"
2521                    },
2522                    {
2523                        "value": "AW",
2524                        "name": "AW"
2525                    },
2526                    {
2527                        "value": "AU",
2528                        "name": "AU"
2529                    },
2530                    {
2531                        "value": "AT",
2532                        "name": "AT"
2533                    },
2534                    {
2535                        "value": "AZ",
2536                        "name": "AZ"
2537                    },
2538                    {
2539                        "value": "BS",
2540                        "name": "BS"
2541                    },
2542                    {
2543                        "value": "BH",
2544                        "name": "BH"
2545                    },
2546                    {
2547                        "value": "BD",
2548                        "name": "BD"
2549                    },
2550                    {
2551                        "value": "BB",
2552                        "name": "BB"
2553                    },
2554                    {
2555                        "value": "BY",
2556                        "name": "BY"
2557                    },
2558                    {
2559                        "value": "BE",
2560                        "name": "BE"
2561                    },
2562                    {
2563                        "value": "BZ",
2564                        "name": "BZ"
2565                    },
2566                    {
2567                        "value": "BJ",
2568                        "name": "BJ"
2569                    },
2570                    {
2571                        "value": "BM",
2572                        "name": "BM"
2573                    },
2574                    {
2575                        "value": "BT",
2576                        "name": "BT"
2577                    },
2578                    {
2579                        "value": "BO",
2580                        "name": "BO"
2581                    },
2582                    {
2583                        "value": "BQ",
2584                        "name": "BQ"
2585                    },
2586                    {
2587                        "value": "BA",
2588                        "name": "BA"
2589                    },
2590                    {
2591                        "value": "BW",
2592                        "name": "BW"
2593                    },
2594                    {
2595                        "value": "BV",
2596                        "name": "BV"
2597                    },
2598                    {
2599                        "value": "BR",
2600                        "name": "BR"
2601                    },
2602                    {
2603                        "value": "IO",
2604                        "name": "IO"
2605                    },
2606                    {
2607                        "value": "BN",
2608                        "name": "BN"
2609                    },
2610                    {
2611                        "value": "BG",
2612                        "name": "BG"
2613                    },
2614                    {
2615                        "value": "BF",
2616                        "name": "BF"
2617                    },
2618                    {
2619                        "value": "BI",
2620                        "name": "BI"
2621                    },
2622                    {
2623                        "value": "KH",
2624                        "name": "KH"
2625                    },
2626                    {
2627                        "value": "CM",
2628                        "name": "CM"
2629                    },
2630                    {
2631                        "value": "CA",
2632                        "name": "CA"
2633                    },
2634                    {
2635                        "value": "CV",
2636                        "name": "CV"
2637                    },
2638                    {
2639                        "value": "KY",
2640                        "name": "KY"
2641                    },
2642                    {
2643                        "value": "CF",
2644                        "name": "CF"
2645                    },
2646                    {
2647                        "value": "TD",
2648                        "name": "TD"
2649                    },
2650                    {
2651                        "value": "CL",
2652                        "name": "CL"
2653                    },
2654                    {
2655                        "value": "CN",
2656                        "name": "CN"
2657                    },
2658                    {
2659                        "value": "CX",
2660                        "name": "CX"
2661                    },
2662                    {
2663                        "value": "CC",
2664                        "name": "CC"
2665                    },
2666                    {
2667                        "value": "CO",
2668                        "name": "CO"
2669                    },
2670                    {
2671                        "value": "KM",
2672                        "name": "KM"
2673                    },
2674                    {
2675                        "value": "CG",
2676                        "name": "CG"
2677                    },
2678                    {
2679                        "value": "CD",
2680                        "name": "CD"
2681                    },
2682                    {
2683                        "value": "CK",
2684                        "name": "CK"
2685                    },
2686                    {
2687                        "value": "CR",
2688                        "name": "CR"
2689                    },
2690                    {
2691                        "value": "CI",
2692                        "name": "CI"
2693                    },
2694                    {
2695                        "value": "HR",
2696                        "name": "HR"
2697                    },
2698                    {
2699                        "value": "CU",
2700                        "name": "CU"
2701                    },
2702                    {
2703                        "value": "CW",
2704                        "name": "CW"
2705                    },
2706                    {
2707                        "value": "CY",
2708                        "name": "CY"
2709                    },
2710                    {
2711                        "value": "CZ",
2712                        "name": "CZ"
2713                    },
2714                    {
2715                        "value": "DK",
2716                        "name": "DK"
2717                    },
2718                    {
2719                        "value": "DJ",
2720                        "name": "DJ"
2721                    },
2722                    {
2723                        "value": "DM",
2724                        "name": "DM"
2725                    },
2726                    {
2727                        "value": "DO",
2728                        "name": "DO"
2729                    },
2730                    {
2731                        "value": "EC",
2732                        "name": "EC"
2733                    },
2734                    {
2735                        "value": "EG",
2736                        "name": "EG"
2737                    },
2738                    {
2739                        "value": "SV",
2740                        "name": "SV"
2741                    },
2742                    {
2743                        "value": "GQ",
2744                        "name": "GQ"
2745                    },
2746                    {
2747                        "value": "ER",
2748                        "name": "ER"
2749                    },
2750                    {
2751                        "value": "EE",
2752                        "name": "EE"
2753                    },
2754                    {
2755                        "value": "ET",
2756                        "name": "ET"
2757                    },
2758                    {
2759                        "value": "FK",
2760                        "name": "FK"
2761                    },
2762                    {
2763                        "value": "FO",
2764                        "name": "FO"
2765                    },
2766                    {
2767                        "value": "FJ",
2768                        "name": "FJ"
2769                    },
2770                    {
2771                        "value": "FI",
2772                        "name": "FI"
2773                    },
2774                    {
2775                        "value": "FR",
2776                        "name": "FR"
2777                    },
2778                    {
2779                        "value": "GF",
2780                        "name": "GF"
2781                    },
2782                    {
2783                        "value": "PF",
2784                        "name": "PF"
2785                    },
2786                    {
2787                        "value": "TF",
2788                        "name": "TF"
2789                    },
2790                    {
2791                        "value": "GA",
2792                        "name": "GA"
2793                    },
2794                    {
2795                        "value": "GM",
2796                        "name": "GM"
2797                    },
2798                    {
2799                        "value": "GE",
2800                        "name": "GE"
2801                    },
2802                    {
2803                        "value": "DE",
2804                        "name": "DE"
2805                    },
2806                    {
2807                        "value": "GH",
2808                        "name": "GH"
2809                    },
2810                    {
2811                        "value": "GI",
2812                        "name": "GI"
2813                    },
2814                    {
2815                        "value": "GR",
2816                        "name": "GR"
2817                    },
2818                    {
2819                        "value": "GL",
2820                        "name": "GL"
2821                    },
2822                    {
2823                        "value": "GD",
2824                        "name": "GD"
2825                    },
2826                    {
2827                        "value": "GP",
2828                        "name": "GP"
2829                    },
2830                    {
2831                        "value": "GU",
2832                        "name": "GU"
2833                    },
2834                    {
2835                        "value": "GT",
2836                        "name": "GT"
2837                    },
2838                    {
2839                        "value": "GG",
2840                        "name": "GG"
2841                    },
2842                    {
2843                        "value": "GN",
2844                        "name": "GN"
2845                    },
2846                    {
2847                        "value": "GW",
2848                        "name": "GW"
2849                    },
2850                    {
2851                        "value": "GY",
2852                        "name": "GY"
2853                    },
2854                    {
2855                        "value": "HT",
2856                        "name": "HT"
2857                    },
2858                    {
2859                        "value": "HM",
2860                        "name": "HM"
2861                    },
2862                    {
2863                        "value": "VA",
2864                        "name": "VA"
2865                    },
2866                    {
2867                        "value": "HN",
2868                        "name": "HN"
2869                    },
2870                    {
2871                        "value": "HK",
2872                        "name": "HK"
2873                    },
2874                    {
2875                        "value": "HU",
2876                        "name": "HU"
2877                    },
2878                    {
2879                        "value": "IS",
2880                        "name": "IS"
2881                    },
2882                    {
2883                        "value": "IN",
2884                        "name": "IN"
2885                    },
2886                    {
2887                        "value": "ID",
2888                        "name": "ID"
2889                    },
2890                    {
2891                        "value": "IR",
2892                        "name": "IR"
2893                    },
2894                    {
2895                        "value": "IQ",
2896                        "name": "IQ"
2897                    },
2898                    {
2899                        "value": "IE",
2900                        "name": "IE"
2901                    },
2902                    {
2903                        "value": "IM",
2904                        "name": "IM"
2905                    },
2906                    {
2907                        "value": "IL",
2908                        "name": "IL"
2909                    },
2910                    {
2911                        "value": "IT",
2912                        "name": "IT"
2913                    },
2914                    {
2915                        "value": "JM",
2916                        "name": "JM"
2917                    },
2918                    {
2919                        "value": "JP",
2920                        "name": "JP"
2921                    },
2922                    {
2923                        "value": "JE",
2924                        "name": "JE"
2925                    },
2926                    {
2927                        "value": "JO",
2928                        "name": "JO"
2929                    },
2930                    {
2931                        "value": "KZ",
2932                        "name": "KZ"
2933                    },
2934                    {
2935                        "value": "KE",
2936                        "name": "KE"
2937                    },
2938                    {
2939                        "value": "KI",
2940                        "name": "KI"
2941                    },
2942                    {
2943                        "value": "KP",
2944                        "name": "KP"
2945                    },
2946                    {
2947                        "value": "KR",
2948                        "name": "KR"
2949                    },
2950                    {
2951                        "value": "KW",
2952                        "name": "KW"
2953                    },
2954                    {
2955                        "value": "KG",
2956                        "name": "KG"
2957                    },
2958                    {
2959                        "value": "LA",
2960                        "name": "LA"
2961                    },
2962                    {
2963                        "value": "LV",
2964                        "name": "LV"
2965                    },
2966                    {
2967                        "value": "LB",
2968                        "name": "LB"
2969                    },
2970                    {
2971                        "value": "LS",
2972                        "name": "LS"
2973                    },
2974                    {
2975                        "value": "LR",
2976                        "name": "LR"
2977                    },
2978                    {
2979                        "value": "LY",
2980                        "name": "LY"
2981                    },
2982                    {
2983                        "value": "LI",
2984                        "name": "LI"
2985                    },
2986                    {
2987                        "value": "LT",
2988                        "name": "LT"
2989                    },
2990                    {
2991                        "value": "LU",
2992                        "name": "LU"
2993                    },
2994                    {
2995                        "value": "MO",
2996                        "name": "MO"
2997                    },
2998                    {
2999                        "value": "MK",
3000                        "name": "MK"
3001                    },
3002                    {
3003                        "value": "MG",
3004                        "name": "MG"
3005                    },
3006                    {
3007                        "value": "MW",
3008                        "name": "MW"
3009                    },
3010                    {
3011                        "value": "MY",
3012                        "name": "MY"
3013                    },
3014                    {
3015                        "value": "MV",
3016                        "name": "MV"
3017                    },
3018                    {
3019                        "value": "ML",
3020                        "name": "ML"
3021                    },
3022                    {
3023                        "value": "MT",
3024                        "name": "MT"
3025                    },
3026                    {
3027                        "value": "MH",
3028                        "name": "MH"
3029                    },
3030                    {
3031                        "value": "MQ",
3032                        "name": "MQ"
3033                    },
3034                    {
3035                        "value": "MR",
3036                        "name": "MR"
3037                    },
3038                    {
3039                        "value": "MU",
3040                        "name": "MU"
3041                    },
3042                    {
3043                        "value": "YT",
3044                        "name": "YT"
3045                    },
3046                    {
3047                        "value": "MX",
3048                        "name": "MX"
3049                    },
3050                    {
3051                        "value": "FM",
3052                        "name": "FM"
3053                    },
3054                    {
3055                        "value": "MD",
3056                        "name": "MD"
3057                    },
3058                    {
3059                        "value": "MC",
3060                        "name": "MC"
3061                    },
3062                    {
3063                        "value": "MN",
3064                        "name": "MN"
3065                    },
3066                    {
3067                        "value": "ME",
3068                        "name": "ME"
3069                    },
3070                    {
3071                        "value": "MS",
3072                        "name": "MS"
3073                    },
3074                    {
3075                        "value": "MA",
3076                        "name": "MA"
3077                    },
3078                    {
3079                        "value": "MZ",
3080                        "name": "MZ"
3081                    },
3082                    {
3083                        "value": "MM",
3084                        "name": "MM"
3085                    },
3086                    {
3087                        "value": "NA",
3088                        "name": "NA"
3089                    },
3090                    {
3091                        "value": "NR",
3092                        "name": "NR"
3093                    },
3094                    {
3095                        "value": "NP",
3096                        "name": "NP"
3097                    },
3098                    {
3099                        "value": "NL",
3100                        "name": "NL"
3101                    },
3102                    {
3103                        "value": "NC",
3104                        "name": "NC"
3105                    },
3106                    {
3107                        "value": "NZ",
3108                        "name": "NZ"
3109                    },
3110                    {
3111                        "value": "NI",
3112                        "name": "NI"
3113                    },
3114                    {
3115                        "value": "NE",
3116                        "name": "NE"
3117                    },
3118                    {
3119                        "value": "NG",
3120                        "name": "NG"
3121                    },
3122                    {
3123                        "value": "NU",
3124                        "name": "NU"
3125                    },
3126                    {
3127                        "value": "NF",
3128                        "name": "NF"
3129                    },
3130                    {
3131                        "value": "MP",
3132                        "name": "MP"
3133                    },
3134                    {
3135                        "value": "NO",
3136                        "name": "NO"
3137                    },
3138                    {
3139                        "value": "OM",
3140                        "name": "OM"
3141                    },
3142                    {
3143                        "value": "PK",
3144                        "name": "PK"
3145                    },
3146                    {
3147                        "value": "PW",
3148                        "name": "PW"
3149                    },
3150                    {
3151                        "value": "PS",
3152                        "name": "PS"
3153                    },
3154                    {
3155                        "value": "PA",
3156                        "name": "PA"
3157                    },
3158                    {
3159                        "value": "PG",
3160                        "name": "PG"
3161                    },
3162                    {
3163                        "value": "PY",
3164                        "name": "PY"
3165                    },
3166                    {
3167                        "value": "PE",
3168                        "name": "PE"
3169                    },
3170                    {
3171                        "value": "PH",
3172                        "name": "PH"
3173                    },
3174                    {
3175                        "value": "PN",
3176                        "name": "PN"
3177                    },
3178                    {
3179                        "value": "PL",
3180                        "name": "PL"
3181                    },
3182                    {
3183                        "value": "PT",
3184                        "name": "PT"
3185                    },
3186                    {
3187                        "value": "PR",
3188                        "name": "PR"
3189                    },
3190                    {
3191                        "value": "QA",
3192                        "name": "QA"
3193                    },
3194                    {
3195                        "value": "RE",
3196                        "name": "RE"
3197                    },
3198                    {
3199                        "value": "RO",
3200                        "name": "RO"
3201                    },
3202                    {
3203                        "value": "RU",
3204                        "name": "RU"
3205                    },
3206                    {
3207                        "value": "RW",
3208                        "name": "RW"
3209                    },
3210                    {
3211                        "value": "BL",
3212                        "name": "BL"
3213                    },
3214                    {
3215                        "value": "SH",
3216                        "name": "SH"
3217                    },
3218                    {
3219                        "value": "KN",
3220                        "name": "KN"
3221                    },
3222                    {
3223                        "value": "LC",
3224                        "name": "LC"
3225                    },
3226                    {
3227                        "value": "MF",
3228                        "name": "MF"
3229                    },
3230                    {
3231                        "value": "PM",
3232                        "name": "PM"
3233                    },
3234                    {
3235                        "value": "VC",
3236                        "name": "VC"
3237                    },
3238                    {
3239                        "value": "WS",
3240                        "name": "WS"
3241                    },
3242                    {
3243                        "value": "SM",
3244                        "name": "SM"
3245                    },
3246                    {
3247                        "value": "ST",
3248                        "name": "ST"
3249                    },
3250                    {
3251                        "value": "SA",
3252                        "name": "SA"
3253                    },
3254                    {
3255                        "value": "SN",
3256                        "name": "SN"
3257                    },
3258                    {
3259                        "value": "RS",
3260                        "name": "RS"
3261                    },
3262                    {
3263                        "value": "SC",
3264                        "name": "SC"
3265                    },
3266                    {
3267                        "value": "SL",
3268                        "name": "SL"
3269                    },
3270                    {
3271                        "value": "SG",
3272                        "name": "SG"
3273                    },
3274                    {
3275                        "value": "SX",
3276                        "name": "SX"
3277                    },
3278                    {
3279                        "value": "SK",
3280                        "name": "SK"
3281                    },
3282                    {
3283                        "value": "SI",
3284                        "name": "SI"
3285                    },
3286                    {
3287                        "value": "SB",
3288                        "name": "SB"
3289                    },
3290                    {
3291                        "value": "SO",
3292                        "name": "SO"
3293                    },
3294                    {
3295                        "value": "ZA",
3296                        "name": "ZA"
3297                    },
3298                    {
3299                        "value": "GS",
3300                        "name": "GS"
3301                    },
3302                    {
3303                        "value": "SS",
3304                        "name": "SS"
3305                    },
3306                    {
3307                        "value": "ES",
3308                        "name": "ES"
3309                    },
3310                    {
3311                        "value": "LK",
3312                        "name": "LK"
3313                    },
3314                    {
3315                        "value": "SD",
3316                        "name": "SD"
3317                    },
3318                    {
3319                        "value": "SR",
3320                        "name": "SR"
3321                    },
3322                    {
3323                        "value": "SJ",
3324                        "name": "SJ"
3325                    },
3326                    {
3327                        "value": "SZ",
3328                        "name": "SZ"
3329                    },
3330                    {
3331                        "value": "SE",
3332                        "name": "SE"
3333                    },
3334                    {
3335                        "value": "CH",
3336                        "name": "CH"
3337                    },
3338                    {
3339                        "value": "SY",
3340                        "name": "SY"
3341                    },
3342                    {
3343                        "value": "TW",
3344                        "name": "TW"
3345                    },
3346                    {
3347                        "value": "TJ",
3348                        "name": "TJ"
3349                    },
3350                    {
3351                        "value": "TZ",
3352                        "name": "TZ"
3353                    },
3354                    {
3355                        "value": "TH",
3356                        "name": "TH"
3357                    },
3358                    {
3359                        "value": "TL",
3360                        "name": "TL"
3361                    },
3362                    {
3363                        "value": "TG",
3364                        "name": "TG"
3365                    },
3366                    {
3367                        "value": "TK",
3368                        "name": "TK"
3369                    },
3370                    {
3371                        "value": "TO",
3372                        "name": "TO"
3373                    },
3374                    {
3375                        "value": "TT",
3376                        "name": "TT"
3377                    },
3378                    {
3379                        "value": "TN",
3380                        "name": "TN"
3381                    },
3382                    {
3383                        "value": "TR",
3384                        "name": "TR"
3385                    },
3386                    {
3387                        "value": "TM",
3388                        "name": "TM"
3389                    },
3390                    {
3391                        "value": "TC",
3392                        "name": "TC"
3393                    },
3394                    {
3395                        "value": "TV",
3396                        "name": "TV"
3397                    },
3398                    {
3399                        "value": "UG",
3400                        "name": "UG"
3401                    },
3402                    {
3403                        "value": "UA",
3404                        "name": "UA"
3405                    },
3406                    {
3407                        "value": "AE",
3408                        "name": "AE"
3409                    },
3410                    {
3411                        "value": "GB",
3412                        "name": "GB"
3413                    },
3414                    {
3415                        "value": "US",
3416                        "name": "US"
3417                    },
3418                    {
3419                        "value": "UM",
3420                        "name": "UM"
3421                    },
3422                    {
3423                        "value": "UY",
3424                        "name": "UY"
3425                    },
3426                    {
3427                        "value": "UZ",
3428                        "name": "UZ"
3429                    },
3430                    {
3431                        "value": "VU",
3432                        "name": "VU"
3433                    },
3434                    {
3435                        "value": "VE",
3436                        "name": "VE"
3437                    },
3438                    {
3439                        "value": "VN",
3440                        "name": "VN"
3441                    },
3442                    {
3443                        "value": "VG",
3444                        "name": "VG"
3445                    },
3446                    {
3447                        "value": "VI",
3448                        "name": "VI"
3449                    },
3450                    {
3451                        "value": "WF",
3452                        "name": "WF"
3453                    },
3454                    {
3455                        "value": "EH",
3456                        "name": "EH"
3457                    },
3458                    {
3459                        "value": "YE",
3460                        "name": "YE"
3461                    },
3462                    {
3463                        "value": "ZM",
3464                        "name": "ZM"
3465                    },
3466                    {
3467                        "value": "ZW",
3468                        "name": "ZW"
3469                    }
3470                ]
3471            }
3472        },
3473        "com.amazonaws.waf#GeoMatchConstraints": {
3474            "type": "list",
3475            "member": {
3476                "target": "com.amazonaws.waf#GeoMatchConstraint"
3477            }
3478        },
3479        "com.amazonaws.waf#GeoMatchSet": {
3480            "type": "structure",
3481            "members": {
3482                "GeoMatchSetId": {
3483                    "target": "com.amazonaws.waf#ResourceId",
3484                    "traits": {
3485                        "smithy.api#documentation": "<p>The <code>GeoMatchSetId</code> for an <code>GeoMatchSet</code>. You use <code>GeoMatchSetId</code> to get information about a \n\t\t\t<code>GeoMatchSet</code> (see <a>GeoMatchSet</a>), update a <code>GeoMatchSet</code> (see <a>UpdateGeoMatchSet</a>), insert a <code>GeoMatchSet</code> into a <code>Rule</code> or delete one from a <code>Rule</code> (see <a>UpdateRule</a>), and delete a <code>GeoMatchSet</code> from AWS WAF (see <a>DeleteGeoMatchSet</a>).</p>\n\t\t       <p>\n            <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by <a>ListGeoMatchSets</a>.</p>",
3486                        "smithy.api#required": {}
3487                    }
3488                },
3489                "Name": {
3490                    "target": "com.amazonaws.waf#ResourceName",
3491                    "traits": {
3492                        "smithy.api#documentation": "<p>A friendly name or description of the <a>GeoMatchSet</a>. You can't change the name of an <code>GeoMatchSet</code> after you create it.</p>"
3493                    }
3494                },
3495                "GeoMatchConstraints": {
3496                    "target": "com.amazonaws.waf#GeoMatchConstraints",
3497                    "traits": {
3498                        "smithy.api#documentation": "<p>An array of <a>GeoMatchConstraint</a> objects, which contain the country that you want AWS WAF to search for.</p>",
3499                        "smithy.api#required": {}
3500                    }
3501                }
3502            },
3503            "traits": {
3504                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Contains one or more countries that AWS WAF will search for.</p>"
3505            }
3506        },
3507        "com.amazonaws.waf#GeoMatchSetSummaries": {
3508            "type": "list",
3509            "member": {
3510                "target": "com.amazonaws.waf#GeoMatchSetSummary"
3511            }
3512        },
3513        "com.amazonaws.waf#GeoMatchSetSummary": {
3514            "type": "structure",
3515            "members": {
3516                "GeoMatchSetId": {
3517                    "target": "com.amazonaws.waf#ResourceId",
3518                    "traits": {
3519                        "smithy.api#documentation": "<p>The <code>GeoMatchSetId</code> for an <a>GeoMatchSet</a>. You can use <code>GeoMatchSetId</code> in a <a>GetGeoMatchSet</a> request to get detailed\tinformation about an <a>GeoMatchSet</a>.</p>",
3520                        "smithy.api#required": {}
3521                    }
3522                },
3523                "Name": {
3524                    "target": "com.amazonaws.waf#ResourceName",
3525                    "traits": {
3526                        "smithy.api#documentation": "<p>A friendly name or description of the <a>GeoMatchSet</a>. You can't change the name of an <code>GeoMatchSet</code> after you create it.</p>",
3527                        "smithy.api#required": {}
3528                    }
3529                }
3530            },
3531            "traits": {
3532                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Contains the identifier and the name of the <code>GeoMatchSet</code>.</p>"
3533            }
3534        },
3535        "com.amazonaws.waf#GeoMatchSetUpdate": {
3536            "type": "structure",
3537            "members": {
3538                "Action": {
3539                    "target": "com.amazonaws.waf#ChangeAction",
3540                    "traits": {
3541                        "smithy.api#documentation": "<p>Specifies whether to insert or delete a country with <a>UpdateGeoMatchSet</a>.</p>",
3542                        "smithy.api#required": {}
3543                    }
3544                },
3545                "GeoMatchConstraint": {
3546                    "target": "com.amazonaws.waf#GeoMatchConstraint",
3547                    "traits": {
3548                        "smithy.api#documentation": "<p>The country from which web requests originate that you want AWS WAF to search for.</p>",
3549                        "smithy.api#required": {}
3550                    }
3551                }
3552            },
3553            "traits": {
3554                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Specifies the type of update to perform to an <a>GeoMatchSet</a> with <a>UpdateGeoMatchSet</a>.</p>"
3555            }
3556        },
3557        "com.amazonaws.waf#GeoMatchSetUpdates": {
3558            "type": "list",
3559            "member": {
3560                "target": "com.amazonaws.waf#GeoMatchSetUpdate"
3561            },
3562            "traits": {
3563                "smithy.api#length": {
3564                    "min": 1
3565                }
3566            }
3567        },
3568        "com.amazonaws.waf#GetByteMatchSet": {
3569            "type": "operation",
3570            "input": {
3571                "target": "com.amazonaws.waf#GetByteMatchSetRequest"
3572            },
3573            "output": {
3574                "target": "com.amazonaws.waf#GetByteMatchSetResponse"
3575            },
3576            "errors": [
3577                {
3578                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3579                },
3580                {
3581                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
3582                },
3583                {
3584                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
3585                }
3586            ],
3587            "traits": {
3588                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns the <a>ByteMatchSet</a> specified by <code>ByteMatchSetId</code>.</p>"
3589            }
3590        },
3591        "com.amazonaws.waf#GetByteMatchSetRequest": {
3592            "type": "structure",
3593            "members": {
3594                "ByteMatchSetId": {
3595                    "target": "com.amazonaws.waf#ResourceId",
3596                    "traits": {
3597                        "smithy.api#documentation": "<p>The <code>ByteMatchSetId</code> of the <a>ByteMatchSet</a> that you want to get. <code>ByteMatchSetId</code> is returned by \n\t\t\t<a>CreateByteMatchSet</a> and by <a>ListByteMatchSets</a>.</p>",
3598                        "smithy.api#required": {}
3599                    }
3600                }
3601            }
3602        },
3603        "com.amazonaws.waf#GetByteMatchSetResponse": {
3604            "type": "structure",
3605            "members": {
3606                "ByteMatchSet": {
3607                    "target": "com.amazonaws.waf#ByteMatchSet",
3608                    "traits": {
3609                        "smithy.api#documentation": "<p>Information about the <a>ByteMatchSet</a> that you specified in the <code>GetByteMatchSet</code> request. For more information, see the \n\t\t\tfollowing topics:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>ByteMatchSet</a>: Contains <code>ByteMatchSetId</code>, <code>ByteMatchTuples</code>, and <code>Name</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ByteMatchTuples</code>: Contains an array of <a>ByteMatchTuple</a> objects. Each <code>ByteMatchTuple</code> \n\t\t\t\tobject contains <a>FieldToMatch</a>, <code>PositionalConstraint</code>, <code>TargetString</code>, \n\t\t\t\tand <code>TextTransformation</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code>\n               </p>\n            </li>\n         </ul>"
3610                    }
3611                }
3612            }
3613        },
3614        "com.amazonaws.waf#GetChangeToken": {
3615            "type": "operation",
3616            "input": {
3617                "target": "com.amazonaws.waf#GetChangeTokenRequest"
3618            },
3619            "output": {
3620                "target": "com.amazonaws.waf#GetChangeTokenResponse"
3621            },
3622            "errors": [
3623                {
3624                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3625                }
3626            ],
3627            "traits": {
3628                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request. Change tokens ensure that your application doesn't submit conflicting requests to AWS WAF.</p>\n\t\t       <p>Each create, update, or delete request must use a unique change token. If your application submits a <code>GetChangeToken</code> request \n\t\t\tand then submits a second <code>GetChangeToken</code> request before submitting a create, update, or delete request, the second \n\t\t\t<code>GetChangeToken</code> request returns the same value as the first <code>GetChangeToken</code> request.</p>\n\t\t       <p>When you use a change token in a create, update, or delete request, the status of the change token changes to <code>PENDING</code>, \n\t\t\twhich indicates that AWS WAF is propagating the change to all AWS WAF servers. Use <code>GetChangeTokenStatus</code> to determine the \n\t\t\tstatus of your change token.</p>"
3629            }
3630        },
3631        "com.amazonaws.waf#GetChangeTokenRequest": {
3632            "type": "structure",
3633            "members": {}
3634        },
3635        "com.amazonaws.waf#GetChangeTokenResponse": {
3636            "type": "structure",
3637            "members": {
3638                "ChangeToken": {
3639                    "target": "com.amazonaws.waf#ChangeToken",
3640                    "traits": {
3641                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used in the request. Use this value in a <code>GetChangeTokenStatus</code> request \n\t\t\tto get the current status of the request. </p>"
3642                    }
3643                }
3644            }
3645        },
3646        "com.amazonaws.waf#GetChangeTokenStatus": {
3647            "type": "operation",
3648            "input": {
3649                "target": "com.amazonaws.waf#GetChangeTokenStatusRequest"
3650            },
3651            "output": {
3652                "target": "com.amazonaws.waf#GetChangeTokenStatusResponse"
3653            },
3654            "errors": [
3655                {
3656                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3657                },
3658                {
3659                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
3660                }
3661            ],
3662            "traits": {
3663                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns the status of a <code>ChangeToken</code> that you got by calling <a>GetChangeToken</a>. <code>ChangeTokenStatus</code> is \n\t\t\tone of the following values:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>PROVISIONED</code>: You requested the change token by calling <code>GetChangeToken</code>, but you haven't used it yet \n\t\t\t\tin a call to create, update, or delete an AWS WAF object.</p>\n            </li>\n            <li>\n               <p>\n                  <code>PENDING</code>: AWS WAF is propagating the create, update, or delete request to all AWS WAF servers.</p>\n            </li>\n            <li>\n               <p>\n                  <code>INSYNC</code>: Propagation is complete.</p>\n            </li>\n         </ul>"
3664            }
3665        },
3666        "com.amazonaws.waf#GetChangeTokenStatusRequest": {
3667            "type": "structure",
3668            "members": {
3669                "ChangeToken": {
3670                    "target": "com.amazonaws.waf#ChangeToken",
3671                    "traits": {
3672                        "smithy.api#documentation": "<p>The change token for which you want to get the status. This change token was previously returned in the <code>GetChangeToken</code> response.</p>",
3673                        "smithy.api#required": {}
3674                    }
3675                }
3676            }
3677        },
3678        "com.amazonaws.waf#GetChangeTokenStatusResponse": {
3679            "type": "structure",
3680            "members": {
3681                "ChangeTokenStatus": {
3682                    "target": "com.amazonaws.waf#ChangeTokenStatus",
3683                    "traits": {
3684                        "smithy.api#documentation": "<p>The status of the change token.</p>"
3685                    }
3686                }
3687            }
3688        },
3689        "com.amazonaws.waf#GetGeoMatchSet": {
3690            "type": "operation",
3691            "input": {
3692                "target": "com.amazonaws.waf#GetGeoMatchSetRequest"
3693            },
3694            "output": {
3695                "target": "com.amazonaws.waf#GetGeoMatchSetResponse"
3696            },
3697            "errors": [
3698                {
3699                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3700                },
3701                {
3702                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
3703                },
3704                {
3705                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
3706                }
3707            ],
3708            "traits": {
3709                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns the <a>GeoMatchSet</a> that is specified by <code>GeoMatchSetId</code>.</p>"
3710            }
3711        },
3712        "com.amazonaws.waf#GetGeoMatchSetRequest": {
3713            "type": "structure",
3714            "members": {
3715                "GeoMatchSetId": {
3716                    "target": "com.amazonaws.waf#ResourceId",
3717                    "traits": {
3718                        "smithy.api#documentation": "<p>The <code>GeoMatchSetId</code> of the <a>GeoMatchSet</a> that you want to get. <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by \n\t\t\t<a>ListGeoMatchSets</a>.</p>",
3719                        "smithy.api#required": {}
3720                    }
3721                }
3722            }
3723        },
3724        "com.amazonaws.waf#GetGeoMatchSetResponse": {
3725            "type": "structure",
3726            "members": {
3727                "GeoMatchSet": {
3728                    "target": "com.amazonaws.waf#GeoMatchSet",
3729                    "traits": {
3730                        "smithy.api#documentation": "<p>Information about the <a>GeoMatchSet</a> that you specified in the <code>GetGeoMatchSet</code> request. This includes the <code>Type</code>, which for a <code>GeoMatchContraint</code> is always <code>Country</code>, as well as the <code>Value</code>, which is the identifier for a specific country.</p>"
3731                    }
3732                }
3733            }
3734        },
3735        "com.amazonaws.waf#GetIPSet": {
3736            "type": "operation",
3737            "input": {
3738                "target": "com.amazonaws.waf#GetIPSetRequest"
3739            },
3740            "output": {
3741                "target": "com.amazonaws.waf#GetIPSetResponse"
3742            },
3743            "errors": [
3744                {
3745                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3746                },
3747                {
3748                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
3749                },
3750                {
3751                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
3752                }
3753            ],
3754            "traits": {
3755                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns the <a>IPSet</a> that is specified by <code>IPSetId</code>.</p>"
3756            }
3757        },
3758        "com.amazonaws.waf#GetIPSetRequest": {
3759            "type": "structure",
3760            "members": {
3761                "IPSetId": {
3762                    "target": "com.amazonaws.waf#ResourceId",
3763                    "traits": {
3764                        "smithy.api#documentation": "<p>The <code>IPSetId</code> of the <a>IPSet</a> that you want to get. <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by \n\t\t\t<a>ListIPSets</a>.</p>",
3765                        "smithy.api#required": {}
3766                    }
3767                }
3768            }
3769        },
3770        "com.amazonaws.waf#GetIPSetResponse": {
3771            "type": "structure",
3772            "members": {
3773                "IPSet": {
3774                    "target": "com.amazonaws.waf#IPSet",
3775                    "traits": {
3776                        "smithy.api#documentation": "<p>Information about the <a>IPSet</a> that you specified in the <code>GetIPSet</code> request. For more information, see the \n\t\t\tfollowing topics:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>IPSet</a>: Contains <code>IPSetDescriptors</code>, <code>IPSetId</code>, and <code>Name</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>IPSetDescriptors</code>: Contains an array of <a>IPSetDescriptor</a> objects. Each <code>IPSetDescriptor</code> \n\t\t\t\tobject contains <code>Type</code> and <code>Value</code>\n               </p>\n            </li>\n         </ul>"
3777                    }
3778                }
3779            }
3780        },
3781        "com.amazonaws.waf#GetLoggingConfiguration": {
3782            "type": "operation",
3783            "input": {
3784                "target": "com.amazonaws.waf#GetLoggingConfigurationRequest"
3785            },
3786            "output": {
3787                "target": "com.amazonaws.waf#GetLoggingConfigurationResponse"
3788            },
3789            "errors": [
3790                {
3791                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3792                },
3793                {
3794                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
3795                }
3796            ],
3797            "traits": {
3798                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns the <a>LoggingConfiguration</a> for the specified web ACL.</p>"
3799            }
3800        },
3801        "com.amazonaws.waf#GetLoggingConfigurationRequest": {
3802            "type": "structure",
3803            "members": {
3804                "ResourceArn": {
3805                    "target": "com.amazonaws.waf#ResourceArn",
3806                    "traits": {
3807                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the web ACL for which you want to get the <a>LoggingConfiguration</a>.</p>",
3808                        "smithy.api#required": {}
3809                    }
3810                }
3811            }
3812        },
3813        "com.amazonaws.waf#GetLoggingConfigurationResponse": {
3814            "type": "structure",
3815            "members": {
3816                "LoggingConfiguration": {
3817                    "target": "com.amazonaws.waf#LoggingConfiguration",
3818                    "traits": {
3819                        "smithy.api#documentation": "<p>The <a>LoggingConfiguration</a> for the specified web ACL.</p>"
3820                    }
3821                }
3822            }
3823        },
3824        "com.amazonaws.waf#GetPermissionPolicy": {
3825            "type": "operation",
3826            "input": {
3827                "target": "com.amazonaws.waf#GetPermissionPolicyRequest"
3828            },
3829            "output": {
3830                "target": "com.amazonaws.waf#GetPermissionPolicyResponse"
3831            },
3832            "errors": [
3833                {
3834                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3835                },
3836                {
3837                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
3838                }
3839            ],
3840            "traits": {
3841                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns the IAM policy attached to the RuleGroup.</p>"
3842            }
3843        },
3844        "com.amazonaws.waf#GetPermissionPolicyRequest": {
3845            "type": "structure",
3846            "members": {
3847                "ResourceArn": {
3848                    "target": "com.amazonaws.waf#ResourceArn",
3849                    "traits": {
3850                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the RuleGroup for which you want to get the policy.</p>",
3851                        "smithy.api#required": {}
3852                    }
3853                }
3854            }
3855        },
3856        "com.amazonaws.waf#GetPermissionPolicyResponse": {
3857            "type": "structure",
3858            "members": {
3859                "Policy": {
3860                    "target": "com.amazonaws.waf#PolicyString",
3861                    "traits": {
3862                        "smithy.api#documentation": "<p>The IAM policy attached to the specified RuleGroup.</p>"
3863                    }
3864                }
3865            }
3866        },
3867        "com.amazonaws.waf#GetRateBasedRule": {
3868            "type": "operation",
3869            "input": {
3870                "target": "com.amazonaws.waf#GetRateBasedRuleRequest"
3871            },
3872            "output": {
3873                "target": "com.amazonaws.waf#GetRateBasedRuleResponse"
3874            },
3875            "errors": [
3876                {
3877                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3878                },
3879                {
3880                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
3881                },
3882                {
3883                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
3884                }
3885            ],
3886            "traits": {
3887                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns the <a>RateBasedRule</a> that is specified by the\n            <code>RuleId</code> that you included in the <code>GetRateBasedRule</code>\n         request.</p>"
3888            }
3889        },
3890        "com.amazonaws.waf#GetRateBasedRuleManagedKeys": {
3891            "type": "operation",
3892            "input": {
3893                "target": "com.amazonaws.waf#GetRateBasedRuleManagedKeysRequest"
3894            },
3895            "output": {
3896                "target": "com.amazonaws.waf#GetRateBasedRuleManagedKeysResponse"
3897            },
3898            "errors": [
3899                {
3900                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3901                },
3902                {
3903                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
3904                },
3905                {
3906                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
3907                },
3908                {
3909                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
3910                }
3911            ],
3912            "traits": {
3913                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns an array of IP addresses currently being blocked by the <a>RateBasedRule</a> that is specified by the <code>RuleId</code>. The maximum\n         number of managed keys that will be blocked is 10,000. If more than 10,000 addresses exceed\n         the rate limit, the 10,000 addresses with the highest rates will be blocked.</p>"
3914            }
3915        },
3916        "com.amazonaws.waf#GetRateBasedRuleManagedKeysRequest": {
3917            "type": "structure",
3918            "members": {
3919                "RuleId": {
3920                    "target": "com.amazonaws.waf#ResourceId",
3921                    "traits": {
3922                        "smithy.api#documentation": "<p>The <code>RuleId</code> of the <a>RateBasedRule</a> for which you want to\n         get a list of <code>ManagedKeys</code>. <code>RuleId</code> is returned by <a>CreateRateBasedRule</a> and by <a>ListRateBasedRules</a>.</p>",
3923                        "smithy.api#required": {}
3924                    }
3925                },
3926                "NextMarker": {
3927                    "target": "com.amazonaws.waf#NextMarker",
3928                    "traits": {
3929                        "smithy.api#documentation": "<p>A null value and not currently used. Do not include this in your request.</p>"
3930                    }
3931                }
3932            }
3933        },
3934        "com.amazonaws.waf#GetRateBasedRuleManagedKeysResponse": {
3935            "type": "structure",
3936            "members": {
3937                "ManagedKeys": {
3938                    "target": "com.amazonaws.waf#ManagedKeys",
3939                    "traits": {
3940                        "smithy.api#documentation": "<p>An array of IP addresses that currently are blocked by the specified <a>RateBasedRule</a>. </p>"
3941                    }
3942                },
3943                "NextMarker": {
3944                    "target": "com.amazonaws.waf#NextMarker",
3945                    "traits": {
3946                        "smithy.api#documentation": "<p>A null value and not currently used.</p>"
3947                    }
3948                }
3949            }
3950        },
3951        "com.amazonaws.waf#GetRateBasedRuleRequest": {
3952            "type": "structure",
3953            "members": {
3954                "RuleId": {
3955                    "target": "com.amazonaws.waf#ResourceId",
3956                    "traits": {
3957                        "smithy.api#documentation": "<p>The <code>RuleId</code> of the <a>RateBasedRule</a> that you want to get.\n            <code>RuleId</code> is returned by <a>CreateRateBasedRule</a> and by <a>ListRateBasedRules</a>.</p>",
3958                        "smithy.api#required": {}
3959                    }
3960                }
3961            }
3962        },
3963        "com.amazonaws.waf#GetRateBasedRuleResponse": {
3964            "type": "structure",
3965            "members": {
3966                "Rule": {
3967                    "target": "com.amazonaws.waf#RateBasedRule",
3968                    "traits": {
3969                        "smithy.api#documentation": "<p>Information about the <a>RateBasedRule</a> that you specified in the\n            <code>GetRateBasedRule</code> request.</p>"
3970                    }
3971                }
3972            }
3973        },
3974        "com.amazonaws.waf#GetRegexMatchSet": {
3975            "type": "operation",
3976            "input": {
3977                "target": "com.amazonaws.waf#GetRegexMatchSetRequest"
3978            },
3979            "output": {
3980                "target": "com.amazonaws.waf#GetRegexMatchSetResponse"
3981            },
3982            "errors": [
3983                {
3984                    "target": "com.amazonaws.waf#WAFInternalErrorException"
3985                },
3986                {
3987                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
3988                },
3989                {
3990                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
3991                }
3992            ],
3993            "traits": {
3994                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns the <a>RegexMatchSet</a> specified by <code>RegexMatchSetId</code>.</p>"
3995            }
3996        },
3997        "com.amazonaws.waf#GetRegexMatchSetRequest": {
3998            "type": "structure",
3999            "members": {
4000                "RegexMatchSetId": {
4001                    "target": "com.amazonaws.waf#ResourceId",
4002                    "traits": {
4003                        "smithy.api#documentation": "<p>The <code>RegexMatchSetId</code> of the <a>RegexMatchSet</a> that you want to get. <code>RegexMatchSetId</code> is returned by \n\t\t\t<a>CreateRegexMatchSet</a> and by <a>ListRegexMatchSets</a>.</p>",
4004                        "smithy.api#required": {}
4005                    }
4006                }
4007            }
4008        },
4009        "com.amazonaws.waf#GetRegexMatchSetResponse": {
4010            "type": "structure",
4011            "members": {
4012                "RegexMatchSet": {
4013                    "target": "com.amazonaws.waf#RegexMatchSet",
4014                    "traits": {
4015                        "smithy.api#documentation": "<p>Information about the <a>RegexMatchSet</a> that you specified in the <code>GetRegexMatchSet</code> request. For more information, see <a>RegexMatchTuple</a>.</p>"
4016                    }
4017                }
4018            }
4019        },
4020        "com.amazonaws.waf#GetRegexPatternSet": {
4021            "type": "operation",
4022            "input": {
4023                "target": "com.amazonaws.waf#GetRegexPatternSetRequest"
4024            },
4025            "output": {
4026                "target": "com.amazonaws.waf#GetRegexPatternSetResponse"
4027            },
4028            "errors": [
4029                {
4030                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4031                },
4032                {
4033                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4034                },
4035                {
4036                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4037                }
4038            ],
4039            "traits": {
4040                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n        <p>Returns the <a>RegexPatternSet</a> specified by <code>RegexPatternSetId</code>.</p>"
4041            }
4042        },
4043        "com.amazonaws.waf#GetRegexPatternSetRequest": {
4044            "type": "structure",
4045            "members": {
4046                "RegexPatternSetId": {
4047                    "target": "com.amazonaws.waf#ResourceId",
4048                    "traits": {
4049                        "smithy.api#documentation": "<p>The <code>RegexPatternSetId</code> of the <a>RegexPatternSet</a> that you want to get. <code>RegexPatternSetId</code> is returned by \n\t\t\t<a>CreateRegexPatternSet</a> and by <a>ListRegexPatternSets</a>.</p>",
4050                        "smithy.api#required": {}
4051                    }
4052                }
4053            }
4054        },
4055        "com.amazonaws.waf#GetRegexPatternSetResponse": {
4056            "type": "structure",
4057            "members": {
4058                "RegexPatternSet": {
4059                    "target": "com.amazonaws.waf#RegexPatternSet",
4060                    "traits": {
4061                        "smithy.api#documentation": "<p>Information about the <a>RegexPatternSet</a> that you specified in the <code>GetRegexPatternSet</code> request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for. </p>"
4062                    }
4063                }
4064            }
4065        },
4066        "com.amazonaws.waf#GetRule": {
4067            "type": "operation",
4068            "input": {
4069                "target": "com.amazonaws.waf#GetRuleRequest"
4070            },
4071            "output": {
4072                "target": "com.amazonaws.waf#GetRuleResponse"
4073            },
4074            "errors": [
4075                {
4076                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4077                },
4078                {
4079                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4080                },
4081                {
4082                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4083                }
4084            ],
4085            "traits": {
4086                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns the <a>Rule</a> that is specified by the <code>RuleId</code> that you included in the <code>GetRule</code> request.</p>"
4087            }
4088        },
4089        "com.amazonaws.waf#GetRuleGroup": {
4090            "type": "operation",
4091            "input": {
4092                "target": "com.amazonaws.waf#GetRuleGroupRequest"
4093            },
4094            "output": {
4095                "target": "com.amazonaws.waf#GetRuleGroupResponse"
4096            },
4097            "errors": [
4098                {
4099                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4100                },
4101                {
4102                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4103                }
4104            ],
4105            "traits": {
4106                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns the <a>RuleGroup</a> that is specified by the <code>RuleGroupId</code> that you included in the <code>GetRuleGroup</code> request.</p>\n\t        <p>To view the rules in a rule group, use <a>ListActivatedRulesInRuleGroup</a>.</p>"
4107            }
4108        },
4109        "com.amazonaws.waf#GetRuleGroupRequest": {
4110            "type": "structure",
4111            "members": {
4112                "RuleGroupId": {
4113                    "target": "com.amazonaws.waf#ResourceId",
4114                    "traits": {
4115                        "smithy.api#documentation": "<p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> that you want to get. <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by \n         <a>ListRuleGroups</a>.</p>",
4116                        "smithy.api#required": {}
4117                    }
4118                }
4119            }
4120        },
4121        "com.amazonaws.waf#GetRuleGroupResponse": {
4122            "type": "structure",
4123            "members": {
4124                "RuleGroup": {
4125                    "target": "com.amazonaws.waf#RuleGroup",
4126                    "traits": {
4127                        "smithy.api#documentation": "<p>Information about the <a>RuleGroup</a> that you specified in the <code>GetRuleGroup</code> request. </p>"
4128                    }
4129                }
4130            }
4131        },
4132        "com.amazonaws.waf#GetRuleRequest": {
4133            "type": "structure",
4134            "members": {
4135                "RuleId": {
4136                    "target": "com.amazonaws.waf#ResourceId",
4137                    "traits": {
4138                        "smithy.api#documentation": "<p>The <code>RuleId</code> of the <a>Rule</a> that you want to get. <code>RuleId</code> is returned by <a>CreateRule</a> and by \n\t\t\t<a>ListRules</a>.</p>",
4139                        "smithy.api#required": {}
4140                    }
4141                }
4142            }
4143        },
4144        "com.amazonaws.waf#GetRuleResponse": {
4145            "type": "structure",
4146            "members": {
4147                "Rule": {
4148                    "target": "com.amazonaws.waf#Rule",
4149                    "traits": {
4150                        "smithy.api#documentation": "<p>Information about the <a>Rule</a> that you specified in the <code>GetRule</code> request. \n\t\t\tFor more information, see the following topics:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>Rule</a>: Contains <code>MetricName</code>, <code>Name</code>, an array of <code>Predicate</code> objects, \n\t\t\t\tand <code>RuleId</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>Predicate</a>: Each <code>Predicate</code> object contains <code>DataId</code>, <code>Negated</code>, and \n\t\t\t\t<code>Type</code>\n               </p>\n            </li>\n         </ul>"
4151                    }
4152                }
4153            }
4154        },
4155        "com.amazonaws.waf#GetSampledRequests": {
4156            "type": "operation",
4157            "input": {
4158                "target": "com.amazonaws.waf#GetSampledRequestsRequest"
4159            },
4160            "output": {
4161                "target": "com.amazonaws.waf#GetSampledRequestsResponse"
4162            },
4163            "errors": [
4164                {
4165                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4166                },
4167                {
4168                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4169                }
4170            ],
4171            "traits": {
4172                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose. You can specify a sample size of up to 500 requests, and you can specify any time range in the previous three hours.</p>\n\t\t       <p>\n            <code>GetSampledRequests</code> returns a time range, which is usually the time range that you specified. However, if your resource \n\t\t\t(such as a CloudFront distribution) received 5,000 requests before the specified time range elapsed, <code>GetSampledRequests</code> \n\t\t\treturns an updated time range. This new time range indicates the actual period during which AWS WAF selected the requests in the sample.</p>"
4173            }
4174        },
4175        "com.amazonaws.waf#GetSampledRequestsMaxItems": {
4176            "type": "long",
4177            "traits": {
4178                "smithy.api#range": {
4179                    "min": 1,
4180                    "max": 500
4181                }
4182            }
4183        },
4184        "com.amazonaws.waf#GetSampledRequestsRequest": {
4185            "type": "structure",
4186            "members": {
4187                "WebAclId": {
4188                    "target": "com.amazonaws.waf#ResourceId",
4189                    "traits": {
4190                        "smithy.api#documentation": "<p>The <code>WebACLId</code> of the <code>WebACL</code> for which you want <code>GetSampledRequests</code> to return a sample of requests.</p>",
4191                        "smithy.api#required": {}
4192                    }
4193                },
4194                "RuleId": {
4195                    "target": "com.amazonaws.waf#ResourceId",
4196                    "traits": {
4197                        "smithy.api#documentation": "<p>\n            <code>RuleId</code> is one of three values:</p>\n\t\t\t      <ul>\n            <li>\n\t\t\t\t           <p>The <code>RuleId</code> of the <code>Rule</code> or the <code>RuleGroupId</code> of the <code>RuleGroup</code> for which you want <code>GetSampledRequests</code> to return a sample of requests.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Default_Action</code>, which causes <code>GetSampledRequests</code> to return a sample of the requests that \n\t\t\t\t\tdidn't match any of the rules in the specified <code>WebACL</code>.</p>\n            </li>\n         </ul>",
4198                        "smithy.api#required": {}
4199                    }
4200                },
4201                "TimeWindow": {
4202                    "target": "com.amazonaws.waf#TimeWindow",
4203                    "traits": {
4204                        "smithy.api#documentation": "<p>The start date and time and the end date and time of the range for which you want <code>GetSampledRequests</code> to return a \n                        sample of requests. You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special  \n                        designator, <code>Z</code>. For example, <code>\"2016-09-27T14:50Z\"</code>. You can specify any time range in the previous three hours.</p>",
4205                        "smithy.api#required": {}
4206                    }
4207                },
4208                "MaxItems": {
4209                    "target": "com.amazonaws.waf#GetSampledRequestsMaxItems",
4210                    "traits": {
4211                        "smithy.api#documentation": "<p>The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received\n\t\t\tduring the time range. If your resource received fewer requests than the value of <code>MaxItems</code>, <code>GetSampledRequests</code> \n\t\t\treturns information about all of them. </p>",
4212                        "smithy.api#required": {}
4213                    }
4214                }
4215            }
4216        },
4217        "com.amazonaws.waf#GetSampledRequestsResponse": {
4218            "type": "structure",
4219            "members": {
4220                "SampledRequests": {
4221                    "target": "com.amazonaws.waf#SampledHTTPRequests",
4222                    "traits": {
4223                        "smithy.api#documentation": "<p>A complex type that contains detailed information about each of the requests in the sample.</p>"
4224                    }
4225                },
4226                "PopulationSize": {
4227                    "target": "com.amazonaws.waf#PopulationSize",
4228                    "traits": {
4229                        "smithy.api#documentation": "<p>The total number of requests from which <code>GetSampledRequests</code> got a sample of <code>MaxItems</code> requests. \n\t\t\tIf <code>PopulationSize</code> is less than <code>MaxItems</code>, the sample includes every request that your AWS resource \n\t\t\treceived during the specified time range.</p>"
4230                    }
4231                },
4232                "TimeWindow": {
4233                    "target": "com.amazonaws.waf#TimeWindow",
4234                    "traits": {
4235                        "smithy.api#documentation": "<p>Usually, <code>TimeWindow</code> is the time range that you specified in the <code>GetSampledRequests</code> request. However, \n\t\t\tif your AWS resource received more than 5,000 requests during the time range that you specified in the request, \n\t\t\t<code>GetSampledRequests</code> returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.</p>"
4236                    }
4237                }
4238            }
4239        },
4240        "com.amazonaws.waf#GetSizeConstraintSet": {
4241            "type": "operation",
4242            "input": {
4243                "target": "com.amazonaws.waf#GetSizeConstraintSetRequest"
4244            },
4245            "output": {
4246                "target": "com.amazonaws.waf#GetSizeConstraintSetResponse"
4247            },
4248            "errors": [
4249                {
4250                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4251                },
4252                {
4253                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4254                },
4255                {
4256                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4257                }
4258            ],
4259            "traits": {
4260                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns the <a>SizeConstraintSet</a> specified by <code>SizeConstraintSetId</code>.</p>"
4261            }
4262        },
4263        "com.amazonaws.waf#GetSizeConstraintSetRequest": {
4264            "type": "structure",
4265            "members": {
4266                "SizeConstraintSetId": {
4267                    "target": "com.amazonaws.waf#ResourceId",
4268                    "traits": {
4269                        "smithy.api#documentation": "<p>The <code>SizeConstraintSetId</code> of the <a>SizeConstraintSet</a> that you want to get. <code>SizeConstraintSetId</code> is returned by \n\t\t\t<a>CreateSizeConstraintSet</a> and by <a>ListSizeConstraintSets</a>.</p>",
4270                        "smithy.api#required": {}
4271                    }
4272                }
4273            }
4274        },
4275        "com.amazonaws.waf#GetSizeConstraintSetResponse": {
4276            "type": "structure",
4277            "members": {
4278                "SizeConstraintSet": {
4279                    "target": "com.amazonaws.waf#SizeConstraintSet",
4280                    "traits": {
4281                        "smithy.api#documentation": "<p>Information about the <a>SizeConstraintSet</a> that you specified in the <code>GetSizeConstraintSet</code> request. For more information, see the \n\t\t\tfollowing topics:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>SizeConstraintSet</a>: Contains <code>SizeConstraintSetId</code>, <code>SizeConstraints</code>, and <code>Name</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SizeConstraints</code>: Contains an array of <a>SizeConstraint</a> objects. Each <code>SizeConstraint</code> \n\t\t\t\tobject contains <a>FieldToMatch</a>, <code>TextTransformation</code>, <code>ComparisonOperator</code>, \n\t\t\t\tand <code>Size</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code>\n               </p>\n            </li>\n         </ul>"
4282                    }
4283                }
4284            }
4285        },
4286        "com.amazonaws.waf#GetSqlInjectionMatchSet": {
4287            "type": "operation",
4288            "input": {
4289                "target": "com.amazonaws.waf#GetSqlInjectionMatchSetRequest"
4290            },
4291            "output": {
4292                "target": "com.amazonaws.waf#GetSqlInjectionMatchSetResponse"
4293            },
4294            "errors": [
4295                {
4296                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4297                },
4298                {
4299                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4300                },
4301                {
4302                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4303                }
4304            ],
4305            "traits": {
4306                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns the <a>SqlInjectionMatchSet</a> that is specified by <code>SqlInjectionMatchSetId</code>.</p>"
4307            }
4308        },
4309        "com.amazonaws.waf#GetSqlInjectionMatchSetRequest": {
4310            "type": "structure",
4311            "members": {
4312                "SqlInjectionMatchSetId": {
4313                    "target": "com.amazonaws.waf#ResourceId",
4314                    "traits": {
4315                        "smithy.api#documentation": "<p>The <code>SqlInjectionMatchSetId</code> of the <a>SqlInjectionMatchSet</a> that you want to get. <code>SqlInjectionMatchSetId</code> \n\t\t\tis returned by <a>CreateSqlInjectionMatchSet</a> and by <a>ListSqlInjectionMatchSets</a>.</p>",
4316                        "smithy.api#required": {}
4317                    }
4318                }
4319            },
4320            "traits": {
4321                "smithy.api#documentation": "<p>A request to get a <a>SqlInjectionMatchSet</a>.</p>"
4322            }
4323        },
4324        "com.amazonaws.waf#GetSqlInjectionMatchSetResponse": {
4325            "type": "structure",
4326            "members": {
4327                "SqlInjectionMatchSet": {
4328                    "target": "com.amazonaws.waf#SqlInjectionMatchSet",
4329                    "traits": {
4330                        "smithy.api#documentation": "<p>Information about the <a>SqlInjectionMatchSet</a> that you specified in the <code>GetSqlInjectionMatchSet</code> request. \n\t\t\tFor more information, see the following topics:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>SqlInjectionMatchSet</a>: Contains <code>Name</code>, <code>SqlInjectionMatchSetId</code>, and an array of \n\t\t\t\t<code>SqlInjectionMatchTuple</code> objects</p>\n            </li>\n            <li>\n               <p>\n                  <a>SqlInjectionMatchTuple</a>: Each <code>SqlInjectionMatchTuple</code> object contains <code>FieldToMatch</code> and \n\t\t\t\t<code>TextTransformation</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code>\n               </p>\n            </li>\n         </ul>"
4331                    }
4332                }
4333            },
4334            "traits": {
4335                "smithy.api#documentation": "<p>The response to a <a>GetSqlInjectionMatchSet</a> request.</p>"
4336            }
4337        },
4338        "com.amazonaws.waf#GetWebACL": {
4339            "type": "operation",
4340            "input": {
4341                "target": "com.amazonaws.waf#GetWebACLRequest"
4342            },
4343            "output": {
4344                "target": "com.amazonaws.waf#GetWebACLResponse"
4345            },
4346            "errors": [
4347                {
4348                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4349                },
4350                {
4351                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4352                },
4353                {
4354                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4355                }
4356            ],
4357            "traits": {
4358                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns the <a>WebACL</a> that is specified by <code>WebACLId</code>.</p>"
4359            }
4360        },
4361        "com.amazonaws.waf#GetWebACLRequest": {
4362            "type": "structure",
4363            "members": {
4364                "WebACLId": {
4365                    "target": "com.amazonaws.waf#ResourceId",
4366                    "traits": {
4367                        "smithy.api#documentation": "<p>The <code>WebACLId</code> of the <a>WebACL</a> that you want to get. <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by \n\t\t\t<a>ListWebACLs</a>.</p>",
4368                        "smithy.api#required": {}
4369                    }
4370                }
4371            }
4372        },
4373        "com.amazonaws.waf#GetWebACLResponse": {
4374            "type": "structure",
4375            "members": {
4376                "WebACL": {
4377                    "target": "com.amazonaws.waf#WebACL",
4378                    "traits": {
4379                        "smithy.api#documentation": "<p>Information about the <a>WebACL</a> that you specified in the <code>GetWebACL</code> request. \n\t\t\tFor more information, see the following topics:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>WebACL</a>: Contains <code>DefaultAction</code>, <code>MetricName</code>, <code>Name</code>, an array of \n\t\t\t\t<code>Rule</code> objects, and <code>WebACLId</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>DefaultAction</code> (Data type is <a>WafAction</a>): Contains <code>Type</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>Rules</code>: Contains an array of <code>ActivatedRule</code> objects, which contain <code>Action</code>, \n\t\t\t\t<code>Priority</code>, and <code>RuleId</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>Action</code>: Contains <code>Type</code>\n               </p>\n            </li>\n         </ul>"
4380                    }
4381                }
4382            }
4383        },
4384        "com.amazonaws.waf#GetXssMatchSet": {
4385            "type": "operation",
4386            "input": {
4387                "target": "com.amazonaws.waf#GetXssMatchSetRequest"
4388            },
4389            "output": {
4390                "target": "com.amazonaws.waf#GetXssMatchSetResponse"
4391            },
4392            "errors": [
4393                {
4394                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4395                },
4396                {
4397                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4398                },
4399                {
4400                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4401                }
4402            ],
4403            "traits": {
4404                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns the <a>XssMatchSet</a> that is specified by <code>XssMatchSetId</code>.</p>"
4405            }
4406        },
4407        "com.amazonaws.waf#GetXssMatchSetRequest": {
4408            "type": "structure",
4409            "members": {
4410                "XssMatchSetId": {
4411                    "target": "com.amazonaws.waf#ResourceId",
4412                    "traits": {
4413                        "smithy.api#documentation": "<p>The <code>XssMatchSetId</code> of the <a>XssMatchSet</a> that you want to get. <code>XssMatchSetId</code> \n\t\t\tis returned by <a>CreateXssMatchSet</a> and by <a>ListXssMatchSets</a>.</p>",
4414                        "smithy.api#required": {}
4415                    }
4416                }
4417            },
4418            "traits": {
4419                "smithy.api#documentation": "<p>A request to get an <a>XssMatchSet</a>.</p>"
4420            }
4421        },
4422        "com.amazonaws.waf#GetXssMatchSetResponse": {
4423            "type": "structure",
4424            "members": {
4425                "XssMatchSet": {
4426                    "target": "com.amazonaws.waf#XssMatchSet",
4427                    "traits": {
4428                        "smithy.api#documentation": "<p>Information about the <a>XssMatchSet</a> that you specified in the <code>GetXssMatchSet</code> request. \n\t\t\tFor more information, see the following topics:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>XssMatchSet</a>: Contains <code>Name</code>, <code>XssMatchSetId</code>, and an array of \n\t\t\t\t<code>XssMatchTuple</code> objects</p>\n            </li>\n            <li>\n               <p>\n                  <a>XssMatchTuple</a>: Each <code>XssMatchTuple</code> object contains <code>FieldToMatch</code> and \n\t\t\t\t<code>TextTransformation</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code>\n               </p>\n            </li>\n         </ul>"
4429                    }
4430                }
4431            },
4432            "traits": {
4433                "smithy.api#documentation": "<p>The response to a <a>GetXssMatchSet</a> request.</p>"
4434            }
4435        },
4436        "com.amazonaws.waf#HTTPHeader": {
4437            "type": "structure",
4438            "members": {
4439                "Name": {
4440                    "target": "com.amazonaws.waf#HeaderName",
4441                    "traits": {
4442                        "smithy.api#documentation": "<p>The name of one of the headers in the sampled web request.</p>"
4443                    }
4444                },
4445                "Value": {
4446                    "target": "com.amazonaws.waf#HeaderValue",
4447                    "traits": {
4448                        "smithy.api#documentation": "<p>The value of one of the headers in the sampled web request.</p>"
4449                    }
4450                }
4451            },
4452            "traits": {
4453                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>The response from a <a>GetSampledRequests</a> request includes an <code>HTTPHeader</code> complex type that \n\t\t\tappears as <code>Headers</code> in the response syntax. <code>HTTPHeader</code> contains the names and values of \n\t\t\tall of the headers that appear in one of the web requests that were returned by <code>GetSampledRequests</code>. </p>"
4454            }
4455        },
4456        "com.amazonaws.waf#HTTPHeaders": {
4457            "type": "list",
4458            "member": {
4459                "target": "com.amazonaws.waf#HTTPHeader"
4460            }
4461        },
4462        "com.amazonaws.waf#HTTPMethod": {
4463            "type": "string"
4464        },
4465        "com.amazonaws.waf#HTTPRequest": {
4466            "type": "structure",
4467            "members": {
4468                "ClientIP": {
4469                    "target": "com.amazonaws.waf#IPString",
4470                    "traits": {
4471                        "smithy.api#documentation": "<p>The IP address that the request originated from. If the <code>WebACL</code> is associated with a CloudFront distribution, \n\t\t\tthis is the value of one of the following fields in CloudFront access logs:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>c-ip</code>, if the viewer did not use an HTTP proxy or a load balancer to send the request</p>\n            </li>\n            <li>\n               <p>\n                  <code>x-forwarded-for</code>, if the viewer did use an HTTP proxy or a load balancer to send the request</p>\n            </li>\n         </ul>"
4472                    }
4473                },
4474                "Country": {
4475                    "target": "com.amazonaws.waf#Country",
4476                    "traits": {
4477                        "smithy.api#documentation": "<p>The two-letter country code for the country that the request originated from. For a current list of country codes, \n\t\t\tsee the Wikipedia entry <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a>.</p>"
4478                    }
4479                },
4480                "URI": {
4481                    "target": "com.amazonaws.waf#URIString",
4482                    "traits": {
4483                        "smithy.api#documentation": "<p>The part of a web request that identifies the resource, for example, <code>/images/daily-ad.jpg</code>.</p>"
4484                    }
4485                },
4486                "Method": {
4487                    "target": "com.amazonaws.waf#HTTPMethod",
4488                    "traits": {
4489                        "smithy.api#documentation": "<p>The HTTP method specified in the sampled web request. CloudFront supports the following methods: <code>DELETE</code>, \n\t\t\t<code>GET</code>, <code>HEAD</code>, <code>OPTIONS</code>, <code>PATCH</code>, <code>POST</code>, and <code>PUT</code>. </p>"
4490                    }
4491                },
4492                "HTTPVersion": {
4493                    "target": "com.amazonaws.waf#HTTPVersion",
4494                    "traits": {
4495                        "smithy.api#documentation": "<p>The HTTP version specified in the sampled web request, for example, <code>HTTP/1.1</code>.</p>"
4496                    }
4497                },
4498                "Headers": {
4499                    "target": "com.amazonaws.waf#HTTPHeaders",
4500                    "traits": {
4501                        "smithy.api#documentation": "<p>A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.</p>"
4502                    }
4503                }
4504            },
4505            "traits": {
4506                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>The response from a <a>GetSampledRequests</a> request includes an <code>HTTPRequest</code> complex type that \n\t\t\tappears as <code>Request</code> in the response syntax. <code>HTTPRequest</code> contains information about \n\t\t\tone of the web requests that were returned by <code>GetSampledRequests</code>. </p>"
4507            }
4508        },
4509        "com.amazonaws.waf#HTTPVersion": {
4510            "type": "string"
4511        },
4512        "com.amazonaws.waf#HeaderName": {
4513            "type": "string"
4514        },
4515        "com.amazonaws.waf#HeaderValue": {
4516            "type": "string"
4517        },
4518        "com.amazonaws.waf#IPSet": {
4519            "type": "structure",
4520            "members": {
4521                "IPSetId": {
4522                    "target": "com.amazonaws.waf#ResourceId",
4523                    "traits": {
4524                        "smithy.api#documentation": "<p>The <code>IPSetId</code> for an <code>IPSet</code>. You use <code>IPSetId</code> to get information about an \n\t\t\t<code>IPSet</code> (see <a>GetIPSet</a>), update an <code>IPSet</code> (see <a>UpdateIPSet</a>), \n\t\t\tinsert an <code>IPSet</code> into a <code>Rule</code> or delete one from a <code>Rule</code> (see <a>UpdateRule</a>), and \n\t\t\tdelete an <code>IPSet</code> from AWS WAF (see <a>DeleteIPSet</a>).</p>\n\t\t       <p>\n            <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by <a>ListIPSets</a>.</p>",
4525                        "smithy.api#required": {}
4526                    }
4527                },
4528                "Name": {
4529                    "target": "com.amazonaws.waf#ResourceName",
4530                    "traits": {
4531                        "smithy.api#documentation": "<p>A friendly name or description of the <a>IPSet</a>. You can't change the name of an <code>IPSet</code> after you create it.</p>"
4532                    }
4533                },
4534                "IPSetDescriptors": {
4535                    "target": "com.amazonaws.waf#IPSetDescriptors",
4536                    "traits": {
4537                        "smithy.api#documentation": "<p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP address range (in CIDR notation) that web requests originate from. \n\t\t\tIf the <code>WebACL</code> is associated with a CloudFront distribution and the viewer did not use an HTTP proxy or a load balancer to send the request, this is the value of the c-ip field in the CloudFront access logs.</p>",
4538                        "smithy.api#required": {}
4539                    }
4540                }
4541            },
4542            "traits": {
4543                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t        <p>Contains one or more IP addresses or blocks of IP addresses specified in Classless Inter-Domain Routing (CIDR) notation. AWS WAF supports IPv4 address ranges: /8 and any range between /16 through /32.  AWS WAF supports IPv6 address ranges: /24, /32, /48, /56, /64, and /128.</p>\n\t        <p>To specify an individual IP address, you specify the four-part IP address followed by a\n            <code>/32</code>, for example, 192.0.2.0/32. To block a range of IP addresses, you can\n         specify /8 or any range between /16 through /32 (for IPv4) or /24, /32, /48, /56, /64, or\n         /128 (for IPv6). For more information about CIDR notation, see the Wikipedia entry <a href=\"https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing\">Classless\n            Inter-Domain Routing</a>. </p>"
4544            }
4545        },
4546        "com.amazonaws.waf#IPSetDescriptor": {
4547            "type": "structure",
4548            "members": {
4549                "Type": {
4550                    "target": "com.amazonaws.waf#IPSetDescriptorType",
4551                    "traits": {
4552                        "smithy.api#documentation": "<p>Specify <code>IPV4</code> or <code>IPV6</code>.</p>",
4553                        "smithy.api#required": {}
4554                    }
4555                },
4556                "Value": {
4557                    "target": "com.amazonaws.waf#IPSetDescriptorValue",
4558                    "traits": {
4559                        "smithy.api#documentation": "<p>Specify an IPv4 address by using CIDR notation. For example:</p>\n\t\t       <ul>\n            <li>\n               <p>To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify <code>192.0.2.44/32</code>.</p>\n            </li>\n            <li>\n               <p>To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify \n\t\t\t\t<code>192.0.2.0/24</code>.</p>\n            </li>\n         </ul>\n\t\t    \n\t        <p>For more information about CIDR notation, see the Wikipedia entry \n\t      <a href=\"https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing\">Classless Inter-Domain Routing</a>.</p>\n\t        <p>Specify an IPv6 address by using CIDR notation. For example:</p>\n\t        <ul>\n            <li>\n\t              <p>To configure AWS WAF to allow, block, or count requests that originated from the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify <code>1111:0000:0000:0000:0000:0000:0000:0111/128</code>.</p>\n\t           </li>\n            <li>\n\t              <p>To configure AWS WAF to allow, block, or count requests that originated from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000 to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify <code>1111:0000:0000:0000:0000:0000:0000:0000/64</code>.</p>\n\t           </li>\n         </ul>",
4560                        "smithy.api#required": {}
4561                    }
4562                }
4563            },
4564            "traits": {
4565                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies the IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP address range (in CIDR format) that web requests originate from.</p>"
4566            }
4567        },
4568        "com.amazonaws.waf#IPSetDescriptorType": {
4569            "type": "string",
4570            "traits": {
4571                "smithy.api#enum": [
4572                    {
4573                        "value": "IPV4",
4574                        "name": "IPV4"
4575                    },
4576                    {
4577                        "value": "IPV6",
4578                        "name": "IPV6"
4579                    }
4580                ]
4581            }
4582        },
4583        "com.amazonaws.waf#IPSetDescriptorValue": {
4584            "type": "string",
4585            "traits": {
4586                "smithy.api#length": {
4587                    "min": 1,
4588                    "max": 50
4589                },
4590                "smithy.api#pattern": ".*\\S.*"
4591            }
4592        },
4593        "com.amazonaws.waf#IPSetDescriptors": {
4594            "type": "list",
4595            "member": {
4596                "target": "com.amazonaws.waf#IPSetDescriptor"
4597            }
4598        },
4599        "com.amazonaws.waf#IPSetSummaries": {
4600            "type": "list",
4601            "member": {
4602                "target": "com.amazonaws.waf#IPSetSummary"
4603            }
4604        },
4605        "com.amazonaws.waf#IPSetSummary": {
4606            "type": "structure",
4607            "members": {
4608                "IPSetId": {
4609                    "target": "com.amazonaws.waf#ResourceId",
4610                    "traits": {
4611                        "smithy.api#documentation": "<p>The <code>IPSetId</code> for an <a>IPSet</a>. You can use <code>IPSetId</code> in a <a>GetIPSet</a> request to get detailed \n\t\t\tinformation about an <a>IPSet</a>.</p>",
4612                        "smithy.api#required": {}
4613                    }
4614                },
4615                "Name": {
4616                    "target": "com.amazonaws.waf#ResourceName",
4617                    "traits": {
4618                        "smithy.api#documentation": "<p>A friendly name or description of the <a>IPSet</a>. You can't change the name of an <code>IPSet</code> after you create it.</p>",
4619                        "smithy.api#required": {}
4620                    }
4621                }
4622            },
4623            "traits": {
4624                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Contains the identifier and the name of the <code>IPSet</code>.</p>"
4625            }
4626        },
4627        "com.amazonaws.waf#IPSetUpdate": {
4628            "type": "structure",
4629            "members": {
4630                "Action": {
4631                    "target": "com.amazonaws.waf#ChangeAction",
4632                    "traits": {
4633                        "smithy.api#documentation": "<p>Specifies whether to insert or delete an IP address with <a>UpdateIPSet</a>.</p>",
4634                        "smithy.api#required": {}
4635                    }
4636                },
4637                "IPSetDescriptor": {
4638                    "target": "com.amazonaws.waf#IPSetDescriptor",
4639                    "traits": {
4640                        "smithy.api#documentation": "<p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP address range (in CIDR notation) that web requests originate from.</p>",
4641                        "smithy.api#required": {}
4642                    }
4643                }
4644            },
4645            "traits": {
4646                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies the type of update to perform to an <a>IPSet</a> with <a>UpdateIPSet</a>.</p>"
4647            }
4648        },
4649        "com.amazonaws.waf#IPSetUpdates": {
4650            "type": "list",
4651            "member": {
4652                "target": "com.amazonaws.waf#IPSetUpdate"
4653            },
4654            "traits": {
4655                "smithy.api#length": {
4656                    "min": 1
4657                }
4658            }
4659        },
4660        "com.amazonaws.waf#IPString": {
4661            "type": "string"
4662        },
4663        "com.amazonaws.waf#IgnoreUnsupportedType": {
4664            "type": "boolean",
4665            "traits": {
4666                "smithy.api#box": {}
4667            }
4668        },
4669        "com.amazonaws.waf#ListActivatedRulesInRuleGroup": {
4670            "type": "operation",
4671            "input": {
4672                "target": "com.amazonaws.waf#ListActivatedRulesInRuleGroupRequest"
4673            },
4674            "output": {
4675                "target": "com.amazonaws.waf#ListActivatedRulesInRuleGroupResponse"
4676            },
4677            "errors": [
4678                {
4679                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4680                },
4681                {
4682                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
4683                },
4684                {
4685                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4686                }
4687            ],
4688            "traits": {
4689                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns an array of <a>ActivatedRule</a> objects.</p>"
4690            }
4691        },
4692        "com.amazonaws.waf#ListActivatedRulesInRuleGroupRequest": {
4693            "type": "structure",
4694            "members": {
4695                "RuleGroupId": {
4696                    "target": "com.amazonaws.waf#ResourceId",
4697                    "traits": {
4698                        "smithy.api#documentation": "<p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> for which you want to get a list of <a>ActivatedRule</a> objects.</p>"
4699                    }
4700                },
4701                "NextMarker": {
4702                    "target": "com.amazonaws.waf#NextMarker",
4703                    "traits": {
4704                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>ActivatedRules</code> than the value of <code>Limit</code>, \n         AWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of <code>ActivatedRules</code>. \n         For the second and subsequent <code>ListActivatedRulesInRuleGroup</code> requests, specify the value of <code>NextMarker</code> \n         from the previous response to get information about another batch of <code>ActivatedRules</code>.</p>"
4705                    }
4706                },
4707                "Limit": {
4708                    "target": "com.amazonaws.waf#PaginationLimit",
4709                    "traits": {
4710                        "smithy.api#documentation": "<p>Specifies the number of <code>ActivatedRules</code> that you want AWS WAF to return for this request. If you have more <code>ActivatedRules</code> than the number that you specify for <code>Limit</code>, the response includes a \n         <code>NextMarker</code> value that you can use to get another batch of <code>ActivatedRules</code>.</p>"
4711                    }
4712                }
4713            }
4714        },
4715        "com.amazonaws.waf#ListActivatedRulesInRuleGroupResponse": {
4716            "type": "structure",
4717            "members": {
4718                "NextMarker": {
4719                    "target": "com.amazonaws.waf#NextMarker",
4720                    "traits": {
4721                        "smithy.api#documentation": "<p>If you have more <code>ActivatedRules</code> than the number that you specified for <code>Limit</code> in the request, the response includes a <code>NextMarker</code> value. To list more <code>ActivatedRules</code>, submit another <code>ListActivatedRulesInRuleGroup</code> request, and specify the <code>NextMarker</code> value from the response in the <code>NextMarker</code> value in the next request.</p>"
4722                    }
4723                },
4724                "ActivatedRules": {
4725                    "target": "com.amazonaws.waf#ActivatedRules",
4726                    "traits": {
4727                        "smithy.api#documentation": "<p>An array of <code>ActivatedRules</code> objects.</p>"
4728                    }
4729                }
4730            }
4731        },
4732        "com.amazonaws.waf#ListByteMatchSets": {
4733            "type": "operation",
4734            "input": {
4735                "target": "com.amazonaws.waf#ListByteMatchSetsRequest"
4736            },
4737            "output": {
4738                "target": "com.amazonaws.waf#ListByteMatchSetsResponse"
4739            },
4740            "errors": [
4741                {
4742                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4743                },
4744                {
4745                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4746                }
4747            ],
4748            "traits": {
4749                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns an array of <a>ByteMatchSetSummary</a> objects.</p>"
4750            }
4751        },
4752        "com.amazonaws.waf#ListByteMatchSetsRequest": {
4753            "type": "structure",
4754            "members": {
4755                "NextMarker": {
4756                    "target": "com.amazonaws.waf#NextMarker",
4757                    "traits": {
4758                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>ByteMatchSets</code> than the value of <code>Limit</code>, \n\t\t\tAWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of <code>ByteMatchSets</code>. \n\t\t\tFor the second and subsequent <code>ListByteMatchSets</code> requests, specify the value of <code>NextMarker</code> \n\t\t\tfrom the previous response to get information about another batch of <code>ByteMatchSets</code>.</p>"
4759                    }
4760                },
4761                "Limit": {
4762                    "target": "com.amazonaws.waf#PaginationLimit",
4763                    "traits": {
4764                        "smithy.api#documentation": "<p>Specifies the number of <code>ByteMatchSet</code> objects that you want AWS WAF to return for this request. If you have more \n\t\t\t<code>ByteMatchSets</code> objects than the number you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>ByteMatchSet</code> objects.</p>"
4765                    }
4766                }
4767            }
4768        },
4769        "com.amazonaws.waf#ListByteMatchSetsResponse": {
4770            "type": "structure",
4771            "members": {
4772                "NextMarker": {
4773                    "target": "com.amazonaws.waf#NextMarker",
4774                    "traits": {
4775                        "smithy.api#documentation": "<p>If you have more <code>ByteMatchSet</code> objects than the number that you specified for <code>Limit</code> in the request, \n\t\t\tthe response includes a <code>NextMarker</code> value. To list more <code>ByteMatchSet</code> objects, submit another \n\t\t\t<code>ListByteMatchSets</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
4776                    }
4777                },
4778                "ByteMatchSets": {
4779                    "target": "com.amazonaws.waf#ByteMatchSetSummaries",
4780                    "traits": {
4781                        "smithy.api#documentation": "<p>An array of <a>ByteMatchSetSummary</a> objects.</p>"
4782                    }
4783                }
4784            }
4785        },
4786        "com.amazonaws.waf#ListGeoMatchSets": {
4787            "type": "operation",
4788            "input": {
4789                "target": "com.amazonaws.waf#ListGeoMatchSetsRequest"
4790            },
4791            "output": {
4792                "target": "com.amazonaws.waf#ListGeoMatchSetsResponse"
4793            },
4794            "errors": [
4795                {
4796                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4797                },
4798                {
4799                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4800                }
4801            ],
4802            "traits": {
4803                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns an array of <a>GeoMatchSetSummary</a> objects in the response.</p>"
4804            }
4805        },
4806        "com.amazonaws.waf#ListGeoMatchSetsRequest": {
4807            "type": "structure",
4808            "members": {
4809                "NextMarker": {
4810                    "target": "com.amazonaws.waf#NextMarker",
4811                    "traits": {
4812                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>GeoMatchSet</code>s than the value of <code>Limit</code>, \n\t\t\tAWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of <code>GeoMatchSet</code> objects. \n\t\t\tFor the second and subsequent <code>ListGeoMatchSets</code> requests, specify the value of <code>NextMarker</code> \n\t\t\tfrom the previous response to get information about another batch of <code>GeoMatchSet</code> objects.</p>"
4813                    }
4814                },
4815                "Limit": {
4816                    "target": "com.amazonaws.waf#PaginationLimit",
4817                    "traits": {
4818                        "smithy.api#documentation": "<p>Specifies the number of <code>GeoMatchSet</code> objects that you want AWS WAF to return for this request. If you have more \n\t\t\t<code>GeoMatchSet</code> objects than the number you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>GeoMatchSet</code> objects.</p>"
4819                    }
4820                }
4821            }
4822        },
4823        "com.amazonaws.waf#ListGeoMatchSetsResponse": {
4824            "type": "structure",
4825            "members": {
4826                "NextMarker": {
4827                    "target": "com.amazonaws.waf#NextMarker",
4828                    "traits": {
4829                        "smithy.api#documentation": "<p>If you have more <code>GeoMatchSet</code> objects than the number that you specified for <code>Limit</code> in the request, \n\t\t\tthe response includes a <code>NextMarker</code> value. To list more <code>GeoMatchSet</code> objects, submit another \n\t\t\t<code>ListGeoMatchSets</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
4830                    }
4831                },
4832                "GeoMatchSets": {
4833                    "target": "com.amazonaws.waf#GeoMatchSetSummaries",
4834                    "traits": {
4835                        "smithy.api#documentation": "<p>An array of <a>GeoMatchSetSummary</a> objects.</p>"
4836                    }
4837                }
4838            }
4839        },
4840        "com.amazonaws.waf#ListIPSets": {
4841            "type": "operation",
4842            "input": {
4843                "target": "com.amazonaws.waf#ListIPSetsRequest"
4844            },
4845            "output": {
4846                "target": "com.amazonaws.waf#ListIPSetsResponse"
4847            },
4848            "errors": [
4849                {
4850                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4851                },
4852                {
4853                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4854                }
4855            ],
4856            "traits": {
4857                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns an array of <a>IPSetSummary</a> objects in the response.</p>"
4858            }
4859        },
4860        "com.amazonaws.waf#ListIPSetsRequest": {
4861            "type": "structure",
4862            "members": {
4863                "NextMarker": {
4864                    "target": "com.amazonaws.waf#NextMarker",
4865                    "traits": {
4866                        "smithy.api#documentation": "<p>AWS WAF returns a <code>NextMarker</code> value in the response that allows you to\n         list another group of <code>IPSets</code>. For the second and subsequent\n            <code>ListIPSets</code> requests, specify the value of <code>NextMarker</code> from the\n         previous response to get information about another batch of <code>IPSets</code>.</p>"
4867                    }
4868                },
4869                "Limit": {
4870                    "target": "com.amazonaws.waf#PaginationLimit",
4871                    "traits": {
4872                        "smithy.api#documentation": "<p>Specifies the number of <code>IPSet</code> objects that you want AWS WAF to return for this request. If you have more \n\t\t\t<code>IPSet</code> objects than the number you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>IPSet</code> objects.</p>"
4873                    }
4874                }
4875            }
4876        },
4877        "com.amazonaws.waf#ListIPSetsResponse": {
4878            "type": "structure",
4879            "members": {
4880                "NextMarker": {
4881                    "target": "com.amazonaws.waf#NextMarker",
4882                    "traits": {
4883                        "smithy.api#documentation": "<p>To list more <code>IPSet</code> objects, submit another <code>ListIPSets</code>\n         request, and in the next request use the <code>NextMarker</code> response value as the\n            <code>NextMarker</code> value.</p>"
4884                    }
4885                },
4886                "IPSets": {
4887                    "target": "com.amazonaws.waf#IPSetSummaries",
4888                    "traits": {
4889                        "smithy.api#documentation": "<p>An array of <a>IPSetSummary</a> objects.</p>"
4890                    }
4891                }
4892            }
4893        },
4894        "com.amazonaws.waf#ListLoggingConfigurations": {
4895            "type": "operation",
4896            "input": {
4897                "target": "com.amazonaws.waf#ListLoggingConfigurationsRequest"
4898            },
4899            "output": {
4900                "target": "com.amazonaws.waf#ListLoggingConfigurationsResponse"
4901            },
4902            "errors": [
4903                {
4904                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4905                },
4906                {
4907                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
4908                },
4909                {
4910                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
4911                }
4912            ],
4913            "traits": {
4914                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns an array of <a>LoggingConfiguration</a> objects.</p>"
4915            }
4916        },
4917        "com.amazonaws.waf#ListLoggingConfigurationsRequest": {
4918            "type": "structure",
4919            "members": {
4920                "NextMarker": {
4921                    "target": "com.amazonaws.waf#NextMarker",
4922                    "traits": {
4923                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>LoggingConfigurations</code> than the value of <code>Limit</code>, \n\t\t\tAWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of <code>LoggingConfigurations</code>. \n\t\t\tFor the second and subsequent <code>ListLoggingConfigurations</code> requests, specify the value of <code>NextMarker</code> \n\t\t\tfrom the previous response to get information about another batch of <code>ListLoggingConfigurations</code>.</p>"
4924                    }
4925                },
4926                "Limit": {
4927                    "target": "com.amazonaws.waf#PaginationLimit",
4928                    "traits": {
4929                        "smithy.api#documentation": "<p>Specifies the number of <code>LoggingConfigurations</code> that you want AWS WAF to return for this request. If you have more <code>LoggingConfigurations</code> than the number that you specify for <code>Limit</code>, the response includes a <code>NextMarker</code> value that you can use to get another batch of <code>LoggingConfigurations</code>.</p>"
4930                    }
4931                }
4932            }
4933        },
4934        "com.amazonaws.waf#ListLoggingConfigurationsResponse": {
4935            "type": "structure",
4936            "members": {
4937                "LoggingConfigurations": {
4938                    "target": "com.amazonaws.waf#LoggingConfigurations",
4939                    "traits": {
4940                        "smithy.api#documentation": "<p>An array of <a>LoggingConfiguration</a> objects.</p>"
4941                    }
4942                },
4943                "NextMarker": {
4944                    "target": "com.amazonaws.waf#NextMarker",
4945                    "traits": {
4946                        "smithy.api#documentation": "<p>If you have more <code>LoggingConfigurations</code> than the number that you specified for <code>Limit</code> in the request, the response includes a <code>NextMarker</code> value. To list more <code>LoggingConfigurations</code>, submit another <code>ListLoggingConfigurations</code> request, and specify the <code>NextMarker</code> value from the response in the <code>NextMarker</code> value in the next request.</p>"
4947                    }
4948                }
4949            }
4950        },
4951        "com.amazonaws.waf#ListRateBasedRules": {
4952            "type": "operation",
4953            "input": {
4954                "target": "com.amazonaws.waf#ListRateBasedRulesRequest"
4955            },
4956            "output": {
4957                "target": "com.amazonaws.waf#ListRateBasedRulesResponse"
4958            },
4959            "errors": [
4960                {
4961                    "target": "com.amazonaws.waf#WAFInternalErrorException"
4962                },
4963                {
4964                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
4965                }
4966            ],
4967            "traits": {
4968                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns an array of <a>RuleSummary</a> objects.</p>"
4969            }
4970        },
4971        "com.amazonaws.waf#ListRateBasedRulesRequest": {
4972            "type": "structure",
4973            "members": {
4974                "NextMarker": {
4975                    "target": "com.amazonaws.waf#NextMarker",
4976                    "traits": {
4977                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>Rules</code>\n         than the value of <code>Limit</code>, AWS WAF returns a <code>NextMarker</code> value in the\n         response that allows you to list another group of <code>Rules</code>. For the second and\n         subsequent <code>ListRateBasedRules</code> requests, specify the value of\n            <code>NextMarker</code> from the previous response to get information about another\n         batch of <code>Rules</code>.</p>"
4978                    }
4979                },
4980                "Limit": {
4981                    "target": "com.amazonaws.waf#PaginationLimit",
4982                    "traits": {
4983                        "smithy.api#documentation": "<p>Specifies the number of <code>Rules</code> that you want AWS WAF to return for this\n         request. If you have more <code>Rules</code> than the number that you specify for\n            <code>Limit</code>, the response includes a <code>NextMarker</code> value that you can\n         use to get another batch of <code>Rules</code>.</p>"
4984                    }
4985                }
4986            }
4987        },
4988        "com.amazonaws.waf#ListRateBasedRulesResponse": {
4989            "type": "structure",
4990            "members": {
4991                "NextMarker": {
4992                    "target": "com.amazonaws.waf#NextMarker",
4993                    "traits": {
4994                        "smithy.api#documentation": "<p>If you have more <code>Rules</code> than the number that you specified for\n            <code>Limit</code> in the request, the response includes a <code>NextMarker</code>\n         value. To list more <code>Rules</code>, submit another <code>ListRateBasedRules</code>\n         request, and specify the <code>NextMarker</code> value from the response in the\n            <code>NextMarker</code> value in the next request.</p>"
4995                    }
4996                },
4997                "Rules": {
4998                    "target": "com.amazonaws.waf#RuleSummaries",
4999                    "traits": {
5000                        "smithy.api#documentation": "<p>An array of <a>RuleSummary</a> objects.</p>"
5001                    }
5002                }
5003            }
5004        },
5005        "com.amazonaws.waf#ListRegexMatchSets": {
5006            "type": "operation",
5007            "input": {
5008                "target": "com.amazonaws.waf#ListRegexMatchSetsRequest"
5009            },
5010            "output": {
5011                "target": "com.amazonaws.waf#ListRegexMatchSetsResponse"
5012            },
5013            "errors": [
5014                {
5015                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5016                },
5017                {
5018                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
5019                }
5020            ],
5021            "traits": {
5022                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns an array of <a>RegexMatchSetSummary</a> objects.</p>"
5023            }
5024        },
5025        "com.amazonaws.waf#ListRegexMatchSetsRequest": {
5026            "type": "structure",
5027            "members": {
5028                "NextMarker": {
5029                    "target": "com.amazonaws.waf#NextMarker",
5030                    "traits": {
5031                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>RegexMatchSet</code> objects than the value of <code>Limit</code>, \n\t\t\tAWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of <code>ByteMatchSets</code>. \n\t\t\tFor the second and subsequent <code>ListRegexMatchSets</code> requests, specify the value of <code>NextMarker</code> \n\t\t\tfrom the previous response to get information about another batch of <code>RegexMatchSet</code> objects.</p>"
5032                    }
5033                },
5034                "Limit": {
5035                    "target": "com.amazonaws.waf#PaginationLimit",
5036                    "traits": {
5037                        "smithy.api#documentation": "<p>Specifies the number of <code>RegexMatchSet</code> objects that you want AWS WAF to return for this request. If you have more \n\t\t\t<code>RegexMatchSet</code> objects than the number you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>RegexMatchSet</code> objects.</p>"
5038                    }
5039                }
5040            }
5041        },
5042        "com.amazonaws.waf#ListRegexMatchSetsResponse": {
5043            "type": "structure",
5044            "members": {
5045                "NextMarker": {
5046                    "target": "com.amazonaws.waf#NextMarker",
5047                    "traits": {
5048                        "smithy.api#documentation": "<p>If you have more <code>RegexMatchSet</code> objects than the number that you specified for <code>Limit</code> in the request, \n\t\t\tthe response includes a <code>NextMarker</code> value. To list more <code>RegexMatchSet</code> objects, submit another \n\t\t\t<code>ListRegexMatchSets</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
5049                    }
5050                },
5051                "RegexMatchSets": {
5052                    "target": "com.amazonaws.waf#RegexMatchSetSummaries",
5053                    "traits": {
5054                        "smithy.api#documentation": "<p>An array of <a>RegexMatchSetSummary</a> objects.</p>"
5055                    }
5056                }
5057            }
5058        },
5059        "com.amazonaws.waf#ListRegexPatternSets": {
5060            "type": "operation",
5061            "input": {
5062                "target": "com.amazonaws.waf#ListRegexPatternSetsRequest"
5063            },
5064            "output": {
5065                "target": "com.amazonaws.waf#ListRegexPatternSetsResponse"
5066            },
5067            "errors": [
5068                {
5069                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5070                },
5071                {
5072                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
5073                }
5074            ],
5075            "traits": {
5076                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns an array of <a>RegexPatternSetSummary</a> objects.</p>"
5077            }
5078        },
5079        "com.amazonaws.waf#ListRegexPatternSetsRequest": {
5080            "type": "structure",
5081            "members": {
5082                "NextMarker": {
5083                    "target": "com.amazonaws.waf#NextMarker",
5084                    "traits": {
5085                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>RegexPatternSet</code> objects than the value of <code>Limit</code>, \n\t\t\tAWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of <code>RegexPatternSet</code> objects. \n\t\t\tFor the second and subsequent <code>ListRegexPatternSets</code> requests, specify the value of <code>NextMarker</code> \n\t\t\tfrom the previous response to get information about another batch of <code>RegexPatternSet</code> objects.</p>"
5086                    }
5087                },
5088                "Limit": {
5089                    "target": "com.amazonaws.waf#PaginationLimit",
5090                    "traits": {
5091                        "smithy.api#documentation": "<p>Specifies the number of <code>RegexPatternSet</code> objects that you want AWS WAF to return for this request. If you have more \n\t\t\t<code>RegexPatternSet</code> objects than the number you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>RegexPatternSet</code> objects.</p>"
5092                    }
5093                }
5094            }
5095        },
5096        "com.amazonaws.waf#ListRegexPatternSetsResponse": {
5097            "type": "structure",
5098            "members": {
5099                "NextMarker": {
5100                    "target": "com.amazonaws.waf#NextMarker",
5101                    "traits": {
5102                        "smithy.api#documentation": "<p>If you have more <code>RegexPatternSet</code> objects than the number that you specified for <code>Limit</code> in the request, \n\t\t\tthe response includes a <code>NextMarker</code> value. To list more <code>RegexPatternSet</code> objects, submit another \n\t\t\t<code>ListRegexPatternSets</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
5103                    }
5104                },
5105                "RegexPatternSets": {
5106                    "target": "com.amazonaws.waf#RegexPatternSetSummaries",
5107                    "traits": {
5108                        "smithy.api#documentation": "<p>An array of <a>RegexPatternSetSummary</a> objects.</p>"
5109                    }
5110                }
5111            }
5112        },
5113        "com.amazonaws.waf#ListRuleGroups": {
5114            "type": "operation",
5115            "input": {
5116                "target": "com.amazonaws.waf#ListRuleGroupsRequest"
5117            },
5118            "output": {
5119                "target": "com.amazonaws.waf#ListRuleGroupsResponse"
5120            },
5121            "errors": [
5122                {
5123                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5124                }
5125            ],
5126            "traits": {
5127                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns an array of <a>RuleGroup</a> objects.</p>"
5128            }
5129        },
5130        "com.amazonaws.waf#ListRuleGroupsRequest": {
5131            "type": "structure",
5132            "members": {
5133                "NextMarker": {
5134                    "target": "com.amazonaws.waf#NextMarker",
5135                    "traits": {
5136                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>RuleGroups</code> than the value of <code>Limit</code>, \n         AWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of <code>RuleGroups</code>. \n         For the second and subsequent <code>ListRuleGroups</code> requests, specify the value of <code>NextMarker</code> \n         from the previous response to get information about another batch of <code>RuleGroups</code>.</p>"
5137                    }
5138                },
5139                "Limit": {
5140                    "target": "com.amazonaws.waf#PaginationLimit",
5141                    "traits": {
5142                        "smithy.api#documentation": "<p>Specifies the number of <code>RuleGroups</code> that you want AWS WAF to return for this request. If you have more <code>RuleGroups</code> than the number that you specify for <code>Limit</code>, the response includes a <code>NextMarker</code> value that you can use to get another batch of <code>RuleGroups</code>.</p>"
5143                    }
5144                }
5145            }
5146        },
5147        "com.amazonaws.waf#ListRuleGroupsResponse": {
5148            "type": "structure",
5149            "members": {
5150                "NextMarker": {
5151                    "target": "com.amazonaws.waf#NextMarker",
5152                    "traits": {
5153                        "smithy.api#documentation": "<p>If you have more <code>RuleGroups</code> than the number that you specified for <code>Limit</code> in the request, the response includes a <code>NextMarker</code> value. To list more <code>RuleGroups</code>, submit another <code>ListRuleGroups</code> request, and specify the <code>NextMarker</code> value from the response in the <code>NextMarker</code> value in the next request.</p>"
5154                    }
5155                },
5156                "RuleGroups": {
5157                    "target": "com.amazonaws.waf#RuleGroupSummaries",
5158                    "traits": {
5159                        "smithy.api#documentation": "<p>An array of <a>RuleGroup</a> objects.</p>"
5160                    }
5161                }
5162            }
5163        },
5164        "com.amazonaws.waf#ListRules": {
5165            "type": "operation",
5166            "input": {
5167                "target": "com.amazonaws.waf#ListRulesRequest"
5168            },
5169            "output": {
5170                "target": "com.amazonaws.waf#ListRulesResponse"
5171            },
5172            "errors": [
5173                {
5174                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5175                },
5176                {
5177                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
5178                }
5179            ],
5180            "traits": {
5181                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns an array of <a>RuleSummary</a> objects.</p>"
5182            }
5183        },
5184        "com.amazonaws.waf#ListRulesRequest": {
5185            "type": "structure",
5186            "members": {
5187                "NextMarker": {
5188                    "target": "com.amazonaws.waf#NextMarker",
5189                    "traits": {
5190                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>Rules</code> than the value of <code>Limit</code>, \n\t\t\tAWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of <code>Rules</code>. \n\t\t\tFor the second and subsequent <code>ListRules</code> requests, specify the value of <code>NextMarker</code> \n\t\t\tfrom the previous response to get information about another batch of <code>Rules</code>.</p>"
5191                    }
5192                },
5193                "Limit": {
5194                    "target": "com.amazonaws.waf#PaginationLimit",
5195                    "traits": {
5196                        "smithy.api#documentation": "<p>Specifies the number of <code>Rules</code> that you want AWS WAF to return for this request. If you have more \t\t\t<code>Rules</code> than the number that you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>Rules</code>.</p>"
5197                    }
5198                }
5199            }
5200        },
5201        "com.amazonaws.waf#ListRulesResponse": {
5202            "type": "structure",
5203            "members": {
5204                "NextMarker": {
5205                    "target": "com.amazonaws.waf#NextMarker",
5206                    "traits": {
5207                        "smithy.api#documentation": "<p>If you have more <code>Rules</code> than the number that you specified for <code>Limit</code> in the request, \t\t\tthe response includes a <code>NextMarker</code> value. To list more <code>Rules</code>, submit another \n\t\t\t<code>ListRules</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
5208                    }
5209                },
5210                "Rules": {
5211                    "target": "com.amazonaws.waf#RuleSummaries",
5212                    "traits": {
5213                        "smithy.api#documentation": "<p>An array of <a>RuleSummary</a> objects.</p>"
5214                    }
5215                }
5216            }
5217        },
5218        "com.amazonaws.waf#ListSizeConstraintSets": {
5219            "type": "operation",
5220            "input": {
5221                "target": "com.amazonaws.waf#ListSizeConstraintSetsRequest"
5222            },
5223            "output": {
5224                "target": "com.amazonaws.waf#ListSizeConstraintSetsResponse"
5225            },
5226            "errors": [
5227                {
5228                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5229                },
5230                {
5231                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
5232                }
5233            ],
5234            "traits": {
5235                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns an array of <a>SizeConstraintSetSummary</a> objects.</p>"
5236            }
5237        },
5238        "com.amazonaws.waf#ListSizeConstraintSetsRequest": {
5239            "type": "structure",
5240            "members": {
5241                "NextMarker": {
5242                    "target": "com.amazonaws.waf#NextMarker",
5243                    "traits": {
5244                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>SizeConstraintSets</code> than the value of <code>Limit</code>, \n\t\t\tAWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of <code>SizeConstraintSets</code>. \n\t\t\tFor the second and subsequent <code>ListSizeConstraintSets</code> requests, specify the value of <code>NextMarker</code> \t\t\tfrom the previous response to get information about another batch of <code>SizeConstraintSets</code>.</p>"
5245                    }
5246                },
5247                "Limit": {
5248                    "target": "com.amazonaws.waf#PaginationLimit",
5249                    "traits": {
5250                        "smithy.api#documentation": "<p>Specifies the number of <code>SizeConstraintSet</code> objects that you want AWS WAF to return for this request. If you have more \n\t\t\t<code>SizeConstraintSets</code> objects than the number you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>SizeConstraintSet</code> objects.</p>"
5251                    }
5252                }
5253            }
5254        },
5255        "com.amazonaws.waf#ListSizeConstraintSetsResponse": {
5256            "type": "structure",
5257            "members": {
5258                "NextMarker": {
5259                    "target": "com.amazonaws.waf#NextMarker",
5260                    "traits": {
5261                        "smithy.api#documentation": "<p>If you have more <code>SizeConstraintSet</code> objects than the number that you specified for <code>Limit</code> in the request, \n\t\t\tthe response includes a <code>NextMarker</code> value. To list more <code>SizeConstraintSet</code> objects, submit another \n\t\t\t<code>ListSizeConstraintSets</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
5262                    }
5263                },
5264                "SizeConstraintSets": {
5265                    "target": "com.amazonaws.waf#SizeConstraintSetSummaries",
5266                    "traits": {
5267                        "smithy.api#documentation": "<p>An array of <a>SizeConstraintSetSummary</a> objects.</p>"
5268                    }
5269                }
5270            }
5271        },
5272        "com.amazonaws.waf#ListSqlInjectionMatchSets": {
5273            "type": "operation",
5274            "input": {
5275                "target": "com.amazonaws.waf#ListSqlInjectionMatchSetsRequest"
5276            },
5277            "output": {
5278                "target": "com.amazonaws.waf#ListSqlInjectionMatchSetsResponse"
5279            },
5280            "errors": [
5281                {
5282                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5283                },
5284                {
5285                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
5286                }
5287            ],
5288            "traits": {
5289                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns an array of <a>SqlInjectionMatchSet</a> objects.</p>"
5290            }
5291        },
5292        "com.amazonaws.waf#ListSqlInjectionMatchSetsRequest": {
5293            "type": "structure",
5294            "members": {
5295                "NextMarker": {
5296                    "target": "com.amazonaws.waf#NextMarker",
5297                    "traits": {
5298                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <a>SqlInjectionMatchSet</a> objects than the value of \n\t\t\t<code>Limit</code>, AWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of \n\t\t\t<code>SqlInjectionMatchSets</code>. For the second and subsequent <code>ListSqlInjectionMatchSets</code> requests, specify the \n\t\t\tvalue of <code>NextMarker</code> from the previous response to get information about another batch of <code>SqlInjectionMatchSets</code>.</p>"
5299                    }
5300                },
5301                "Limit": {
5302                    "target": "com.amazonaws.waf#PaginationLimit",
5303                    "traits": {
5304                        "smithy.api#documentation": "<p>Specifies the number of <a>SqlInjectionMatchSet</a> objects that you want AWS WAF to return for this request. If you have more \n\t\t\t<code>SqlInjectionMatchSet</code> objects than the number you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>Rules</code>.</p>"
5305                    }
5306                }
5307            },
5308            "traits": {
5309                "smithy.api#documentation": "<p>A request to list the <a>SqlInjectionMatchSet</a> objects created by the current AWS account.</p>"
5310            }
5311        },
5312        "com.amazonaws.waf#ListSqlInjectionMatchSetsResponse": {
5313            "type": "structure",
5314            "members": {
5315                "NextMarker": {
5316                    "target": "com.amazonaws.waf#NextMarker",
5317                    "traits": {
5318                        "smithy.api#documentation": "<p>If you have more <a>SqlInjectionMatchSet</a> objects than the number that you specified for <code>Limit</code> in the request, \n\t\t\tthe response includes a <code>NextMarker</code> value. To list more <code>SqlInjectionMatchSet</code> objects, submit another \n\t\t\t<code>ListSqlInjectionMatchSets</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
5319                    }
5320                },
5321                "SqlInjectionMatchSets": {
5322                    "target": "com.amazonaws.waf#SqlInjectionMatchSetSummaries",
5323                    "traits": {
5324                        "smithy.api#documentation": "<p>An array of <a>SqlInjectionMatchSetSummary</a> objects.</p>"
5325                    }
5326                }
5327            },
5328            "traits": {
5329                "smithy.api#documentation": "<p>The response to a <a>ListSqlInjectionMatchSets</a> request.</p>"
5330            }
5331        },
5332        "com.amazonaws.waf#ListSubscribedRuleGroups": {
5333            "type": "operation",
5334            "input": {
5335                "target": "com.amazonaws.waf#ListSubscribedRuleGroupsRequest"
5336            },
5337            "output": {
5338                "target": "com.amazonaws.waf#ListSubscribedRuleGroupsResponse"
5339            },
5340            "errors": [
5341                {
5342                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5343                },
5344                {
5345                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
5346                }
5347            ],
5348            "traits": {
5349                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returns an array of <a>RuleGroup</a> objects that you are subscribed to.</p>"
5350            }
5351        },
5352        "com.amazonaws.waf#ListSubscribedRuleGroupsRequest": {
5353            "type": "structure",
5354            "members": {
5355                "NextMarker": {
5356                    "target": "com.amazonaws.waf#NextMarker",
5357                    "traits": {
5358                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>ByteMatchSets</code>subscribed rule groups than the value of <code>Limit</code>, \n\t\t\tAWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of subscribed rule groups. \n\t\t\tFor the second and subsequent <code>ListSubscribedRuleGroupsRequest</code> requests, specify the value of <code>NextMarker</code> \n\t\t\tfrom the previous response to get information about another batch of subscribed rule groups.</p>"
5359                    }
5360                },
5361                "Limit": {
5362                    "target": "com.amazonaws.waf#PaginationLimit",
5363                    "traits": {
5364                        "smithy.api#documentation": "<p>Specifies the number of subscribed rule groups that you want AWS WAF to return for this request. If you have more \n\t\t\tobjects than the number you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of objects.</p>"
5365                    }
5366                }
5367            }
5368        },
5369        "com.amazonaws.waf#ListSubscribedRuleGroupsResponse": {
5370            "type": "structure",
5371            "members": {
5372                "NextMarker": {
5373                    "target": "com.amazonaws.waf#NextMarker",
5374                    "traits": {
5375                        "smithy.api#documentation": "<p>If you have more objects than the number that you specified for <code>Limit</code> in the request, \n\t\t\tthe response includes a <code>NextMarker</code> value. To list more objects, submit another \n\t\t\t<code>ListSubscribedRuleGroups</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
5376                    }
5377                },
5378                "RuleGroups": {
5379                    "target": "com.amazonaws.waf#SubscribedRuleGroupSummaries",
5380                    "traits": {
5381                        "smithy.api#documentation": "<p>An array of <a>RuleGroup</a> objects.</p>"
5382                    }
5383                }
5384            }
5385        },
5386        "com.amazonaws.waf#ListTagsForResource": {
5387            "type": "operation",
5388            "input": {
5389                "target": "com.amazonaws.waf#ListTagsForResourceRequest"
5390            },
5391            "output": {
5392                "target": "com.amazonaws.waf#ListTagsForResourceResponse"
5393            },
5394            "errors": [
5395                {
5396                    "target": "com.amazonaws.waf#WAFBadRequestException"
5397                },
5398                {
5399                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5400                },
5401                {
5402                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
5403                },
5404                {
5405                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
5406                },
5407                {
5408                    "target": "com.amazonaws.waf#WAFTagOperationException"
5409                },
5410                {
5411                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
5412                }
5413            ],
5414            "traits": {
5415                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n        <p>Retrieves the tags associated with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to \"customer\" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.</p>\n        <p>Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.  </p>"
5416            }
5417        },
5418        "com.amazonaws.waf#ListTagsForResourceRequest": {
5419            "type": "structure",
5420            "members": {
5421                "NextMarker": {
5422                    "target": "com.amazonaws.waf#NextMarker",
5423                    "traits": {
5424                        "smithy.api#documentation": "<p></p>"
5425                    }
5426                },
5427                "Limit": {
5428                    "target": "com.amazonaws.waf#PaginationLimit",
5429                    "traits": {
5430                        "smithy.api#documentation": "<p></p>"
5431                    }
5432                },
5433                "ResourceARN": {
5434                    "target": "com.amazonaws.waf#ResourceArn",
5435                    "traits": {
5436                        "smithy.api#documentation": "<p></p>",
5437                        "smithy.api#required": {}
5438                    }
5439                }
5440            }
5441        },
5442        "com.amazonaws.waf#ListTagsForResourceResponse": {
5443            "type": "structure",
5444            "members": {
5445                "NextMarker": {
5446                    "target": "com.amazonaws.waf#NextMarker",
5447                    "traits": {
5448                        "smithy.api#documentation": "<p></p>"
5449                    }
5450                },
5451                "TagInfoForResource": {
5452                    "target": "com.amazonaws.waf#TagInfoForResource",
5453                    "traits": {
5454                        "smithy.api#documentation": "<p></p>"
5455                    }
5456                }
5457            }
5458        },
5459        "com.amazonaws.waf#ListWebACLs": {
5460            "type": "operation",
5461            "input": {
5462                "target": "com.amazonaws.waf#ListWebACLsRequest"
5463            },
5464            "output": {
5465                "target": "com.amazonaws.waf#ListWebACLsResponse"
5466            },
5467            "errors": [
5468                {
5469                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5470                },
5471                {
5472                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
5473                }
5474            ],
5475            "traits": {
5476                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns an array of <a>WebACLSummary</a> objects in the response.</p>"
5477            }
5478        },
5479        "com.amazonaws.waf#ListWebACLsRequest": {
5480            "type": "structure",
5481            "members": {
5482                "NextMarker": {
5483                    "target": "com.amazonaws.waf#NextMarker",
5484                    "traits": {
5485                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <code>WebACL</code> objects than the number that you specify \n\t\t\tfor <code>Limit</code>, AWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of \n\t\t\t<code>WebACL</code> objects. For the second and subsequent <code>ListWebACLs</code> requests, specify the value of <code>NextMarker</code> \n\t\t\tfrom the previous response to get information about another batch of <code>WebACL</code> objects.</p>"
5486                    }
5487                },
5488                "Limit": {
5489                    "target": "com.amazonaws.waf#PaginationLimit",
5490                    "traits": {
5491                        "smithy.api#documentation": "<p>Specifies the number of <code>WebACL</code> objects that you want AWS WAF to return for this request. If you have more \n\t\t\t<code>WebACL</code> objects than the number that you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>WebACL</code> objects.</p>"
5492                    }
5493                }
5494            }
5495        },
5496        "com.amazonaws.waf#ListWebACLsResponse": {
5497            "type": "structure",
5498            "members": {
5499                "NextMarker": {
5500                    "target": "com.amazonaws.waf#NextMarker",
5501                    "traits": {
5502                        "smithy.api#documentation": "<p>If you have more <code>WebACL</code> objects than the number that you specified for <code>Limit</code> in the request, \n\t\t\tthe response includes a <code>NextMarker</code> value. To list more <code>WebACL</code> objects, submit another \n\t\t\t<code>ListWebACLs</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
5503                    }
5504                },
5505                "WebACLs": {
5506                    "target": "com.amazonaws.waf#WebACLSummaries",
5507                    "traits": {
5508                        "smithy.api#documentation": "<p>An array of <a>WebACLSummary</a> objects.</p>"
5509                    }
5510                }
5511            }
5512        },
5513        "com.amazonaws.waf#ListXssMatchSets": {
5514            "type": "operation",
5515            "input": {
5516                "target": "com.amazonaws.waf#ListXssMatchSetsRequest"
5517            },
5518            "output": {
5519                "target": "com.amazonaws.waf#ListXssMatchSetsResponse"
5520            },
5521            "errors": [
5522                {
5523                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5524                },
5525                {
5526                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
5527                }
5528            ],
5529            "traits": {
5530                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Returns an array of <a>XssMatchSet</a> objects.</p>"
5531            }
5532        },
5533        "com.amazonaws.waf#ListXssMatchSetsRequest": {
5534            "type": "structure",
5535            "members": {
5536                "NextMarker": {
5537                    "target": "com.amazonaws.waf#NextMarker",
5538                    "traits": {
5539                        "smithy.api#documentation": "<p>If you specify a value for <code>Limit</code> and you have more <a>XssMatchSet</a> objects than the value of \n\t\t\t<code>Limit</code>, AWS WAF returns a <code>NextMarker</code> value in the response that allows you to list another group of \n\t\t\t<code>XssMatchSets</code>. For the second and subsequent <code>ListXssMatchSets</code> requests, specify the \n\t\t\tvalue of <code>NextMarker</code> from the previous response to get information about another batch of <code>XssMatchSets</code>.</p>"
5540                    }
5541                },
5542                "Limit": {
5543                    "target": "com.amazonaws.waf#PaginationLimit",
5544                    "traits": {
5545                        "smithy.api#documentation": "<p>Specifies the number of <a>XssMatchSet</a> objects that you want AWS WAF to return for this request. If you have more \n\t\t\t<code>XssMatchSet</code> objects than the number you specify for <code>Limit</code>, the response includes a \n\t\t\t<code>NextMarker</code> value that you can use to get another batch of <code>Rules</code>.</p>"
5546                    }
5547                }
5548            },
5549            "traits": {
5550                "smithy.api#documentation": "<p>A request to list the <a>XssMatchSet</a> objects created by the current AWS account.</p>"
5551            }
5552        },
5553        "com.amazonaws.waf#ListXssMatchSetsResponse": {
5554            "type": "structure",
5555            "members": {
5556                "NextMarker": {
5557                    "target": "com.amazonaws.waf#NextMarker",
5558                    "traits": {
5559                        "smithy.api#documentation": "<p>If you have more <a>XssMatchSet</a> objects than the number that you specified for <code>Limit</code> in the request, \n\t\t\tthe response includes a <code>NextMarker</code> value. To list more <code>XssMatchSet</code> objects, submit another \n\t\t\t<code>ListXssMatchSets</code> request, and specify the <code>NextMarker</code> value from the response in the \n\t\t\t<code>NextMarker</code> value in the next request.</p>"
5560                    }
5561                },
5562                "XssMatchSets": {
5563                    "target": "com.amazonaws.waf#XssMatchSetSummaries",
5564                    "traits": {
5565                        "smithy.api#documentation": "<p>An array of <a>XssMatchSetSummary</a> objects.</p>"
5566                    }
5567                }
5568            },
5569            "traits": {
5570                "smithy.api#documentation": "<p>The response to a <a>ListXssMatchSets</a> request.</p>"
5571            }
5572        },
5573        "com.amazonaws.waf#LogDestinationConfigs": {
5574            "type": "list",
5575            "member": {
5576                "target": "com.amazonaws.waf#ResourceArn"
5577            },
5578            "traits": {
5579                "smithy.api#length": {
5580                    "min": 1,
5581                    "max": 1
5582                }
5583            }
5584        },
5585        "com.amazonaws.waf#LoggingConfiguration": {
5586            "type": "structure",
5587            "members": {
5588                "ResourceArn": {
5589                    "target": "com.amazonaws.waf#ResourceArn",
5590                    "traits": {
5591                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the web ACL that you want to associate with\n            <code>LogDestinationConfigs</code>.</p>",
5592                        "smithy.api#required": {}
5593                    }
5594                },
5595                "LogDestinationConfigs": {
5596                    "target": "com.amazonaws.waf#LogDestinationConfigs",
5597                    "traits": {
5598                        "smithy.api#documentation": "<p>An array of Amazon Kinesis Data Firehose ARNs.</p>",
5599                        "smithy.api#required": {}
5600                    }
5601                },
5602                "RedactedFields": {
5603                    "target": "com.amazonaws.waf#RedactedFields",
5604                    "traits": {
5605                        "smithy.api#documentation": "<p>The parts of the request that you want redacted from the logs. For\n         example,\n         if you redact the cookie field, the cookie field in the firehose will be\n            <code>xxx</code>. </p>"
5606                    }
5607                }
5608            },
5609            "traits": {
5610                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>The Amazon Kinesis Data Firehose, <code>RedactedFields</code>\n         information, and the web ACL Amazon Resource Name (ARN).</p>"
5611            }
5612        },
5613        "com.amazonaws.waf#LoggingConfigurations": {
5614            "type": "list",
5615            "member": {
5616                "target": "com.amazonaws.waf#LoggingConfiguration"
5617            }
5618        },
5619        "com.amazonaws.waf#ManagedKey": {
5620            "type": "string"
5621        },
5622        "com.amazonaws.waf#ManagedKeys": {
5623            "type": "list",
5624            "member": {
5625                "target": "com.amazonaws.waf#ManagedKey"
5626            }
5627        },
5628        "com.amazonaws.waf#MatchFieldData": {
5629            "type": "string",
5630            "traits": {
5631                "smithy.api#length": {
5632                    "min": 1,
5633                    "max": 128
5634                },
5635                "smithy.api#pattern": ".*\\S.*"
5636            }
5637        },
5638        "com.amazonaws.waf#MatchFieldType": {
5639            "type": "string",
5640            "traits": {
5641                "smithy.api#enum": [
5642                    {
5643                        "value": "URI",
5644                        "name": "URI"
5645                    },
5646                    {
5647                        "value": "QUERY_STRING",
5648                        "name": "QUERY_STRING"
5649                    },
5650                    {
5651                        "value": "HEADER",
5652                        "name": "HEADER"
5653                    },
5654                    {
5655                        "value": "METHOD",
5656                        "name": "METHOD"
5657                    },
5658                    {
5659                        "value": "BODY",
5660                        "name": "BODY"
5661                    },
5662                    {
5663                        "value": "SINGLE_QUERY_ARG",
5664                        "name": "SINGLE_QUERY_ARG"
5665                    },
5666                    {
5667                        "value": "ALL_QUERY_ARGS",
5668                        "name": "ALL_QUERY_ARGS"
5669                    }
5670                ]
5671            }
5672        },
5673        "com.amazonaws.waf#MetricName": {
5674            "type": "string",
5675            "traits": {
5676                "smithy.api#length": {
5677                    "min": 1,
5678                    "max": 128
5679                },
5680                "smithy.api#pattern": ".*\\S.*"
5681            }
5682        },
5683        "com.amazonaws.waf#MigrationErrorType": {
5684            "type": "string",
5685            "traits": {
5686                "smithy.api#enum": [
5687                    {
5688                        "value": "ENTITY_NOT_SUPPORTED",
5689                        "name": "ENTITY_NOT_SUPPORTED"
5690                    },
5691                    {
5692                        "value": "ENTITY_NOT_FOUND",
5693                        "name": "ENTITY_NOT_FOUND"
5694                    },
5695                    {
5696                        "value": "S3_BUCKET_NO_PERMISSION",
5697                        "name": "S3_BUCKET_NO_PERMISSION"
5698                    },
5699                    {
5700                        "value": "S3_BUCKET_NOT_ACCESSIBLE",
5701                        "name": "S3_BUCKET_NOT_ACCESSIBLE"
5702                    },
5703                    {
5704                        "value": "S3_BUCKET_NOT_FOUND",
5705                        "name": "S3_BUCKET_NOT_FOUND"
5706                    },
5707                    {
5708                        "value": "S3_BUCKET_INVALID_REGION",
5709                        "name": "S3_BUCKET_INVALID_REGION"
5710                    },
5711                    {
5712                        "value": "S3_INTERNAL_ERROR",
5713                        "name": "S3_INTERNAL_ERROR"
5714                    }
5715                ]
5716            }
5717        },
5718        "com.amazonaws.waf#Negated": {
5719            "type": "boolean",
5720            "traits": {
5721                "smithy.api#box": {}
5722            }
5723        },
5724        "com.amazonaws.waf#NextMarker": {
5725            "type": "string",
5726            "traits": {
5727                "smithy.api#length": {
5728                    "min": 1,
5729                    "max": 1224
5730                },
5731                "smithy.api#pattern": ".*\\S.*"
5732            }
5733        },
5734        "com.amazonaws.waf#PaginationLimit": {
5735            "type": "integer",
5736            "traits": {
5737                "smithy.api#range": {
5738                    "min": 0,
5739                    "max": 100
5740                }
5741            }
5742        },
5743        "com.amazonaws.waf#ParameterExceptionField": {
5744            "type": "string",
5745            "traits": {
5746                "smithy.api#enum": [
5747                    {
5748                        "value": "CHANGE_ACTION",
5749                        "name": "CHANGE_ACTION"
5750                    },
5751                    {
5752                        "value": "WAF_ACTION",
5753                        "name": "WAF_ACTION"
5754                    },
5755                    {
5756                        "value": "WAF_OVERRIDE_ACTION",
5757                        "name": "WAF_OVERRIDE_ACTION"
5758                    },
5759                    {
5760                        "value": "PREDICATE_TYPE",
5761                        "name": "PREDICATE_TYPE"
5762                    },
5763                    {
5764                        "value": "IPSET_TYPE",
5765                        "name": "IPSET_TYPE"
5766                    },
5767                    {
5768                        "value": "BYTE_MATCH_FIELD_TYPE",
5769                        "name": "BYTE_MATCH_FIELD_TYPE"
5770                    },
5771                    {
5772                        "value": "SQL_INJECTION_MATCH_FIELD_TYPE",
5773                        "name": "SQL_INJECTION_MATCH_FIELD_TYPE"
5774                    },
5775                    {
5776                        "value": "BYTE_MATCH_TEXT_TRANSFORMATION",
5777                        "name": "BYTE_MATCH_TEXT_TRANSFORMATION"
5778                    },
5779                    {
5780                        "value": "BYTE_MATCH_POSITIONAL_CONSTRAINT",
5781                        "name": "BYTE_MATCH_POSITIONAL_CONSTRAINT"
5782                    },
5783                    {
5784                        "value": "SIZE_CONSTRAINT_COMPARISON_OPERATOR",
5785                        "name": "SIZE_CONSTRAINT_COMPARISON_OPERATOR"
5786                    },
5787                    {
5788                        "value": "GEO_MATCH_LOCATION_TYPE",
5789                        "name": "GEO_MATCH_LOCATION_TYPE"
5790                    },
5791                    {
5792                        "value": "GEO_MATCH_LOCATION_VALUE",
5793                        "name": "GEO_MATCH_LOCATION_VALUE"
5794                    },
5795                    {
5796                        "value": "RATE_KEY",
5797                        "name": "RATE_KEY"
5798                    },
5799                    {
5800                        "value": "RULE_TYPE",
5801                        "name": "RULE_TYPE"
5802                    },
5803                    {
5804                        "value": "NEXT_MARKER",
5805                        "name": "NEXT_MARKER"
5806                    },
5807                    {
5808                        "value": "RESOURCE_ARN",
5809                        "name": "RESOURCE_ARN"
5810                    },
5811                    {
5812                        "value": "TAGS",
5813                        "name": "TAGS"
5814                    },
5815                    {
5816                        "value": "TAG_KEYS",
5817                        "name": "TAG_KEYS"
5818                    }
5819                ]
5820            }
5821        },
5822        "com.amazonaws.waf#ParameterExceptionParameter": {
5823            "type": "string",
5824            "traits": {
5825                "smithy.api#length": {
5826                    "min": 1
5827                }
5828            }
5829        },
5830        "com.amazonaws.waf#ParameterExceptionReason": {
5831            "type": "string",
5832            "traits": {
5833                "smithy.api#enum": [
5834                    {
5835                        "value": "INVALID_OPTION",
5836                        "name": "INVALID_OPTION"
5837                    },
5838                    {
5839                        "value": "ILLEGAL_COMBINATION",
5840                        "name": "ILLEGAL_COMBINATION"
5841                    },
5842                    {
5843                        "value": "ILLEGAL_ARGUMENT",
5844                        "name": "ILLEGAL_ARGUMENT"
5845                    },
5846                    {
5847                        "value": "INVALID_TAG_KEY",
5848                        "name": "INVALID_TAG_KEY"
5849                    }
5850                ]
5851            }
5852        },
5853        "com.amazonaws.waf#PolicyString": {
5854            "type": "string",
5855            "traits": {
5856                "smithy.api#length": {
5857                    "min": 1,
5858                    "max": 395000
5859                },
5860                "smithy.api#pattern": ".*\\S.*"
5861            }
5862        },
5863        "com.amazonaws.waf#PopulationSize": {
5864            "type": "long"
5865        },
5866        "com.amazonaws.waf#PositionalConstraint": {
5867            "type": "string",
5868            "traits": {
5869                "smithy.api#enum": [
5870                    {
5871                        "value": "EXACTLY",
5872                        "name": "EXACTLY"
5873                    },
5874                    {
5875                        "value": "STARTS_WITH",
5876                        "name": "STARTS_WITH"
5877                    },
5878                    {
5879                        "value": "ENDS_WITH",
5880                        "name": "ENDS_WITH"
5881                    },
5882                    {
5883                        "value": "CONTAINS",
5884                        "name": "CONTAINS"
5885                    },
5886                    {
5887                        "value": "CONTAINS_WORD",
5888                        "name": "CONTAINS_WORD"
5889                    }
5890                ]
5891            }
5892        },
5893        "com.amazonaws.waf#Predicate": {
5894            "type": "structure",
5895            "members": {
5896                "Negated": {
5897                    "target": "com.amazonaws.waf#Negated",
5898                    "traits": {
5899                        "smithy.api#documentation": "<p>Set <code>Negated</code> to <code>False</code> if you want AWS WAF to allow, block, or count requests based on the settings in the \n\t\t       specified <a>ByteMatchSet</a>, <a>IPSet</a>, <a>SqlInjectionMatchSet</a>, <a>XssMatchSet</a>, <a>RegexMatchSet</a>,  <a>GeoMatchSet</a>,  or <a>SizeConstraintSet</a>.\n\t\t\tFor example, if an <code>IPSet</code> includes the IP address <code>192.0.2.44</code>, AWS WAF will allow or block requests based on that IP address.</p> \n\t\t       <p>Set <code>Negated</code> to <code>True</code> if you want AWS WAF to allow or block a request based on the negation \n\t\t       of the settings in the <a>ByteMatchSet</a>, <a>IPSet</a>, <a>SqlInjectionMatchSet</a>, <a>XssMatchSet</a>, <a>RegexMatchSet</a>,  <a>GeoMatchSet</a>, or <a>SizeConstraintSet</a>.\n\t\t\tFor example, if an <code>IPSet</code> includes the IP address <code>192.0.2.44</code>, AWS WAF will allow, block, or count requests based on \n\t\t\tall IP addresses <i>except</i> \n            <code>192.0.2.44</code>.</p>",
5900                        "smithy.api#required": {}
5901                    }
5902                },
5903                "Type": {
5904                    "target": "com.amazonaws.waf#PredicateType",
5905                    "traits": {
5906                        "smithy.api#documentation": "<p>The type of predicate in a <code>Rule</code>, such as <code>ByteMatch</code> or <code>IPSet</code>.</p>",
5907                        "smithy.api#required": {}
5908                    }
5909                },
5910                "DataId": {
5911                    "target": "com.amazonaws.waf#ResourceId",
5912                    "traits": {
5913                        "smithy.api#documentation": "<p>A unique identifier for a predicate in a <code>Rule</code>, such as <code>ByteMatchSetId</code> or <code>IPSetId</code>. \n\t\t\tThe ID is returned by the corresponding <code>Create</code> or <code>List</code> command.</p>",
5914                        "smithy.api#required": {}
5915                    }
5916                }
5917            },
5918            "traits": {
5919                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t        <p>Specifies the <a>ByteMatchSet</a>, <a>IPSet</a>, <a>SqlInjectionMatchSet</a>, <a>XssMatchSet</a>, <a>RegexMatchSet</a>,  <a>GeoMatchSet</a>, and <a>SizeConstraintSet</a> objects \n\t\t\tthat you want to add to a <code>Rule</code> and, for each object, indicates whether you want to negate the settings, for example, requests that do \n\t\t\tNOT originate from the IP address 192.0.2.44. </p>"
5920            }
5921        },
5922        "com.amazonaws.waf#PredicateType": {
5923            "type": "string",
5924            "traits": {
5925                "smithy.api#enum": [
5926                    {
5927                        "value": "IPMatch",
5928                        "name": "IP_MATCH"
5929                    },
5930                    {
5931                        "value": "ByteMatch",
5932                        "name": "BYTE_MATCH"
5933                    },
5934                    {
5935                        "value": "SqlInjectionMatch",
5936                        "name": "SQL_INJECTION_MATCH"
5937                    },
5938                    {
5939                        "value": "GeoMatch",
5940                        "name": "GEO_MATCH"
5941                    },
5942                    {
5943                        "value": "SizeConstraint",
5944                        "name": "SIZE_CONSTRAINT"
5945                    },
5946                    {
5947                        "value": "XssMatch",
5948                        "name": "XSS_MATCH"
5949                    },
5950                    {
5951                        "value": "RegexMatch",
5952                        "name": "REGEX_MATCH"
5953                    }
5954                ]
5955            }
5956        },
5957        "com.amazonaws.waf#Predicates": {
5958            "type": "list",
5959            "member": {
5960                "target": "com.amazonaws.waf#Predicate"
5961            }
5962        },
5963        "com.amazonaws.waf#PutLoggingConfiguration": {
5964            "type": "operation",
5965            "input": {
5966                "target": "com.amazonaws.waf#PutLoggingConfigurationRequest"
5967            },
5968            "output": {
5969                "target": "com.amazonaws.waf#PutLoggingConfigurationResponse"
5970            },
5971            "errors": [
5972                {
5973                    "target": "com.amazonaws.waf#WAFInternalErrorException"
5974                },
5975                {
5976                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
5977                },
5978                {
5979                    "target": "com.amazonaws.waf#WAFServiceLinkedRoleErrorException"
5980                },
5981                {
5982                    "target": "com.amazonaws.waf#WAFStaleDataException"
5983                }
5984            ],
5985            "traits": {
5986                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Associates a <a>LoggingConfiguration</a> with a specified web ACL.</p>\n\t        <p>You can access information about all traffic that AWS WAF inspects using the following\n         steps:</p>\n\t        <ol>\n            <li>\n               <p>Create an Amazon Kinesis Data\n               Firehose. </p>\n\t              <p>Create the data firehose with a PUT source and in the region that you are operating. However, if you are capturing logs for Amazon CloudFront, always create the firehose in US East (N. Virginia). </p>\n\t              <note>\n                  <p>Do not create the data firehose using a <code>Kinesis stream</code> as your source.</p>\n               </note>\n            </li>\n            <li>\n               <p>Associate that firehose to your web ACL using a <code>PutLoggingConfiguration</code> request.</p>\n            </li>\n         </ol>\n\t  \n         <p>When you successfully enable logging using a <code>PutLoggingConfiguration</code> request, AWS WAF will create a service linked role with the necessary permissions to write logs to the Amazon Kinesis Data Firehose.  For more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/logging.html\">Logging Web ACL Traffic Information</a> in the <i>AWS WAF Developer Guide</i>.</p>"
5987            }
5988        },
5989        "com.amazonaws.waf#PutLoggingConfigurationRequest": {
5990            "type": "structure",
5991            "members": {
5992                "LoggingConfiguration": {
5993                    "target": "com.amazonaws.waf#LoggingConfiguration",
5994                    "traits": {
5995                        "smithy.api#documentation": "<p>The Amazon Kinesis Data Firehose that contains the inspected traffic\n         information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL\n         to monitor.</p>\n         <note>\n            <p>When specifying <code>Type</code> in <code>RedactedFields</code>, you must use one of\n            the following values: <code>URI</code>, <code>QUERY_STRING</code>, <code>HEADER</code>,\n            or <code>METHOD</code>.</p>\n         </note>",
5996                        "smithy.api#required": {}
5997                    }
5998                }
5999            }
6000        },
6001        "com.amazonaws.waf#PutLoggingConfigurationResponse": {
6002            "type": "structure",
6003            "members": {
6004                "LoggingConfiguration": {
6005                    "target": "com.amazonaws.waf#LoggingConfiguration",
6006                    "traits": {
6007                        "smithy.api#documentation": "<p>The <a>LoggingConfiguration</a> that you submitted in the request.</p>"
6008                    }
6009                }
6010            }
6011        },
6012        "com.amazonaws.waf#PutPermissionPolicy": {
6013            "type": "operation",
6014            "input": {
6015                "target": "com.amazonaws.waf#PutPermissionPolicyRequest"
6016            },
6017            "output": {
6018                "target": "com.amazonaws.waf#PutPermissionPolicyResponse"
6019            },
6020            "errors": [
6021                {
6022                    "target": "com.amazonaws.waf#WAFInternalErrorException"
6023                },
6024                {
6025                    "target": "com.amazonaws.waf#WAFInvalidPermissionPolicyException"
6026                },
6027                {
6028                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
6029                },
6030                {
6031                    "target": "com.amazonaws.waf#WAFStaleDataException"
6032                }
6033            ],
6034            "traits": {
6035                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Attaches an IAM policy to the specified resource. The only supported use for this action is to share a RuleGroup across accounts.</p>\n         <p>The <code>PutPermissionPolicy</code> is subject to the following restrictions:</p>\n         <ul>\n            <li>\n               <p>You can attach only one policy with each <code>PutPermissionPolicy</code> request.</p>\n            </li>\n            <li>\n               <p>The policy must include an <code>Effect</code>, <code>Action</code> and <code>Principal</code>. </p>\n            </li>\n            <li>\n            \n               <p>\n                  <code>Effect</code> must specify <code>Allow</code>.</p>\n            </li>\n            <li>\n               <p>The <code>Action</code> in the policy must be <code>waf:UpdateWebACL</code>, <code>waf-regional:UpdateWebACL</code>, <code>waf:GetRuleGroup</code> and <code>waf-regional:GetRuleGroup</code> . Any extra or wildcard actions in the policy will be rejected.</p>\n            </li>\n            <li>\n               <p>The policy cannot include a <code>Resource</code> parameter.</p>\n            </li>\n            <li>\n               <p>The ARN in the request must be a valid WAF RuleGroup ARN and the RuleGroup must exist in the same region.</p>\n            </li>\n            <li>\n               <p>The user making the request must be the owner of the RuleGroup.</p>\n            </li>\n            <li> \n               <p>Your policy must be composed using IAM Policy version 2012-10-17.</p>\n            </li>\n         </ul>     \n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html\">IAM Policies</a>.  </p>  \n         \n         <p>An example of a valid policy parameter is shown in the Examples section below.</p>"
6036            }
6037        },
6038        "com.amazonaws.waf#PutPermissionPolicyRequest": {
6039            "type": "structure",
6040            "members": {
6041                "ResourceArn": {
6042                    "target": "com.amazonaws.waf#ResourceArn",
6043                    "traits": {
6044                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the RuleGroup to which you want to attach the policy.</p>",
6045                        "smithy.api#required": {}
6046                    }
6047                },
6048                "Policy": {
6049                    "target": "com.amazonaws.waf#PolicyString",
6050                    "traits": {
6051                        "smithy.api#documentation": "<p>The policy to attach to the specified RuleGroup.</p>",
6052                        "smithy.api#required": {}
6053                    }
6054                }
6055            }
6056        },
6057        "com.amazonaws.waf#PutPermissionPolicyResponse": {
6058            "type": "structure",
6059            "members": {}
6060        },
6061        "com.amazonaws.waf#RateBasedRule": {
6062            "type": "structure",
6063            "members": {
6064                "RuleId": {
6065                    "target": "com.amazonaws.waf#ResourceId",
6066                    "traits": {
6067                        "smithy.api#documentation": "<p>A unique identifier for a <code>RateBasedRule</code>. You use <code>RuleId</code> to\n         get more information about a <code>RateBasedRule</code> (see <a>GetRateBasedRule</a>), update a <code>RateBasedRule</code> (see <a>UpdateRateBasedRule</a>), insert a <code>RateBasedRule</code> into a\n            <code>WebACL</code> or delete one from a <code>WebACL</code> (see <a>UpdateWebACL</a>), or delete a <code>RateBasedRule</code> from AWS WAF (see <a>DeleteRateBasedRule</a>).</p>",
6068                        "smithy.api#required": {}
6069                    }
6070                },
6071                "Name": {
6072                    "target": "com.amazonaws.waf#ResourceName",
6073                    "traits": {
6074                        "smithy.api#documentation": "<p>A friendly name or description for a <code>RateBasedRule</code>. You can't change the\n         name of a <code>RateBasedRule</code> after you create it.</p>"
6075                    }
6076                },
6077                "MetricName": {
6078                    "target": "com.amazonaws.waf#MetricName",
6079                    "traits": {
6080                        "smithy.api#documentation": "<p>A friendly name or description for the metrics for a <code>RateBasedRule</code>. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain\n         whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can't change the name of the metric after you create the\n            <code>RateBasedRule</code>.</p>"
6081                    }
6082                },
6083                "MatchPredicates": {
6084                    "target": "com.amazonaws.waf#Predicates",
6085                    "traits": {
6086                        "smithy.api#documentation": "<p>The <code>Predicates</code> object contains one <code>Predicate</code> element for\n         each <a>ByteMatchSet</a>, <a>IPSet</a>, or <a>SqlInjectionMatchSet</a> object that you want to include in a\n            <code>RateBasedRule</code>.</p>",
6087                        "smithy.api#required": {}
6088                    }
6089                },
6090                "RateKey": {
6091                    "target": "com.amazonaws.waf#RateKey",
6092                    "traits": {
6093                        "smithy.api#documentation": "<p>The field that AWS WAF uses to determine if requests are likely arriving from single\n         source and thus subject to rate monitoring. The only valid value for <code>RateKey</code>\n         is <code>IP</code>. <code>IP</code> indicates that requests arriving from the same IP\n         address are subject to the <code>RateLimit</code> that is specified in the\n            <code>RateBasedRule</code>.</p>",
6094                        "smithy.api#required": {}
6095                    }
6096                },
6097                "RateLimit": {
6098                    "target": "com.amazonaws.waf#RateLimit",
6099                    "traits": {
6100                        "smithy.api#documentation": "<p>The maximum number of requests, which have an identical value in the field specified\n         by the <code>RateKey</code>, allowed in a five-minute period. If the number of requests\n         exceeds the <code>RateLimit</code> and the other predicates specified in the rule are also\n         met, AWS WAF triggers the action that is specified for this rule.</p>",
6101                        "smithy.api#required": {}
6102                    }
6103                }
6104            },
6105            "traits": {
6106                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>A <code>RateBasedRule</code> is identical to a regular <a>Rule</a>, with\n         one addition: a <code>RateBasedRule</code> counts the number of requests that arrive from a\n         specified IP address every five minutes. For example, based on recent requests that you've\n         seen from an attacker, you might create a <code>RateBasedRule</code> that includes the\n         following conditions: </p>\n         <ul>\n            <li>\n               <p>The requests come from 192.0.2.44.</p>\n            </li>\n            <li>\n               <p>They contain the value <code>BadBot</code> in the <code>User-Agent</code>\n               header.</p>\n            </li>\n         </ul>\n         <p>In the rule, you also define the rate limit as 1,000.</p>\n         <p>Requests that meet both of these conditions and exceed 1,000 requests every five\n         minutes trigger the rule's action (block or count), which is defined in the web\n         ACL.</p>"
6107            }
6108        },
6109        "com.amazonaws.waf#RateKey": {
6110            "type": "string",
6111            "traits": {
6112                "smithy.api#enum": [
6113                    {
6114                        "value": "IP",
6115                        "name": "IP"
6116                    }
6117                ]
6118            }
6119        },
6120        "com.amazonaws.waf#RateLimit": {
6121            "type": "long",
6122            "traits": {
6123                "smithy.api#range": {
6124                    "min": 100,
6125                    "max": 2000000000
6126                }
6127            }
6128        },
6129        "com.amazonaws.waf#RedactedFields": {
6130            "type": "list",
6131            "member": {
6132                "target": "com.amazonaws.waf#FieldToMatch"
6133            }
6134        },
6135        "com.amazonaws.waf#RegexMatchSet": {
6136            "type": "structure",
6137            "members": {
6138                "RegexMatchSetId": {
6139                    "target": "com.amazonaws.waf#ResourceId",
6140                    "traits": {
6141                        "smithy.api#documentation": "<p>The <code>RegexMatchSetId</code> for a <code>RegexMatchSet</code>. You use <code>RegexMatchSetId</code> to get information about a \n\t\t\t<code>RegexMatchSet</code> (see <a>GetRegexMatchSet</a>), update a <code>RegexMatchSet</code> (see <a>UpdateRegexMatchSet</a>), \n\t\t\tinsert a <code>RegexMatchSet</code> into a <code>Rule</code> or delete one from a <code>Rule</code> (see <a>UpdateRule</a>), and  \n\t\t\tdelete a <code>RegexMatchSet</code> from AWS WAF (see <a>DeleteRegexMatchSet</a>).</p>\n\t\t       <p>\n            <code>RegexMatchSetId</code> is returned by <a>CreateRegexMatchSet</a> and by <a>ListRegexMatchSets</a>.</p>"
6142                    }
6143                },
6144                "Name": {
6145                    "target": "com.amazonaws.waf#ResourceName",
6146                    "traits": {
6147                        "smithy.api#documentation": "<p>A friendly name or description of the <a>RegexMatchSet</a>. You can't change <code>Name</code> after you create a \n\t\t\t<code>RegexMatchSet</code>.</p>"
6148                    }
6149                },
6150                "RegexMatchTuples": {
6151                    "target": "com.amazonaws.waf#RegexMatchTuples",
6152                    "traits": {
6153                        "smithy.api#documentation": "<p>Contains an array of <a>RegexMatchTuple</a> objects. Each <code>RegexMatchTuple</code> \n\t\t\t\tobject contains: </p>\n\t\t       <ul>\n            <li>\n               <p>The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the <code>User-Agent</code> header. </p>\n            </li>\n            <li>\n               <p>The identifier of the pattern (a regular expression) that you want AWS WAF to look for. For more information, see <a>RegexPatternSet</a>.</p>\n            </li>\n            <li>\n               <p>Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.</p>\n\t\t\t         </li>\n         </ul>"
6154                    }
6155                }
6156            },
6157            "traits": {
6158                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>In a <a>GetRegexMatchSet</a> request, <code>RegexMatchSet</code> is a complex type that contains the <code>RegexMatchSetId</code> and \n\t\t\t<code>Name</code> of a <code>RegexMatchSet</code>, and the values that you specified when you updated the <code>RegexMatchSet</code>.</p>\n         <p> The values are contained in a <code>RegexMatchTuple</code> object, which specify the parts of web requests that you want AWS WAF to inspect and the values that you want AWS WAF to search for. If a <code>RegexMatchSet</code> contains more than one \n\t\t\t<code>RegexMatchTuple</code> object, a request needs to match the settings in only one <code>ByteMatchTuple</code> \n\t\t\tto be considered a match.</p>"
6159            }
6160        },
6161        "com.amazonaws.waf#RegexMatchSetSummaries": {
6162            "type": "list",
6163            "member": {
6164                "target": "com.amazonaws.waf#RegexMatchSetSummary"
6165            }
6166        },
6167        "com.amazonaws.waf#RegexMatchSetSummary": {
6168            "type": "structure",
6169            "members": {
6170                "RegexMatchSetId": {
6171                    "target": "com.amazonaws.waf#ResourceId",
6172                    "traits": {
6173                        "smithy.api#documentation": "<p>The <code>RegexMatchSetId</code> for a <code>RegexMatchSet</code>. You use <code>RegexMatchSetId</code> to get information about a <code>RegexMatchSet</code>,\n\t\t\tupdate a <code>RegexMatchSet</code>, remove a <code>RegexMatchSet</code> from a <code>Rule</code>, and delete a <code>RegexMatchSet</code> from AWS WAF.</p>\n\t\t       <p>\n            <code>RegexMatchSetId</code> is returned by <a>CreateRegexMatchSet</a> and by <a>ListRegexMatchSets</a>.</p>",
6174                        "smithy.api#required": {}
6175                    }
6176                },
6177                "Name": {
6178                    "target": "com.amazonaws.waf#ResourceName",
6179                    "traits": {
6180                        "smithy.api#documentation": "<p>A friendly name or description of the <a>RegexMatchSet</a>. You can't change <code>Name</code> after you create a <code>RegexMatchSet</code>.</p>",
6181                        "smithy.api#required": {}
6182                    }
6183                }
6184            },
6185            "traits": {
6186                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returned by <a>ListRegexMatchSets</a>. Each <code>RegexMatchSetSummary</code> object includes the <code>Name</code> and \n\t\t\t<code>RegexMatchSetId</code> for one <a>RegexMatchSet</a>.</p>"
6187            }
6188        },
6189        "com.amazonaws.waf#RegexMatchSetUpdate": {
6190            "type": "structure",
6191            "members": {
6192                "Action": {
6193                    "target": "com.amazonaws.waf#ChangeAction",
6194                    "traits": {
6195                        "smithy.api#documentation": "<p>Specifies whether to insert or delete a <a>RegexMatchTuple</a>.</p>",
6196                        "smithy.api#required": {}
6197                    }
6198                },
6199                "RegexMatchTuple": {
6200                    "target": "com.amazonaws.waf#RegexMatchTuple",
6201                    "traits": {
6202                        "smithy.api#documentation": "<p>Information about the part of a web request that you want AWS WAF to inspect and the identifier of the regular expression (regex) pattern that you want AWS WAF to search for.\n         If you specify <code>DELETE</code> for the value of <code>Action</code>, the <code>RegexMatchTuple</code> values must \n         exactly match the values in the <code>RegexMatchTuple</code> that you want to delete from the <code>RegexMatchSet</code>.</p>",
6203                        "smithy.api#required": {}
6204                    }
6205                }
6206            },
6207            "traits": {
6208                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>In an <a>UpdateRegexMatchSet</a> request, <code>RegexMatchSetUpdate</code> specifies whether to insert or delete a \n         <a>RegexMatchTuple</a> and includes the settings for the <code>RegexMatchTuple</code>.</p>"
6209            }
6210        },
6211        "com.amazonaws.waf#RegexMatchSetUpdates": {
6212            "type": "list",
6213            "member": {
6214                "target": "com.amazonaws.waf#RegexMatchSetUpdate"
6215            },
6216            "traits": {
6217                "smithy.api#length": {
6218                    "min": 1
6219                }
6220            }
6221        },
6222        "com.amazonaws.waf#RegexMatchTuple": {
6223            "type": "structure",
6224            "members": {
6225                "FieldToMatch": {
6226                    "target": "com.amazonaws.waf#FieldToMatch",
6227                    "traits": {
6228                        "smithy.api#documentation": "<p>Specifies where in a web request to look for the <code>RegexPatternSet</code>.</p>",
6229                        "smithy.api#required": {}
6230                    }
6231                },
6232                "TextTransformation": {
6233                    "target": "com.amazonaws.waf#TextTransformation",
6234                    "traits": {
6235                        "smithy.api#documentation": "<p>Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. \n\t\t\tIf you specify a transformation, AWS WAF performs the transformation on <code>RegexPatternSet</code> before inspecting a request for a match.</p>\t\n         <p>You can only specify a single type of TextTransformation.</p>\t\t\t\n\t\t       <p>\n            <b>CMD_LINE</b>\n         </p>\n\t\t       <p>When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:</p>\n\t\t       <ul>\n            <li>\n               <p>Delete the following characters: \\ \" ' ^</p>\n            </li>\n            <li>\n               <p>Delete spaces before the following characters: / (</p>\n            </li>\n            <li>\n               <p>Replace the following characters with a space: , ;</p>\n            </li>\n            <li>\n               <p>Replace multiple spaces with one space</p>\n            </li>\n            <li>\n               <p>Convert uppercase letters (A-Z) to lowercase (a-z)</p>\n            </li>\n         </ul>\n\t\t\n\t\t       <p>\n            <b>COMPRESS_WHITE_SPACE</b>\n         </p>\n\t\t       <p>Use this option to replace the following characters with a space character (decimal 32):</p>\n\t\t       <ul>\n            <li>\n               <p>\\f, formfeed, decimal 12</p>\n            </li>\n            <li>\n               <p>\\t, tab, decimal 9</p>\n            </li>\n            <li>\n               <p>\\n, newline, decimal 10</p>\n            </li>\n            <li>\n               <p>\\r, carriage return, decimal 13</p>\n            </li>\n            <li>\n               <p>\\v, vertical tab, decimal 11</p>\n            </li>\n            <li>\n               <p>non-breaking space, decimal 160</p>\n            </li>\n         </ul>\n\t\t       <p>\n            <code>COMPRESS_WHITE_SPACE</code> also replaces multiple spaces with one space.</p>\t\t\n\t\t       <p>\n            <b>HTML_ENTITY_DECODE</b>\n         </p>\n\t\t       <p>Use this option to replace HTML-encoded characters with unencoded characters. <code>HTML_ENTITY_DECODE</code> performs \n\t\t\tthe following operations:</p>\n\t\t       <ul>\n            <li>\n               <p>Replaces <code>(ampersand)quot;</code> with <code>\"</code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)nbsp;</code> with a non-breaking space, decimal 160</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)lt;</code> with a \"less than\" symbol</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)gt;</code> with <code>></code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in hexadecimal format, <code>(ampersand)#xhhhh;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in decimal format, <code>(ampersand)#nnnn;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n         </ul>\t\t\n\t\t       <p>\n            <b>LOWERCASE</b>\n         </p>\n\t\t       <p>Use this option to convert uppercase letters (A-Z) to lowercase (a-z).</p>\t\t\n\t\t       <p>\n            <b>URL_DECODE</b>\n         </p>\n\t\t       <p>Use this option to decode a URL-encoded value.</p>\t\t\n\t\t       <p>\n            <b>NONE</b>\n         </p>\n\t\t       <p>Specify <code>NONE</code> if you don't want to perform any text transformations.</p>",
6236                        "smithy.api#required": {}
6237                    }
6238                },
6239                "RegexPatternSetId": {
6240                    "target": "com.amazonaws.waf#ResourceId",
6241                    "traits": {
6242                        "smithy.api#documentation": "<p>The <code>RegexPatternSetId</code> for a <code>RegexPatternSet</code>. You use <code>RegexPatternSetId</code> to get information about a \n\t\t\t<code>RegexPatternSet</code> (see <a>GetRegexPatternSet</a>), update a <code>RegexPatternSet</code> (see <a>UpdateRegexPatternSet</a>), \n\t\t\tinsert a <code>RegexPatternSet</code> into a <code>RegexMatchSet</code> or delete one from a <code>RegexMatchSet</code> (see <a>UpdateRegexMatchSet</a>), and \n\t\t\tdelete an <code>RegexPatternSet</code> from AWS WAF (see <a>DeleteRegexPatternSet</a>).</p>\n\t\t       <p>\n\t\t          <code>RegexPatternSetId</code> is returned by <a>CreateRegexPatternSet</a> and by <a>ListRegexPatternSets</a>.</p>",
6243                        "smithy.api#required": {}
6244                    }
6245                }
6246            },
6247            "traits": {
6248                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. Each <code>RegexMatchTuple</code> object contains: </p>\n\t\t       <ul>\n            <li>\n               <p>The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the <code>User-Agent</code> header. </p>\n            </li>\n            <li>\n               <p>The identifier of the pattern (a regular expression) that you want AWS WAF to look for. For more information, see <a>RegexPatternSet</a>. </p>\n            </li>\n            <li>\n               <p>Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.</p>\n\t\t\t         </li>\n         </ul>"
6249            }
6250        },
6251        "com.amazonaws.waf#RegexMatchTuples": {
6252            "type": "list",
6253            "member": {
6254                "target": "com.amazonaws.waf#RegexMatchTuple"
6255            }
6256        },
6257        "com.amazonaws.waf#RegexPatternSet": {
6258            "type": "structure",
6259            "members": {
6260                "RegexPatternSetId": {
6261                    "target": "com.amazonaws.waf#ResourceId",
6262                    "traits": {
6263                        "smithy.api#documentation": "<p>The identifier for the <code>RegexPatternSet</code>. You use <code>RegexPatternSetId</code> to get information about a <code>RegexPatternSet</code>,\n         update a <code>RegexPatternSet</code>, remove a <code>RegexPatternSet</code> from a <code>RegexMatchSet</code>, and delete a <code>RegexPatternSet</code> from AWS WAF.</p>\n         <p>\n            <code>RegexMatchSetId</code> is returned by <a>CreateRegexPatternSet</a> and by <a>ListRegexPatternSets</a>.</p>",
6264                        "smithy.api#required": {}
6265                    }
6266                },
6267                "Name": {
6268                    "target": "com.amazonaws.waf#ResourceName",
6269                    "traits": {
6270                        "smithy.api#documentation": "<p>A friendly name or description of the <a>RegexPatternSet</a>. You can't change <code>Name</code> after you create a <code>RegexPatternSet</code>.</p>"
6271                    }
6272                },
6273                "RegexPatternStrings": {
6274                    "target": "com.amazonaws.waf#RegexPatternStrings",
6275                    "traits": {
6276                        "smithy.api#documentation": "<p>Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as <code>B[a@]dB[o0]t</code>.</p>",
6277                        "smithy.api#required": {}
6278                    }
6279                }
6280            },
6281            "traits": {
6282                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>The <code>RegexPatternSet</code> specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as <code>B[a@]dB[o0]t</code>. You can then configure AWS WAF to reject those requests.</p>"
6283            }
6284        },
6285        "com.amazonaws.waf#RegexPatternSetSummaries": {
6286            "type": "list",
6287            "member": {
6288                "target": "com.amazonaws.waf#RegexPatternSetSummary"
6289            }
6290        },
6291        "com.amazonaws.waf#RegexPatternSetSummary": {
6292            "type": "structure",
6293            "members": {
6294                "RegexPatternSetId": {
6295                    "target": "com.amazonaws.waf#ResourceId",
6296                    "traits": {
6297                        "smithy.api#documentation": "<p>The <code>RegexPatternSetId</code> for a <code>RegexPatternSet</code>. You use <code>RegexPatternSetId</code> to get information about a <code>RegexPatternSet</code>,\n         update a <code>RegexPatternSet</code>, remove a <code>RegexPatternSet</code> from a <code>RegexMatchSet</code>, and delete a <code>RegexPatternSet</code> from AWS WAF.</p>\n         <p>\n            <code>RegexPatternSetId</code> is returned by <a>CreateRegexPatternSet</a> and by <a>ListRegexPatternSets</a>.</p>",
6298                        "smithy.api#required": {}
6299                    }
6300                },
6301                "Name": {
6302                    "target": "com.amazonaws.waf#ResourceName",
6303                    "traits": {
6304                        "smithy.api#documentation": "<p>A friendly name or description of the <a>RegexPatternSet</a>. You can't change <code>Name</code> after you create a <code>RegexPatternSet</code>.</p>",
6305                        "smithy.api#required": {}
6306                    }
6307                }
6308            },
6309            "traits": {
6310                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Returned by <a>ListRegexPatternSets</a>. Each <code>RegexPatternSetSummary</code> object includes the <code>Name</code> and \n         <code>RegexPatternSetId</code> for one <a>RegexPatternSet</a>.</p>"
6311            }
6312        },
6313        "com.amazonaws.waf#RegexPatternSetUpdate": {
6314            "type": "structure",
6315            "members": {
6316                "Action": {
6317                    "target": "com.amazonaws.waf#ChangeAction",
6318                    "traits": {
6319                        "smithy.api#documentation": "<p>Specifies whether to insert or delete a <code>RegexPatternString</code>.</p>",
6320                        "smithy.api#required": {}
6321                    }
6322                },
6323                "RegexPatternString": {
6324                    "target": "com.amazonaws.waf#RegexPatternString",
6325                    "traits": {
6326                        "smithy.api#documentation": "<p>Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as <code>B[a@]dB[o0]t</code>.</p>",
6327                        "smithy.api#required": {}
6328                    }
6329                }
6330            },
6331            "traits": {
6332                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>In an <a>UpdateRegexPatternSet</a> request, <code>RegexPatternSetUpdate</code> specifies whether to insert or delete a \n         <code>RegexPatternString</code> and includes the settings for the <code>RegexPatternString</code>.</p>"
6333            }
6334        },
6335        "com.amazonaws.waf#RegexPatternSetUpdates": {
6336            "type": "list",
6337            "member": {
6338                "target": "com.amazonaws.waf#RegexPatternSetUpdate"
6339            },
6340            "traits": {
6341                "smithy.api#length": {
6342                    "min": 1
6343                }
6344            }
6345        },
6346        "com.amazonaws.waf#RegexPatternString": {
6347            "type": "string",
6348            "traits": {
6349                "smithy.api#length": {
6350                    "min": 1,
6351                    "max": 512
6352                },
6353                "smithy.api#pattern": ".*"
6354            }
6355        },
6356        "com.amazonaws.waf#RegexPatternStrings": {
6357            "type": "list",
6358            "member": {
6359                "target": "com.amazonaws.waf#RegexPatternString"
6360            },
6361            "traits": {
6362                "smithy.api#length": {
6363                    "min": 0,
6364                    "max": 10
6365                }
6366            }
6367        },
6368        "com.amazonaws.waf#ResourceArn": {
6369            "type": "string",
6370            "traits": {
6371                "smithy.api#length": {
6372                    "min": 1,
6373                    "max": 1224
6374                },
6375                "smithy.api#pattern": ".*\\S.*"
6376            }
6377        },
6378        "com.amazonaws.waf#ResourceId": {
6379            "type": "string",
6380            "traits": {
6381                "smithy.api#length": {
6382                    "min": 1,
6383                    "max": 128
6384                },
6385                "smithy.api#pattern": ".*\\S.*"
6386            }
6387        },
6388        "com.amazonaws.waf#ResourceName": {
6389            "type": "string",
6390            "traits": {
6391                "smithy.api#length": {
6392                    "min": 1,
6393                    "max": 128
6394                },
6395                "smithy.api#pattern": ".*\\S.*"
6396            }
6397        },
6398        "com.amazonaws.waf#Rule": {
6399            "type": "structure",
6400            "members": {
6401                "RuleId": {
6402                    "target": "com.amazonaws.waf#ResourceId",
6403                    "traits": {
6404                        "smithy.api#documentation": "<p>A unique identifier for a <code>Rule</code>. You use <code>RuleId</code> to get more information about a <code>Rule</code> (see <a>GetRule</a>), \n\t\t\tupdate a <code>Rule</code> (see <a>UpdateRule</a>), insert a <code>Rule</code> into a <code>WebACL</code> or delete a \n\t\t\tone from a <code>WebACL</code> (see <a>UpdateWebACL</a>), or delete a <code>Rule</code> from AWS WAF (see <a>DeleteRule</a>).</p>\n\t\t       <p>\n            <code>RuleId</code> is returned by <a>CreateRule</a> and by <a>ListRules</a>.</p>",
6405                        "smithy.api#required": {}
6406                    }
6407                },
6408                "Name": {
6409                    "target": "com.amazonaws.waf#ResourceName",
6410                    "traits": {
6411                        "smithy.api#documentation": "<p>The friendly name or description for the <code>Rule</code>. You can't change the name of a <code>Rule</code> after you create it.</p>"
6412                    }
6413                },
6414                "MetricName": {
6415                    "target": "com.amazonaws.waf#MetricName",
6416                    "traits": {
6417                        "smithy.api#documentation": "<p>A friendly name or description for the metrics for this <code>Rule</code>. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain\n         whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can't change <code>MetricName</code> after you create the <code>Rule</code>.</p>"
6418                    }
6419                },
6420                "Predicates": {
6421                    "target": "com.amazonaws.waf#Predicates",
6422                    "traits": {
6423                        "smithy.api#documentation": "<p>The <code>Predicates</code> object contains one <code>Predicate</code> element for each <a>ByteMatchSet</a>, <a>IPSet</a>, or \n\t\t\t<a>SqlInjectionMatchSet</a> object that you want to include in a <code>Rule</code>.</p>",
6424                        "smithy.api#required": {}
6425                    }
6426                }
6427            },
6428            "traits": {
6429                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>A combination of <a>ByteMatchSet</a>, <a>IPSet</a>, and/or <a>SqlInjectionMatchSet</a> objects that identify the web requests that you \n\t\t\twant to allow, block, or count. For example, you might create a <code>Rule</code> that includes the following predicates:</p>\n\t\t       <ul>\n            <li>\n               <p>An <code>IPSet</code> that causes AWS WAF to search for web requests that originate from the IP address <code>192.0.2.44</code>\n               </p>\n            </li>\n            <li>\n               <p>A <code>ByteMatchSet</code> that causes AWS WAF to search for web requests for which the value of the <code>User-Agent</code>\n\t\t\t\theader is <code>BadBot</code>.</p>\n            </li>\n         </ul>\n\t\t       <p>To match the settings in this <code>Rule</code>, a request must originate from <code>192.0.2.44</code> AND include a <code>User-Agent</code>\n\t\t\theader for which the value is <code>BadBot</code>.</p>"
6430            }
6431        },
6432        "com.amazonaws.waf#RuleGroup": {
6433            "type": "structure",
6434            "members": {
6435                "RuleGroupId": {
6436                    "target": "com.amazonaws.waf#ResourceId",
6437                    "traits": {
6438                        "smithy.api#documentation": "<p>A unique identifier for a <code>RuleGroup</code>. You use <code>RuleGroupId</code> to get more information about a <code>RuleGroup</code> (see <a>GetRuleGroup</a>), \n         update a <code>RuleGroup</code> (see <a>UpdateRuleGroup</a>), insert a <code>RuleGroup</code> into a <code>WebACL</code> or delete a \n         one from a <code>WebACL</code> (see <a>UpdateWebACL</a>), or delete a <code>RuleGroup</code> from AWS WAF (see <a>DeleteRuleGroup</a>).</p>\n         <p>\n            <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by <a>ListRuleGroups</a>.</p>",
6439                        "smithy.api#required": {}
6440                    }
6441                },
6442                "Name": {
6443                    "target": "com.amazonaws.waf#ResourceName",
6444                    "traits": {
6445                        "smithy.api#documentation": "<p>The friendly name or description for the <code>RuleGroup</code>. You can't change the name of a <code>RuleGroup</code> after you create it.</p>"
6446                    }
6447                },
6448                "MetricName": {
6449                    "target": "com.amazonaws.waf#MetricName",
6450                    "traits": {
6451                        "smithy.api#documentation": "<p>A friendly name or description for the metrics for this <code>RuleGroup</code>. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain\n         whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can't change the name of the metric after you create the <code>RuleGroup</code>.</p>"
6452                    }
6453                }
6454            },
6455            "traits": {
6456                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>A collection of predefined rules that you can add to a web ACL.</p>\n\t        <p>Rule groups are subject to the following limits:</p>\n\t        <ul>\n            <li>\n               <p>Three rule groups per account. You can request an increase to this limit by contacting customer support.</p>\n            </li>\n            <li>\n               <p>One rule group per web ACL.</p>\n            </li>\n            <li>\n               <p>Ten rules per rule group.</p>\n            </li>\n         </ul>"
6457            }
6458        },
6459        "com.amazonaws.waf#RuleGroupSummaries": {
6460            "type": "list",
6461            "member": {
6462                "target": "com.amazonaws.waf#RuleGroupSummary"
6463            }
6464        },
6465        "com.amazonaws.waf#RuleGroupSummary": {
6466            "type": "structure",
6467            "members": {
6468                "RuleGroupId": {
6469                    "target": "com.amazonaws.waf#ResourceId",
6470                    "traits": {
6471                        "smithy.api#documentation": "<p>A unique identifier for a <code>RuleGroup</code>. You use <code>RuleGroupId</code> to get more information about a <code>RuleGroup</code> (see <a>GetRuleGroup</a>), \n         update a <code>RuleGroup</code> (see <a>UpdateRuleGroup</a>), insert a <code>RuleGroup</code> into a <code>WebACL</code> or delete \n         one from a <code>WebACL</code> (see <a>UpdateWebACL</a>), or delete a <code>RuleGroup</code> from AWS WAF (see <a>DeleteRuleGroup</a>).</p>\n         <p>\n            <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by <a>ListRuleGroups</a>.</p>",
6472                        "smithy.api#required": {}
6473                    }
6474                },
6475                "Name": {
6476                    "target": "com.amazonaws.waf#ResourceName",
6477                    "traits": {
6478                        "smithy.api#documentation": "<p>A friendly name or description of the <a>RuleGroup</a>. You can't change the name of a <code>RuleGroup</code> after you create it.</p>",
6479                        "smithy.api#required": {}
6480                    }
6481                }
6482            },
6483            "traits": {
6484                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Contains the identifier and the friendly name or description of the <code>RuleGroup</code>.</p>"
6485            }
6486        },
6487        "com.amazonaws.waf#RuleGroupUpdate": {
6488            "type": "structure",
6489            "members": {
6490                "Action": {
6491                    "target": "com.amazonaws.waf#ChangeAction",
6492                    "traits": {
6493                        "smithy.api#documentation": "<p>Specify <code>INSERT</code> to add an <code>ActivatedRule</code> to a <code>RuleGroup</code>. Use <code>DELETE</code> to remove an \n         <code>ActivatedRule</code> from a <code>RuleGroup</code>.</p>",
6494                        "smithy.api#required": {}
6495                    }
6496                },
6497                "ActivatedRule": {
6498                    "target": "com.amazonaws.waf#ActivatedRule",
6499                    "traits": {
6500                        "smithy.api#documentation": "<p>The <code>ActivatedRule</code> object specifies a <code>Rule</code> that you want to insert or delete, \n         the priority of the <code>Rule</code> in the <code>WebACL</code>, and the action that you want AWS WAF to take when a web request matches the <code>Rule</code> \n         (<code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>).</p>",
6501                        "smithy.api#required": {}
6502                    }
6503                }
6504            },
6505            "traits": {
6506                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Specifies an <code>ActivatedRule</code> and indicates whether you want to add it to a \n         <code>RuleGroup</code> or delete it from a <code>RuleGroup</code>.</p>"
6507            }
6508        },
6509        "com.amazonaws.waf#RuleGroupUpdates": {
6510            "type": "list",
6511            "member": {
6512                "target": "com.amazonaws.waf#RuleGroupUpdate"
6513            },
6514            "traits": {
6515                "smithy.api#length": {
6516                    "min": 1
6517                }
6518            }
6519        },
6520        "com.amazonaws.waf#RulePriority": {
6521            "type": "integer",
6522            "traits": {
6523                "smithy.api#box": {}
6524            }
6525        },
6526        "com.amazonaws.waf#RuleSummaries": {
6527            "type": "list",
6528            "member": {
6529                "target": "com.amazonaws.waf#RuleSummary"
6530            }
6531        },
6532        "com.amazonaws.waf#RuleSummary": {
6533            "type": "structure",
6534            "members": {
6535                "RuleId": {
6536                    "target": "com.amazonaws.waf#ResourceId",
6537                    "traits": {
6538                        "smithy.api#documentation": "<p>A unique identifier for a <code>Rule</code>. You use <code>RuleId</code> to get more information about a <code>Rule</code> (see <a>GetRule</a>), \n\t\t\tupdate a <code>Rule</code> (see <a>UpdateRule</a>), insert a <code>Rule</code> into a <code>WebACL</code> or delete \n\t\t\tone from a <code>WebACL</code> (see <a>UpdateWebACL</a>), or delete a <code>Rule</code> from AWS WAF (see <a>DeleteRule</a>).</p>\n\t\t       <p>\n            <code>RuleId</code> is returned by <a>CreateRule</a> and by <a>ListRules</a>.</p>",
6539                        "smithy.api#required": {}
6540                    }
6541                },
6542                "Name": {
6543                    "target": "com.amazonaws.waf#ResourceName",
6544                    "traits": {
6545                        "smithy.api#documentation": "<p>A friendly name or description of the <a>Rule</a>. You can't change the name of a <code>Rule</code> after you create it.</p>",
6546                        "smithy.api#required": {}
6547                    }
6548                }
6549            },
6550            "traits": {
6551                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Contains the identifier and the friendly name or description of the <code>Rule</code>.</p>"
6552            }
6553        },
6554        "com.amazonaws.waf#RuleUpdate": {
6555            "type": "structure",
6556            "members": {
6557                "Action": {
6558                    "target": "com.amazonaws.waf#ChangeAction",
6559                    "traits": {
6560                        "smithy.api#documentation": "<p>Specify <code>INSERT</code> to add a <code>Predicate</code> to a <code>Rule</code>. Use <code>DELETE</code> to remove a \n\t\t\t<code>Predicate</code> from a <code>Rule</code>.</p>",
6561                        "smithy.api#required": {}
6562                    }
6563                },
6564                "Predicate": {
6565                    "target": "com.amazonaws.waf#Predicate",
6566                    "traits": {
6567                        "smithy.api#documentation": "<p>The ID of the <code>Predicate</code> (such as an <code>IPSet</code>) that you want to add to a <code>Rule</code>.</p>",
6568                        "smithy.api#required": {}
6569                    }
6570                }
6571            },
6572            "traits": {
6573                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies a <code>Predicate</code> (such as an <code>IPSet</code>) and indicates whether you want to add it to a \n\t\t\t<code>Rule</code> or delete it from a <code>Rule</code>.</p>"
6574            }
6575        },
6576        "com.amazonaws.waf#RuleUpdates": {
6577            "type": "list",
6578            "member": {
6579                "target": "com.amazonaws.waf#RuleUpdate"
6580            }
6581        },
6582        "com.amazonaws.waf#S3BucketName": {
6583            "type": "string",
6584            "traits": {
6585                "smithy.api#length": {
6586                    "min": 3,
6587                    "max": 63
6588                },
6589                "smithy.api#pattern": "^aws-waf-migration-[0-9A-Za-z\\.\\-_]*"
6590            }
6591        },
6592        "com.amazonaws.waf#S3ObjectUrl": {
6593            "type": "string",
6594            "traits": {
6595                "smithy.api#length": {
6596                    "min": 1
6597                }
6598            }
6599        },
6600        "com.amazonaws.waf#SampleWeight": {
6601            "type": "long",
6602            "traits": {
6603                "smithy.api#range": {
6604                    "min": 0
6605                }
6606            }
6607        },
6608        "com.amazonaws.waf#SampledHTTPRequest": {
6609            "type": "structure",
6610            "members": {
6611                "Request": {
6612                    "target": "com.amazonaws.waf#HTTPRequest",
6613                    "traits": {
6614                        "smithy.api#documentation": "<p>A complex type that contains detailed information about the request.</p>",
6615                        "smithy.api#required": {}
6616                    }
6617                },
6618                "Weight": {
6619                    "target": "com.amazonaws.waf#SampleWeight",
6620                    "traits": {
6621                        "smithy.api#documentation": "<p>A value that indicates how one result in the response relates proportionally to other results in the response. \n\t\t\tA result that has a weight of <code>2</code> represents roughly twice as many CloudFront web requests as a result \n\t\t\tthat has a weight of <code>1</code>.</p>",
6622                        "smithy.api#required": {}
6623                    }
6624                },
6625                "Timestamp": {
6626                    "target": "com.amazonaws.waf#Timestamp",
6627                    "traits": {
6628                        "smithy.api#documentation": "<p>The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).</p>"
6629                    }
6630                },
6631                "Action": {
6632                    "target": "com.amazonaws.waf#Action",
6633                    "traits": {
6634                        "smithy.api#documentation": "<p>The action for the <code>Rule</code> that the request matched: <code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</p>"
6635                    }
6636                },
6637                "RuleWithinRuleGroup": {
6638                    "target": "com.amazonaws.waf#ResourceId",
6639                    "traits": {
6640                        "smithy.api#documentation": "<p>This value is returned if the <code>GetSampledRequests</code>  request specifies the ID of a <code>RuleGroup</code> rather than the ID of an individual rule. <code>RuleWithinRuleGroup</code> is the rule within the specified <code>RuleGroup</code> that matched the request listed in the response.</p>"
6641                    }
6642                }
6643            },
6644            "traits": {
6645                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>The response from a <a>GetSampledRequests</a> request includes a <code>SampledHTTPRequests</code> complex type that \n\t\t\tappears as <code>SampledRequests</code> in the response syntax. <code>SampledHTTPRequests</code> contains one \n\t\t\t<code>SampledHTTPRequest</code> object for each web request that is returned by <code>GetSampledRequests</code>.</p>"
6646            }
6647        },
6648        "com.amazonaws.waf#SampledHTTPRequests": {
6649            "type": "list",
6650            "member": {
6651                "target": "com.amazonaws.waf#SampledHTTPRequest"
6652            }
6653        },
6654        "com.amazonaws.waf#Size": {
6655            "type": "long",
6656            "traits": {
6657                "smithy.api#range": {
6658                    "min": 0,
6659                    "max": 21474836480
6660                }
6661            }
6662        },
6663        "com.amazonaws.waf#SizeConstraint": {
6664            "type": "structure",
6665            "members": {
6666                "FieldToMatch": {
6667                    "target": "com.amazonaws.waf#FieldToMatch",
6668                    "traits": {
6669                        "smithy.api#documentation": "<p>Specifies where in a web request to look for the size constraint.</p>",
6670                        "smithy.api#required": {}
6671                    }
6672                },
6673                "TextTransformation": {
6674                    "target": "com.amazonaws.waf#TextTransformation",
6675                    "traits": {
6676                        "smithy.api#documentation": "<p>Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. \n\t\t\tIf you specify a transformation, AWS WAF performs the transformation on <code>FieldToMatch</code> before inspecting it for a match.</p>\n         <p>You can only specify a single type of TextTransformation.</p>\t\t\t\n\t\t       <p>Note that if you choose <code>BODY</code> for the value of <code>Type</code>, you must choose <code>NONE</code> for <code>TextTransformation</code> \n\t\t\tbecause CloudFront forwards only the first 8192 bytes for inspection. </p>\t\t\n\t\t       <p>\n            <b>NONE</b>\n         </p>\n\t\t       <p>Specify <code>NONE</code> if you don't want to perform any text transformations.</p>\t\t\n\t\t       <p>\n            <b>CMD_LINE</b>\n         </p>\n\t\t       <p>When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:</p>\n\t\t       <ul>\n            <li>\n               <p>Delete the following characters: \\ \" ' ^</p>\n            </li>\n            <li>\n               <p>Delete spaces before the following characters: / (</p>\n            </li>\n            <li>\n               <p>Replace the following characters with a space: , ;</p>\n            </li>\n            <li>\n               <p>Replace multiple spaces with one space</p>\n            </li>\n            <li>\n               <p>Convert uppercase letters (A-Z) to lowercase (a-z)</p>\n            </li>\n         </ul>\t\t\n\t\t       <p>\n            <b>COMPRESS_WHITE_SPACE</b>\n         </p>\n\t\t       <p>Use this option to replace the following characters with a space character (decimal 32):</p>\n\t\t       <ul>\n            <li>\n               <p>\\f, formfeed, decimal 12</p>\n            </li>\n            <li>\n               <p>\\t, tab, decimal 9</p>\n            </li>\n            <li>\n               <p>\\n, newline, decimal 10</p>\n            </li>\n            <li>\n               <p>\\r, carriage return, decimal 13</p>\n            </li>\n            <li>\n               <p>\\v, vertical tab, decimal 11</p>\n            </li>\n            <li>\n               <p>non-breaking space, decimal 160</p>\n            </li>\n         </ul>\n\t\t       <p>\n            <code>COMPRESS_WHITE_SPACE</code> also replaces multiple spaces with one space.</p>\t\t\n\t\t       <p>\n            <b>HTML_ENTITY_DECODE</b>\n         </p>\n\t\t       <p>Use this option to replace HTML-encoded characters with unencoded characters. <code>HTML_ENTITY_DECODE</code> performs \n\t\t\tthe following operations:</p>\n\t\t       <ul>\n            <li>\n               <p>Replaces <code>(ampersand)quot;</code> with <code>\"</code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)nbsp;</code> with a non-breaking space, decimal 160</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)lt;</code> with a \"less than\" symbol</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)gt;</code> with <code>></code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in hexadecimal format, <code>(ampersand)#xhhhh;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in decimal format, <code>(ampersand)#nnnn;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n         </ul>\t\t\n\t\t       <p>\n            <b>LOWERCASE</b>\n         </p>\n\t\t       <p>Use this option to convert uppercase letters (A-Z) to lowercase (a-z).</p>\t\t\n\t\t       <p>\n            <b>URL_DECODE</b>\n         </p>\n\t\t       <p>Use this option to decode a URL-encoded value.</p>",
6677                        "smithy.api#required": {}
6678                    }
6679                },
6680                "ComparisonOperator": {
6681                    "target": "com.amazonaws.waf#ComparisonOperator",
6682                    "traits": {
6683                        "smithy.api#documentation": "<p>The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided <code>Size</code> and <code>FieldToMatch</code>\n\t\t\tto build an expression in the form of \"<code>Size</code> \n            <code>ComparisonOperator</code> size in bytes of <code>FieldToMatch</code>\". If that expression\n\t\t\tis true, the <code>SizeConstraint</code> is considered to match.</p>\n\t\t       <p>\n            <b>EQ</b>: Used to test if the <code>Size</code> is equal to the size of the <code>FieldToMatch</code>\n         </p>\n\t\t       <p>\n            <b>NE</b>: Used to test if the <code>Size</code> is not equal to the size of the <code>FieldToMatch</code>\n         </p>\n\t\t       <p>\n            <b>LE</b>: Used to test if the <code>Size</code> is less than or equal to the size of the <code>FieldToMatch</code>\n         </p>\n\t\t       <p>\n            <b>LT</b>: Used to test if the <code>Size</code> is strictly less than the size of the <code>FieldToMatch</code>\n         </p>\n\t\t       <p>\n            <b>GE</b>: Used to test if the <code>Size</code> is greater than or equal to the size of the <code>FieldToMatch</code>\n         </p>\n\t\t       <p>\n            <b>GT</b>: Used to test if the <code>Size</code> is strictly greater than the size of the <code>FieldToMatch</code>\n         </p>",
6684                        "smithy.api#required": {}
6685                    }
6686                },
6687                "Size": {
6688                    "target": "com.amazonaws.waf#Size",
6689                    "traits": {
6690                        "smithy.api#documentation": "<p>The size in bytes that you want AWS WAF to compare against the size of the specified <code>FieldToMatch</code>. AWS WAF uses this in combination \n\t\t\twith <code>ComparisonOperator</code> and <code>FieldToMatch</code> to build an expression in the form of \"<code>Size</code> \n            <code>ComparisonOperator</code> size \n\t\t\tin bytes of <code>FieldToMatch</code>\". If that expression is true, the <code>SizeConstraint</code> is considered to match.</p>\n\t\t       <p>Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).</p>\n\t\t       <p>If you specify <code>URI</code> for the value of <code>Type</code>, the / in the URI counts as one character. \n\t\t\tFor example, the URI <code>/logo.jpg</code> is nine characters long.</p>",
6691                        "smithy.api#required": {}
6692                    }
6693                }
6694            },
6695            "traits": {
6696                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies a constraint on the size of a part of the web request. AWS WAF uses the <code>Size</code>, <code>ComparisonOperator</code>, and <code>FieldToMatch</code> to build\n\t\t\tan expression in the form of \"<code>Size</code> \n            <code>ComparisonOperator</code> size in bytes of <code>FieldToMatch</code>\". If that expression is true, the \n\t\t\t<code>SizeConstraint</code> is considered to match.</p>"
6697            }
6698        },
6699        "com.amazonaws.waf#SizeConstraintSet": {
6700            "type": "structure",
6701            "members": {
6702                "SizeConstraintSetId": {
6703                    "target": "com.amazonaws.waf#ResourceId",
6704                    "traits": {
6705                        "smithy.api#documentation": "<p>A unique identifier for a <code>SizeConstraintSet</code>. You use <code>SizeConstraintSetId</code> to get information about a \n\t\t\t<code>SizeConstraintSet</code> (see <a>GetSizeConstraintSet</a>), update a <code>SizeConstraintSet</code> \n\t\t\t(see <a>UpdateSizeConstraintSet</a>), insert a <code>SizeConstraintSet</code> into a <code>Rule</code> or \n\t\t\tdelete one from a <code>Rule</code> (see <a>UpdateRule</a>), and delete a <code>SizeConstraintSet</code> from AWS WAF \n\t\t\t(see <a>DeleteSizeConstraintSet</a>).</p>\n\t\t       <p>\n            <code>SizeConstraintSetId</code> is returned by <a>CreateSizeConstraintSet</a> and by <a>ListSizeConstraintSets</a>.</p>",
6706                        "smithy.api#required": {}
6707                    }
6708                },
6709                "Name": {
6710                    "target": "com.amazonaws.waf#ResourceName",
6711                    "traits": {
6712                        "smithy.api#documentation": "<p>The name, if any, of the <code>SizeConstraintSet</code>.</p>"
6713                    }
6714                },
6715                "SizeConstraints": {
6716                    "target": "com.amazonaws.waf#SizeConstraints",
6717                    "traits": {
6718                        "smithy.api#documentation": "<p>Specifies the parts of web requests that you want to inspect the size of.</p>",
6719                        "smithy.api#required": {}
6720                    }
6721                }
6722            },
6723            "traits": {
6724                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>A complex type that contains <code>SizeConstraint</code> objects, which specify the parts of web requests that you \n\t\t\twant AWS WAF to inspect the size of. If a <code>SizeConstraintSet</code> contains more than one <code>SizeConstraint</code>\n\t\t\tobject, a request only needs to match one constraint to be considered a match.</p>"
6725            }
6726        },
6727        "com.amazonaws.waf#SizeConstraintSetSummaries": {
6728            "type": "list",
6729            "member": {
6730                "target": "com.amazonaws.waf#SizeConstraintSetSummary"
6731            }
6732        },
6733        "com.amazonaws.waf#SizeConstraintSetSummary": {
6734            "type": "structure",
6735            "members": {
6736                "SizeConstraintSetId": {
6737                    "target": "com.amazonaws.waf#ResourceId",
6738                    "traits": {
6739                        "smithy.api#documentation": "<p>A unique identifier for a <code>SizeConstraintSet</code>. You use <code>SizeConstraintSetId</code> to get information about a \n\t\t\t<code>SizeConstraintSet</code> (see <a>GetSizeConstraintSet</a>), update a <code>SizeConstraintSet</code> \n\t\t\t(see <a>UpdateSizeConstraintSet</a>), insert a <code>SizeConstraintSet</code> into a <code>Rule</code> or \n\t\t\tdelete one from a <code>Rule</code> (see <a>UpdateRule</a>), and delete a <code>SizeConstraintSet</code> from AWS WAF \n\t\t\t(see <a>DeleteSizeConstraintSet</a>).</p>\n\t\t       <p>\n            <code>SizeConstraintSetId</code> is returned by <a>CreateSizeConstraintSet</a> and by <a>ListSizeConstraintSets</a>.</p>",
6740                        "smithy.api#required": {}
6741                    }
6742                },
6743                "Name": {
6744                    "target": "com.amazonaws.waf#ResourceName",
6745                    "traits": {
6746                        "smithy.api#documentation": "<p>The name of the <code>SizeConstraintSet</code>, if any.</p>",
6747                        "smithy.api#required": {}
6748                    }
6749                }
6750            },
6751            "traits": {
6752                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>The <code>Id</code> and <code>Name</code> of a <code>SizeConstraintSet</code>.</p>"
6753            }
6754        },
6755        "com.amazonaws.waf#SizeConstraintSetUpdate": {
6756            "type": "structure",
6757            "members": {
6758                "Action": {
6759                    "target": "com.amazonaws.waf#ChangeAction",
6760                    "traits": {
6761                        "smithy.api#documentation": "<p>Specify <code>INSERT</code> to add a <a>SizeConstraintSetUpdate</a> to a <a>SizeConstraintSet</a>. \n\t\t\tUse <code>DELETE</code> to remove a <code>SizeConstraintSetUpdate</code> from a <code>SizeConstraintSet</code>.</p>",
6762                        "smithy.api#required": {}
6763                    }
6764                },
6765                "SizeConstraint": {
6766                    "target": "com.amazonaws.waf#SizeConstraint",
6767                    "traits": {
6768                        "smithy.api#documentation": "<p>Specifies a constraint on the size of a part of the web request. AWS WAF uses the <code>Size</code>, <code>ComparisonOperator</code>, and <code>FieldToMatch</code> to build\n\t\t\tan expression in the form of \"<code>Size</code> \n            <code>ComparisonOperator</code> size in bytes of <code>FieldToMatch</code>\". If that expression is true, the\n\t\t\t<code>SizeConstraint</code> is considered to match.</p>",
6769                        "smithy.api#required": {}
6770                    }
6771                }
6772            },
6773            "traits": {
6774                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies the part of a web request that you want to inspect the size of and indicates whether you want to \n\t\t\tadd the specification to a <a>SizeConstraintSet</a> or delete it from a <code>SizeConstraintSet</code>.</p>"
6775            }
6776        },
6777        "com.amazonaws.waf#SizeConstraintSetUpdates": {
6778            "type": "list",
6779            "member": {
6780                "target": "com.amazonaws.waf#SizeConstraintSetUpdate"
6781            },
6782            "traits": {
6783                "smithy.api#length": {
6784                    "min": 1
6785                }
6786            }
6787        },
6788        "com.amazonaws.waf#SizeConstraints": {
6789            "type": "list",
6790            "member": {
6791                "target": "com.amazonaws.waf#SizeConstraint"
6792            }
6793        },
6794        "com.amazonaws.waf#SqlInjectionMatchSet": {
6795            "type": "structure",
6796            "members": {
6797                "SqlInjectionMatchSetId": {
6798                    "target": "com.amazonaws.waf#ResourceId",
6799                    "traits": {
6800                        "smithy.api#documentation": "<p>A unique identifier for a <code>SqlInjectionMatchSet</code>. You use <code>SqlInjectionMatchSetId</code> to get information about a \n\t\t\t<code>SqlInjectionMatchSet</code> (see <a>GetSqlInjectionMatchSet</a>), update a <code>SqlInjectionMatchSet</code> \n\t\t\t(see <a>UpdateSqlInjectionMatchSet</a>), insert a <code>SqlInjectionMatchSet</code> into a <code>Rule</code> or \n\t\t\tdelete one from a <code>Rule</code> (see <a>UpdateRule</a>), and delete a <code>SqlInjectionMatchSet</code> from AWS WAF \n\t\t\t(see <a>DeleteSqlInjectionMatchSet</a>).</p>\n\t\t       <p>\n            <code>SqlInjectionMatchSetId</code> is returned by <a>CreateSqlInjectionMatchSet</a> and by <a>ListSqlInjectionMatchSets</a>.</p>",
6801                        "smithy.api#required": {}
6802                    }
6803                },
6804                "Name": {
6805                    "target": "com.amazonaws.waf#ResourceName",
6806                    "traits": {
6807                        "smithy.api#documentation": "<p>The name, if any, of the <code>SqlInjectionMatchSet</code>.</p>"
6808                    }
6809                },
6810                "SqlInjectionMatchTuples": {
6811                    "target": "com.amazonaws.waf#SqlInjectionMatchTuples",
6812                    "traits": {
6813                        "smithy.api#documentation": "<p>Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.</p>",
6814                        "smithy.api#required": {}
6815                    }
6816                }
6817            },
6818            "traits": {
6819                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>A complex type that contains <code>SqlInjectionMatchTuple</code> objects, which specify the parts of web requests that you \n\t\t\twant AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header. If a \n\t\t\t<code>SqlInjectionMatchSet</code> contains more than one <code>SqlInjectionMatchTuple</code> object, a request needs to \n\t\t\tinclude snippets of SQL code in only one of the specified parts of the request to be considered a match.</p>"
6820            }
6821        },
6822        "com.amazonaws.waf#SqlInjectionMatchSetSummaries": {
6823            "type": "list",
6824            "member": {
6825                "target": "com.amazonaws.waf#SqlInjectionMatchSetSummary"
6826            }
6827        },
6828        "com.amazonaws.waf#SqlInjectionMatchSetSummary": {
6829            "type": "structure",
6830            "members": {
6831                "SqlInjectionMatchSetId": {
6832                    "target": "com.amazonaws.waf#ResourceId",
6833                    "traits": {
6834                        "smithy.api#documentation": "<p>A unique identifier for a <code>SqlInjectionMatchSet</code>. You use <code>SqlInjectionMatchSetId</code> to get information about a \n\t\t\t<code>SqlInjectionMatchSet</code> (see <a>GetSqlInjectionMatchSet</a>), update a <code>SqlInjectionMatchSet</code> \n\t\t\t(see <a>UpdateSqlInjectionMatchSet</a>), insert a <code>SqlInjectionMatchSet</code> into a <code>Rule</code> or \n\t\t\tdelete one from a <code>Rule</code> (see <a>UpdateRule</a>), and delete a <code>SqlInjectionMatchSet</code> from AWS WAF \n\t\t\t(see <a>DeleteSqlInjectionMatchSet</a>).</p>\n\t\t       <p>\n            <code>SqlInjectionMatchSetId</code> is returned by <a>CreateSqlInjectionMatchSet</a> and by <a>ListSqlInjectionMatchSets</a>.</p>",
6835                        "smithy.api#required": {}
6836                    }
6837                },
6838                "Name": {
6839                    "target": "com.amazonaws.waf#ResourceName",
6840                    "traits": {
6841                        "smithy.api#documentation": "<p>The name of the <code>SqlInjectionMatchSet</code>, if any, specified by <code>Id</code>.</p>",
6842                        "smithy.api#required": {}
6843                    }
6844                }
6845            },
6846            "traits": {
6847                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>The <code>Id</code> and <code>Name</code> of a <code>SqlInjectionMatchSet</code>.</p>"
6848            }
6849        },
6850        "com.amazonaws.waf#SqlInjectionMatchSetUpdate": {
6851            "type": "structure",
6852            "members": {
6853                "Action": {
6854                    "target": "com.amazonaws.waf#ChangeAction",
6855                    "traits": {
6856                        "smithy.api#documentation": "<p>Specify <code>INSERT</code> to add a <a>SqlInjectionMatchSetUpdate</a> to a <a>SqlInjectionMatchSet</a>. \n\t\t\tUse <code>DELETE</code> to remove a <code>SqlInjectionMatchSetUpdate</code> from a <code>SqlInjectionMatchSet</code>.</p>",
6857                        "smithy.api#required": {}
6858                    }
6859                },
6860                "SqlInjectionMatchTuple": {
6861                    "target": "com.amazonaws.waf#SqlInjectionMatchTuple",
6862                    "traits": {
6863                        "smithy.api#documentation": "<p>Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.</p>",
6864                        "smithy.api#required": {}
6865                    }
6866                }
6867            },
6868            "traits": {
6869                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies the part of a web request that you want to inspect for snippets of malicious SQL code and indicates whether you want to \n\t\t\tadd the specification to a <a>SqlInjectionMatchSet</a> or delete it from a <code>SqlInjectionMatchSet</code>.</p>"
6870            }
6871        },
6872        "com.amazonaws.waf#SqlInjectionMatchSetUpdates": {
6873            "type": "list",
6874            "member": {
6875                "target": "com.amazonaws.waf#SqlInjectionMatchSetUpdate"
6876            },
6877            "traits": {
6878                "smithy.api#length": {
6879                    "min": 1
6880                }
6881            }
6882        },
6883        "com.amazonaws.waf#SqlInjectionMatchTuple": {
6884            "type": "structure",
6885            "members": {
6886                "FieldToMatch": {
6887                    "target": "com.amazonaws.waf#FieldToMatch",
6888                    "traits": {
6889                        "smithy.api#documentation": "<p>Specifies where in a web request to look for snippets of malicious SQL code.</p>",
6890                        "smithy.api#required": {}
6891                    }
6892                },
6893                "TextTransformation": {
6894                    "target": "com.amazonaws.waf#TextTransformation",
6895                    "traits": {
6896                        "smithy.api#documentation": "<p>Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. \n\t\t\tIf you specify a transformation, AWS WAF performs the transformation on <code>FieldToMatch</code> before inspecting it for a match.</p>\n         <p>You can only specify a single type of TextTransformation.</p>\t\t\t\n\t\t       <p>\n            <b>CMD_LINE</b>\n         </p>\n\t\t       <p>When you're concerned that attackers are injecting an operating system command line\n         command and using unusual formatting to disguise some or all of the command, use this\n         option to perform the following transformations:</p>\n\t\t       <ul>\n            <li>\n               <p>Delete the following characters: \\ \" ' ^</p>\n            </li>\n            <li>\n               <p>Delete spaces before the following characters: / (</p>\n            </li>\n            <li>\n               <p>Replace the following characters with a space: , ;</p>\n            </li>\n            <li>\n               <p>Replace multiple spaces with one space</p>\n            </li>\n            <li>\n               <p>Convert uppercase letters (A-Z) to lowercase (a-z)</p>\n            </li>\n         </ul>\t\t\n\t\t       <p>\n            <b>COMPRESS_WHITE_SPACE</b>\n         </p>\n\t\t       <p>Use this option to replace the following characters with a space character (decimal 32):</p>\n\t\t       <ul>\n            <li>\n               <p>\\f, formfeed, decimal 12</p>\n            </li>\n            <li>\n               <p>\\t, tab, decimal 9</p>\n            </li>\n            <li>\n               <p>\\n, newline, decimal 10</p>\n            </li>\n            <li>\n               <p>\\r, carriage return, decimal 13</p>\n            </li>\n            <li>\n               <p>\\v, vertical tab, decimal 11</p>\n            </li>\n            <li>\n               <p>non-breaking space, decimal 160</p>\n            </li>\n         </ul>\n\t\t       <p>\n            <code>COMPRESS_WHITE_SPACE</code> also replaces multiple spaces with one space.</p>\t\t\n\t\t       <p>\n            <b>HTML_ENTITY_DECODE</b>\n         </p>\n\t\t       <p>Use this option to replace HTML-encoded characters with unencoded characters. <code>HTML_ENTITY_DECODE</code> performs \n\t\t\tthe following operations:</p>\n\t\t       <ul>\n            <li>\n               <p>Replaces <code>(ampersand)quot;</code> with <code>\"</code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)nbsp;</code> with a non-breaking space, decimal 160</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)lt;</code> with a \"less than\" symbol</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)gt;</code> with <code>></code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in hexadecimal format, <code>(ampersand)#xhhhh;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in decimal format, <code>(ampersand)#nnnn;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n         </ul>\t\t\n\t\t       <p>\n            <b>LOWERCASE</b>\n         </p>\n\t\t       <p>Use this option to convert uppercase letters (A-Z) to lowercase (a-z).</p>\t\t\n\t\t       <p>\n            <b>URL_DECODE</b>\n         </p>\n\t\t       <p>Use this option to decode a URL-encoded value.</p>\t\t\n\t\t       <p>\n            <b>NONE</b>\n         </p>\n\t\t       <p>Specify <code>NONE</code> if you don't want to perform any text transformations.</p>",
6897                        "smithy.api#required": {}
6898                    }
6899                }
6900            },
6901            "traits": {
6902                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.</p>"
6903            }
6904        },
6905        "com.amazonaws.waf#SqlInjectionMatchTuples": {
6906            "type": "list",
6907            "member": {
6908                "target": "com.amazonaws.waf#SqlInjectionMatchTuple"
6909            }
6910        },
6911        "com.amazonaws.waf#SubscribedRuleGroupSummaries": {
6912            "type": "list",
6913            "member": {
6914                "target": "com.amazonaws.waf#SubscribedRuleGroupSummary"
6915            }
6916        },
6917        "com.amazonaws.waf#SubscribedRuleGroupSummary": {
6918            "type": "structure",
6919            "members": {
6920                "RuleGroupId": {
6921                    "target": "com.amazonaws.waf#ResourceId",
6922                    "traits": {
6923                        "smithy.api#documentation": "<p>A unique identifier for a <code>RuleGroup</code>.</p>",
6924                        "smithy.api#required": {}
6925                    }
6926                },
6927                "Name": {
6928                    "target": "com.amazonaws.waf#ResourceName",
6929                    "traits": {
6930                        "smithy.api#documentation": "<p>A friendly name or description of the <code>RuleGroup</code>. You can't change the name of a <code>RuleGroup</code> after you create it.</p>",
6931                        "smithy.api#required": {}
6932                    }
6933                },
6934                "MetricName": {
6935                    "target": "com.amazonaws.waf#MetricName",
6936                    "traits": {
6937                        "smithy.api#documentation": "<p>A friendly name or description for the metrics for this <code>RuleGroup</code>. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain\n         whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can't change the name of the metric after you create the <code>RuleGroup</code>.</p>",
6938                        "smithy.api#required": {}
6939                    }
6940                }
6941            },
6942            "traits": {
6943                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>A summary of the rule groups you are subscribed to.</p>"
6944            }
6945        },
6946        "com.amazonaws.waf#Tag": {
6947            "type": "structure",
6948            "members": {
6949                "Key": {
6950                    "target": "com.amazonaws.waf#TagKey",
6951                    "traits": {
6952                        "smithy.api#documentation": "<p></p>",
6953                        "smithy.api#required": {}
6954                    }
6955                },
6956                "Value": {
6957                    "target": "com.amazonaws.waf#TagValue",
6958                    "traits": {
6959                        "smithy.api#documentation": "<p></p>",
6960                        "smithy.api#required": {}
6961                    }
6962                }
6963            },
6964            "traits": {
6965                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n        <p>A tag associated with an AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to \"customer\" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.</p>\n        <p>Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.  </p>"
6966            }
6967        },
6968        "com.amazonaws.waf#TagInfoForResource": {
6969            "type": "structure",
6970            "members": {
6971                "ResourceARN": {
6972                    "target": "com.amazonaws.waf#ResourceArn",
6973                    "traits": {
6974                        "smithy.api#documentation": "<p></p>"
6975                    }
6976                },
6977                "TagList": {
6978                    "target": "com.amazonaws.waf#TagList",
6979                    "traits": {
6980                        "smithy.api#documentation": "<p></p>"
6981                    }
6982                }
6983            },
6984            "traits": {
6985                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n        <p>Information for a tag associated with an AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to \"customer\" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.</p>\n        <p>Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.  </p>"
6986            }
6987        },
6988        "com.amazonaws.waf#TagKey": {
6989            "type": "string",
6990            "traits": {
6991                "smithy.api#length": {
6992                    "min": 1,
6993                    "max": 128
6994                },
6995                "smithy.api#pattern": ".*\\S.*"
6996            }
6997        },
6998        "com.amazonaws.waf#TagKeyList": {
6999            "type": "list",
7000            "member": {
7001                "target": "com.amazonaws.waf#TagKey"
7002            },
7003            "traits": {
7004                "smithy.api#length": {
7005                    "min": 1
7006                }
7007            }
7008        },
7009        "com.amazonaws.waf#TagList": {
7010            "type": "list",
7011            "member": {
7012                "target": "com.amazonaws.waf#Tag"
7013            },
7014            "traits": {
7015                "smithy.api#length": {
7016                    "min": 1
7017                }
7018            }
7019        },
7020        "com.amazonaws.waf#TagResource": {
7021            "type": "operation",
7022            "input": {
7023                "target": "com.amazonaws.waf#TagResourceRequest"
7024            },
7025            "output": {
7026                "target": "com.amazonaws.waf#TagResourceResponse"
7027            },
7028            "errors": [
7029                {
7030                    "target": "com.amazonaws.waf#WAFBadRequestException"
7031                },
7032                {
7033                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7034                },
7035                {
7036                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7037                },
7038                {
7039                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7040                },
7041                {
7042                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7043                },
7044                {
7045                    "target": "com.amazonaws.waf#WAFTagOperationException"
7046                },
7047                {
7048                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
7049                }
7050            ],
7051            "traits": {
7052                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n        <p>Associates tags with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to \"customer\" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.</p>\n        <p>Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can use this action to tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.  </p>"
7053            }
7054        },
7055        "com.amazonaws.waf#TagResourceRequest": {
7056            "type": "structure",
7057            "members": {
7058                "ResourceARN": {
7059                    "target": "com.amazonaws.waf#ResourceArn",
7060                    "traits": {
7061                        "smithy.api#documentation": "<p></p>",
7062                        "smithy.api#required": {}
7063                    }
7064                },
7065                "Tags": {
7066                    "target": "com.amazonaws.waf#TagList",
7067                    "traits": {
7068                        "smithy.api#documentation": "<p></p>",
7069                        "smithy.api#required": {}
7070                    }
7071                }
7072            }
7073        },
7074        "com.amazonaws.waf#TagResourceResponse": {
7075            "type": "structure",
7076            "members": {}
7077        },
7078        "com.amazonaws.waf#TagValue": {
7079            "type": "string",
7080            "traits": {
7081                "smithy.api#length": {
7082                    "min": 0,
7083                    "max": 256
7084                },
7085                "smithy.api#pattern": ".*"
7086            }
7087        },
7088        "com.amazonaws.waf#TextTransformation": {
7089            "type": "string",
7090            "traits": {
7091                "smithy.api#enum": [
7092                    {
7093                        "value": "NONE",
7094                        "name": "NONE"
7095                    },
7096                    {
7097                        "value": "COMPRESS_WHITE_SPACE",
7098                        "name": "COMPRESS_WHITE_SPACE"
7099                    },
7100                    {
7101                        "value": "HTML_ENTITY_DECODE",
7102                        "name": "HTML_ENTITY_DECODE"
7103                    },
7104                    {
7105                        "value": "LOWERCASE",
7106                        "name": "LOWERCASE"
7107                    },
7108                    {
7109                        "value": "CMD_LINE",
7110                        "name": "CMD_LINE"
7111                    },
7112                    {
7113                        "value": "URL_DECODE",
7114                        "name": "URL_DECODE"
7115                    }
7116                ]
7117            }
7118        },
7119        "com.amazonaws.waf#TimeWindow": {
7120            "type": "structure",
7121            "members": {
7122                "StartTime": {
7123                    "target": "com.amazonaws.waf#Timestamp",
7124                    "traits": {
7125                        "smithy.api#documentation": "<p>The beginning of the time range from which you want <code>GetSampledRequests</code> to return a sample of the \n                  requests that your AWS resource received. You must specify the date and time in Coordinated Universal Time (UTC) format. \n                  UTC format includes the special designator, <code>Z</code>. For example, <code>\"2016-09-27T14:50Z\"</code>. \n                      You can specify any time range in the previous three hours.</p>",
7126                        "smithy.api#required": {}
7127                    }
7128                },
7129                "EndTime": {
7130                    "target": "com.amazonaws.waf#Timestamp",
7131                    "traits": {
7132                        "smithy.api#documentation": "<p>The end of the time range from which you want <code>GetSampledRequests</code> to return a sample of the \n                  requests that your AWS resource received. You must specify the date and time in Coordinated Universal Time (UTC) format. \n                  UTC format includes the special designator, <code>Z</code>. For example, <code>\"2016-09-27T14:50Z\"</code>. \n                      You can specify any time range in the previous three hours.</p>",
7133                        "smithy.api#required": {}
7134                    }
7135                }
7136            },
7137            "traits": {
7138                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>In a <a>GetSampledRequests</a> request, the <code>StartTime</code> and <code>EndTime</code> objects specify the time range \n\t\t\tfor which you want AWS WAF to return a sample of web requests.</p>\n                    <p>You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special  \n                        designator, <code>Z</code>. For example, <code>\"2016-09-27T14:50Z\"</code>. </p>\n\t\t       <p>In a <a>GetSampledRequests</a> response, the <code>StartTime</code> and <code>EndTime</code> objects specify the time range \n\t\t\tfor which AWS WAF actually returned a sample of web requests. AWS WAF gets the specified number of requests from among the first \n\t\t\t5,000 requests that your AWS resource receives during the specified time period. If your resource receives more than 5,000 \n\t\t\trequests during that period, AWS WAF stops sampling after the 5,000th request. In that case, <code>EndTime</code> \n\t\t\tis the time that AWS WAF received the 5,000th request. </p>"
7139            }
7140        },
7141        "com.amazonaws.waf#Timestamp": {
7142            "type": "timestamp"
7143        },
7144        "com.amazonaws.waf#URIString": {
7145            "type": "string"
7146        },
7147        "com.amazonaws.waf#UntagResource": {
7148            "type": "operation",
7149            "input": {
7150                "target": "com.amazonaws.waf#UntagResourceRequest"
7151            },
7152            "output": {
7153                "target": "com.amazonaws.waf#UntagResourceResponse"
7154            },
7155            "errors": [
7156                {
7157                    "target": "com.amazonaws.waf#WAFBadRequestException"
7158                },
7159                {
7160                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7161                },
7162                {
7163                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7164                },
7165                {
7166                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7167                },
7168                {
7169                    "target": "com.amazonaws.waf#WAFTagOperationException"
7170                },
7171                {
7172                    "target": "com.amazonaws.waf#WAFTagOperationInternalErrorException"
7173                }
7174            ],
7175            "traits": {
7176                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p></p>"
7177            }
7178        },
7179        "com.amazonaws.waf#UntagResourceRequest": {
7180            "type": "structure",
7181            "members": {
7182                "ResourceARN": {
7183                    "target": "com.amazonaws.waf#ResourceArn",
7184                    "traits": {
7185                        "smithy.api#documentation": "<p></p>",
7186                        "smithy.api#required": {}
7187                    }
7188                },
7189                "TagKeys": {
7190                    "target": "com.amazonaws.waf#TagKeyList",
7191                    "traits": {
7192                        "smithy.api#documentation": "<p></p>",
7193                        "smithy.api#required": {}
7194                    }
7195                }
7196            }
7197        },
7198        "com.amazonaws.waf#UntagResourceResponse": {
7199            "type": "structure",
7200            "members": {}
7201        },
7202        "com.amazonaws.waf#UpdateByteMatchSet": {
7203            "type": "operation",
7204            "input": {
7205                "target": "com.amazonaws.waf#UpdateByteMatchSetRequest"
7206            },
7207            "output": {
7208                "target": "com.amazonaws.waf#UpdateByteMatchSetResponse"
7209            },
7210            "errors": [
7211                {
7212                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7213                },
7214                {
7215                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7216                },
7217                {
7218                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7219                },
7220                {
7221                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7222                },
7223                {
7224                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7225                },
7226                {
7227                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7228                },
7229                {
7230                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7231                },
7232                {
7233                    "target": "com.amazonaws.waf#WAFStaleDataException"
7234                }
7235            ],
7236            "traits": {
7237                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Inserts or deletes <a>ByteMatchTuple</a> objects (filters) in a <a>ByteMatchSet</a>. For each <code>ByteMatchTuple</code> object, \n\t\t\tyou specify the following values: </p>\n\t\t       <ul>\n            <li>\n               <p>Whether to insert or delete the object from the array. If you want to change a <code>ByteMatchSetUpdate</code> object, \n\t\t\t\tyou delete the existing object and add a new one.</p>\n            </li>\n            <li>\n               <p>The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the <code>User-Agent</code> header. </p>\n            </li>\n            <li>\n               <p>The bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to look for. For more information, including how you specify  \n\t\t\t\tthe values for the AWS WAF API and the AWS CLI or SDKs, see <code>TargetString</code> in the <a>ByteMatchTuple</a> data type. </p>\n            </li>\n            <li>\n               <p>Where to look, such as at the beginning or the end of a query string.</p>\n            </li>\n            <li>\n               <p>Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.</p>\n            </li>\n         </ul>\n\t\t       <p>For example, you can add a <code>ByteMatchSetUpdate</code> object that matches web requests in which <code>User-Agent</code> headers contain \n\t\t\tthe string <code>BadBot</code>. You can then configure AWS WAF to block those requests.</p>\t\t\n\t\t       <p>To create and configure a <code>ByteMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Create a <code>ByteMatchSet.</code> For more information, see <a>CreateByteMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<code>UpdateByteMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateByteMatchSet</code> request to specify the part of the request that you want AWS WAF to inspect \n\t\t\t\t(for example, the header or the URI) and the value that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
7238            }
7239        },
7240        "com.amazonaws.waf#UpdateByteMatchSetRequest": {
7241            "type": "structure",
7242            "members": {
7243                "ByteMatchSetId": {
7244                    "target": "com.amazonaws.waf#ResourceId",
7245                    "traits": {
7246                        "smithy.api#documentation": "<p>The <code>ByteMatchSetId</code> of the <a>ByteMatchSet</a> that you want to update. <code>ByteMatchSetId</code> is returned by <a>CreateByteMatchSet</a> and by \n\t\t\t<a>ListByteMatchSets</a>.</p>",
7247                        "smithy.api#required": {}
7248                    }
7249                },
7250                "ChangeToken": {
7251                    "target": "com.amazonaws.waf#ChangeToken",
7252                    "traits": {
7253                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7254                        "smithy.api#required": {}
7255                    }
7256                },
7257                "Updates": {
7258                    "target": "com.amazonaws.waf#ByteMatchSetUpdates",
7259                    "traits": {
7260                        "smithy.api#documentation": "<p>An array of <code>ByteMatchSetUpdate</code> objects that you want to insert into or delete from a <a>ByteMatchSet</a>. \n\t\t\tFor more information, see the applicable data types:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>ByteMatchSetUpdate</a>: Contains <code>Action</code> and <code>ByteMatchTuple</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ByteMatchTuple</a>: Contains <code>FieldToMatch</code>, <code>PositionalConstraint</code>, <code>TargetString</code>, \n\t\t\t\tand <code>TextTransformation</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code>\n               </p>\n            </li>\n         </ul>",
7261                        "smithy.api#required": {}
7262                    }
7263                }
7264            }
7265        },
7266        "com.amazonaws.waf#UpdateByteMatchSetResponse": {
7267            "type": "structure",
7268            "members": {
7269                "ChangeToken": {
7270                    "target": "com.amazonaws.waf#ChangeToken",
7271                    "traits": {
7272                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateByteMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7273                    }
7274                }
7275            }
7276        },
7277        "com.amazonaws.waf#UpdateGeoMatchSet": {
7278            "type": "operation",
7279            "input": {
7280                "target": "com.amazonaws.waf#UpdateGeoMatchSetRequest"
7281            },
7282            "output": {
7283                "target": "com.amazonaws.waf#UpdateGeoMatchSetResponse"
7284            },
7285            "errors": [
7286                {
7287                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7288                },
7289                {
7290                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7291                },
7292                {
7293                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7294                },
7295                {
7296                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7297                },
7298                {
7299                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7300                },
7301                {
7302                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7303                },
7304                {
7305                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7306                },
7307                {
7308                    "target": "com.amazonaws.waf#WAFReferencedItemException"
7309                },
7310                {
7311                    "target": "com.amazonaws.waf#WAFStaleDataException"
7312                }
7313            ],
7314            "traits": {
7315                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Inserts or deletes <a>GeoMatchConstraint</a> objects in an <code>GeoMatchSet</code>. For each <code>GeoMatchConstraint</code> object, \n\t\t\tyou specify the following values: </p>\n\t\t       <ul>\n            <li>\n                      <p>Whether to insert or delete the object from the array. If you want to change an <code>GeoMatchConstraint</code> object, you delete the existing object and add a new one.</p>\n                  </li>\n            <li>\n\t\t\t\t           <p>The <code>Type</code>. The only valid value for <code>Type</code> is <code>Country</code>.</p>\n\t\t\t\t        </li>\n            <li>\n               <p>The <code>Value</code>, which is a two character code for the country to add to the <code>GeoMatchConstraint</code> object. Valid codes are listed in <a>GeoMatchConstraint$Value</a>.</p>\n            </li>\n         </ul>\n\t\t    \t\n\t\t       <p>To create and configure an <code>GeoMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Submit a <a>CreateGeoMatchSet</a> request.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateGeoMatchSet</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateGeoMatchSet</code> request to specify the country that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n\t\t       <p>When you update an <code>GeoMatchSet</code>, you specify the country that you want to add and/or the country that you want to delete. \n\t\t\tIf you want to change a country, you delete the existing country and add the new one.</p>\t\t\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
7316            }
7317        },
7318        "com.amazonaws.waf#UpdateGeoMatchSetRequest": {
7319            "type": "structure",
7320            "members": {
7321                "GeoMatchSetId": {
7322                    "target": "com.amazonaws.waf#ResourceId",
7323                    "traits": {
7324                        "smithy.api#documentation": "<p>The <code>GeoMatchSetId</code> of the <a>GeoMatchSet</a> that you want to update. <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by \n\t\t\t<a>ListGeoMatchSets</a>.</p>",
7325                        "smithy.api#required": {}
7326                    }
7327                },
7328                "ChangeToken": {
7329                    "target": "com.amazonaws.waf#ChangeToken",
7330                    "traits": {
7331                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7332                        "smithy.api#required": {}
7333                    }
7334                },
7335                "Updates": {
7336                    "target": "com.amazonaws.waf#GeoMatchSetUpdates",
7337                    "traits": {
7338                        "smithy.api#documentation": "<p>An array of <code>GeoMatchSetUpdate</code> objects that you want to insert into or delete from an <a>GeoMatchSet</a>.\n\t\t\tFor more information, see the applicable data types:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>GeoMatchSetUpdate</a>: Contains <code>Action</code> and <code>GeoMatchConstraint</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>GeoMatchConstraint</a>: Contains <code>Type</code> and <code>Value</code>\n               </p>\n\t\t\t            <p>You can have only one <code>Type</code> and <code>Value</code> per <code>GeoMatchConstraint</code>. To add multiple countries, include multiple <code>GeoMatchSetUpdate</code> objects in your request.</p>      \n            </li>\n         </ul>",
7339                        "smithy.api#required": {}
7340                    }
7341                }
7342            }
7343        },
7344        "com.amazonaws.waf#UpdateGeoMatchSetResponse": {
7345            "type": "structure",
7346            "members": {
7347                "ChangeToken": {
7348                    "target": "com.amazonaws.waf#ChangeToken",
7349                    "traits": {
7350                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateGeoMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7351                    }
7352                }
7353            }
7354        },
7355        "com.amazonaws.waf#UpdateIPSet": {
7356            "type": "operation",
7357            "input": {
7358                "target": "com.amazonaws.waf#UpdateIPSetRequest"
7359            },
7360            "output": {
7361                "target": "com.amazonaws.waf#UpdateIPSetResponse"
7362            },
7363            "errors": [
7364                {
7365                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7366                },
7367                {
7368                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7369                },
7370                {
7371                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7372                },
7373                {
7374                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7375                },
7376                {
7377                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7378                },
7379                {
7380                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7381                },
7382                {
7383                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7384                },
7385                {
7386                    "target": "com.amazonaws.waf#WAFReferencedItemException"
7387                },
7388                {
7389                    "target": "com.amazonaws.waf#WAFStaleDataException"
7390                }
7391            ],
7392            "traits": {
7393                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Inserts or deletes <a>IPSetDescriptor</a> objects in an\n         <code>IPSet</code>. For each <code>IPSetDescriptor</code> object, you specify the following\n         values: </p>\n         <ul>\n            <li>\n               <p>Whether to insert or delete the object from the array. If you want to change an\n                  <code>IPSetDescriptor</code> object, you delete the existing object and add a new\n               one.</p>\n            </li>\n            <li>\n               <p>The IP address version, <code>IPv4</code> or <code>IPv6</code>. </p>\n            </li>\n            <li>\n               <p>The IP address in CIDR notation, for example, <code>192.0.2.0/24</code> (for\n               the range of IP addresses from <code>192.0.2.0</code> to <code>192.0.2.255</code>) or\n                  <code>192.0.2.44/32</code> (for the individual IP address\n               <code>192.0.2.44</code>). </p>\n            </li>\n         </ul>\n         <p>AWS WAF supports IPv4 address ranges: /8 and any range between /16 through /32. AWS\n         WAF supports IPv6 address ranges: /24, /32, /48, /56, /64, and /128. For more\n         information about CIDR notation, see the Wikipedia entry <a href=\"https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing\">Classless\n            Inter-Domain Routing</a>.</p>\n         <p>IPv6 addresses can be represented using any of the following formats:</p>\n         <ul>\n            <li>\n               <p>1111:0000:0000:0000:0000:0000:0000:0111/128</p>\n            </li>\n            <li>\n               <p>1111:0:0:0:0:0:0:0111/128</p>\n            </li>\n            <li>\n               <p>1111::0111/128</p>\n            </li>\n            <li>\n               <p>1111::111/128</p>\n            </li>\n         </ul>\n         <p>You use an <code>IPSet</code> to specify which web requests you want to allow or\n         block based on the IP addresses that the requests originated from. For example, if you're\n         receiving a lot of requests from one or a small number of IP addresses and you want to\n         block the requests, you can create an <code>IPSet</code> that specifies those IP addresses,\n         and then configure AWS WAF to block the requests. </p>\n         <p>To create and configure an <code>IPSet</code>, perform the following steps:</p>\n         <ol>\n            <li>\n               <p>Submit a <a>CreateIPSet</a> request.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide\n               in the <code>ChangeToken</code> parameter of an <a>UpdateIPSet</a>\n               request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateIPSet</code> request to specify the IP addresses that you\n               want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n         <p>When you update an <code>IPSet</code>, you specify the IP addresses that you want to\n         add and/or the IP addresses that you want to delete. If you want to change an IP address,\n         you delete the existing IP address and add the new one.</p>\n         <p>You can insert a maximum of 1000 addresses in a single\n         request.</p>\n         <p>For more information about how to use the AWS WAF API to allow or block HTTP\n         requests, see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF\n            Developer Guide</a>.</p>"
7394            }
7395        },
7396        "com.amazonaws.waf#UpdateIPSetRequest": {
7397            "type": "structure",
7398            "members": {
7399                "IPSetId": {
7400                    "target": "com.amazonaws.waf#ResourceId",
7401                    "traits": {
7402                        "smithy.api#documentation": "<p>The <code>IPSetId</code> of the <a>IPSet</a> that you want to update. <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by \n\t\t\t<a>ListIPSets</a>.</p>",
7403                        "smithy.api#required": {}
7404                    }
7405                },
7406                "ChangeToken": {
7407                    "target": "com.amazonaws.waf#ChangeToken",
7408                    "traits": {
7409                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7410                        "smithy.api#required": {}
7411                    }
7412                },
7413                "Updates": {
7414                    "target": "com.amazonaws.waf#IPSetUpdates",
7415                    "traits": {
7416                        "smithy.api#documentation": "<p>An array of <code>IPSetUpdate</code> objects that you want to insert into or delete from an <a>IPSet</a>. \n\t\t\tFor more information, see the applicable data types:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>IPSetUpdate</a>: Contains <code>Action</code> and <code>IPSetDescriptor</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>IPSetDescriptor</a>: Contains <code>Type</code> and <code>Value</code>\n               </p>\n            </li>\n         </ul>\n\t        <p>You can insert a maximum of 1000 addresses in a single request.</p>",
7417                        "smithy.api#required": {}
7418                    }
7419                }
7420            }
7421        },
7422        "com.amazonaws.waf#UpdateIPSetResponse": {
7423            "type": "structure",
7424            "members": {
7425                "ChangeToken": {
7426                    "target": "com.amazonaws.waf#ChangeToken",
7427                    "traits": {
7428                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateIPSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7429                    }
7430                }
7431            }
7432        },
7433        "com.amazonaws.waf#UpdateRateBasedRule": {
7434            "type": "operation",
7435            "input": {
7436                "target": "com.amazonaws.waf#UpdateRateBasedRuleRequest"
7437            },
7438            "output": {
7439                "target": "com.amazonaws.waf#UpdateRateBasedRuleResponse"
7440            },
7441            "errors": [
7442                {
7443                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7444                },
7445                {
7446                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7447                },
7448                {
7449                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7450                },
7451                {
7452                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7453                },
7454                {
7455                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7456                },
7457                {
7458                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7459                },
7460                {
7461                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7462                },
7463                {
7464                    "target": "com.amazonaws.waf#WAFReferencedItemException"
7465                },
7466                {
7467                    "target": "com.amazonaws.waf#WAFStaleDataException"
7468                }
7469            ],
7470            "traits": {
7471                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Inserts or deletes <a>Predicate</a> objects in a rule and updates the\n            <code>RateLimit</code> in the rule. </p>\n         <p>Each <code>Predicate</code> object identifies a predicate, such as a <a>ByteMatchSet</a> or an <a>IPSet</a>, that specifies the web requests\n         that you want to block or count. The <code>RateLimit</code> specifies the number of\n         requests every five minutes that triggers the rule.</p>\n         <p>If you add more than one predicate to a <code>RateBasedRule</code>, a request must\n         match all the predicates and exceed the <code>RateLimit</code> to be counted or blocked.\n         For example, suppose you add the following to a <code>RateBasedRule</code>:</p>\n         <ul>\n            <li>\n               <p>An <code>IPSet</code> that matches the IP address <code>192.0.2.44/32</code>\n               </p>\n            </li>\n            <li>\n               <p>A <code>ByteMatchSet</code> that matches <code>BadBot</code> in the\n                  <code>User-Agent</code> header</p>\n            </li>\n         </ul>\n         <p>Further, you specify a\n            <code>RateLimit</code> of 1,000.</p>\n         <p>You then add the <code>RateBasedRule</code> to a <code>WebACL</code> and specify that\n         you want to block requests that satisfy the rule. For a request to be blocked, it must come\n         from the IP address 192.0.2.44 <i>and</i> the <code>User-Agent</code> header\n         in the request must contain the value <code>BadBot</code>. Further, requests that match\n         these two conditions much be received at a rate of more than 1,000 every five minutes. If\n         the rate drops below this limit, AWS WAF no longer blocks the requests.</p>\n\t\t \n\t\t       <p>As a second example, suppose you want to limit requests to a particular page on your site. To do this, you could add the following to a\n            <code>RateBasedRule</code>:</p>\n\t\t\t\n\t\t\t \n         <ul>\n            <li>\n               <p>A <code>ByteMatchSet</code> with <code>FieldToMatch</code> of <code>URI</code>\n               </p>\n            </li>\n            <li>\n               <p>A <code>PositionalConstraint</code> of <code>STARTS_WITH</code>\n               </p>\n            </li>\n            <li>\n               <p>A <code>TargetString</code> of <code>login</code>\n               </p>\n            </li>\n         </ul>\n         <p>Further, you specify a <code>RateLimit</code> of 1,000.</p>\n         <p>By adding this <code>RateBasedRule</code> to a <code>WebACL</code>, you could limit requests to your login page without affecting the rest of your site.</p>"
7472            }
7473        },
7474        "com.amazonaws.waf#UpdateRateBasedRuleRequest": {
7475            "type": "structure",
7476            "members": {
7477                "RuleId": {
7478                    "target": "com.amazonaws.waf#ResourceId",
7479                    "traits": {
7480                        "smithy.api#documentation": "<p>The <code>RuleId</code> of the <code>RateBasedRule</code> that you want to update.\n            <code>RuleId</code> is returned by <code>CreateRateBasedRule</code> and by <a>ListRateBasedRules</a>.</p>",
7481                        "smithy.api#required": {}
7482                    }
7483                },
7484                "ChangeToken": {
7485                    "target": "com.amazonaws.waf#ChangeToken",
7486                    "traits": {
7487                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7488                        "smithy.api#required": {}
7489                    }
7490                },
7491                "Updates": {
7492                    "target": "com.amazonaws.waf#RuleUpdates",
7493                    "traits": {
7494                        "smithy.api#documentation": "<p>An array of <code>RuleUpdate</code> objects that you want to insert into or delete\n         from a <a>RateBasedRule</a>. </p>",
7495                        "smithy.api#required": {}
7496                    }
7497                },
7498                "RateLimit": {
7499                    "target": "com.amazonaws.waf#RateLimit",
7500                    "traits": {
7501                        "smithy.api#documentation": "<p>The maximum number of requests, which have an identical value in the field specified by the <code>RateKey</code>, allowed in a\n         five-minute period. If the number of requests exceeds the <code>RateLimit</code> and the other\n         predicates specified in the rule are also met,\n         AWS WAF triggers the action that is specified for this rule.</p>",
7502                        "smithy.api#required": {}
7503                    }
7504                }
7505            }
7506        },
7507        "com.amazonaws.waf#UpdateRateBasedRuleResponse": {
7508            "type": "structure",
7509            "members": {
7510                "ChangeToken": {
7511                    "target": "com.amazonaws.waf#ChangeToken",
7512                    "traits": {
7513                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the\n            <code>UpdateRateBasedRule</code> request. You can also use this value to query the\n         status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7514                    }
7515                }
7516            }
7517        },
7518        "com.amazonaws.waf#UpdateRegexMatchSet": {
7519            "type": "operation",
7520            "input": {
7521                "target": "com.amazonaws.waf#UpdateRegexMatchSetRequest"
7522            },
7523            "output": {
7524                "target": "com.amazonaws.waf#UpdateRegexMatchSetResponse"
7525            },
7526            "errors": [
7527                {
7528                    "target": "com.amazonaws.waf#WAFDisallowedNameException"
7529                },
7530                {
7531                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7532                },
7533                {
7534                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7535                },
7536                {
7537                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7538                },
7539                {
7540                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7541                },
7542                {
7543                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7544                },
7545                {
7546                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7547                },
7548                {
7549                    "target": "com.amazonaws.waf#WAFStaleDataException"
7550                }
7551            ],
7552            "traits": {
7553                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Inserts or deletes <a>RegexMatchTuple</a> objects (filters) in a <a>RegexMatchSet</a>. For each <code>RegexMatchSetUpdate</code> object, \n\t\t\tyou specify the following values: </p>\n\t\t       <ul>\n            <li>\n               <p>Whether to insert or delete the object from the array. If you want to change a <code>RegexMatchSetUpdate</code> object, \n\t\t\t\tyou delete the existing object and add a new one.</p>\n            </li>\n            <li>\n               <p>The part of a web request that you want AWS WAF to inspectupdate, such as a query string or the value of the <code>User-Agent</code> header. </p>\n            </li>\n            <li>\n               <p>The identifier of the pattern (a regular expression) that you want AWS WAF to look for. For more information, see <a>RegexPatternSet</a>. </p>\n            </li>\n            <li>\n               <p>Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.</p>\n            </li>\n         </ul>\n\t\t       <p> For example, you can create a <code>RegexPatternSet</code> that matches any requests with <code>User-Agent</code> headers \n         that contain the string <code>B[a@]dB[o0]t</code>. You can then configure AWS WAF to reject those requests.</p>\t\t\n\t\t       <p>To create and configure a <code>RegexMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Create a <code>RegexMatchSet.</code> For more information, see <a>CreateRegexMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<code>UpdateRegexMatchSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateRegexMatchSet</code> request to specify the part of the request that you want AWS WAF to inspect \n\t\t\t\t(for example, the header or the URI) and the identifier of the <code>RegexPatternSet</code> that contain the regular expression patters you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
7554            }
7555        },
7556        "com.amazonaws.waf#UpdateRegexMatchSetRequest": {
7557            "type": "structure",
7558            "members": {
7559                "RegexMatchSetId": {
7560                    "target": "com.amazonaws.waf#ResourceId",
7561                    "traits": {
7562                        "smithy.api#documentation": "<p>The <code>RegexMatchSetId</code> of the <a>RegexMatchSet</a> that you want to update. <code>RegexMatchSetId</code> is returned by <a>CreateRegexMatchSet</a> and by \n\t\t\t<a>ListRegexMatchSets</a>.</p>",
7563                        "smithy.api#required": {}
7564                    }
7565                },
7566                "Updates": {
7567                    "target": "com.amazonaws.waf#RegexMatchSetUpdates",
7568                    "traits": {
7569                        "smithy.api#documentation": "<p>An array of <code>RegexMatchSetUpdate</code> objects that you want to insert into or delete from a <a>RegexMatchSet</a>. \n\t\t\tFor more information, see <a>RegexMatchTuple</a>.</p>",
7570                        "smithy.api#required": {}
7571                    }
7572                },
7573                "ChangeToken": {
7574                    "target": "com.amazonaws.waf#ChangeToken",
7575                    "traits": {
7576                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7577                        "smithy.api#required": {}
7578                    }
7579                }
7580            }
7581        },
7582        "com.amazonaws.waf#UpdateRegexMatchSetResponse": {
7583            "type": "structure",
7584            "members": {
7585                "ChangeToken": {
7586                    "target": "com.amazonaws.waf#ChangeToken",
7587                    "traits": {
7588                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRegexMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7589                    }
7590                }
7591            }
7592        },
7593        "com.amazonaws.waf#UpdateRegexPatternSet": {
7594            "type": "operation",
7595            "input": {
7596                "target": "com.amazonaws.waf#UpdateRegexPatternSetRequest"
7597            },
7598            "output": {
7599                "target": "com.amazonaws.waf#UpdateRegexPatternSetResponse"
7600            },
7601            "errors": [
7602                {
7603                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7604                },
7605                {
7606                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7607                },
7608                {
7609                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7610                },
7611                {
7612                    "target": "com.amazonaws.waf#WAFInvalidRegexPatternException"
7613                },
7614                {
7615                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7616                },
7617                {
7618                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7619                },
7620                {
7621                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7622                },
7623                {
7624                    "target": "com.amazonaws.waf#WAFStaleDataException"
7625                }
7626            ],
7627            "traits": {
7628                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Inserts or deletes <code>RegexPatternString</code> objects in a <a>RegexPatternSet</a>. For each <code>RegexPatternString</code> object, \n\t\t\tyou specify the following values: </p>\n\t\t       <ul>\n            <li>\n\t\t\t            <p>Whether to insert or delete the <code>RegexPatternString</code>.</p>\n            </li>\n            <li>\n               <p>The regular expression pattern that you want to insert or delete. For more information, see <a>RegexPatternSet</a>. </p>\n            </li>\n         </ul>\n\t\t       <p> For example, you can create a <code>RegexPatternString</code> such as <code>B[a@]dB[o0]t</code>. AWS WAF will match this <code>RegexPatternString</code> to:</p>\n                <ul>\n            <li>\n\t\t\t\t           <p>BadBot</p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t           <p>BadB0t</p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t           <p>B@dBot</p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t           <p>B@dB0t</p>\n\t\t\t\t        </li>\n         </ul>\n\t\t       <p>To create and configure a <code>RegexPatternSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Create a <code>RegexPatternSet.</code> For more information, see <a>CreateRegexPatternSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<code>UpdateRegexPatternSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateRegexPatternSet</code> request to specify the regular expression pattern that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
7629            }
7630        },
7631        "com.amazonaws.waf#UpdateRegexPatternSetRequest": {
7632            "type": "structure",
7633            "members": {
7634                "RegexPatternSetId": {
7635                    "target": "com.amazonaws.waf#ResourceId",
7636                    "traits": {
7637                        "smithy.api#documentation": "<p>The <code>RegexPatternSetId</code> of the <a>RegexPatternSet</a> that you want to update. <code>RegexPatternSetId</code> is returned by <a>CreateRegexPatternSet</a> and by \n\t\t\t<a>ListRegexPatternSets</a>.</p>",
7638                        "smithy.api#required": {}
7639                    }
7640                },
7641                "Updates": {
7642                    "target": "com.amazonaws.waf#RegexPatternSetUpdates",
7643                    "traits": {
7644                        "smithy.api#documentation": "<p>An array of <code>RegexPatternSetUpdate</code> objects that you want to insert into or delete from a <a>RegexPatternSet</a>.</p>",
7645                        "smithy.api#required": {}
7646                    }
7647                },
7648                "ChangeToken": {
7649                    "target": "com.amazonaws.waf#ChangeToken",
7650                    "traits": {
7651                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7652                        "smithy.api#required": {}
7653                    }
7654                }
7655            }
7656        },
7657        "com.amazonaws.waf#UpdateRegexPatternSetResponse": {
7658            "type": "structure",
7659            "members": {
7660                "ChangeToken": {
7661                    "target": "com.amazonaws.waf#ChangeToken",
7662                    "traits": {
7663                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRegexPatternSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7664                    }
7665                }
7666            }
7667        },
7668        "com.amazonaws.waf#UpdateRule": {
7669            "type": "operation",
7670            "input": {
7671                "target": "com.amazonaws.waf#UpdateRuleRequest"
7672            },
7673            "output": {
7674                "target": "com.amazonaws.waf#UpdateRuleResponse"
7675            },
7676            "errors": [
7677                {
7678                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7679                },
7680                {
7681                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7682                },
7683                {
7684                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7685                },
7686                {
7687                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7688                },
7689                {
7690                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7691                },
7692                {
7693                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7694                },
7695                {
7696                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7697                },
7698                {
7699                    "target": "com.amazonaws.waf#WAFReferencedItemException"
7700                },
7701                {
7702                    "target": "com.amazonaws.waf#WAFStaleDataException"
7703                }
7704            ],
7705            "traits": {
7706                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Inserts or deletes <a>Predicate</a> objects in a <code>Rule</code>. Each\n            <code>Predicate</code> object identifies a predicate, such as a <a>ByteMatchSet</a> or an <a>IPSet</a>, that specifies the web requests\n         that you want to allow, block, or count. If you add more than one predicate to a\n            <code>Rule</code>, a request must match all of the specifications to be allowed,\n         blocked, or counted. For example, suppose\n         that\n         you add the following to a <code>Rule</code>: </p>\t\t\n\t\t       <ul>\n            <li>\n               <p>A <code>ByteMatchSet</code> that matches the value <code>BadBot</code> in the <code>User-Agent</code> header</p>\n            </li>\n            <li>\n               <p>An <code>IPSet</code> that matches the IP address <code>192.0.2.44</code>\n               </p>\n            </li>\n         </ul>\t\t\n\t\t       <p>You then add the <code>Rule</code> to a <code>WebACL</code> and specify that you want to block requests that satisfy the <code>Rule</code>. \n\t\t\tFor a request to be blocked, the <code>User-Agent</code> header in the request must contain the value <code>BadBot</code> \n\t\t\t         <i>and</i> the request must originate from the IP address 192.0.2.44.</p>\t\t\n\t\t       <p>To create and configure a <code>Rule</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Create and update the predicates that you want to include in the <code>Rule</code>.</p>\n            </li>\n            <li>\n               <p>Create the <code>Rule</code>. See <a>CreateRule</a>.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateRule</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateRule</code> request to add predicates to the <code>Rule</code>.</p>\n            </li>\n            <li>\n               <p>Create and update a <code>WebACL</code> that contains the <code>Rule</code>. See <a>CreateWebACL</a>.</p>\n            </li>\n         </ol>\n\t\t       <p>If you want to replace one <code>ByteMatchSet</code> or <code>IPSet</code> with another, you delete the existing one and \n\t\t\tadd the new one.</p>\t\t\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
7707            }
7708        },
7709        "com.amazonaws.waf#UpdateRuleGroup": {
7710            "type": "operation",
7711            "input": {
7712                "target": "com.amazonaws.waf#UpdateRuleGroupRequest"
7713            },
7714            "output": {
7715                "target": "com.amazonaws.waf#UpdateRuleGroupResponse"
7716            },
7717            "errors": [
7718                {
7719                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7720                },
7721                {
7722                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7723                },
7724                {
7725                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7726                },
7727                {
7728                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7729                },
7730                {
7731                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7732                },
7733                {
7734                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7735                },
7736                {
7737                    "target": "com.amazonaws.waf#WAFStaleDataException"
7738                }
7739            ],
7740            "traits": {
7741                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>Inserts or deletes <a>ActivatedRule</a> objects in a <code>RuleGroup</code>.</p>\n\t        <p>You can only insert <code>REGULAR</code> rules into a rule group.</p>\n         <p>You can have a maximum of ten rules per rule group.</p>\n\t  \t  \n     \t\n         <p>To create and configure a <code>RuleGroup</code>, perform the following steps:</p>\n         <ol>\n            <li>\n               <p>Create and update the <code>Rules</code> that you want to include in the <code>RuleGroup</code>. See <a>CreateRule</a>.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n               <a>UpdateRuleGroup</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateRuleGroup</code> request to add <code>Rules</code> to the <code>RuleGroup</code>.</p>\n            </li>\n            <li>\n               <p>Create and update a <code>WebACL</code> that contains the <code>RuleGroup</code>. See <a>CreateWebACL</a>.</p>\n            </li>\n         </ol>\n         <p>If you want to replace one <code>Rule</code> with another, you delete the existing one and \n         add the new one.</p>\t\t\n         <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n         <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
7742            }
7743        },
7744        "com.amazonaws.waf#UpdateRuleGroupRequest": {
7745            "type": "structure",
7746            "members": {
7747                "RuleGroupId": {
7748                    "target": "com.amazonaws.waf#ResourceId",
7749                    "traits": {
7750                        "smithy.api#documentation": "<p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> that you want to update. <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by \n         <a>ListRuleGroups</a>.</p>",
7751                        "smithy.api#required": {}
7752                    }
7753                },
7754                "Updates": {
7755                    "target": "com.amazonaws.waf#RuleGroupUpdates",
7756                    "traits": {
7757                        "smithy.api#documentation": "<p>An array of <code>RuleGroupUpdate</code> objects that you want to insert into or delete from a \n         <a>RuleGroup</a>.</p>\n\t\t       <p>You can only insert <code>REGULAR</code> rules into a rule group.</p>\n\t\t       <p>\n            <code>ActivatedRule|OverrideAction</code> applies only when updating or adding a <code>RuleGroup</code> to a <code>WebACL</code>. In this case you do not use <code>ActivatedRule|Action</code>.  For all other update requests, <code>ActivatedRule|Action</code> is used instead of <code>ActivatedRule|OverrideAction</code>.</p>",
7758                        "smithy.api#required": {}
7759                    }
7760                },
7761                "ChangeToken": {
7762                    "target": "com.amazonaws.waf#ChangeToken",
7763                    "traits": {
7764                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7765                        "smithy.api#required": {}
7766                    }
7767                }
7768            }
7769        },
7770        "com.amazonaws.waf#UpdateRuleGroupResponse": {
7771            "type": "structure",
7772            "members": {
7773                "ChangeToken": {
7774                    "target": "com.amazonaws.waf#ChangeToken",
7775                    "traits": {
7776                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRuleGroup</code> request. You can also use this value \n         to query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7777                    }
7778                }
7779            }
7780        },
7781        "com.amazonaws.waf#UpdateRuleRequest": {
7782            "type": "structure",
7783            "members": {
7784                "RuleId": {
7785                    "target": "com.amazonaws.waf#ResourceId",
7786                    "traits": {
7787                        "smithy.api#documentation": "<p>The <code>RuleId</code> of the <code>Rule</code> that you want to update. <code>RuleId</code> is returned by \n\t\t\t<code>CreateRule</code> and by <a>ListRules</a>.</p>",
7788                        "smithy.api#required": {}
7789                    }
7790                },
7791                "ChangeToken": {
7792                    "target": "com.amazonaws.waf#ChangeToken",
7793                    "traits": {
7794                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7795                        "smithy.api#required": {}
7796                    }
7797                },
7798                "Updates": {
7799                    "target": "com.amazonaws.waf#RuleUpdates",
7800                    "traits": {
7801                        "smithy.api#documentation": "<p>An array of <code>RuleUpdate</code> objects that you want to insert into or delete from a \n\t\t\t<a>Rule</a>. For more information, see the applicable data types:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>RuleUpdate</a>: Contains <code>Action</code> and <code>Predicate</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>Predicate</a>: Contains <code>DataId</code>, <code>Negated</code>, and <code>Type</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code>\n               </p>\n            </li>\n         </ul>",
7802                        "smithy.api#required": {}
7803                    }
7804                }
7805            }
7806        },
7807        "com.amazonaws.waf#UpdateRuleResponse": {
7808            "type": "structure",
7809            "members": {
7810                "ChangeToken": {
7811                    "target": "com.amazonaws.waf#ChangeToken",
7812                    "traits": {
7813                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRule</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7814                    }
7815                }
7816            }
7817        },
7818        "com.amazonaws.waf#UpdateSizeConstraintSet": {
7819            "type": "operation",
7820            "input": {
7821                "target": "com.amazonaws.waf#UpdateSizeConstraintSetRequest"
7822            },
7823            "output": {
7824                "target": "com.amazonaws.waf#UpdateSizeConstraintSetResponse"
7825            },
7826            "errors": [
7827                {
7828                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7829                },
7830                {
7831                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7832                },
7833                {
7834                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7835                },
7836                {
7837                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7838                },
7839                {
7840                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7841                },
7842                {
7843                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7844                },
7845                {
7846                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7847                },
7848                {
7849                    "target": "com.amazonaws.waf#WAFReferencedItemException"
7850                },
7851                {
7852                    "target": "com.amazonaws.waf#WAFStaleDataException"
7853                }
7854            ],
7855            "traits": {
7856                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Inserts or deletes <a>SizeConstraint</a> objects (filters) in a <a>SizeConstraintSet</a>. For each <code>SizeConstraint</code> object, \n\t\t\tyou specify the following values: </p>\n\t\t       <ul>\n            <li>\n               <p>Whether to insert or delete the object from the array. If you want to change a <code>SizeConstraintSetUpdate</code> object, \n\t\t\t\tyou delete the existing object and add a new one.</p>\n            </li>\n            <li>\n               <p>The part of a web request that you want AWS WAF to evaluate, such as the length of a query string or the length of the \n\t\t\t\t<code>User-Agent</code> header.</p>\n            </li>\n            <li>\n               <p>Whether to perform any transformations on the request, such as converting it to lowercase, before checking its length. \n\t\t\t\tNote that transformations of the request body are not supported because the AWS resource forwards only the first <code>8192</code> bytes \n\t\t\t\tof your request to AWS WAF.</p>\n\t\t\t\t           <p>You can only specify a single type of TextTransformation.</p>\n            </li>\n            <li>\n               <p>A <code>ComparisonOperator</code> used for evaluating the selected part of the request against the specified <code>Size</code>, such as  \n\t\t\t\tequals, greater than, less than, and so on.</p>\n            </li>\n            <li>\n               <p>The length, in bytes, that you want AWS WAF to watch for in selected part of the request. The length is computed after applying the transformation.</p>\n            </li>\n         </ul>\n\t\t       <p>For example, you can add a <code>SizeConstraintSetUpdate</code> object that matches web requests in which the length of the \n\t\t\t<code>User-Agent</code> header is greater than 100 bytes. You can then configure AWS WAF to block those requests.</p>\n\t\t  \t    <p>To create and configure a <code>SizeConstraintSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Create a <code>SizeConstraintSet.</code> For more information, see <a>CreateSizeConstraintSet</a>.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<code>UpdateSizeConstraintSet</code> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateSizeConstraintSet</code> request to specify the part of the request that you want AWS WAF to inspect \n\t\t\t\t(for example, the header or the URI) and the value that you want AWS WAF to watch for.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
7857            }
7858        },
7859        "com.amazonaws.waf#UpdateSizeConstraintSetRequest": {
7860            "type": "structure",
7861            "members": {
7862                "SizeConstraintSetId": {
7863                    "target": "com.amazonaws.waf#ResourceId",
7864                    "traits": {
7865                        "smithy.api#documentation": "<p>The <code>SizeConstraintSetId</code> of the <a>SizeConstraintSet</a> that you want to update. <code>SizeConstraintSetId</code> \n\t\t\tis returned by <a>CreateSizeConstraintSet</a> and by <a>ListSizeConstraintSets</a>.</p>",
7866                        "smithy.api#required": {}
7867                    }
7868                },
7869                "ChangeToken": {
7870                    "target": "com.amazonaws.waf#ChangeToken",
7871                    "traits": {
7872                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7873                        "smithy.api#required": {}
7874                    }
7875                },
7876                "Updates": {
7877                    "target": "com.amazonaws.waf#SizeConstraintSetUpdates",
7878                    "traits": {
7879                        "smithy.api#documentation": "<p>An array of <code>SizeConstraintSetUpdate</code> objects that you want to insert into or delete from a <a>SizeConstraintSet</a>. \n\t\t\tFor more information, see the applicable data types:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>SizeConstraintSetUpdate</a>: Contains <code>Action</code> and <code>SizeConstraint</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>SizeConstraint</a>: Contains <code>FieldToMatch</code>, <code>TextTransformation</code>, <code>ComparisonOperator</code>, \n\t\t\t\tand <code>Size</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code>\n               </p>\n            </li>\n         </ul>",
7880                        "smithy.api#required": {}
7881                    }
7882                }
7883            }
7884        },
7885        "com.amazonaws.waf#UpdateSizeConstraintSetResponse": {
7886            "type": "structure",
7887            "members": {
7888                "ChangeToken": {
7889                    "target": "com.amazonaws.waf#ChangeToken",
7890                    "traits": {
7891                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateSizeConstraintSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7892                    }
7893                }
7894            }
7895        },
7896        "com.amazonaws.waf#UpdateSqlInjectionMatchSet": {
7897            "type": "operation",
7898            "input": {
7899                "target": "com.amazonaws.waf#UpdateSqlInjectionMatchSetRequest"
7900            },
7901            "output": {
7902                "target": "com.amazonaws.waf#UpdateSqlInjectionMatchSetResponse"
7903            },
7904            "errors": [
7905                {
7906                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7907                },
7908                {
7909                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7910                },
7911                {
7912                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7913                },
7914                {
7915                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7916                },
7917                {
7918                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
7919                },
7920                {
7921                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
7922                },
7923                {
7924                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
7925                },
7926                {
7927                    "target": "com.amazonaws.waf#WAFStaleDataException"
7928                }
7929            ],
7930            "traits": {
7931                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Inserts or deletes <a>SqlInjectionMatchTuple</a> objects (filters) in a <a>SqlInjectionMatchSet</a>. \n\t\t\tFor each <code>SqlInjectionMatchTuple</code> object, you specify the following values:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>Action</code>: Whether to insert the object into or delete the object from the array. To change a \n\t\t\t\t<code>SqlInjectionMatchTuple</code>, you delete the existing object and add a new one.</p>\n            </li>\n            <li>\n               <p>\n                  <code>FieldToMatch</code>: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header or custom query parameter, \n\t\t\t\tthe name of the header or parameter.</p>\n            </li>\n            <li>\n               <p>\n                  <code>TextTransformation</code>: Which text transformation, if any, to perform on the web request before \n\t\t\t\tinspecting the request for snippets of malicious SQL code.</p>\n\t\t\t\t           <p>You can only specify a single type of  TextTransformation.</p>\n            </li>\n         </ul>\n\t\t       <p>You use <code>SqlInjectionMatchSet</code> objects to specify which CloudFront\n         requests that\n         you want to allow, block, or count. For example, if you're receiving\n         requests that contain snippets of SQL code in the query string and you want to block the\n         requests, you can create a <code>SqlInjectionMatchSet</code> with the applicable settings,\n         and then configure AWS WAF to block the requests. </p>\n\t\t       <p>To create and configure a <code>SqlInjectionMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Submit a <a>CreateSqlInjectionMatchSet</a> request.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateIPSet</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateSqlInjectionMatchSet</code> request to specify the parts of web requests that you want AWS WAF to \n\t\t\t\tinspect for snippets of SQL code.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
7932            }
7933        },
7934        "com.amazonaws.waf#UpdateSqlInjectionMatchSetRequest": {
7935            "type": "structure",
7936            "members": {
7937                "SqlInjectionMatchSetId": {
7938                    "target": "com.amazonaws.waf#ResourceId",
7939                    "traits": {
7940                        "smithy.api#documentation": "<p>The <code>SqlInjectionMatchSetId</code> of the <code>SqlInjectionMatchSet</code> that you want to update. \n\t\t\t<code>SqlInjectionMatchSetId</code> is returned by <a>CreateSqlInjectionMatchSet</a> and by <a>ListSqlInjectionMatchSets</a>.</p>",
7941                        "smithy.api#required": {}
7942                    }
7943                },
7944                "ChangeToken": {
7945                    "target": "com.amazonaws.waf#ChangeToken",
7946                    "traits": {
7947                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
7948                        "smithy.api#required": {}
7949                    }
7950                },
7951                "Updates": {
7952                    "target": "com.amazonaws.waf#SqlInjectionMatchSetUpdates",
7953                    "traits": {
7954                        "smithy.api#documentation": "<p>An array of <code>SqlInjectionMatchSetUpdate</code> objects that you want to insert into or delete from a \n\t\t\t<a>SqlInjectionMatchSet</a>. For more information, see the applicable data types:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>SqlInjectionMatchSetUpdate</a>: Contains <code>Action</code> and <code>SqlInjectionMatchTuple</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>SqlInjectionMatchTuple</a>: Contains <code>FieldToMatch</code> and <code>TextTransformation</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code>\n               </p>\n            </li>\n         </ul>",
7955                        "smithy.api#required": {}
7956                    }
7957                }
7958            },
7959            "traits": {
7960                "smithy.api#documentation": "<p>A request to update a <a>SqlInjectionMatchSet</a>.</p>"
7961            }
7962        },
7963        "com.amazonaws.waf#UpdateSqlInjectionMatchSetResponse": {
7964            "type": "structure",
7965            "members": {
7966                "ChangeToken": {
7967                    "target": "com.amazonaws.waf#ChangeToken",
7968                    "traits": {
7969                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateSqlInjectionMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
7970                    }
7971                }
7972            },
7973            "traits": {
7974                "smithy.api#documentation": "<p>The response to an <a>UpdateSqlInjectionMatchSets</a> request.</p>"
7975            }
7976        },
7977        "com.amazonaws.waf#UpdateWebACL": {
7978            "type": "operation",
7979            "input": {
7980                "target": "com.amazonaws.waf#UpdateWebACLRequest"
7981            },
7982            "output": {
7983                "target": "com.amazonaws.waf#UpdateWebACLResponse"
7984            },
7985            "errors": [
7986                {
7987                    "target": "com.amazonaws.waf#WAFInternalErrorException"
7988                },
7989                {
7990                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
7991                },
7992                {
7993                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
7994                },
7995                {
7996                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
7997                },
7998                {
7999                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
8000                },
8001                {
8002                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
8003                },
8004                {
8005                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
8006                },
8007                {
8008                    "target": "com.amazonaws.waf#WAFReferencedItemException"
8009                },
8010                {
8011                    "target": "com.amazonaws.waf#WAFStaleDataException"
8012                },
8013                {
8014                    "target": "com.amazonaws.waf#WAFSubscriptionNotFoundException"
8015                }
8016            ],
8017            "traits": {
8018                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Inserts or deletes <a>ActivatedRule</a> objects in a <code>WebACL</code>. Each <code>Rule</code> identifies \n\t\t\tweb requests that you want to allow, block, or count. When you update a <code>WebACL</code>, you specify the following values:</p>\n\t\t       <ul>\n            <li>\n               <p>A default action for the <code>WebACL</code>, either <code>ALLOW</code> or <code>BLOCK</code>. \n\t\t\t\tAWS WAF performs the default action if a request doesn't match the criteria in any of the <code>Rules</code> in a <code>WebACL</code>.</p>\n            </li>\n            <li>\n               <p>The <code>Rules</code> that you want to add\n               or\n               delete. If you want to replace one <code>Rule</code> with another, you delete the\n               existing <code>Rule</code> and add the new one.</p>\n            </li>\n            <li>\n               <p>For each <code>Rule</code>, whether you want AWS WAF to allow requests, block requests, or count requests that match \n\t\t\t\tthe conditions in the <code>Rule</code>.</p>\n            </li>\n            <li>\n               <p>The order in which you want AWS WAF to evaluate the <code>Rules</code> in a\n                  <code>WebACL</code>. If you add more than one <code>Rule</code> to a\n                  <code>WebACL</code>, AWS WAF evaluates each request against the <code>Rules</code>\n               in order based on the value of <code>Priority</code>. (The <code>Rule</code> that has\n               the lowest value for <code>Priority</code> is evaluated first.) When a web request\n               matches all\n               the\n               predicates (such as <code>ByteMatchSets</code> and <code>IPSets</code>) in a\n                  <code>Rule</code>, AWS WAF immediately takes the corresponding action, allow or\n               block, and doesn't evaluate the request against the remaining <code>Rules</code> in\n               the <code>WebACL</code>, if any. </p>\n            </li>\n         </ul>\n\t\t\n\t\t       <p>To create and configure a <code>WebACL</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Create and update the predicates that you want to include in <code>Rules</code>. \n\t\t\t\tFor more information, see <a>CreateByteMatchSet</a>, <a>UpdateByteMatchSet</a>, <a>CreateIPSet</a>, <a>UpdateIPSet</a>, \n\t\t\t\t<a>CreateSqlInjectionMatchSet</a>, and <a>UpdateSqlInjectionMatchSet</a>.</p>\n            </li>\n            <li>\n               <p>Create and update the <code>Rules</code> that you want to include in the <code>WebACL</code>. For more information, see \n\t\t\t\t<a>CreateRule</a> and <a>UpdateRule</a>.</p>\n            </li>\n            <li>\n               <p>Create a <code>WebACL</code>. See <a>CreateWebACL</a>.</p>\n            </li>\n            <li>\n               <p>Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateWebACL</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateWebACL</code> request to specify the <code>Rules</code>\n               that you want to include in the <code>WebACL</code>, to specify the default action,\n               and to associate the <code>WebACL</code> with a CloudFront distribution. </p>\n               <p>The <code>ActivatedRule</code> can be a rule group. If you specify a rule group\n               as your\n               <code>ActivatedRule</code>\n               ,\n               you can exclude specific rules from that rule group.</p>\n               <p>If you already have a rule group associated with a web ACL and want to submit\n               an <code>UpdateWebACL</code> request to exclude certain rules from that rule group,\n               you must first remove the rule group from the web ACL, the re-insert it again,\n               specifying the excluded rules.\n               For details,\n               see\n                  <a>ActivatedRule$ExcludedRules</a>\n               .\n               </p>\n            </li>\n         </ol>\n         <p>Be aware that if you try to add a RATE_BASED rule to a web ACL without setting the rule type when first creating the rule, the  <a>UpdateWebACL</a> request will fail because the request tries to add a REGULAR rule (the default rule type) with the specified ID, which does not exist. \t\t</p>\t\t\t\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
8019            }
8020        },
8021        "com.amazonaws.waf#UpdateWebACLRequest": {
8022            "type": "structure",
8023            "members": {
8024                "WebACLId": {
8025                    "target": "com.amazonaws.waf#ResourceId",
8026                    "traits": {
8027                        "smithy.api#documentation": "<p>The <code>WebACLId</code> of the <a>WebACL</a> that you want to update. <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by \n\t\t\t<a>ListWebACLs</a>.</p>",
8028                        "smithy.api#required": {}
8029                    }
8030                },
8031                "ChangeToken": {
8032                    "target": "com.amazonaws.waf#ChangeToken",
8033                    "traits": {
8034                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
8035                        "smithy.api#required": {}
8036                    }
8037                },
8038                "Updates": {
8039                    "target": "com.amazonaws.waf#WebACLUpdates",
8040                    "traits": {
8041                        "smithy.api#documentation": "<p>An array of updates to make to the <a>WebACL</a>.</p>\t\t\n\t\t       <p>An array of <code>WebACLUpdate</code> objects that you want to insert into or delete from a \n\t\t\t<a>WebACL</a>. For more information, see the applicable data types:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>WebACLUpdate</a>: Contains <code>Action</code> and <code>ActivatedRule</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>ActivatedRule</a>: Contains <code>Action</code>,\n                  <code>OverrideAction</code>, <code>Priority</code>, <code>RuleId</code>, and\n                  <code>Type</code>. <code>ActivatedRule|OverrideAction</code> applies only when\n               updating or adding a <code>RuleGroup</code> to a <code>WebACL</code>. In this\n               case,\n               you do not use <code>ActivatedRule|Action</code>. For all other update requests,\n                  <code>ActivatedRule|Action</code> is used instead of\n                  <code>ActivatedRule|OverrideAction</code>. </p>\n            </li>\n            <li>\n               <p>\n                  <a>WafAction</a>: Contains <code>Type</code>\n               </p>\n            </li>\n         </ul>"
8042                    }
8043                },
8044                "DefaultAction": {
8045                    "target": "com.amazonaws.waf#WafAction",
8046                    "traits": {
8047                        "smithy.api#documentation": "<p>A default action for the web ACL, either ALLOW or BLOCK. AWS WAF performs the default\n         action if a request doesn't match the criteria in any of the rules in a web ACL.</p>"
8048                    }
8049                }
8050            }
8051        },
8052        "com.amazonaws.waf#UpdateWebACLResponse": {
8053            "type": "structure",
8054            "members": {
8055                "ChangeToken": {
8056                    "target": "com.amazonaws.waf#ChangeToken",
8057                    "traits": {
8058                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateWebACL</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
8059                    }
8060                }
8061            }
8062        },
8063        "com.amazonaws.waf#UpdateXssMatchSet": {
8064            "type": "operation",
8065            "input": {
8066                "target": "com.amazonaws.waf#UpdateXssMatchSetRequest"
8067            },
8068            "output": {
8069                "target": "com.amazonaws.waf#UpdateXssMatchSetResponse"
8070            },
8071            "errors": [
8072                {
8073                    "target": "com.amazonaws.waf#WAFInternalErrorException"
8074                },
8075                {
8076                    "target": "com.amazonaws.waf#WAFInvalidAccountException"
8077                },
8078                {
8079                    "target": "com.amazonaws.waf#WAFInvalidOperationException"
8080                },
8081                {
8082                    "target": "com.amazonaws.waf#WAFInvalidParameterException"
8083                },
8084                {
8085                    "target": "com.amazonaws.waf#WAFLimitsExceededException"
8086                },
8087                {
8088                    "target": "com.amazonaws.waf#WAFNonexistentContainerException"
8089                },
8090                {
8091                    "target": "com.amazonaws.waf#WAFNonexistentItemException"
8092                },
8093                {
8094                    "target": "com.amazonaws.waf#WAFStaleDataException"
8095                }
8096            ],
8097            "traits": {
8098                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Inserts or deletes <a>XssMatchTuple</a> objects (filters) in an <a>XssMatchSet</a>. \n\t\t\tFor each <code>XssMatchTuple</code> object, you specify the following values:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>Action</code>: Whether to insert the object into or delete the object from the\n               array. To change an\n               <code>XssMatchTuple</code>, you delete the existing object and add a new\n               one.</p>\n            </li>\n            <li>\n               <p>\n                  <code>FieldToMatch</code>: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header or custom query parameter, \n\t\t\t\tthe name of the header or parameter.</p>\n            </li>\n            <li>\n               <p>\n                  <code>TextTransformation</code>: Which text transformation, if any, to perform on the web request before \n\t\t\t\tinspecting the request for cross-site scripting attacks.</p>\n\t\t\t\t           <p>You can only specify a single type of TextTransformation.</p>\n            </li>\n         </ul>\n\t\t       <p>You use <code>XssMatchSet</code> objects to specify which CloudFront requests\n         that\n         you want to allow, block, or count. For example, if you're receiving\n         requests that contain cross-site scripting attacks in the request body and you want to\n         block the requests, you can create an <code>XssMatchSet</code> with the applicable\n         settings, and then configure AWS WAF to block the requests. </p>\t\t\n\t\t       <p>To create and configure an <code>XssMatchSet</code>, perform the following steps:</p>\n\t\t       <ol>\n            <li>\n               <p>Submit a <a>CreateXssMatchSet</a> request.</p>\n            </li>\n            <li>\n               <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an \n\t\t\t\t<a>UpdateIPSet</a> request.</p>\n            </li>\n            <li>\n               <p>Submit an <code>UpdateXssMatchSet</code> request to specify the parts of web requests that you want AWS WAF to \n\t\t\t\tinspect for cross-site scripting attacks.</p>\n            </li>\n         </ol>\n\t\t       <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">AWS WAF Developer Guide</a>.</p>"
8099            }
8100        },
8101        "com.amazonaws.waf#UpdateXssMatchSetRequest": {
8102            "type": "structure",
8103            "members": {
8104                "XssMatchSetId": {
8105                    "target": "com.amazonaws.waf#ResourceId",
8106                    "traits": {
8107                        "smithy.api#documentation": "<p>The <code>XssMatchSetId</code> of the <code>XssMatchSet</code> that you want to update. \n\t\t\t<code>XssMatchSetId</code> is returned by <a>CreateXssMatchSet</a> and by <a>ListXssMatchSets</a>.</p>",
8108                        "smithy.api#required": {}
8109                    }
8110                },
8111                "ChangeToken": {
8112                    "target": "com.amazonaws.waf#ChangeToken",
8113                    "traits": {
8114                        "smithy.api#documentation": "<p>The value returned by the most recent call to <a>GetChangeToken</a>.</p>",
8115                        "smithy.api#required": {}
8116                    }
8117                },
8118                "Updates": {
8119                    "target": "com.amazonaws.waf#XssMatchSetUpdates",
8120                    "traits": {
8121                        "smithy.api#documentation": "<p>An array of <code>XssMatchSetUpdate</code> objects that you want to insert into or\n         delete from an\n         <a>XssMatchSet</a>. For more information, see the applicable data\n         types:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <a>XssMatchSetUpdate</a>: Contains <code>Action</code> and <code>XssMatchTuple</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>XssMatchTuple</a>: Contains <code>FieldToMatch</code> and <code>TextTransformation</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code>\n               </p>\n            </li>\n         </ul>",
8122                        "smithy.api#required": {}
8123                    }
8124                }
8125            },
8126            "traits": {
8127                "smithy.api#documentation": "<p>A request to update an <a>XssMatchSet</a>.</p>"
8128            }
8129        },
8130        "com.amazonaws.waf#UpdateXssMatchSetResponse": {
8131            "type": "structure",
8132            "members": {
8133                "ChangeToken": {
8134                    "target": "com.amazonaws.waf#ChangeToken",
8135                    "traits": {
8136                        "smithy.api#documentation": "<p>The <code>ChangeToken</code> that you used to submit the <code>UpdateXssMatchSet</code> request. You can also use this value \n\t\t\tto query the status of the request. For more information, see <a>GetChangeTokenStatus</a>.</p>"
8137                    }
8138                }
8139            },
8140            "traits": {
8141                "smithy.api#documentation": "<p>The response to an <a>UpdateXssMatchSets</a> request.</p>"
8142            }
8143        },
8144        "com.amazonaws.waf#WAFBadRequestException": {
8145            "type": "structure",
8146            "members": {
8147                "message": {
8148                    "target": "com.amazonaws.waf#errorMessage"
8149                }
8150            },
8151            "traits": {
8152                "smithy.api#documentation": "<p></p>",
8153                "smithy.api#error": "client"
8154            }
8155        },
8156        "com.amazonaws.waf#WAFDisallowedNameException": {
8157            "type": "structure",
8158            "members": {
8159                "message": {
8160                    "target": "com.amazonaws.waf#errorMessage"
8161                }
8162            },
8163            "traits": {
8164                "smithy.api#documentation": "<p>The name specified is invalid.</p>",
8165                "smithy.api#error": "client"
8166            }
8167        },
8168        "com.amazonaws.waf#WAFEntityMigrationException": {
8169            "type": "structure",
8170            "members": {
8171                "message": {
8172                    "target": "com.amazonaws.waf#errorMessage"
8173                },
8174                "MigrationErrorType": {
8175                    "target": "com.amazonaws.waf#MigrationErrorType"
8176                },
8177                "MigrationErrorReason": {
8178                    "target": "com.amazonaws.waf#ErrorReason"
8179                }
8180            },
8181            "traits": {
8182                "smithy.api#documentation": "<p>The operation failed due to a problem with the migration. The failure cause is provided in the exception, in the <code>MigrationErrorType</code>: </p>\n         <ul>\n            <li>\n               <p>\n                  <code>ENTITY_NOT_SUPPORTED</code> - The web ACL has an unsupported entity but the <code>IgnoreUnsupportedType</code> is not set to true.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ENTITY_NOT_FOUND</code> - The web ACL doesn't exist.  </p>\n            </li>\n            <li>\n               <p>\n                  <code>S3_BUCKET_NO_PERMISSION</code> - You don't have permission to perform the <code>PutObject</code> action to the specified Amazon S3 bucket.</p>\n            </li>\n            <li>\n               <p>\n                  <code>S3_BUCKET_NOT_ACCESSIBLE</code> - The bucket policy doesn't allow AWS WAF to perform the <code>PutObject</code> action in the bucket.</p>\n            </li>\n            <li>\n               <p>\n                  <code>S3_BUCKET_NOT_FOUND</code> - The S3 bucket doesn't exist. </p>\n            </li>\n            <li>\n               <p>\n                  <code>S3_BUCKET_INVALID_REGION</code> - The S3 bucket is not in the same Region as the web ACL.</p>\n            </li>\n            <li>\n               <p>\n                  <code>S3_INTERNAL_ERROR</code> - AWS WAF failed to create the template in the S3 bucket for another reason.</p>\n            </li>\n         </ul>",
8183                "smithy.api#error": "client"
8184            }
8185        },
8186        "com.amazonaws.waf#WAFInternalErrorException": {
8187            "type": "structure",
8188            "members": {
8189                "message": {
8190                    "target": "com.amazonaws.waf#errorMessage"
8191                }
8192            },
8193            "traits": {
8194                "smithy.api#documentation": "<p>The operation failed because of a system problem, even though the request was valid. Retry your request.</p>",
8195                "smithy.api#error": "server"
8196            }
8197        },
8198        "com.amazonaws.waf#WAFInvalidAccountException": {
8199            "type": "structure",
8200            "members": {},
8201            "traits": {
8202                "smithy.api#documentation": "<p>The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.</p>",
8203                "smithy.api#error": "client"
8204            }
8205        },
8206        "com.amazonaws.waf#WAFInvalidOperationException": {
8207            "type": "structure",
8208            "members": {
8209                "message": {
8210                    "target": "com.amazonaws.waf#errorMessage"
8211                }
8212            },
8213            "traits": {
8214                "smithy.api#documentation": "<p>The operation failed because there was nothing to do. For example:</p>\n\t\t\t      <ul>\n            <li>\n               <p>You tried to remove a <code>Rule</code> from a <code>WebACL</code>, but the <code>Rule</code> isn't in the specified <code>WebACL</code>.</p>\n            </li>\n            <li>\n               <p>You tried to remove an IP address from an <code>IPSet</code>, but the IP address isn't in the specified <code>IPSet</code>.</p>\n            </li>\n            <li>\n               <p>You tried to remove a <code>ByteMatchTuple</code> from a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code> \n\t\t\t\t\tisn't in the specified <code>WebACL</code>.</p>\n            </li>\n            <li>\n               <p>You tried to add a <code>Rule</code> to a <code>WebACL</code>, but the <code>Rule</code> already exists in the \n\t\t\t\t\tspecified <code>WebACL</code>.</p>\n            </li>\n            <li>\n               <p>You tried to add a <code>ByteMatchTuple</code> to a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code> \n               already exists in the specified <code>WebACL</code>.</p>\n            </li>\n         </ul>",
8215                "smithy.api#error": "client"
8216            }
8217        },
8218        "com.amazonaws.waf#WAFInvalidParameterException": {
8219            "type": "structure",
8220            "members": {
8221                "field": {
8222                    "target": "com.amazonaws.waf#ParameterExceptionField"
8223                },
8224                "parameter": {
8225                    "target": "com.amazonaws.waf#ParameterExceptionParameter"
8226                },
8227                "reason": {
8228                    "target": "com.amazonaws.waf#ParameterExceptionReason"
8229                }
8230            },
8231            "traits": {
8232                "smithy.api#documentation": "<p>The operation failed because AWS WAF didn't recognize a parameter in the request. For example:</p>\n\t\t\t      <ul>\n            <li>\n               <p>You specified an invalid parameter name.</p>\n            </li>\n            <li>\n               <p>You specified an invalid value.</p>\n            </li>\n            <li>\n               <p>You tried to update an object (<code>ByteMatchSet</code>, <code>IPSet</code>, <code>Rule</code>, or <code>WebACL</code>) \n\t\t\t\t\tusing an action other than <code>INSERT</code> or <code>DELETE</code>.</p>\n            </li>\n            <li>\n               <p>You tried to create a <code>WebACL</code> with a <code>DefaultAction</code> \n                  <code>Type</code> other than \n\t\t\t\t\t<code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</p>\n            </li>\n            <li>\n\t\t \t           <p>You tried to create a <code>RateBasedRule</code> with a <code>RateKey</code> value other than <code>IP</code>.</p>\n\t\t          </li>\n            <li>\n               <p>You tried to update a <code>WebACL</code> with a <code>WafAction</code> \n                  <code>Type</code> other than \n\t\t\t\t\t<code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</p>\n            </li>\n            <li>\n               <p>You tried to update a <code>ByteMatchSet</code> with a <code>FieldToMatch</code> \n                  <code>Type</code> other than \n\t\t\t\t\tHEADER, METHOD, QUERY_STRING, URI, or BODY.</p>\n            </li>\n            <li>\n               <p>You tried to update a <code>ByteMatchSet</code> with a <code>Field</code> of <code>HEADER</code> \n\t\t\t\t\tbut no value for <code>Data</code>.</p>\n            </li>\n            <li>\n\t\t\t   \t\t       <p>Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.</p>\n\t\t\t   \t     </li>\n         </ul>",
8233                "smithy.api#error": "client"
8234            }
8235        },
8236        "com.amazonaws.waf#WAFInvalidPermissionPolicyException": {
8237            "type": "structure",
8238            "members": {
8239                "message": {
8240                    "target": "com.amazonaws.waf#errorMessage"
8241                }
8242            },
8243            "traits": {
8244                "smithy.api#documentation": "<p>The operation failed because the specified policy is not in the proper format. </p>\n         <p>The policy is subject to the following restrictions:</p>\n         <ul>\n            <li>\n               <p>You can attach only one policy with each <code>PutPermissionPolicy</code> request.</p>\n            </li>\n            <li>\n               <p>The policy must include an <code>Effect</code>, <code>Action</code> and <code>Principal</code>. </p>\n            </li>\n            <li>\n            \n               <p>\n                  <code>Effect</code> must specify <code>Allow</code>.</p>\n            </li>\n            <li>\n               <p>The <code>Action</code> in the policy must be <code>waf:UpdateWebACL</code>, <code>waf-regional:UpdateWebACL</code>, <code>waf:GetRuleGroup</code> and <code>waf-regional:GetRuleGroup</code> . Any extra or wildcard actions in the policy will be rejected.</p>\n            </li>\n            <li>\n               <p>The policy cannot include a <code>Resource</code> parameter.</p>\n            </li>\n            <li>\n               <p>The ARN in the request must be a valid WAF RuleGroup ARN and the RuleGroup must exist in the same region.</p>\n            </li>\n            <li>\n               <p>The user making the request must be the owner of the RuleGroup.</p>\n            </li>\n            <li> \n               <p>Your policy must be composed using IAM Policy version 2012-10-17.</p>\n            </li>\n         </ul>",
8245                "smithy.api#error": "client"
8246            }
8247        },
8248        "com.amazonaws.waf#WAFInvalidRegexPatternException": {
8249            "type": "structure",
8250            "members": {
8251                "message": {
8252                    "target": "com.amazonaws.waf#errorMessage"
8253                }
8254            },
8255            "traits": {
8256                "smithy.api#documentation": "<p>The regular expression (regex) you specified in <code>RegexPatternString</code> is invalid.</p>",
8257                "smithy.api#error": "client"
8258            }
8259        },
8260        "com.amazonaws.waf#WAFLimitsExceededException": {
8261            "type": "structure",
8262            "members": {
8263                "message": {
8264                    "target": "com.amazonaws.waf#errorMessage"
8265                }
8266            },
8267            "traits": {
8268                "smithy.api#documentation": "<p>The operation exceeds a resource limit, for example, the maximum number of <code>WebACL</code> objects that you can create \n\t\t\tfor an AWS account. For more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/limits.html\">Limits</a> in the <i>AWS WAF Developer Guide</i>.</p>",
8269                "smithy.api#error": "client"
8270            }
8271        },
8272        "com.amazonaws.waf#WAFNonEmptyEntityException": {
8273            "type": "structure",
8274            "members": {
8275                "message": {
8276                    "target": "com.amazonaws.waf#errorMessage"
8277                }
8278            },
8279            "traits": {
8280                "smithy.api#documentation": "<p>The operation failed because you tried to delete an object that isn't empty. For example:</p>\n\t\t       <ul>\n            <li>\n               <p>You tried to delete a <code>WebACL</code> that still contains one or more <code>Rule</code> objects.</p>\n            </li>\n            <li>\n               <p>You tried to delete a <code>Rule</code> that still contains one or more <code>ByteMatchSet</code> objects \n\t\t\t\tor other predicates.</p>\n            </li>\n            <li>\n               <p>You tried to delete a <code>ByteMatchSet</code> that contains one or more <code>ByteMatchTuple</code> objects.</p>\n            </li>\n            <li>\n               <p>You tried to delete an <code>IPSet</code> that references one or more IP addresses.</p>\n            </li>\n         </ul>",
8281                "smithy.api#error": "client"
8282            }
8283        },
8284        "com.amazonaws.waf#WAFNonexistentContainerException": {
8285            "type": "structure",
8286            "members": {
8287                "message": {
8288                    "target": "com.amazonaws.waf#errorMessage"
8289                }
8290            },
8291            "traits": {
8292                "smithy.api#documentation": "<p>The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:</p>\n\t\t       <ul>\n            <li>\n               <p>You tried to add a <code>Rule</code> to or delete a <code>Rule</code> from a <code>WebACL</code> that doesn't exist.</p>\n            </li>\n            <li>\n               <p>You tried to add a <code>ByteMatchSet</code> to or delete a <code>ByteMatchSet</code> from a <code>Rule</code> that doesn't exist.</p>\n            </li>\n            <li>\n               <p>You tried to add an IP address to or delete an IP address from an <code>IPSet</code> that doesn't exist.</p>\n            </li>\n            <li>\n               <p>You tried to add a <code>ByteMatchTuple</code> to or delete a <code>ByteMatchTuple</code> from a <code>ByteMatchSet</code> \n\t\t\t\tthat doesn't exist.</p>\n            </li>\n         </ul>",
8293                "smithy.api#error": "client"
8294            }
8295        },
8296        "com.amazonaws.waf#WAFNonexistentItemException": {
8297            "type": "structure",
8298            "members": {
8299                "message": {
8300                    "target": "com.amazonaws.waf#errorMessage"
8301                }
8302            },
8303            "traits": {
8304                "smithy.api#documentation": "<p>The operation failed because the referenced object doesn't exist.</p>",
8305                "smithy.api#error": "client"
8306            }
8307        },
8308        "com.amazonaws.waf#WAFReferencedItemException": {
8309            "type": "structure",
8310            "members": {
8311                "message": {
8312                    "target": "com.amazonaws.waf#errorMessage"
8313                }
8314            },
8315            "traits": {
8316                "smithy.api#documentation": "<p>The operation failed because you tried to delete an object that is still in use. For example:</p>\n\t\t       <ul>\n            <li>\n               <p>You tried to delete a <code>ByteMatchSet</code> that is still referenced by a <code>Rule</code>.</p>\n            </li>\n            <li>\n               <p>You tried to delete a <code>Rule</code> that is still referenced by a <code>WebACL</code>.</p>\n            </li>\n         </ul>",
8317                "smithy.api#error": "client"
8318            }
8319        },
8320        "com.amazonaws.waf#WAFServiceLinkedRoleErrorException": {
8321            "type": "structure",
8322            "members": {
8323                "message": {
8324                    "target": "com.amazonaws.waf#errorMessage"
8325                }
8326            },
8327            "traits": {
8328                "smithy.api#documentation": "<p>AWS WAF is not able to access the service linked role. This can be caused by a previous <code>PutLoggingConfiguration</code> request, which can lock the service linked role for about 20 seconds. Please try your request again. The service linked role can also be locked by a previous <code>DeleteServiceLinkedRole</code> request, which can lock the role for 15 minutes or more. If you recently made a <code>DeleteServiceLinkedRole</code>, wait at least 15 minutes and try the request again. If you receive this same exception again, you will have to wait additional time until the role is unlocked.</p>",
8329                "smithy.api#error": "client"
8330            }
8331        },
8332        "com.amazonaws.waf#WAFStaleDataException": {
8333            "type": "structure",
8334            "members": {
8335                "message": {
8336                    "target": "com.amazonaws.waf#errorMessage"
8337                }
8338            },
8339            "traits": {
8340                "smithy.api#documentation": "<p>The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.</p>",
8341                "smithy.api#error": "client"
8342            }
8343        },
8344        "com.amazonaws.waf#WAFSubscriptionNotFoundException": {
8345            "type": "structure",
8346            "members": {
8347                "message": {
8348                    "target": "com.amazonaws.waf#errorMessage"
8349                }
8350            },
8351            "traits": {
8352                "smithy.api#documentation": "<p>The specified subscription does not exist.</p>",
8353                "smithy.api#error": "client"
8354            }
8355        },
8356        "com.amazonaws.waf#WAFTagOperationException": {
8357            "type": "structure",
8358            "members": {
8359                "message": {
8360                    "target": "com.amazonaws.waf#errorMessage"
8361                }
8362            },
8363            "traits": {
8364                "smithy.api#documentation": "<p></p>",
8365                "smithy.api#error": "client"
8366            }
8367        },
8368        "com.amazonaws.waf#WAFTagOperationInternalErrorException": {
8369            "type": "structure",
8370            "members": {
8371                "message": {
8372                    "target": "com.amazonaws.waf#errorMessage"
8373                }
8374            },
8375            "traits": {
8376                "smithy.api#documentation": "<p></p>",
8377                "smithy.api#error": "server"
8378            }
8379        },
8380        "com.amazonaws.waf#WafAction": {
8381            "type": "structure",
8382            "members": {
8383                "Type": {
8384                    "target": "com.amazonaws.waf#WafActionType",
8385                    "traits": {
8386                        "smithy.api#documentation": "<p>Specifies how you want AWS WAF to respond to requests that match the settings in a <code>Rule</code>. Valid settings include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>ALLOW</code>: AWS WAF allows requests</p>\n            </li>\n            <li>\n               <p>\n                  <code>BLOCK</code>: AWS WAF blocks requests</p>\n            </li>\n            <li>\n               <p>\n                  <code>COUNT</code>: AWS WAF increments a counter of the requests that match all of the conditions in the rule. \n\t\t\t\tAWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify <code>COUNT</code> \n\t\t\t\tfor the default action for a <code>WebACL</code>.</p>\n            </li>\n         </ul>",
8387                        "smithy.api#required": {}
8388                    }
8389                }
8390            },
8391            "traits": {
8392                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>For the action that is associated with a rule in a <code>WebACL</code>, specifies the action that you want AWS WAF to perform when a \n\t\t\tweb request matches all of the conditions in a rule. For the default action in a <code>WebACL</code>, specifies the action that you want \n\t\t\tAWS WAF to take when a web request doesn't match all of the conditions in any of the rules in a <code>WebACL</code>. </p>"
8393            }
8394        },
8395        "com.amazonaws.waf#WafActionType": {
8396            "type": "string",
8397            "traits": {
8398                "smithy.api#enum": [
8399                    {
8400                        "value": "BLOCK",
8401                        "name": "BLOCK"
8402                    },
8403                    {
8404                        "value": "ALLOW",
8405                        "name": "ALLOW"
8406                    },
8407                    {
8408                        "value": "COUNT",
8409                        "name": "COUNT"
8410                    }
8411                ]
8412            }
8413        },
8414        "com.amazonaws.waf#WafOverrideAction": {
8415            "type": "structure",
8416            "members": {
8417                "Type": {
8418                    "target": "com.amazonaws.waf#WafOverrideActionType",
8419                    "traits": {
8420                        "smithy.api#documentation": "<p>\n            <code>COUNT</code> overrides the action specified by the individual rule within a <code>RuleGroup</code> . If set to <code>NONE</code>, the rule's action will take place.</p>",
8421                        "smithy.api#required": {}
8422                    }
8423                }
8424            },
8425            "traits": {
8426                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n         <p>The action to take if any rule within the <code>RuleGroup</code> matches a request. </p>"
8427            }
8428        },
8429        "com.amazonaws.waf#WafOverrideActionType": {
8430            "type": "string",
8431            "traits": {
8432                "smithy.api#enum": [
8433                    {
8434                        "value": "NONE",
8435                        "name": "NONE"
8436                    },
8437                    {
8438                        "value": "COUNT",
8439                        "name": "COUNT"
8440                    }
8441                ]
8442            }
8443        },
8444        "com.amazonaws.waf#WafRuleType": {
8445            "type": "string",
8446            "traits": {
8447                "smithy.api#enum": [
8448                    {
8449                        "value": "REGULAR",
8450                        "name": "REGULAR"
8451                    },
8452                    {
8453                        "value": "RATE_BASED",
8454                        "name": "RATE_BASED"
8455                    },
8456                    {
8457                        "value": "GROUP",
8458                        "name": "GROUP"
8459                    }
8460                ]
8461            }
8462        },
8463        "com.amazonaws.waf#WebACL": {
8464            "type": "structure",
8465            "members": {
8466                "WebACLId": {
8467                    "target": "com.amazonaws.waf#ResourceId",
8468                    "traits": {
8469                        "smithy.api#documentation": "<p>A unique identifier for a <code>WebACL</code>. You use <code>WebACLId</code> to get information about a <code>WebACL</code> \n\t\t\t(see <a>GetWebACL</a>), update a <code>WebACL</code> (see <a>UpdateWebACL</a>), and delete a <code>WebACL</code> from AWS WAF \n\t\t\t(see <a>DeleteWebACL</a>).</p>\n\t\t       <p>\n            <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by <a>ListWebACLs</a>.</p>",
8470                        "smithy.api#required": {}
8471                    }
8472                },
8473                "Name": {
8474                    "target": "com.amazonaws.waf#ResourceName",
8475                    "traits": {
8476                        "smithy.api#documentation": "<p>A friendly name or description of the <code>WebACL</code>. You can't change the name of a <code>WebACL</code> after you create it.</p>"
8477                    }
8478                },
8479                "MetricName": {
8480                    "target": "com.amazonaws.waf#MetricName",
8481                    "traits": {
8482                        "smithy.api#documentation": "<p>A friendly name or description for the metrics for this <code>WebACL</code>. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain\n         whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can't change <code>MetricName</code> after you create the <code>WebACL</code>.</p>"
8483                    }
8484                },
8485                "DefaultAction": {
8486                    "target": "com.amazonaws.waf#WafAction",
8487                    "traits": {
8488                        "smithy.api#documentation": "<p>The action to perform if none of the <code>Rules</code> contained in the <code>WebACL</code> match. The action is specified by the \n\t\t\t<a>WafAction</a> object.</p>",
8489                        "smithy.api#required": {}
8490                    }
8491                },
8492                "Rules": {
8493                    "target": "com.amazonaws.waf#ActivatedRules",
8494                    "traits": {
8495                        "smithy.api#documentation": "<p>An array that contains the action for each <code>Rule</code> in a <code>WebACL</code>, the priority of the <code>Rule</code>, \n\t\t\tand the ID of the <code>Rule</code>.</p>",
8496                        "smithy.api#required": {}
8497                    }
8498                },
8499                "WebACLArn": {
8500                    "target": "com.amazonaws.waf#ResourceArn",
8501                    "traits": {
8502                        "smithy.api#documentation": "<p>Tha Amazon Resource Name (ARN) of the web ACL.</p>"
8503                    }
8504                }
8505            },
8506            "traits": {
8507                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Contains the <code>Rules</code> that identify the requests that you want to allow, block, or count. In a <code>WebACL</code>, you also specify a \n\t\t\tdefault action (<code>ALLOW</code> or <code>BLOCK</code>), and the action for each <code>Rule</code> that you add to a \n\t\t\t<code>WebACL</code>, for example, block requests from specified IP addresses or block requests from specified referrers. \n\t\t\tYou also associate the <code>WebACL</code> with a CloudFront distribution to identify the requests that you want AWS WAF to filter. \n\t\t\tIf you add more than one <code>Rule</code> to a <code>WebACL</code>, a request needs to match only one of the specifications \n\t\t\tto be allowed, blocked, or counted. For more information, see <a>UpdateWebACL</a>.</p>"
8508            }
8509        },
8510        "com.amazonaws.waf#WebACLSummaries": {
8511            "type": "list",
8512            "member": {
8513                "target": "com.amazonaws.waf#WebACLSummary"
8514            }
8515        },
8516        "com.amazonaws.waf#WebACLSummary": {
8517            "type": "structure",
8518            "members": {
8519                "WebACLId": {
8520                    "target": "com.amazonaws.waf#ResourceId",
8521                    "traits": {
8522                        "smithy.api#documentation": "<p>A unique identifier for a <code>WebACL</code>. You use <code>WebACLId</code> to get information about a <code>WebACL</code> \n\t\t\t(see <a>GetWebACL</a>), update a <code>WebACL</code> (see <a>UpdateWebACL</a>), and delete a <code>WebACL</code> from AWS WAF \n\t\t\t(see <a>DeleteWebACL</a>).</p>\n\t\t       <p>\n            <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by <a>ListWebACLs</a>.</p>",
8523                        "smithy.api#required": {}
8524                    }
8525                },
8526                "Name": {
8527                    "target": "com.amazonaws.waf#ResourceName",
8528                    "traits": {
8529                        "smithy.api#documentation": "<p>A friendly name or description of the <a>WebACL</a>. You can't change the name of a <code>WebACL</code> after you create it.</p>",
8530                        "smithy.api#required": {}
8531                    }
8532                }
8533            },
8534            "traits": {
8535                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Contains the identifier and the name or description of the <a>WebACL</a>.</p>"
8536            }
8537        },
8538        "com.amazonaws.waf#WebACLUpdate": {
8539            "type": "structure",
8540            "members": {
8541                "Action": {
8542                    "target": "com.amazonaws.waf#ChangeAction",
8543                    "traits": {
8544                        "smithy.api#documentation": "<p>Specifies whether to insert a <code>Rule</code> into or delete a <code>Rule</code> from a <code>WebACL</code>.</p>",
8545                        "smithy.api#required": {}
8546                    }
8547                },
8548                "ActivatedRule": {
8549                    "target": "com.amazonaws.waf#ActivatedRule",
8550                    "traits": {
8551                        "smithy.api#documentation": "<p>The <code>ActivatedRule</code> object in an <a>UpdateWebACL</a> request specifies a <code>Rule</code> that you want to insert or delete, \n         the priority of the <code>Rule</code> in the <code>WebACL</code>, and the action that you want AWS WAF to take when a web request matches the <code>Rule</code> \n         (<code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>).</p>",
8552                        "smithy.api#required": {}
8553                    }
8554                }
8555            },
8556            "traits": {
8557                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies whether to insert a <code>Rule</code> into or delete a <code>Rule</code> from a <code>WebACL</code>.</p>"
8558            }
8559        },
8560        "com.amazonaws.waf#WebACLUpdates": {
8561            "type": "list",
8562            "member": {
8563                "target": "com.amazonaws.waf#WebACLUpdate"
8564            }
8565        },
8566        "com.amazonaws.waf#XssMatchSet": {
8567            "type": "structure",
8568            "members": {
8569                "XssMatchSetId": {
8570                    "target": "com.amazonaws.waf#ResourceId",
8571                    "traits": {
8572                        "smithy.api#documentation": "<p>A unique identifier for an <code>XssMatchSet</code>. You use <code>XssMatchSetId</code> to get information about an \n\t\t\t<code>XssMatchSet</code> (see <a>GetXssMatchSet</a>), update an <code>XssMatchSet</code> \n\t\t\t(see <a>UpdateXssMatchSet</a>), insert an <code>XssMatchSet</code> into a <code>Rule</code> or \n\t\t\tdelete one from a <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>XssMatchSet</code> from AWS WAF \n\t\t\t(see <a>DeleteXssMatchSet</a>).</p>\n\t\t       <p>\n            <code>XssMatchSetId</code> is returned by <a>CreateXssMatchSet</a> and by <a>ListXssMatchSets</a>.</p>",
8573                        "smithy.api#required": {}
8574                    }
8575                },
8576                "Name": {
8577                    "target": "com.amazonaws.waf#ResourceName",
8578                    "traits": {
8579                        "smithy.api#documentation": "<p>The name, if any, of the <code>XssMatchSet</code>.</p>"
8580                    }
8581                },
8582                "XssMatchTuples": {
8583                    "target": "com.amazonaws.waf#XssMatchTuples",
8584                    "traits": {
8585                        "smithy.api#documentation": "<p>Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.</p>",
8586                        "smithy.api#required": {}
8587                    }
8588                }
8589            },
8590            "traits": {
8591                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>A complex type that contains <code>XssMatchTuple</code> objects, which specify the parts of web requests that you \n\t\t\twant AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header. If a \n\t\t\t<code>XssMatchSet</code> contains more than one <code>XssMatchTuple</code> object, a request needs to \n\t\t\tinclude cross-site scripting attacks in only one of the specified parts of the request to be considered a match.</p>"
8592            }
8593        },
8594        "com.amazonaws.waf#XssMatchSetSummaries": {
8595            "type": "list",
8596            "member": {
8597                "target": "com.amazonaws.waf#XssMatchSetSummary"
8598            }
8599        },
8600        "com.amazonaws.waf#XssMatchSetSummary": {
8601            "type": "structure",
8602            "members": {
8603                "XssMatchSetId": {
8604                    "target": "com.amazonaws.waf#ResourceId",
8605                    "traits": {
8606                        "smithy.api#documentation": "<p>A unique identifier for an <code>XssMatchSet</code>. You use <code>XssMatchSetId</code> to get information about a \n\t\t\t<code>XssMatchSet</code> (see <a>GetXssMatchSet</a>), update an <code>XssMatchSet</code> \n\t\t\t(see <a>UpdateXssMatchSet</a>), insert an <code>XssMatchSet</code> into a <code>Rule</code> or \n\t\t\tdelete one from a <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>XssMatchSet</code> from AWS WAF \n\t\t\t(see <a>DeleteXssMatchSet</a>).</p>\n\t\t       <p>\n            <code>XssMatchSetId</code> is returned by <a>CreateXssMatchSet</a> and by <a>ListXssMatchSets</a>.</p>",
8607                        "smithy.api#required": {}
8608                    }
8609                },
8610                "Name": {
8611                    "target": "com.amazonaws.waf#ResourceName",
8612                    "traits": {
8613                        "smithy.api#documentation": "<p>The name of the <code>XssMatchSet</code>, if any, specified by <code>Id</code>.</p>",
8614                        "smithy.api#required": {}
8615                    }
8616                }
8617            },
8618            "traits": {
8619                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>The <code>Id</code> and <code>Name</code> of an <code>XssMatchSet</code>.</p>"
8620            }
8621        },
8622        "com.amazonaws.waf#XssMatchSetUpdate": {
8623            "type": "structure",
8624            "members": {
8625                "Action": {
8626                    "target": "com.amazonaws.waf#ChangeAction",
8627                    "traits": {
8628                        "smithy.api#documentation": "<p>Specify <code>INSERT</code> to add an\n         <a>XssMatchSetUpdate</a> to an <a>XssMatchSet</a>. Use\n            <code>DELETE</code> to remove an\n         <code>XssMatchSetUpdate</code> from an <code>XssMatchSet</code>.</p>",
8629                        "smithy.api#required": {}
8630                    }
8631                },
8632                "XssMatchTuple": {
8633                    "target": "com.amazonaws.waf#XssMatchTuple",
8634                    "traits": {
8635                        "smithy.api#documentation": "<p>Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.</p>",
8636                        "smithy.api#required": {}
8637                    }
8638                }
8639            },
8640            "traits": {
8641                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies the part of a web request that you want to inspect for cross-site scripting attacks and indicates whether you want to \n\t\t\tadd the specification to an <a>XssMatchSet</a> or delete it from an <code>XssMatchSet</code>.</p>"
8642            }
8643        },
8644        "com.amazonaws.waf#XssMatchSetUpdates": {
8645            "type": "list",
8646            "member": {
8647                "target": "com.amazonaws.waf#XssMatchSetUpdate"
8648            },
8649            "traits": {
8650                "smithy.api#length": {
8651                    "min": 1
8652                }
8653            }
8654        },
8655        "com.amazonaws.waf#XssMatchTuple": {
8656            "type": "structure",
8657            "members": {
8658                "FieldToMatch": {
8659                    "target": "com.amazonaws.waf#FieldToMatch",
8660                    "traits": {
8661                        "smithy.api#documentation": "<p>Specifies where in a web request to look for cross-site scripting attacks.</p>",
8662                        "smithy.api#required": {}
8663                    }
8664                },
8665                "TextTransformation": {
8666                    "target": "com.amazonaws.waf#TextTransformation",
8667                    "traits": {
8668                        "smithy.api#documentation": "<p>Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. \n\t\t\tIf you specify a transformation, AWS WAF performs the transformation on <code>FieldToMatch</code> before inspecting it for a match.</p>\t\n         <p>You can only specify a single type of TextTransformation.</p>\t\t\t\n\t\t       <p>\n            <b>CMD_LINE</b>\n         </p>\n\t\t       <p>When you're concerned that attackers are injecting an operating system command line\n         command and using unusual formatting to disguise some or all of the command, use this\n         option to perform the following transformations:</p>\n\t\t       <ul>\n            <li>\n               <p>Delete the following characters: \\ \" ' ^</p>\n            </li>\n            <li>\n               <p>Delete spaces before the following characters: / (</p>\n            </li>\n            <li>\n               <p>Replace the following characters with a space: , ;</p>\n            </li>\n            <li>\n               <p>Replace multiple spaces with one space</p>\n            </li>\n            <li>\n               <p>Convert uppercase letters (A-Z) to lowercase (a-z)</p>\n            </li>\n         </ul>\t\t\n\t\t       <p>\n            <b>COMPRESS_WHITE_SPACE</b>\n         </p>\n\t\t       <p>Use this option to replace the following characters with a space character (decimal 32):</p>\n\t\t       <ul>\n            <li>\n               <p>\\f, formfeed, decimal 12</p>\n            </li>\n            <li>\n               <p>\\t, tab, decimal 9</p>\n            </li>\n            <li>\n               <p>\\n, newline, decimal 10</p>\n            </li>\n            <li>\n               <p>\\r, carriage return, decimal 13</p>\n            </li>\n            <li>\n               <p>\\v, vertical tab, decimal 11</p>\n            </li>\n            <li>\n               <p>non-breaking space, decimal 160</p>\n            </li>\n         </ul>\n\t\t       <p>\n            <code>COMPRESS_WHITE_SPACE</code> also replaces multiple spaces with one space.</p>\t\t\n\t\t       <p>\n            <b>HTML_ENTITY_DECODE</b>\n         </p>\n\t\t       <p>Use this option to replace HTML-encoded characters with unencoded characters. <code>HTML_ENTITY_DECODE</code> performs \n\t\t\tthe following operations:</p>\n\t\t       <ul>\n            <li>\n               <p>Replaces <code>(ampersand)quot;</code> with <code>\"</code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)nbsp;</code> with a non-breaking space, decimal 160</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)lt;</code> with a \"less than\" symbol</p>\n            </li>\n            <li>\n               <p>Replaces <code>(ampersand)gt;</code> with <code>></code>\n               </p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in hexadecimal format, <code>(ampersand)#xhhhh;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n            <li>\n               <p>Replaces characters that are represented in decimal format, <code>(ampersand)#nnnn;</code>, with the corresponding \n\t\t\t\tcharacters</p>\n            </li>\n         </ul>\t\t\n\t\t       <p>\n            <b>LOWERCASE</b>\n         </p>\n\t\t       <p>Use this option to convert uppercase letters (A-Z) to lowercase (a-z).</p>\t\t\n\t\t       <p>\n            <b>URL_DECODE</b>\n         </p>\n\t\t       <p>Use this option to decode a URL-encoded value.</p>\t\t\n\t\t       <p>\n            <b>NONE</b>\n         </p>\n\t\t       <p>Specify <code>NONE</code> if you don't want to perform any text transformations.</p>",
8669                        "smithy.api#required": {}
8670                    }
8671                }
8672            },
8673            "traits": {
8674                "smithy.api#documentation": "<note>\n            <p>This is <b>AWS WAF Classic</b> documentation. For\n      more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html\">AWS\n      WAF Classic</a> in the developer guide.</p>\n            <p>\n               <b>For the latest version of AWS\n      WAF</b>, use the AWS WAFV2 API and see the <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html\">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>\n         </note> \n\t\t       <p>Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.</p>"
8675            }
8676        },
8677        "com.amazonaws.waf#XssMatchTuples": {
8678            "type": "list",
8679            "member": {
8680                "target": "com.amazonaws.waf#XssMatchTuple"
8681            }
8682        },
8683        "com.amazonaws.waf#errorMessage": {
8684            "type": "string"
8685        }
8686    }
8687}
8688