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.route53resolver#AccessDeniedException": {
33            "type": "structure",
34            "members": {
35                "Message": {
36                    "target": "com.amazonaws.route53resolver#ExceptionMessage"
37                }
38            },
39            "traits": {
40                "smithy.api#documentation": "<p>The current account doesn't have the IAM permissions required to perform the specified Resolver operation.</p>",
41                "smithy.api#error": "client"
42            }
43        },
44        "com.amazonaws.route53resolver#AccountId": {
45            "type": "string",
46            "traits": {
47                "smithy.api#length": {
48                    "min": 12,
49                    "max": 32
50                }
51            }
52        },
53        "com.amazonaws.route53resolver#Action": {
54            "type": "string",
55            "traits": {
56                "smithy.api#enum": [
57                    {
58                        "value": "ALLOW",
59                        "name": "ALLOW"
60                    },
61                    {
62                        "value": "BLOCK",
63                        "name": "BLOCK"
64                    },
65                    {
66                        "value": "ALERT",
67                        "name": "ALERT"
68                    }
69                ]
70            }
71        },
72        "com.amazonaws.route53resolver#Arn": {
73            "type": "string",
74            "traits": {
75                "smithy.api#length": {
76                    "min": 1,
77                    "max": 255
78                }
79            }
80        },
81        "com.amazonaws.route53resolver#AssociateFirewallRuleGroup": {
82            "type": "operation",
83            "input": {
84                "target": "com.amazonaws.route53resolver#AssociateFirewallRuleGroupRequest"
85            },
86            "output": {
87                "target": "com.amazonaws.route53resolver#AssociateFirewallRuleGroupResponse"
88            },
89            "errors": [
90                {
91                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
92                },
93                {
94                    "target": "com.amazonaws.route53resolver#ConflictException"
95                },
96                {
97                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
98                },
99                {
100                    "target": "com.amazonaws.route53resolver#LimitExceededException"
101                },
102                {
103                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
104                },
105                {
106                    "target": "com.amazonaws.route53resolver#ThrottlingException"
107                },
108                {
109                    "target": "com.amazonaws.route53resolver#ValidationException"
110                }
111            ],
112            "traits": {
113                "smithy.api#documentation": "<p>Associates a <a>FirewallRuleGroup</a> with a VPC, to provide DNS filtering for the VPC. </p>"
114            }
115        },
116        "com.amazonaws.route53resolver#AssociateFirewallRuleGroupRequest": {
117            "type": "structure",
118            "members": {
119                "CreatorRequestId": {
120                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
121                    "traits": {
122                        "smithy.api#documentation": "<p>A unique string that identifies the request and that allows failed requests \n           to be retried without the risk of executing the operation twice. \n      <code>CreatorRequestId</code> can be any unique string, for example, a date/time stamp. </p>",
123                        "smithy.api#idempotencyToken": {},
124                        "smithy.api#required": {}
125                    }
126                },
127                "FirewallRuleGroupId": {
128                    "target": "com.amazonaws.route53resolver#ResourceId",
129                    "traits": {
130                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group. </p>",
131                        "smithy.api#required": {}
132                    }
133                },
134                "VpcId": {
135                    "target": "com.amazonaws.route53resolver#ResourceId",
136                    "traits": {
137                        "smithy.api#documentation": "<p>The unique identifier of the VPC that you want to associate with the rule group. </p>",
138                        "smithy.api#required": {}
139                    }
140                },
141                "Priority": {
142                    "target": "com.amazonaws.route53resolver#Priority",
143                    "traits": {
144                        "smithy.api#documentation": "<p>The setting that determines the processing order of the rule group among the rule groups that you associate with the specified VPC. DNS Firewall \n           filters VPC traffic starting from rule group with the lowest numeric priority setting. </p>\n         <p>You must specify a unique priority for each rule group that you associate with a single VPC. \n           To make it easier to insert rule groups later, leave space between the numbers, for example, use 100, 200, and so on. You \n   can change the priority setting for a rule group association after you create it.</p>",
145                        "smithy.api#required": {}
146                    }
147                },
148                "Name": {
149                    "target": "com.amazonaws.route53resolver#Name",
150                    "traits": {
151                        "smithy.api#documentation": "<p>A name that lets you identify the association, to manage and use it.</p>",
152                        "smithy.api#required": {}
153                    }
154                },
155                "MutationProtection": {
156                    "target": "com.amazonaws.route53resolver#MutationProtectionStatus",
157                    "traits": {
158                        "smithy.api#documentation": "<p>If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. \n       When you create the association, the default setting is <code>DISABLED</code>. </p>"
159                    }
160                },
161                "Tags": {
162                    "target": "com.amazonaws.route53resolver#TagList",
163                    "traits": {
164                        "smithy.api#documentation": "<p>A list of the tag keys and values that you want to associate with the rule group association. </p>"
165                    }
166                }
167            }
168        },
169        "com.amazonaws.route53resolver#AssociateFirewallRuleGroupResponse": {
170            "type": "structure",
171            "members": {
172                "FirewallRuleGroupAssociation": {
173                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupAssociation",
174                    "traits": {
175                        "smithy.api#documentation": "<p>The association that you just created. The association has an Id that you can use to identify it in other requests, like update and delete.</p>"
176                    }
177                }
178            }
179        },
180        "com.amazonaws.route53resolver#AssociateResolverEndpointIpAddress": {
181            "type": "operation",
182            "input": {
183                "target": "com.amazonaws.route53resolver#AssociateResolverEndpointIpAddressRequest"
184            },
185            "output": {
186                "target": "com.amazonaws.route53resolver#AssociateResolverEndpointIpAddressResponse"
187            },
188            "errors": [
189                {
190                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
191                },
192                {
193                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
194                },
195                {
196                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
197                },
198                {
199                    "target": "com.amazonaws.route53resolver#LimitExceededException"
200                },
201                {
202                    "target": "com.amazonaws.route53resolver#ResourceExistsException"
203                },
204                {
205                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
206                },
207                {
208                    "target": "com.amazonaws.route53resolver#ThrottlingException"
209                }
210            ],
211            "traits": {
212                "smithy.api#documentation": "<p>Adds IP addresses to an inbound or an outbound Resolver endpoint. If you want to add more than one IP address, \n\t\t\tsubmit one <code>AssociateResolverEndpointIpAddress</code> request for each IP address.</p>\n\t\t       <p>To remove an IP address from an endpoint, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverEndpointIpAddress.html\">DisassociateResolverEndpointIpAddress</a>.\n\t\t</p>"
213            }
214        },
215        "com.amazonaws.route53resolver#AssociateResolverEndpointIpAddressRequest": {
216            "type": "structure",
217            "members": {
218                "ResolverEndpointId": {
219                    "target": "com.amazonaws.route53resolver#ResourceId",
220                    "traits": {
221                        "smithy.api#documentation": "<p>The ID of the Resolver endpoint that you want to associate IP addresses with.</p>",
222                        "smithy.api#required": {}
223                    }
224                },
225                "IpAddress": {
226                    "target": "com.amazonaws.route53resolver#IpAddressUpdate",
227                    "traits": {
228                        "smithy.api#documentation": "<p>Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID, \n\t\t\tResolver chooses an IP address for you from the available IPs in the specified subnet.</p>",
229                        "smithy.api#required": {}
230                    }
231                }
232            }
233        },
234        "com.amazonaws.route53resolver#AssociateResolverEndpointIpAddressResponse": {
235            "type": "structure",
236            "members": {
237                "ResolverEndpoint": {
238                    "target": "com.amazonaws.route53resolver#ResolverEndpoint",
239                    "traits": {
240                        "smithy.api#documentation": "<p>The response to an <code>AssociateResolverEndpointIpAddress</code> request.</p>"
241                    }
242                }
243            }
244        },
245        "com.amazonaws.route53resolver#AssociateResolverQueryLogConfig": {
246            "type": "operation",
247            "input": {
248                "target": "com.amazonaws.route53resolver#AssociateResolverQueryLogConfigRequest"
249            },
250            "output": {
251                "target": "com.amazonaws.route53resolver#AssociateResolverQueryLogConfigResponse"
252            },
253            "errors": [
254                {
255                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
256                },
257                {
258                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
259                },
260                {
261                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
262                },
263                {
264                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
265                },
266                {
267                    "target": "com.amazonaws.route53resolver#LimitExceededException"
268                },
269                {
270                    "target": "com.amazonaws.route53resolver#ResourceExistsException"
271                },
272                {
273                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
274                },
275                {
276                    "target": "com.amazonaws.route53resolver#ThrottlingException"
277                }
278            ],
279            "traits": {
280                "smithy.api#documentation": "<p>Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that originate in all of the Amazon VPCs \n\t\t\tthat are associated with a specified query logging configuration. To associate more than one VPC with a configuration, submit one <code>AssociateResolverQueryLogConfig</code> \n\t\t\trequest for each VPC.</p>\n\t\t\n\t\t       <note>\n            <p>The VPCs that you associate with a query logging configuration must be in the same Region as the configuration.</p>\n         </note>\n\t\t\n\t\t       <p>To remove a VPC from a query logging configuration, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html\">DisassociateResolverQueryLogConfig</a>.\n\t\t\t</p>"
281            }
282        },
283        "com.amazonaws.route53resolver#AssociateResolverQueryLogConfigRequest": {
284            "type": "structure",
285            "members": {
286                "ResolverQueryLogConfigId": {
287                    "target": "com.amazonaws.route53resolver#ResourceId",
288                    "traits": {
289                        "smithy.api#documentation": "<p>The ID of the query logging configuration that you want to associate a VPC with.</p>",
290                        "smithy.api#required": {}
291                    }
292                },
293                "ResourceId": {
294                    "target": "com.amazonaws.route53resolver#ResourceId",
295                    "traits": {
296                        "smithy.api#documentation": "<p>The ID of an Amazon VPC that you want this query logging configuration to log queries for.</p>\n\t\t\n\t\t       <note>\n\t\t\t         <p>The VPCs and the query logging configuration must be in the same Region.</p>\n\t\t       </note>",
297                        "smithy.api#required": {}
298                    }
299                }
300            }
301        },
302        "com.amazonaws.route53resolver#AssociateResolverQueryLogConfigResponse": {
303            "type": "structure",
304            "members": {
305                "ResolverQueryLogConfigAssociation": {
306                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociation",
307                    "traits": {
308                        "smithy.api#documentation": "<p>A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.</p>"
309                    }
310                }
311            }
312        },
313        "com.amazonaws.route53resolver#AssociateResolverRule": {
314            "type": "operation",
315            "input": {
316                "target": "com.amazonaws.route53resolver#AssociateResolverRuleRequest"
317            },
318            "output": {
319                "target": "com.amazonaws.route53resolver#AssociateResolverRuleResponse"
320            },
321            "errors": [
322                {
323                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
324                },
325                {
326                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
327                },
328                {
329                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
330                },
331                {
332                    "target": "com.amazonaws.route53resolver#LimitExceededException"
333                },
334                {
335                    "target": "com.amazonaws.route53resolver#ResourceExistsException"
336                },
337                {
338                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
339                },
340                {
341                    "target": "com.amazonaws.route53resolver#ResourceUnavailableException"
342                },
343                {
344                    "target": "com.amazonaws.route53resolver#ThrottlingException"
345                }
346            ],
347            "traits": {
348                "smithy.api#documentation": "<p>Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries \n\t\t\tfor the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the \n\t\t\tIP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html\">CreateResolverRule</a>. </p>"
349            }
350        },
351        "com.amazonaws.route53resolver#AssociateResolverRuleRequest": {
352            "type": "structure",
353            "members": {
354                "ResolverRuleId": {
355                    "target": "com.amazonaws.route53resolver#ResourceId",
356                    "traits": {
357                        "smithy.api#documentation": "<p>The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html\">ListResolverRules</a>.</p>",
358                        "smithy.api#required": {}
359                    }
360                },
361                "Name": {
362                    "target": "com.amazonaws.route53resolver#Name",
363                    "traits": {
364                        "smithy.api#documentation": "<p>A name for the association that you're creating between a Resolver rule and a VPC.</p>"
365                    }
366                },
367                "VPCId": {
368                    "target": "com.amazonaws.route53resolver#ResourceId",
369                    "traits": {
370                        "smithy.api#documentation": "<p>The ID of the VPC that you want to associate the Resolver rule with.</p>",
371                        "smithy.api#required": {}
372                    }
373                }
374            }
375        },
376        "com.amazonaws.route53resolver#AssociateResolverRuleResponse": {
377            "type": "structure",
378            "members": {
379                "ResolverRuleAssociation": {
380                    "target": "com.amazonaws.route53resolver#ResolverRuleAssociation",
381                    "traits": {
382                        "smithy.api#documentation": "<p>Information about the <code>AssociateResolverRule</code> request, including the status of the request.</p>"
383                    }
384                }
385            }
386        },
387        "com.amazonaws.route53resolver#BlockOverrideDnsType": {
388            "type": "string",
389            "traits": {
390                "smithy.api#enum": [
391                    {
392                        "value": "CNAME",
393                        "name": "CNAME"
394                    }
395                ]
396            }
397        },
398        "com.amazonaws.route53resolver#BlockOverrideDomain": {
399            "type": "string",
400            "traits": {
401                "smithy.api#length": {
402                    "min": 1,
403                    "max": 255
404                }
405            }
406        },
407        "com.amazonaws.route53resolver#BlockOverrideTtl": {
408            "type": "integer",
409            "traits": {
410                "smithy.api#box": {},
411                "smithy.api#range": {
412                    "min": 0,
413                    "max": 604800
414                }
415            }
416        },
417        "com.amazonaws.route53resolver#BlockResponse": {
418            "type": "string",
419            "traits": {
420                "smithy.api#enum": [
421                    {
422                        "value": "NODATA",
423                        "name": "NODATA"
424                    },
425                    {
426                        "value": "NXDOMAIN",
427                        "name": "NXDOMAIN"
428                    },
429                    {
430                        "value": "OVERRIDE",
431                        "name": "OVERRIDE"
432                    }
433                ]
434            }
435        },
436        "com.amazonaws.route53resolver#Boolean": {
437            "type": "boolean"
438        },
439        "com.amazonaws.route53resolver#ConflictException": {
440            "type": "structure",
441            "members": {
442                "Message": {
443                    "target": "com.amazonaws.route53resolver#ExceptionMessage"
444                }
445            },
446            "traits": {
447                "smithy.api#documentation": "<p></p>",
448                "smithy.api#error": "client"
449            }
450        },
451        "com.amazonaws.route53resolver#Count": {
452            "type": "integer"
453        },
454        "com.amazonaws.route53resolver#CreateFirewallDomainList": {
455            "type": "operation",
456            "input": {
457                "target": "com.amazonaws.route53resolver#CreateFirewallDomainListRequest"
458            },
459            "output": {
460                "target": "com.amazonaws.route53resolver#CreateFirewallDomainListResponse"
461            },
462            "errors": [
463                {
464                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
465                },
466                {
467                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
468                },
469                {
470                    "target": "com.amazonaws.route53resolver#LimitExceededException"
471                },
472                {
473                    "target": "com.amazonaws.route53resolver#ThrottlingException"
474                },
475                {
476                    "target": "com.amazonaws.route53resolver#ValidationException"
477                }
478            ],
479            "traits": {
480                "smithy.api#documentation": "<p>Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using <a>ImportFirewallDomains</a>, or with domain strings, using <a>UpdateFirewallDomains</a>. </p>"
481            }
482        },
483        "com.amazonaws.route53resolver#CreateFirewallDomainListRequest": {
484            "type": "structure",
485            "members": {
486                "CreatorRequestId": {
487                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
488                    "traits": {
489                        "smithy.api#documentation": "<p>A unique string that identifies the request and that allows you to retry failed requests \n           without the risk of executing the operation twice. \n      <code>CreatorRequestId</code> can be any unique string, for example, a date/time stamp. </p>",
490                        "smithy.api#idempotencyToken": {},
491                        "smithy.api#required": {}
492                    }
493                },
494                "Name": {
495                    "target": "com.amazonaws.route53resolver#Name",
496                    "traits": {
497                        "smithy.api#documentation": "<p>A name that lets you identify the domain list to manage and use it.</p>",
498                        "smithy.api#required": {}
499                    }
500                },
501                "Tags": {
502                    "target": "com.amazonaws.route53resolver#TagList",
503                    "traits": {
504                        "smithy.api#documentation": "<p>A list of the tag keys and values that you want to associate with the domain list. </p>"
505                    }
506                }
507            }
508        },
509        "com.amazonaws.route53resolver#CreateFirewallDomainListResponse": {
510            "type": "structure",
511            "members": {
512                "FirewallDomainList": {
513                    "target": "com.amazonaws.route53resolver#FirewallDomainList",
514                    "traits": {
515                        "smithy.api#documentation": "<p>The domain list that you just created.</p>"
516                    }
517                }
518            }
519        },
520        "com.amazonaws.route53resolver#CreateFirewallRule": {
521            "type": "operation",
522            "input": {
523                "target": "com.amazonaws.route53resolver#CreateFirewallRuleRequest"
524            },
525            "output": {
526                "target": "com.amazonaws.route53resolver#CreateFirewallRuleResponse"
527            },
528            "errors": [
529                {
530                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
531                },
532                {
533                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
534                },
535                {
536                    "target": "com.amazonaws.route53resolver#LimitExceededException"
537                },
538                {
539                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
540                },
541                {
542                    "target": "com.amazonaws.route53resolver#ThrottlingException"
543                },
544                {
545                    "target": "com.amazonaws.route53resolver#ValidationException"
546                }
547            ],
548            "traits": {
549                "smithy.api#documentation": "<p>Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.</p>"
550            }
551        },
552        "com.amazonaws.route53resolver#CreateFirewallRuleGroup": {
553            "type": "operation",
554            "input": {
555                "target": "com.amazonaws.route53resolver#CreateFirewallRuleGroupRequest"
556            },
557            "output": {
558                "target": "com.amazonaws.route53resolver#CreateFirewallRuleGroupResponse"
559            },
560            "errors": [
561                {
562                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
563                },
564                {
565                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
566                },
567                {
568                    "target": "com.amazonaws.route53resolver#LimitExceededException"
569                },
570                {
571                    "target": "com.amazonaws.route53resolver#ThrottlingException"
572                },
573                {
574                    "target": "com.amazonaws.route53resolver#ValidationException"
575                }
576            ],
577            "traits": {
578                "smithy.api#documentation": "<p>Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group \n           by calling <a>CreateFirewallRule</a>. </p>"
579            }
580        },
581        "com.amazonaws.route53resolver#CreateFirewallRuleGroupRequest": {
582            "type": "structure",
583            "members": {
584                "CreatorRequestId": {
585                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
586                    "traits": {
587                        "smithy.api#documentation": "<p>A unique string defined by you to identify the request. This allows you to retry failed requests \n           without the risk of executing the operation twice. This can be any unique string, for example, a timestamp. </p>",
588                        "smithy.api#idempotencyToken": {},
589                        "smithy.api#required": {}
590                    }
591                },
592                "Name": {
593                    "target": "com.amazonaws.route53resolver#Name",
594                    "traits": {
595                        "smithy.api#documentation": "<p>A name that lets you identify the rule group, to manage and use it.</p>",
596                        "smithy.api#required": {}
597                    }
598                },
599                "Tags": {
600                    "target": "com.amazonaws.route53resolver#TagList",
601                    "traits": {
602                        "smithy.api#documentation": "<p>A list of the tag keys and values that you want to associate with the rule group. </p>"
603                    }
604                }
605            }
606        },
607        "com.amazonaws.route53resolver#CreateFirewallRuleGroupResponse": {
608            "type": "structure",
609            "members": {
610                "FirewallRuleGroup": {
611                    "target": "com.amazonaws.route53resolver#FirewallRuleGroup",
612                    "traits": {
613                        "smithy.api#documentation": "<p>A collection of rules used to filter DNS network traffic. </p>"
614                    }
615                }
616            }
617        },
618        "com.amazonaws.route53resolver#CreateFirewallRuleRequest": {
619            "type": "structure",
620            "members": {
621                "CreatorRequestId": {
622                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
623                    "traits": {
624                        "smithy.api#documentation": "<p>A unique string that identifies the request and that allows you to retry failed requests \n           without the risk of executing the operation twice. \n      <code>CreatorRequestId</code> can be any unique string, for example, a date/time stamp. </p>",
625                        "smithy.api#idempotencyToken": {},
626                        "smithy.api#required": {}
627                    }
628                },
629                "FirewallRuleGroupId": {
630                    "target": "com.amazonaws.route53resolver#ResourceId",
631                    "traits": {
632                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group where you want to create the rule. </p>",
633                        "smithy.api#required": {}
634                    }
635                },
636                "FirewallDomainListId": {
637                    "target": "com.amazonaws.route53resolver#ResourceId",
638                    "traits": {
639                        "smithy.api#documentation": "<p>The ID of the domain list that you want to use in the rule. </p>",
640                        "smithy.api#required": {}
641                    }
642                },
643                "Priority": {
644                    "target": "com.amazonaws.route53resolver#Priority",
645                    "traits": {
646                        "smithy.api#documentation": "<p>The setting that determines the processing order of the rule in the rule group. DNS Firewall \n           processes the rules in a rule group by order of priority, starting from the lowest setting.</p>\n         <p>You must specify a unique priority for each rule in a rule group. \n           To make it easier to insert rules later, leave space between the numbers, for example, use 100, 200, and so on. You \n   can change the priority setting for the rules in a rule group at any time.</p>",
647                        "smithy.api#required": {}
648                    }
649                },
650                "Action": {
651                    "target": "com.amazonaws.route53resolver#Action",
652                    "traits": {
653                        "smithy.api#documentation": "<p>The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>ALLOW</code> - Permit the request to go through.</p> \n            </li>\n            <li>\n               <p>\n                  <code>ALERT</code> - Permit the request and send metrics and log to Cloud Watch.</p> \n            </li>\n            <li>\n               <p>\n                  <code>BLOCK</code> - Disallow the request. This option requires additional details in the rule's <code>BlockResponse</code>. </p> \n            </li>\n         </ul>",
654                        "smithy.api#required": {}
655                    }
656                },
657                "BlockResponse": {
658                    "target": "com.amazonaws.route53resolver#BlockResponse",
659                    "traits": {
660                        "smithy.api#documentation": "<p>The way that you want DNS Firewall to block the request, used with the rule aciton setting <code>BLOCK</code>. </p>\n         <ul>\n            <li>\n               <p>\n                  <code>NODATA</code> - Respond indicating that the query was successful, but no response is available for it.</p> \n            </li>\n            <li>\n               <p>\n                  <code>NXDOMAIN</code> - Respond indicating that the domain name that's in the query doesn't exist.</p> \n            </li>\n            <li>\n               <p>\n                  <code>OVERRIDE</code> - Provide a custom override in the response. This option requires custom handling details in the rule's <code>BlockOverride*</code> settings. </p> \n            </li>\n         </ul>\n         <p>This setting is required if the rule action setting is <code>BLOCK</code>.</p>"
661                    }
662                },
663                "BlockOverrideDomain": {
664                    "target": "com.amazonaws.route53resolver#BlockOverrideDomain",
665                    "traits": {
666                        "smithy.api#documentation": "<p>The custom DNS record to send back in response to the query. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>\n         <p>This setting is required if the <code>BlockResponse</code> setting is <code>OVERRIDE</code>.</p>"
667                    }
668                },
669                "BlockOverrideDnsType": {
670                    "target": "com.amazonaws.route53resolver#BlockOverrideDnsType",
671                    "traits": {
672                        "smithy.api#documentation": "<p>The DNS record's type. This determines the format of the record value that you provided in <code>BlockOverrideDomain</code>. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>\n         <p>This setting is required if the <code>BlockResponse</code> setting is <code>OVERRIDE</code>.</p>"
673                    }
674                },
675                "BlockOverrideTtl": {
676                    "target": "com.amazonaws.route53resolver#BlockOverrideTtl",
677                    "traits": {
678                        "smithy.api#box": {},
679                        "smithy.api#documentation": "<p>The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>\n         <p>This setting is required if the <code>BlockResponse</code> setting is <code>OVERRIDE</code>.</p>"
680                    }
681                },
682                "Name": {
683                    "target": "com.amazonaws.route53resolver#Name",
684                    "traits": {
685                        "smithy.api#documentation": "<p>A name that lets you identify the rule in the rule group.</p>",
686                        "smithy.api#required": {}
687                    }
688                }
689            }
690        },
691        "com.amazonaws.route53resolver#CreateFirewallRuleResponse": {
692            "type": "structure",
693            "members": {
694                "FirewallRule": {
695                    "target": "com.amazonaws.route53resolver#FirewallRule",
696                    "traits": {
697                        "smithy.api#documentation": "<p>The firewall rule that you just created. </p>"
698                    }
699                }
700            }
701        },
702        "com.amazonaws.route53resolver#CreateResolverEndpoint": {
703            "type": "operation",
704            "input": {
705                "target": "com.amazonaws.route53resolver#CreateResolverEndpointRequest"
706            },
707            "output": {
708                "target": "com.amazonaws.route53resolver#CreateResolverEndpointResponse"
709            },
710            "errors": [
711                {
712                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
713                },
714                {
715                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
716                },
717                {
718                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
719                },
720                {
721                    "target": "com.amazonaws.route53resolver#LimitExceededException"
722                },
723                {
724                    "target": "com.amazonaws.route53resolver#ResourceExistsException"
725                },
726                {
727                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
728                },
729                {
730                    "target": "com.amazonaws.route53resolver#ThrottlingException"
731                }
732            ],
733            "traits": {
734                "smithy.api#documentation": "<p>Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:</p>\n\t\t       <ul>\n            <li>\n               <p>An <i>inbound Resolver endpoint</i> forwards DNS queries to the DNS service for a VPC \n\t\t\t\tfrom your network.</p>\n            </li>\n            <li>\n               <p>An <i>outbound Resolver endpoint</i> forwards DNS queries from the DNS service for a VPC \n\t\t\t\tto your network.</p>\n            </li>\n         </ul>"
735            }
736        },
737        "com.amazonaws.route53resolver#CreateResolverEndpointRequest": {
738            "type": "structure",
739            "members": {
740                "CreatorRequestId": {
741                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
742                    "traits": {
743                        "smithy.api#documentation": "<p>A unique string that identifies the request and that allows failed requests to be retried without the risk of executing the operation twice. \n\t\t\t<code>CreatorRequestId</code> can be any unique string, for example, a date/time stamp. </p>",
744                        "smithy.api#required": {}
745                    }
746                },
747                "Name": {
748                    "target": "com.amazonaws.route53resolver#Name",
749                    "traits": {
750                        "smithy.api#documentation": "<p>A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.</p>"
751                    }
752                },
753                "SecurityGroupIds": {
754                    "target": "com.amazonaws.route53resolver#SecurityGroupIds",
755                    "traits": {
756                        "smithy.api#documentation": "<p>The ID of one or more security groups that you want to use to control access to this VPC. The security group that you specify \n\t\t\tmust include one or more inbound rules (for inbound Resolver endpoints) or outbound rules (for outbound Resolver endpoints). \n\t\t\tInbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port \n\t\t\tthat you're using for DNS queries on your network.</p>",
757                        "smithy.api#required": {}
758                    }
759                },
760                "Direction": {
761                    "target": "com.amazonaws.route53resolver#ResolverEndpointDirection",
762                    "traits": {
763                        "smithy.api#documentation": "<p>Specify the applicable value:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>INBOUND</code>: Resolver forwards DNS queries to the DNS service for a VPC from your network</p>\n            </li>\n            <li>\n               <p>\n                  <code>OUTBOUND</code>: Resolver forwards DNS queries from the DNS service for a VPC to your network</p>\n            </li>\n         </ul>",
764                        "smithy.api#required": {}
765                    }
766                },
767                "IpAddresses": {
768                    "target": "com.amazonaws.route53resolver#IpAddressesRequest",
769                    "traits": {
770                        "smithy.api#documentation": "<p>The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward \n\t\t\tDNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC. </p>",
771                        "smithy.api#required": {}
772                    }
773                },
774                "Tags": {
775                    "target": "com.amazonaws.route53resolver#TagList",
776                    "traits": {
777                        "smithy.api#documentation": "<p>A list of the tag keys and values that you want to associate with the endpoint.</p>"
778                    }
779                }
780            }
781        },
782        "com.amazonaws.route53resolver#CreateResolverEndpointResponse": {
783            "type": "structure",
784            "members": {
785                "ResolverEndpoint": {
786                    "target": "com.amazonaws.route53resolver#ResolverEndpoint",
787                    "traits": {
788                        "smithy.api#documentation": "<p>Information about the <code>CreateResolverEndpoint</code> request, including the status of the request.</p>"
789                    }
790                }
791            }
792        },
793        "com.amazonaws.route53resolver#CreateResolverQueryLogConfig": {
794            "type": "operation",
795            "input": {
796                "target": "com.amazonaws.route53resolver#CreateResolverQueryLogConfigRequest"
797            },
798            "output": {
799                "target": "com.amazonaws.route53resolver#CreateResolverQueryLogConfigResponse"
800            },
801            "errors": [
802                {
803                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
804                },
805                {
806                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
807                },
808                {
809                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
810                },
811                {
812                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
813                },
814                {
815                    "target": "com.amazonaws.route53resolver#LimitExceededException"
816                },
817                {
818                    "target": "com.amazonaws.route53resolver#ResourceExistsException"
819                },
820                {
821                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
822                },
823                {
824                    "target": "com.amazonaws.route53resolver#ThrottlingException"
825                }
826            ],
827            "traits": {
828                "smithy.api#documentation": "<p>Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs. \n\t\t\tResolver can log queries only for VPCs that are in the same Region as the query logging configuration.</p>\n\t\t\n\t\t       <p>To specify which VPCs you want to log queries for, you use <code>AssociateResolverQueryLogConfig</code>. For more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverQueryLogConfig.html\">AssociateResolverQueryLogConfig</a>. </p>\n\t\t\n\t\t       <p>You can optionally use AWS Resource Access Manager (AWS RAM) to share a query logging configuration with other AWS accounts. The other accounts \n\t\t\tcan then associate VPCs with the configuration. The query logs that Resolver creates for a configuration include all DNS queries that originate in all \n\t\t\tVPCs that are associated with the configuration.</p>"
829            }
830        },
831        "com.amazonaws.route53resolver#CreateResolverQueryLogConfigRequest": {
832            "type": "structure",
833            "members": {
834                "Name": {
835                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigName",
836                    "traits": {
837                        "smithy.api#documentation": "<p>The name that you want to give the query logging configuration</p>",
838                        "smithy.api#required": {}
839                    }
840                },
841                "DestinationArn": {
842                    "target": "com.amazonaws.route53resolver#DestinationArn",
843                    "traits": {
844                        "smithy.api#documentation": "<p>The ARN of the resource that you want Resolver to send query logs. You can send query logs to an S3 bucket, a CloudWatch Logs log group, \n\t\t\tor a Kinesis Data Firehose delivery stream. Examples of valid values include the following:</p>\n\t\t\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <b>S3 bucket</b>: </p>\n\t\t\t\t           <p>\n                  <code>arn:aws:s3:::examplebucket</code>\n               </p>\n\t\t\t\t           <p>You can optionally append a file prefix to the end of the ARN.</p>\n\t\t\t\t           <p>\n                  <code>arn:aws:s3:::examplebucket/development/</code>\n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <b>CloudWatch Logs log group</b>: </p>\n\t\t\t\t           <p>\n                  <code>arn:aws:logs:us-west-1:123456789012:log-group:/mystack-testgroup-12ABC1AB12A1:*</code>\n               </p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>\n                  <b>Kinesis Data Firehose delivery stream</b>:</p>\n\t\t\t\t           <p>\n                  <code>arn:aws:kinesis:us-east-2:0123456789:stream/my_stream_name</code>\n               </p>\n\t\t\t         </li>\n         </ul>",
845                        "smithy.api#required": {}
846                    }
847                },
848                "CreatorRequestId": {
849                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
850                    "traits": {
851                        "smithy.api#documentation": "<p>A unique string that identifies the request and that allows failed requests to be retried without the risk of executing the operation twice. \n\t\t\t<code>CreatorRequestId</code> can be any unique string, for example, a date/time stamp. </p>",
852                        "smithy.api#idempotencyToken": {},
853                        "smithy.api#required": {}
854                    }
855                },
856                "Tags": {
857                    "target": "com.amazonaws.route53resolver#TagList",
858                    "traits": {
859                        "smithy.api#documentation": "<p>A list of the tag keys and values that you want to associate with the query logging configuration.</p>"
860                    }
861                }
862            }
863        },
864        "com.amazonaws.route53resolver#CreateResolverQueryLogConfigResponse": {
865            "type": "structure",
866            "members": {
867                "ResolverQueryLogConfig": {
868                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfig",
869                    "traits": {
870                        "smithy.api#documentation": "<p>Information about the <code>CreateResolverQueryLogConfig</code> request, including the status of the request.</p>"
871                    }
872                }
873            }
874        },
875        "com.amazonaws.route53resolver#CreateResolverRule": {
876            "type": "operation",
877            "input": {
878                "target": "com.amazonaws.route53resolver#CreateResolverRuleRequest"
879            },
880            "output": {
881                "target": "com.amazonaws.route53resolver#CreateResolverRuleResponse"
882            },
883            "errors": [
884                {
885                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
886                },
887                {
888                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
889                },
890                {
891                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
892                },
893                {
894                    "target": "com.amazonaws.route53resolver#LimitExceededException"
895                },
896                {
897                    "target": "com.amazonaws.route53resolver#ResourceExistsException"
898                },
899                {
900                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
901                },
902                {
903                    "target": "com.amazonaws.route53resolver#ResourceUnavailableException"
904                },
905                {
906                    "target": "com.amazonaws.route53resolver#ThrottlingException"
907                }
908            ],
909            "traits": {
910                "smithy.api#documentation": "<p>For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, \n\t\t\tone domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.</p>"
911            }
912        },
913        "com.amazonaws.route53resolver#CreateResolverRuleRequest": {
914            "type": "structure",
915            "members": {
916                "CreatorRequestId": {
917                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
918                    "traits": {
919                        "smithy.api#documentation": "<p>A unique string that identifies the request and that allows failed requests to be retried without the risk of executing the operation twice. \n\t\t\t<code>CreatorRequestId</code> can be any unique string, for example, a date/time stamp. </p>",
920                        "smithy.api#required": {}
921                    }
922                },
923                "Name": {
924                    "target": "com.amazonaws.route53resolver#Name",
925                    "traits": {
926                        "smithy.api#documentation": "<p>A friendly name that lets you easily find a rule in the Resolver dashboard in the Route 53 console.</p>"
927                    }
928                },
929                "RuleType": {
930                    "target": "com.amazonaws.route53resolver#RuleTypeOption",
931                    "traits": {
932                        "smithy.api#documentation": "<p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code>.</p>\n\t\t       <p>When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for \n\t\t\ta subdomain of that domain, specify <code>SYSTEM</code>.</p>\n\t\t       <p>For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify <code>FORWARD</code> \n\t\t\tfor <code>RuleType</code>. To then have Resolver process queries for apex.example.com, you create a rule and specify \n\t\t\t<code>SYSTEM</code> for <code>RuleType</code>.</p>\n\t\t       <p>Currently, only Resolver can create rules that have a value of <code>RECURSIVE</code> for <code>RuleType</code>.</p>",
933                        "smithy.api#required": {}
934                    }
935                },
936                "DomainName": {
937                    "target": "com.amazonaws.route53resolver#DomainName",
938                    "traits": {
939                        "smithy.api#documentation": "<p>DNS queries for this domain name are forwarded to the IP addresses that you specify in <code>TargetIps</code>. If a query matches \n\t\t\tmultiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains \n\t\t\tthe most specific domain name (www.example.com).</p>",
940                        "smithy.api#required": {}
941                    }
942                },
943                "TargetIps": {
944                    "target": "com.amazonaws.route53resolver#TargetList",
945                    "traits": {
946                        "smithy.api#documentation": "<p>The IPs that you want Resolver to forward DNS queries to. You can specify only IPv4 addresses. Separate IP addresses with a comma.</p>\n\t\t       <p>\n            <code>TargetIps</code> is available only when the value of <code>Rule type</code> is <code>FORWARD</code>.</p>"
947                    }
948                },
949                "ResolverEndpointId": {
950                    "target": "com.amazonaws.route53resolver#ResourceId",
951                    "traits": {
952                        "smithy.api#documentation": "<p>The ID of the outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify \n\t\t\tin <code>TargetIps</code>.</p>"
953                    }
954                },
955                "Tags": {
956                    "target": "com.amazonaws.route53resolver#TagList",
957                    "traits": {
958                        "smithy.api#documentation": "<p>A list of the tag keys and values that you want to associate with the endpoint.</p>"
959                    }
960                }
961            }
962        },
963        "com.amazonaws.route53resolver#CreateResolverRuleResponse": {
964            "type": "structure",
965            "members": {
966                "ResolverRule": {
967                    "target": "com.amazonaws.route53resolver#ResolverRule",
968                    "traits": {
969                        "smithy.api#documentation": "<p>Information about the <code>CreateResolverRule</code> request, including the status of the request.</p>"
970                    }
971                }
972            }
973        },
974        "com.amazonaws.route53resolver#CreatorRequestId": {
975            "type": "string",
976            "traits": {
977                "smithy.api#length": {
978                    "min": 1,
979                    "max": 255
980                }
981            }
982        },
983        "com.amazonaws.route53resolver#DeleteFirewallDomainList": {
984            "type": "operation",
985            "input": {
986                "target": "com.amazonaws.route53resolver#DeleteFirewallDomainListRequest"
987            },
988            "output": {
989                "target": "com.amazonaws.route53resolver#DeleteFirewallDomainListResponse"
990            },
991            "errors": [
992                {
993                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
994                },
995                {
996                    "target": "com.amazonaws.route53resolver#ConflictException"
997                },
998                {
999                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1000                },
1001                {
1002                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1003                },
1004                {
1005                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1006                }
1007            ],
1008            "traits": {
1009                "smithy.api#documentation": "<p>Deletes the specified domain list. </p>"
1010            }
1011        },
1012        "com.amazonaws.route53resolver#DeleteFirewallDomainListRequest": {
1013            "type": "structure",
1014            "members": {
1015                "FirewallDomainListId": {
1016                    "target": "com.amazonaws.route53resolver#ResourceId",
1017                    "traits": {
1018                        "smithy.api#documentation": "<p>The ID of the domain list that you want to delete. </p>",
1019                        "smithy.api#required": {}
1020                    }
1021                }
1022            }
1023        },
1024        "com.amazonaws.route53resolver#DeleteFirewallDomainListResponse": {
1025            "type": "structure",
1026            "members": {
1027                "FirewallDomainList": {
1028                    "target": "com.amazonaws.route53resolver#FirewallDomainList",
1029                    "traits": {
1030                        "smithy.api#documentation": "<p>The domain list that you just deleted. </p>"
1031                    }
1032                }
1033            }
1034        },
1035        "com.amazonaws.route53resolver#DeleteFirewallRule": {
1036            "type": "operation",
1037            "input": {
1038                "target": "com.amazonaws.route53resolver#DeleteFirewallRuleRequest"
1039            },
1040            "output": {
1041                "target": "com.amazonaws.route53resolver#DeleteFirewallRuleResponse"
1042            },
1043            "errors": [
1044                {
1045                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
1046                },
1047                {
1048                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1049                },
1050                {
1051                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1052                },
1053                {
1054                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1055                }
1056            ],
1057            "traits": {
1058                "smithy.api#documentation": "<p>Deletes the specified firewall rule.</p>"
1059            }
1060        },
1061        "com.amazonaws.route53resolver#DeleteFirewallRuleGroup": {
1062            "type": "operation",
1063            "input": {
1064                "target": "com.amazonaws.route53resolver#DeleteFirewallRuleGroupRequest"
1065            },
1066            "output": {
1067                "target": "com.amazonaws.route53resolver#DeleteFirewallRuleGroupResponse"
1068            },
1069            "errors": [
1070                {
1071                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
1072                },
1073                {
1074                    "target": "com.amazonaws.route53resolver#ConflictException"
1075                },
1076                {
1077                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1078                },
1079                {
1080                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1081                },
1082                {
1083                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1084                },
1085                {
1086                    "target": "com.amazonaws.route53resolver#ValidationException"
1087                }
1088            ],
1089            "traits": {
1090                "smithy.api#documentation": "<p>Deletes the specified firewall rule group. </p>"
1091            }
1092        },
1093        "com.amazonaws.route53resolver#DeleteFirewallRuleGroupRequest": {
1094            "type": "structure",
1095            "members": {
1096                "FirewallRuleGroupId": {
1097                    "target": "com.amazonaws.route53resolver#ResourceId",
1098                    "traits": {
1099                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group that you want to delete. </p>",
1100                        "smithy.api#required": {}
1101                    }
1102                }
1103            }
1104        },
1105        "com.amazonaws.route53resolver#DeleteFirewallRuleGroupResponse": {
1106            "type": "structure",
1107            "members": {
1108                "FirewallRuleGroup": {
1109                    "target": "com.amazonaws.route53resolver#FirewallRuleGroup",
1110                    "traits": {
1111                        "smithy.api#documentation": "<p>A collection of rules used to filter DNS network traffic. </p>"
1112                    }
1113                }
1114            }
1115        },
1116        "com.amazonaws.route53resolver#DeleteFirewallRuleRequest": {
1117            "type": "structure",
1118            "members": {
1119                "FirewallRuleGroupId": {
1120                    "target": "com.amazonaws.route53resolver#ResourceId",
1121                    "traits": {
1122                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group that you want to delete the rule from. </p>",
1123                        "smithy.api#required": {}
1124                    }
1125                },
1126                "FirewallDomainListId": {
1127                    "target": "com.amazonaws.route53resolver#ResourceId",
1128                    "traits": {
1129                        "smithy.api#documentation": "<p>The ID of the domain list that's used in the rule.  </p>",
1130                        "smithy.api#required": {}
1131                    }
1132                }
1133            }
1134        },
1135        "com.amazonaws.route53resolver#DeleteFirewallRuleResponse": {
1136            "type": "structure",
1137            "members": {
1138                "FirewallRule": {
1139                    "target": "com.amazonaws.route53resolver#FirewallRule",
1140                    "traits": {
1141                        "smithy.api#documentation": "<p>The specification for the firewall rule that you just deleted.</p>"
1142                    }
1143                }
1144            }
1145        },
1146        "com.amazonaws.route53resolver#DeleteResolverEndpoint": {
1147            "type": "operation",
1148            "input": {
1149                "target": "com.amazonaws.route53resolver#DeleteResolverEndpointRequest"
1150            },
1151            "output": {
1152                "target": "com.amazonaws.route53resolver#DeleteResolverEndpointResponse"
1153            },
1154            "errors": [
1155                {
1156                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1157                },
1158                {
1159                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
1160                },
1161                {
1162                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
1163                },
1164                {
1165                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1166                },
1167                {
1168                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1169                }
1170            ],
1171            "traits": {
1172                "smithy.api#documentation": "<p>Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound \n\t\t\tResolver endpoint:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <b>Inbound</b>: DNS queries from your network are no longer routed \n\t\t\t\tto the DNS service for the specified VPC.</p>\n            </li>\n            <li>\n               <p>\n                  <b>Outbound</b>: DNS queries from a VPC are no longer routed to your network.</p>\n            </li>\n         </ul>"
1173            }
1174        },
1175        "com.amazonaws.route53resolver#DeleteResolverEndpointRequest": {
1176            "type": "structure",
1177            "members": {
1178                "ResolverEndpointId": {
1179                    "target": "com.amazonaws.route53resolver#ResourceId",
1180                    "traits": {
1181                        "smithy.api#documentation": "<p>The ID of the Resolver endpoint that you want to delete.</p>",
1182                        "smithy.api#required": {}
1183                    }
1184                }
1185            }
1186        },
1187        "com.amazonaws.route53resolver#DeleteResolverEndpointResponse": {
1188            "type": "structure",
1189            "members": {
1190                "ResolverEndpoint": {
1191                    "target": "com.amazonaws.route53resolver#ResolverEndpoint",
1192                    "traits": {
1193                        "smithy.api#documentation": "<p>Information about the <code>DeleteResolverEndpoint</code> request, including the status of the request.</p>"
1194                    }
1195                }
1196            }
1197        },
1198        "com.amazonaws.route53resolver#DeleteResolverQueryLogConfig": {
1199            "type": "operation",
1200            "input": {
1201                "target": "com.amazonaws.route53resolver#DeleteResolverQueryLogConfigRequest"
1202            },
1203            "output": {
1204                "target": "com.amazonaws.route53resolver#DeleteResolverQueryLogConfigResponse"
1205            },
1206            "errors": [
1207                {
1208                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
1209                },
1210                {
1211                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1212                },
1213                {
1214                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
1215                },
1216                {
1217                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
1218                },
1219                {
1220                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1221                },
1222                {
1223                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1224                }
1225            ],
1226            "traits": {
1227                "smithy.api#documentation": "<p>Deletes a query logging configuration. When you delete a configuration, Resolver stops logging DNS queries for all of the Amazon VPCs that are \n\t\t\tassociated with the configuration. This also applies if the query logging configuration is shared with other AWS accounts, and \n\t\t\tthe other accounts have associated VPCs with the shared configuration.</p>\n\t\t\n\t\t       <p>Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. See \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html\">DisassociateResolverQueryLogConfig</a>.</p>\n\t\t\t\n\t\t       <p>If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, you must stop sharing \n\t\t\tthe configuration before you can delete a configuration. The accounts that you shared the configuration with can first disassociate VPCs \n\t\t\tthat they associated with the configuration, but that's not necessary. If you stop sharing the configuration, those VPCs are automatically \n\t\t\tdisassociated from the configuration.</p>"
1228            }
1229        },
1230        "com.amazonaws.route53resolver#DeleteResolverQueryLogConfigRequest": {
1231            "type": "structure",
1232            "members": {
1233                "ResolverQueryLogConfigId": {
1234                    "target": "com.amazonaws.route53resolver#ResourceId",
1235                    "traits": {
1236                        "smithy.api#documentation": "<p>The ID of the query logging configuration that you want to delete.</p>",
1237                        "smithy.api#required": {}
1238                    }
1239                }
1240            }
1241        },
1242        "com.amazonaws.route53resolver#DeleteResolverQueryLogConfigResponse": {
1243            "type": "structure",
1244            "members": {
1245                "ResolverQueryLogConfig": {
1246                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfig",
1247                    "traits": {
1248                        "smithy.api#documentation": "<p>Information about the query logging configuration that you deleted, including the status of the request.</p>"
1249                    }
1250                }
1251            }
1252        },
1253        "com.amazonaws.route53resolver#DeleteResolverRule": {
1254            "type": "operation",
1255            "input": {
1256                "target": "com.amazonaws.route53resolver#DeleteResolverRuleRequest"
1257            },
1258            "output": {
1259                "target": "com.amazonaws.route53resolver#DeleteResolverRuleResponse"
1260            },
1261            "errors": [
1262                {
1263                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1264                },
1265                {
1266                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
1267                },
1268                {
1269                    "target": "com.amazonaws.route53resolver#ResourceInUseException"
1270                },
1271                {
1272                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1273                },
1274                {
1275                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1276                }
1277            ],
1278            "traits": {
1279                "smithy.api#documentation": "<p>Deletes a Resolver rule. Before you can delete a Resolver rule, you must disassociate it from all the VPCs that you \n\t\t\tassociated the Resolver rule with. For more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html\">DisassociateResolverRule</a>.</p>"
1280            }
1281        },
1282        "com.amazonaws.route53resolver#DeleteResolverRuleRequest": {
1283            "type": "structure",
1284            "members": {
1285                "ResolverRuleId": {
1286                    "target": "com.amazonaws.route53resolver#ResourceId",
1287                    "traits": {
1288                        "smithy.api#documentation": "<p>The ID of the Resolver rule that you want to delete.</p>",
1289                        "smithy.api#required": {}
1290                    }
1291                }
1292            }
1293        },
1294        "com.amazonaws.route53resolver#DeleteResolverRuleResponse": {
1295            "type": "structure",
1296            "members": {
1297                "ResolverRule": {
1298                    "target": "com.amazonaws.route53resolver#ResolverRule",
1299                    "traits": {
1300                        "smithy.api#documentation": "<p>Information about the <code>DeleteResolverRule</code> request, including the status of the request.</p>"
1301                    }
1302                }
1303            }
1304        },
1305        "com.amazonaws.route53resolver#DestinationArn": {
1306            "type": "string",
1307            "traits": {
1308                "smithy.api#length": {
1309                    "min": 1,
1310                    "max": 600
1311                }
1312            }
1313        },
1314        "com.amazonaws.route53resolver#DisassociateFirewallRuleGroup": {
1315            "type": "operation",
1316            "input": {
1317                "target": "com.amazonaws.route53resolver#DisassociateFirewallRuleGroupRequest"
1318            },
1319            "output": {
1320                "target": "com.amazonaws.route53resolver#DisassociateFirewallRuleGroupResponse"
1321            },
1322            "errors": [
1323                {
1324                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
1325                },
1326                {
1327                    "target": "com.amazonaws.route53resolver#ConflictException"
1328                },
1329                {
1330                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1331                },
1332                {
1333                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1334                },
1335                {
1336                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1337                },
1338                {
1339                    "target": "com.amazonaws.route53resolver#ValidationException"
1340                }
1341            ],
1342            "traits": {
1343                "smithy.api#documentation": "<p>Disassociates a <a>FirewallRuleGroup</a> from a VPC, to remove DNS filtering from the VPC. </p>"
1344            }
1345        },
1346        "com.amazonaws.route53resolver#DisassociateFirewallRuleGroupRequest": {
1347            "type": "structure",
1348            "members": {
1349                "FirewallRuleGroupAssociationId": {
1350                    "target": "com.amazonaws.route53resolver#ResourceId",
1351                    "traits": {
1352                        "smithy.api#documentation": "<p>The identifier of the <a>FirewallRuleGroupAssociation</a>. </p>",
1353                        "smithy.api#required": {}
1354                    }
1355                }
1356            }
1357        },
1358        "com.amazonaws.route53resolver#DisassociateFirewallRuleGroupResponse": {
1359            "type": "structure",
1360            "members": {
1361                "FirewallRuleGroupAssociation": {
1362                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupAssociation",
1363                    "traits": {
1364                        "smithy.api#documentation": "<p>The firewall rule group association that you just removed. </p>"
1365                    }
1366                }
1367            }
1368        },
1369        "com.amazonaws.route53resolver#DisassociateResolverEndpointIpAddress": {
1370            "type": "operation",
1371            "input": {
1372                "target": "com.amazonaws.route53resolver#DisassociateResolverEndpointIpAddressRequest"
1373            },
1374            "output": {
1375                "target": "com.amazonaws.route53resolver#DisassociateResolverEndpointIpAddressResponse"
1376            },
1377            "errors": [
1378                {
1379                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1380                },
1381                {
1382                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
1383                },
1384                {
1385                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
1386                },
1387                {
1388                    "target": "com.amazonaws.route53resolver#ResourceExistsException"
1389                },
1390                {
1391                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1392                },
1393                {
1394                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1395                }
1396            ],
1397            "traits": {
1398                "smithy.api#documentation": "<p>Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP address, \n\t\t\tsubmit one <code>DisassociateResolverEndpointIpAddress</code> request for each IP address.</p>\n\t\t       <p>To add an IP address to an endpoint, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverEndpointIpAddress.html\">AssociateResolverEndpointIpAddress</a>.\n\t\t</p>"
1399            }
1400        },
1401        "com.amazonaws.route53resolver#DisassociateResolverEndpointIpAddressRequest": {
1402            "type": "structure",
1403            "members": {
1404                "ResolverEndpointId": {
1405                    "target": "com.amazonaws.route53resolver#ResourceId",
1406                    "traits": {
1407                        "smithy.api#documentation": "<p>The ID of the Resolver endpoint that you want to disassociate an IP address from.</p>",
1408                        "smithy.api#required": {}
1409                    }
1410                },
1411                "IpAddress": {
1412                    "target": "com.amazonaws.route53resolver#IpAddressUpdate",
1413                    "traits": {
1414                        "smithy.api#documentation": "<p>The IPv4 address that you want to remove from a Resolver endpoint.</p>",
1415                        "smithy.api#required": {}
1416                    }
1417                }
1418            }
1419        },
1420        "com.amazonaws.route53resolver#DisassociateResolverEndpointIpAddressResponse": {
1421            "type": "structure",
1422            "members": {
1423                "ResolverEndpoint": {
1424                    "target": "com.amazonaws.route53resolver#ResolverEndpoint",
1425                    "traits": {
1426                        "smithy.api#documentation": "<p>The response to an <code>DisassociateResolverEndpointIpAddress</code> request.</p>"
1427                    }
1428                }
1429            }
1430        },
1431        "com.amazonaws.route53resolver#DisassociateResolverQueryLogConfig": {
1432            "type": "operation",
1433            "input": {
1434                "target": "com.amazonaws.route53resolver#DisassociateResolverQueryLogConfigRequest"
1435            },
1436            "output": {
1437                "target": "com.amazonaws.route53resolver#DisassociateResolverQueryLogConfigResponse"
1438            },
1439            "errors": [
1440                {
1441                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
1442                },
1443                {
1444                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1445                },
1446                {
1447                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
1448                },
1449                {
1450                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
1451                },
1452                {
1453                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1454                },
1455                {
1456                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1457                }
1458            ],
1459            "traits": {
1460                "smithy.api#documentation": "<p>Disassociates a VPC from a query logging configuration.</p>\n\t\t\n\t\t       <note>\n\t\t\t         <p>Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. If you used \n\t\t\t\tResource Access Manager (RAM) to share a query logging configuration with other accounts, VPCs can be disassociated from the configuration \n\t\t\t\tin the following ways:</p>\n\t\t\t         <ul>\n               <li>\n                  <p>The accounts that you shared the configuration with can disassociate VPCs from the configuration.</p>\n               </li>\n               <li>\n                  <p>You can stop sharing the configuration.</p>\n               </li>\n            </ul>\n\t\t       </note>"
1461            }
1462        },
1463        "com.amazonaws.route53resolver#DisassociateResolverQueryLogConfigRequest": {
1464            "type": "structure",
1465            "members": {
1466                "ResolverQueryLogConfigId": {
1467                    "target": "com.amazonaws.route53resolver#ResourceId",
1468                    "traits": {
1469                        "smithy.api#documentation": "<p>The ID of the query logging configuration that you want to disassociate a specified VPC from.</p>",
1470                        "smithy.api#required": {}
1471                    }
1472                },
1473                "ResourceId": {
1474                    "target": "com.amazonaws.route53resolver#ResourceId",
1475                    "traits": {
1476                        "smithy.api#documentation": "<p>The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.</p>",
1477                        "smithy.api#required": {}
1478                    }
1479                }
1480            }
1481        },
1482        "com.amazonaws.route53resolver#DisassociateResolverQueryLogConfigResponse": {
1483            "type": "structure",
1484            "members": {
1485                "ResolverQueryLogConfigAssociation": {
1486                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociation",
1487                    "traits": {
1488                        "smithy.api#documentation": "<p>A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.</p>"
1489                    }
1490                }
1491            }
1492        },
1493        "com.amazonaws.route53resolver#DisassociateResolverRule": {
1494            "type": "operation",
1495            "input": {
1496                "target": "com.amazonaws.route53resolver#DisassociateResolverRuleRequest"
1497            },
1498            "output": {
1499                "target": "com.amazonaws.route53resolver#DisassociateResolverRuleResponse"
1500            },
1501            "errors": [
1502                {
1503                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
1504                },
1505                {
1506                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
1507                },
1508                {
1509                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
1510                },
1511                {
1512                    "target": "com.amazonaws.route53resolver#ThrottlingException"
1513                }
1514            ],
1515            "traits": {
1516                "smithy.api#documentation": "<p>Removes the association between a specified Resolver rule and a specified VPC.</p>\n\t\t       <important>\n\t\t\t         <p>If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the \n\t\t\t\tdomain name that you specified in the Resolver rule. </p>\n\t\t       </important>"
1517            }
1518        },
1519        "com.amazonaws.route53resolver#DisassociateResolverRuleRequest": {
1520            "type": "structure",
1521            "members": {
1522                "VPCId": {
1523                    "target": "com.amazonaws.route53resolver#ResourceId",
1524                    "traits": {
1525                        "smithy.api#documentation": "<p>The ID of the VPC that you want to disassociate the Resolver rule from.</p>",
1526                        "smithy.api#required": {}
1527                    }
1528                },
1529                "ResolverRuleId": {
1530                    "target": "com.amazonaws.route53resolver#ResourceId",
1531                    "traits": {
1532                        "smithy.api#documentation": "<p>The ID of the Resolver rule that you want to disassociate from the specified VPC.</p>",
1533                        "smithy.api#required": {}
1534                    }
1535                }
1536            }
1537        },
1538        "com.amazonaws.route53resolver#DisassociateResolverRuleResponse": {
1539            "type": "structure",
1540            "members": {
1541                "ResolverRuleAssociation": {
1542                    "target": "com.amazonaws.route53resolver#ResolverRuleAssociation",
1543                    "traits": {
1544                        "smithy.api#documentation": "<p>Information about the <code>DisassociateResolverRule</code> request, including the status of the request.</p>"
1545                    }
1546                }
1547            }
1548        },
1549        "com.amazonaws.route53resolver#DomainListFileUrl": {
1550            "type": "string",
1551            "traits": {
1552                "smithy.api#length": {
1553                    "min": 1,
1554                    "max": 1024
1555                }
1556            }
1557        },
1558        "com.amazonaws.route53resolver#DomainName": {
1559            "type": "string",
1560            "traits": {
1561                "smithy.api#length": {
1562                    "min": 1,
1563                    "max": 256
1564                }
1565            }
1566        },
1567        "com.amazonaws.route53resolver#ExceptionMessage": {
1568            "type": "string"
1569        },
1570        "com.amazonaws.route53resolver#Filter": {
1571            "type": "structure",
1572            "members": {
1573                "Name": {
1574                    "target": "com.amazonaws.route53resolver#FilterName",
1575                    "traits": {
1576                        "smithy.api#documentation": "<p>The name of the parameter that you want to use to filter objects.</p>\n\t\t       <p>The valid values for <code>Name</code> depend on the action that you're including the filter in, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html\">ListResolverEndpoints</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html\">ListResolverRules</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html\">ListResolverRuleAssociations</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html\">ListResolverQueryLogConfigs</a>,\n\t\t\tor \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html\">ListResolverQueryLogConfigAssociations</a>.</p>\n\t\t\n\t\t       <note>\n\t\t\t         <p>In early versions of Resolver, values for <code>Name</code> were listed as uppercase, with underscore (_) delimiters. For example, \n\t\t\t\t<code>CreatorRequestId</code> was originally listed as <code>CREATOR_REQUEST_ID</code>. Uppercase values for <code>Name</code> are still supported.</p>\n\t\t       </note>\n\t\t\n\t\t       <p>\n            <b>ListResolverEndpoints</b>\n         </p>\n\t\t       <p>Valid values for <code>Name</code> include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>CreatorRequestId</code>: The value that you specified when you created the Resolver endpoint.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Direction</code>: Whether you want to return inbound or outbound Resolver endpoints. If you specify <code>DIRECTION</code> \n\t\t\t\tfor <code>Name</code>, specify <code>INBOUND</code> or <code>OUTBOUND</code> for <code>Values</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>HostVpcId</code>: The ID of the VPC that inbound DNS queries pass through on the way from your network to your VPCs in a region, or \n\t\t\t\tthe VPC that outbound queries pass through on the way from your VPCs to your network. In a \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html\">CreateResolverEndpoint</a>\n\t\t\t\trequest, <code>SubnetId</code> indirectly identifies the VPC. In a \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a>\n\t\t\t\trequest, the VPC ID for a Resolver endpoint \n\t\t\t\tis returned in the <code>HostVPCId</code> element. </p>\n            </li>\n            <li>\n               <p>\n                  <code>IpAddressCount</code>: The number of IP addresses that you have associated with the Resolver endpoint.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Name</code>: The name of the Resolver endpoint.</p>\n            </li>\n            <li>\n               <p>\n                  <code>SecurityGroupIds</code>: The IDs of the VPC security groups that you specified when you created the \n\t\t\t\tResolver endpoint.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Status</code>: The status of the Resolver endpoint. If you specify <code>Status</code> for <code>Name</code>, \n\t\t\t\tspecify one of the following status codes for <code>Values</code>: <code>CREATING</code>, <code>OPERATIONAL</code>, <code>UPDATING</code>,\n\t\t\t\t<code>AUTO_RECOVERING</code>, <code>ACTION_NEEDED</code>, or <code>DELETING</code>. For more information, see <code>Status</code> in\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverEndpoint.html\">ResolverEndpoint</a>.</p>\n            </li>\n         </ul>\n\t\t\n\t\t       <p>\n            <b>ListResolverRules</b>\n         </p>\n\t\t       <p>Valid values for <code>Name</code> include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>CreatorRequestId</code>: The value that you specified when you created the Resolver rule.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DomainName</code>: The domain name for which Resolver is forwarding DNS queries to your network. In the value that \n\t\t\t\tyou specify for <code>Values</code>, include a trailing dot (.) after the domain name. For example, if the domain name is example.com, \n\t\t\t\tspecify the following value. Note the \".\" after <code>com</code>:</p>\n\t\t\t\t           <p>\n                  <code>example.com.</code>\n               </p>\n\t\t\t         </li>\n            <li>\n               <p>\n                  <code>Name</code>: The name of the Resolver rule.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ResolverEndpointId</code>: The ID of the Resolver endpoint that the Resolver rule is associated with.</p>\n\t\t\t\t           <note>\n                  <p>You can filter on the Resolver endpoint only for rules that have a value of <code>FORWARD</code> for \n\t\t\t\t\t<code>RuleType</code>.</p>\n               </note>\n\t\t\t         </li>\n            <li>\n               <p>\n                  <code>Status</code>: The status of the Resolver rule. If you specify <code>Status</code> for <code>Name</code>, \n\t\t\t\tspecify one of the following status codes for <code>Values</code>: <code>COMPLETE</code>, <code>DELETING</code>, <code>UPDATING</code>, \n\t\t\t\tor <code>FAILED</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Type</code>: The type of the Resolver rule. If you specify <code>TYPE</code> \n\t\t\t\tfor <code>Name</code>, specify <code>FORWARD</code> or <code>SYSTEM</code> for <code>Values</code>.</p>\n            </li>\n         </ul>\n\t\t\n\t\t       <p>\n            <b>ListResolverRuleAssociations</b>\n         </p>\n\t\t       <p>Valid values for <code>Name</code> include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>Name</code>: The name of the Resolver rule association.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ResolverRuleId</code>: The ID of the Resolver rule that is associated with one or more VPCs.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Status</code>: The status of the Resolver rule association. If you specify <code>Status</code> for <code>Name</code>, \n\t\t\t\tspecify one of the following status codes for <code>Values</code>: <code>CREATING</code>, <code>COMPLETE</code>, <code>DELETING</code>, or \n\t\t\t\t<code>FAILED</code>.</p>\n\t\t\t         </li>\n            <li>\n               <p>\n                  <code>VPCId</code>: The ID of the VPC that the Resolver rule is associated with.</p>\n            </li>\n         </ul>\n\n\t\t       <p>\n            <b>ListResolverQueryLogConfigs</b>\n         </p>\n\t\t       <p>Valid values for <code>Name</code> include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>Arn</code>: The ARN for the query logging configuration.</p>\n            </li>\n            <li>\n               <p>\n                  <code>AssociationCount</code>: The number of VPCs that are associated with the query logging configuration.</p>\n            </li>\n            <li>\n               <p>\n                  <code>CreationTime</code>: The date and time that the query logging configuration was created, in Unix time format and \n\t\t\t\tCoordinated Universal Time (UTC). </p>\n            </li>\n            <li>\n               <p>\n                  <code>CreatorRequestId</code>: A unique string that identifies the request that created the query logging configuration.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Destination</code>: The AWS service that you want to forward query logs to. Valid values include the following:</p>\n\t\t\t\t           <ul>\n                  <li>\n                     <p>\n                        <code>S3</code>\n                     </p>\n                  </li>\n                  <li>\n                     <p>\n                        <code>CloudWatchLogs</code>\n                     </p>\n                  </li>\n                  <li>\n                     <p>\n                        <code>KinesisFirehose</code>\n                     </p>\n                  </li>\n               </ul>\n\t\t\t         </li>\n            <li>\n               <p>\n                  <code>DestinationArn</code>: The ARN of the location that Resolver is sending query logs to. This value can be the ARN for an \n\t\t\t\tS3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Id</code>: The ID of the query logging configuration</p>\n            </li>\n            <li>\n               <p>\n                  <code>Name</code>: The name of the query logging configuration</p>\n            </li>\n            <li>\n               <p>\n                  <code>OwnerId</code>: The AWS account ID for the account that created the query logging configuration.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ShareStatus</code>: An indication of whether the query logging configuration is shared with other AWS accounts, \n\t\t\t\tor was shared with the current account by another AWS account. Valid values include: <code>NOT_SHARED</code>, <code>SHARED_WITH_ME</code>, \n\t\t\t\tor <code>SHARED_BY_ME</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Status</code>: The status of the query logging configuration. If you specify <code>Status</code> for <code>Name</code>, \n\t\t\t\tspecify the applicable status code for <code>Values</code>: <code>CREATING</code>, <code>CREATED</code>, \n\t\t\t\t<code>DELETING</code>, or <code>FAILED</code>. For more information, see \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfig.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfig-Status\">Status</a>.\n\t\t\t\t</p>\n\t\t\t         </li>\n         </ul>\n\t\t\n\t\t       <p>\n            <b>ListResolverQueryLogConfigAssociations</b>\n         </p>\n\t\t       <p>Valid values for <code>Name</code> include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>CreationTime</code>: The date and time that the VPC was associated with the query logging configuration, in Unix time format and \n\t\t\t\tCoordinated Universal Time (UTC).</p>\n            </li>\n            <li>\n               <p>\n                  <code>Error</code>: If the value of <code>Status</code> is <code>FAILED</code>, specify the cause: \n\t\t\t\t<code>DESTINATION_NOT_FOUND</code> or <code>ACCESS_DENIED</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Id</code>: The ID of the query logging association.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ResolverQueryLogConfigId</code>: The ID of the query logging configuration that a VPC is associated with.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ResourceId</code>: The ID of the Amazon VPC that is associated with the query logging configuration.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Status</code>: The status of the query logging association. If you specify <code>Status</code> for <code>Name</code>, \n\t\t\t\tspecify the applicable status code for <code>Values</code>: <code>CREATING</code>, <code>CREATED</code>, \n\t\t\t\t<code>DELETING</code>, or <code>FAILED</code>. For more information, see \n\t\t\t    <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfigAssociation.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfigAssociation-Status\">Status</a>.\n\t\t\t\t</p>\n\t\t\t         </li>\n         </ul>"
1577                    }
1578                },
1579                "Values": {
1580                    "target": "com.amazonaws.route53resolver#FilterValues",
1581                    "traits": {
1582                        "smithy.api#documentation": "<p>When you're using a <code>List</code> operation and you want the operation to return a subset of objects, such as Resolver endpoints or Resolver rules,\n\t\t\tthe value of the parameter that you want to use to filter objects. For example, to list only inbound Resolver endpoints, specify <code>Direction</code> for \n\t\t\t<code>Name</code> and specify <code>INBOUND</code> for <code>Values</code>.</p>"
1583                    }
1584                }
1585            },
1586            "traits": {
1587                "smithy.api#documentation": "<p>For Resolver list operations \n\t\t\t(<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html\">ListResolverEndpoints</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html\">ListResolverRules</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html\">ListResolverRuleAssociations</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html\">ListResolverQueryLogConfigs</a>,\n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html\">ListResolverQueryLogConfigAssociations</a>),\n\t\t\tand\n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverDnssecConfigs.html\">ListResolverDnssecConfigs</a>), \n\t\t\tan optional specification to return a subset of objects.</p>\n\t\t       <p>To filter objects, such as Resolver endpoints or Resolver rules, you specify <code>Name</code> and <code>Values</code>. For example, \n\t\t\tto list only inbound Resolver endpoints, specify <code>Direction</code> for <code>Name</code> and specify <code>INBOUND</code> for <code>Values</code>. </p>"
1588            }
1589        },
1590        "com.amazonaws.route53resolver#FilterName": {
1591            "type": "string",
1592            "traits": {
1593                "smithy.api#length": {
1594                    "min": 1,
1595                    "max": 64
1596                }
1597            }
1598        },
1599        "com.amazonaws.route53resolver#FilterValue": {
1600            "type": "string",
1601            "traits": {
1602                "smithy.api#length": {
1603                    "min": 1,
1604                    "max": 600
1605                }
1606            }
1607        },
1608        "com.amazonaws.route53resolver#FilterValues": {
1609            "type": "list",
1610            "member": {
1611                "target": "com.amazonaws.route53resolver#FilterValue"
1612            }
1613        },
1614        "com.amazonaws.route53resolver#Filters": {
1615            "type": "list",
1616            "member": {
1617                "target": "com.amazonaws.route53resolver#Filter"
1618            }
1619        },
1620        "com.amazonaws.route53resolver#FirewallConfig": {
1621            "type": "structure",
1622            "members": {
1623                "Id": {
1624                    "target": "com.amazonaws.route53resolver#ResourceId",
1625                    "traits": {
1626                        "smithy.api#documentation": "<p>The Id of the firewall configuration.</p>"
1627                    }
1628                },
1629                "ResourceId": {
1630                    "target": "com.amazonaws.route53resolver#ResourceId",
1631                    "traits": {
1632                        "smithy.api#documentation": "<p>The ID of the VPC that this firewall configuration applies to.</p>"
1633                    }
1634                },
1635                "OwnerId": {
1636                    "target": "com.amazonaws.route53resolver#AccountId",
1637                    "traits": {
1638                        "smithy.api#documentation": "<p>The AWS account ID of the owner of the VPC that this firewall configuration applies to.</p>"
1639                    }
1640                },
1641                "FirewallFailOpen": {
1642                    "target": "com.amazonaws.route53resolver#FirewallFailOpenStatus",
1643                    "traits": {
1644                        "smithy.api#documentation": "<p>Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply. </p>\n         <ul>\n            <li>\n               <p>By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall returns\n           a failure error when it is unable to properly evaluate a query. </p>\n            </li>\n            <li>\n               <p>If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it \n       is unable to properly evaluate them. </p>\n            </li>\n         </ul>\n         <p>This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association. </p>"
1645                    }
1646                }
1647            },
1648            "traits": {
1649                "smithy.api#documentation": "<p>Configuration of the firewall behavior provided by DNS Firewall for a single Amazon virtual private cloud (VPC). </p>"
1650            }
1651        },
1652        "com.amazonaws.route53resolver#FirewallConfigList": {
1653            "type": "list",
1654            "member": {
1655                "target": "com.amazonaws.route53resolver#FirewallConfig"
1656            }
1657        },
1658        "com.amazonaws.route53resolver#FirewallDomainImportOperation": {
1659            "type": "string",
1660            "traits": {
1661                "smithy.api#enum": [
1662                    {
1663                        "value": "REPLACE",
1664                        "name": "REPLACE"
1665                    }
1666                ]
1667            }
1668        },
1669        "com.amazonaws.route53resolver#FirewallDomainList": {
1670            "type": "structure",
1671            "members": {
1672                "Id": {
1673                    "target": "com.amazonaws.route53resolver#ResourceId",
1674                    "traits": {
1675                        "smithy.api#documentation": "<p>The ID of the domain list. </p>"
1676                    }
1677                },
1678                "Arn": {
1679                    "target": "com.amazonaws.route53resolver#Arn",
1680                    "traits": {
1681                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the firewall domain list.</p>"
1682                    }
1683                },
1684                "Name": {
1685                    "target": "com.amazonaws.route53resolver#Name",
1686                    "traits": {
1687                        "smithy.api#documentation": "<p>The name of the domain list. </p>"
1688                    }
1689                },
1690                "DomainCount": {
1691                    "target": "com.amazonaws.route53resolver#Unsigned",
1692                    "traits": {
1693                        "smithy.api#documentation": "<p>The number of domain names that are specified in the domain list.</p>"
1694                    }
1695                },
1696                "Status": {
1697                    "target": "com.amazonaws.route53resolver#FirewallDomainListStatus",
1698                    "traits": {
1699                        "smithy.api#documentation": "<p>The status of the domain list.  </p>"
1700                    }
1701                },
1702                "StatusMessage": {
1703                    "target": "com.amazonaws.route53resolver#StatusMessage",
1704                    "traits": {
1705                        "smithy.api#documentation": "<p>Additional information about the status of the list, if available.</p>"
1706                    }
1707                },
1708                "ManagedOwnerName": {
1709                    "target": "com.amazonaws.route53resolver#ServicePrinciple",
1710                    "traits": {
1711                        "smithy.api#documentation": "<p>The owner of the list, used only for lists that are not managed by you. For example, the managed domain list <code>AWSManagedDomainsMalwareDomainList</code> has the managed owner name <code>Route 53 Resolver DNS Firewall</code>.</p>"
1712                    }
1713                },
1714                "CreatorRequestId": {
1715                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
1716                    "traits": {
1717                        "smithy.api#documentation": "<p>A unique string defined by you to identify the request. This allows you to retry failed requests \n           without the risk of executing the operation twice. This can be any unique string, for example, a timestamp. </p>"
1718                    }
1719                },
1720                "CreationTime": {
1721                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
1722                    "traits": {
1723                        "smithy.api#documentation": "<p>The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC). </p>"
1724                    }
1725                },
1726                "ModificationTime": {
1727                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
1728                    "traits": {
1729                        "smithy.api#documentation": "<p>The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC). </p>"
1730                    }
1731                }
1732            },
1733            "traits": {
1734                "smithy.api#documentation": "<p>High level information about a list of firewall domains for use in a <a>FirewallRule</a>. This is returned by <a>GetFirewallDomainList</a>.</p>\n         <p>To retrieve the domains that are defined for this domain list, call <a>ListFirewallDomains</a>.</p>"
1735            }
1736        },
1737        "com.amazonaws.route53resolver#FirewallDomainListMetadata": {
1738            "type": "structure",
1739            "members": {
1740                "Id": {
1741                    "target": "com.amazonaws.route53resolver#ResourceId",
1742                    "traits": {
1743                        "smithy.api#documentation": "<p>The ID of the domain list. </p>"
1744                    }
1745                },
1746                "Arn": {
1747                    "target": "com.amazonaws.route53resolver#Arn",
1748                    "traits": {
1749                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the firewall domain list metadata.</p>"
1750                    }
1751                },
1752                "Name": {
1753                    "target": "com.amazonaws.route53resolver#Name",
1754                    "traits": {
1755                        "smithy.api#documentation": "<p>The name of the domain list. </p>"
1756                    }
1757                },
1758                "CreatorRequestId": {
1759                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
1760                    "traits": {
1761                        "smithy.api#documentation": "<p>A unique string defined by you to identify the request. This allows you to retry failed requests \n           without the risk of executing the operation twice. This can be any unique string, for example, a timestamp. </p>"
1762                    }
1763                },
1764                "ManagedOwnerName": {
1765                    "target": "com.amazonaws.route53resolver#ServicePrinciple",
1766                    "traits": {
1767                        "smithy.api#documentation": "<p>The owner of the list, used only for lists that are not managed by you. For example, the managed domain list <code>AWSManagedDomainsMalwareDomainList</code> has the managed owner name <code>Route 53 Resolver DNS Firewall</code>.</p>"
1768                    }
1769                }
1770            },
1771            "traits": {
1772                "smithy.api#documentation": "<p>Minimal high-level information for a firewall domain list. The action <a>ListFirewallDomainLists</a> returns an array of these objects. </p>\n         <p>To retrieve full information for a firewall domain list, call  <a>GetFirewallDomainList</a> and <a>ListFirewallDomains</a>.</p>"
1773            }
1774        },
1775        "com.amazonaws.route53resolver#FirewallDomainListMetadataList": {
1776            "type": "list",
1777            "member": {
1778                "target": "com.amazonaws.route53resolver#FirewallDomainListMetadata"
1779            }
1780        },
1781        "com.amazonaws.route53resolver#FirewallDomainListStatus": {
1782            "type": "string",
1783            "traits": {
1784                "smithy.api#enum": [
1785                    {
1786                        "value": "COMPLETE",
1787                        "name": "COMPLETE"
1788                    },
1789                    {
1790                        "value": "COMPLETE_IMPORT_FAILED",
1791                        "name": "COMPLETE_IMPORT_FAILED"
1792                    },
1793                    {
1794                        "value": "IMPORTING",
1795                        "name": "IMPORTING"
1796                    },
1797                    {
1798                        "value": "DELETING",
1799                        "name": "DELETING"
1800                    },
1801                    {
1802                        "value": "UPDATING",
1803                        "name": "UPDATING"
1804                    }
1805                ]
1806            }
1807        },
1808        "com.amazonaws.route53resolver#FirewallDomainName": {
1809            "type": "string",
1810            "traits": {
1811                "smithy.api#length": {
1812                    "min": 1,
1813                    "max": 255
1814                }
1815            }
1816        },
1817        "com.amazonaws.route53resolver#FirewallDomainUpdateOperation": {
1818            "type": "string",
1819            "traits": {
1820                "smithy.api#enum": [
1821                    {
1822                        "value": "ADD",
1823                        "name": "ADD"
1824                    },
1825                    {
1826                        "value": "REMOVE",
1827                        "name": "REMOVE"
1828                    },
1829                    {
1830                        "value": "REPLACE",
1831                        "name": "REPLACE"
1832                    }
1833                ]
1834            }
1835        },
1836        "com.amazonaws.route53resolver#FirewallDomains": {
1837            "type": "list",
1838            "member": {
1839                "target": "com.amazonaws.route53resolver#FirewallDomainName"
1840            }
1841        },
1842        "com.amazonaws.route53resolver#FirewallFailOpenStatus": {
1843            "type": "string",
1844            "traits": {
1845                "smithy.api#enum": [
1846                    {
1847                        "value": "ENABLED",
1848                        "name": "ENABLED"
1849                    },
1850                    {
1851                        "value": "DISABLED",
1852                        "name": "DISABLED"
1853                    }
1854                ]
1855            }
1856        },
1857        "com.amazonaws.route53resolver#FirewallRule": {
1858            "type": "structure",
1859            "members": {
1860                "FirewallRuleGroupId": {
1861                    "target": "com.amazonaws.route53resolver#ResourceId",
1862                    "traits": {
1863                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group of the rule. </p>"
1864                    }
1865                },
1866                "FirewallDomainListId": {
1867                    "target": "com.amazonaws.route53resolver#ResourceId",
1868                    "traits": {
1869                        "smithy.api#documentation": "<p>The ID of the domain list that's used in the rule. </p>"
1870                    }
1871                },
1872                "Name": {
1873                    "target": "com.amazonaws.route53resolver#Name",
1874                    "traits": {
1875                        "smithy.api#documentation": "<p>The name of the rule. </p>"
1876                    }
1877                },
1878                "Priority": {
1879                    "target": "com.amazonaws.route53resolver#Priority",
1880                    "traits": {
1881                        "smithy.api#documentation": "<p>The priority of the rule in the rule group. This value must be unique within the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.</p>"
1882                    }
1883                },
1884                "Action": {
1885                    "target": "com.amazonaws.route53resolver#Action",
1886                    "traits": {
1887                        "smithy.api#documentation": "<p>The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>ALLOW</code> - Permit the request to go through.</p> \n            </li>\n            <li>\n               <p>\n                  <code>ALERT</code> - Permit the request to go through but send an alert to the logs.</p> \n            </li>\n            <li>\n               <p>\n                  <code>BLOCK</code> - Disallow the request. If this is specified, additional handling details are provided in the rule's <code>BlockResponse</code> setting. </p> \n            </li>\n         </ul>"
1888                    }
1889                },
1890                "BlockResponse": {
1891                    "target": "com.amazonaws.route53resolver#BlockResponse",
1892                    "traits": {
1893                        "smithy.api#documentation": "<p>The way that you want DNS Firewall to block the request. Used for the rule action setting <code>BLOCK</code>.</p>\n         <ul>\n            <li>\n               <p>\n                  <code>NODATA</code> - Respond indicating that the query was successful, but no response is available for it.</p> \n            </li>\n            <li>\n               <p>\n                  <code>NXDOMAIN</code> - Respond indicating that the domain name that's in the query doesn't exist.</p> \n            </li>\n            <li>\n               <p>\n                  <code>OVERRIDE</code> - Provide a custom override in the response. This option requires custom handling details in the rule's <code>BlockOverride*</code> settings. </p> \n            </li>\n         </ul>"
1894                    }
1895                },
1896                "BlockOverrideDomain": {
1897                    "target": "com.amazonaws.route53resolver#BlockOverrideDomain",
1898                    "traits": {
1899                        "smithy.api#documentation": "<p>The custom DNS record to send back in response to the query. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>"
1900                    }
1901                },
1902                "BlockOverrideDnsType": {
1903                    "target": "com.amazonaws.route53resolver#BlockOverrideDnsType",
1904                    "traits": {
1905                        "smithy.api#documentation": "<p>The DNS record's type. This determines the format of the record value that you provided in <code>BlockOverrideDomain</code>. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>"
1906                    }
1907                },
1908                "BlockOverrideTtl": {
1909                    "target": "com.amazonaws.route53resolver#Unsigned",
1910                    "traits": {
1911                        "smithy.api#documentation": "<p>The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>"
1912                    }
1913                },
1914                "CreatorRequestId": {
1915                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
1916                    "traits": {
1917                        "smithy.api#documentation": "<p>A unique string defined by you to identify the request. This allows you to retry failed requests \n           without the risk of executing the operation twice. This can be any unique string, for example, a timestamp. </p>"
1918                    }
1919                },
1920                "CreationTime": {
1921                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
1922                    "traits": {
1923                        "smithy.api#documentation": "<p>The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC). </p>"
1924                    }
1925                },
1926                "ModificationTime": {
1927                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
1928                    "traits": {
1929                        "smithy.api#documentation": "<p>The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>"
1930                    }
1931                }
1932            },
1933            "traits": {
1934                "smithy.api#documentation": "<p>A single firewall rule in a rule group.</p>"
1935            }
1936        },
1937        "com.amazonaws.route53resolver#FirewallRuleGroup": {
1938            "type": "structure",
1939            "members": {
1940                "Id": {
1941                    "target": "com.amazonaws.route53resolver#ResourceId",
1942                    "traits": {
1943                        "smithy.api#documentation": "<p>The ID of the rule group. </p>"
1944                    }
1945                },
1946                "Arn": {
1947                    "target": "com.amazonaws.route53resolver#Arn",
1948                    "traits": {
1949                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the rule group.</p>"
1950                    }
1951                },
1952                "Name": {
1953                    "target": "com.amazonaws.route53resolver#Name",
1954                    "traits": {
1955                        "smithy.api#documentation": "<p>The name of the rule group.</p>"
1956                    }
1957                },
1958                "RuleCount": {
1959                    "target": "com.amazonaws.route53resolver#Unsigned",
1960                    "traits": {
1961                        "smithy.api#documentation": "<p>The number of rules in the rule group.</p>"
1962                    }
1963                },
1964                "Status": {
1965                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupStatus",
1966                    "traits": {
1967                        "smithy.api#documentation": "<p>The status of the domain list.  </p>"
1968                    }
1969                },
1970                "StatusMessage": {
1971                    "target": "com.amazonaws.route53resolver#StatusMessage",
1972                    "traits": {
1973                        "smithy.api#documentation": "<p>Additional information about the status of the rule group, if available.</p>"
1974                    }
1975                },
1976                "OwnerId": {
1977                    "target": "com.amazonaws.route53resolver#AccountId",
1978                    "traits": {
1979                        "smithy.api#documentation": "<p>The AWS account ID for the account that created the rule group. When a rule group is shared with your account,\n       this is the account that has shared the rule group with you.  </p>"
1980                    }
1981                },
1982                "CreatorRequestId": {
1983                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
1984                    "traits": {
1985                        "smithy.api#documentation": "<p>A unique string defined by you to identify the request. This allows you to retry failed requests \n           without the risk of executing the operation twice. This can be any unique string, for example, a timestamp. </p>"
1986                    }
1987                },
1988                "ShareStatus": {
1989                    "target": "com.amazonaws.route53resolver#ShareStatus",
1990                    "traits": {
1991                        "smithy.api#documentation": "<p>Whether the rule group is shared with other AWS accounts, or was shared with the current account by another \n              AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM).</p>"
1992                    }
1993                },
1994                "CreationTime": {
1995                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
1996                    "traits": {
1997                        "smithy.api#documentation": "<p>The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC). </p>"
1998                    }
1999                },
2000                "ModificationTime": {
2001                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
2002                    "traits": {
2003                        "smithy.api#documentation": "<p>The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>"
2004                    }
2005                }
2006            },
2007            "traits": {
2008                "smithy.api#documentation": "<p>High-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call <a>ListFirewallRules</a>.</p>"
2009            }
2010        },
2011        "com.amazonaws.route53resolver#FirewallRuleGroupAssociation": {
2012            "type": "structure",
2013            "members": {
2014                "Id": {
2015                    "target": "com.amazonaws.route53resolver#ResourceId",
2016                    "traits": {
2017                        "smithy.api#documentation": "<p>The identifier for the association.</p>"
2018                    }
2019                },
2020                "Arn": {
2021                    "target": "com.amazonaws.route53resolver#Arn",
2022                    "traits": {
2023                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the firewall rule group association.</p>"
2024                    }
2025                },
2026                "FirewallRuleGroupId": {
2027                    "target": "com.amazonaws.route53resolver#ResourceId",
2028                    "traits": {
2029                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group. </p>"
2030                    }
2031                },
2032                "VpcId": {
2033                    "target": "com.amazonaws.route53resolver#ResourceId",
2034                    "traits": {
2035                        "smithy.api#documentation": "<p>The unique identifier of the VPC that is associated with the rule group. </p>"
2036                    }
2037                },
2038                "Name": {
2039                    "target": "com.amazonaws.route53resolver#Name",
2040                    "traits": {
2041                        "smithy.api#documentation": "<p>The name of the association.</p>"
2042                    }
2043                },
2044                "Priority": {
2045                    "target": "com.amazonaws.route53resolver#Priority",
2046                    "traits": {
2047                        "smithy.api#documentation": "<p>The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall \n           filters VPC traffic starting from rule group with the lowest numeric priority setting. </p>"
2048                    }
2049                },
2050                "MutationProtection": {
2051                    "target": "com.amazonaws.route53resolver#MutationProtectionStatus",
2052                    "traits": {
2053                        "smithy.api#documentation": "<p>If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. </p>"
2054                    }
2055                },
2056                "ManagedOwnerName": {
2057                    "target": "com.amazonaws.route53resolver#ServicePrinciple",
2058                    "traits": {
2059                        "smithy.api#documentation": "<p>The owner of the association, used only for associations that are not managed by you. If you use AWS Firewall Manager to \n   manage your DNS Firewalls, then this reports Firewall Manager as the managed owner.</p>"
2060                    }
2061                },
2062                "Status": {
2063                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupAssociationStatus",
2064                    "traits": {
2065                        "smithy.api#documentation": "<p>The current status of the association.</p>"
2066                    }
2067                },
2068                "StatusMessage": {
2069                    "target": "com.amazonaws.route53resolver#StatusMessage",
2070                    "traits": {
2071                        "smithy.api#documentation": "<p>Additional information about the status of the response, if available.</p>"
2072                    }
2073                },
2074                "CreatorRequestId": {
2075                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
2076                    "traits": {
2077                        "smithy.api#documentation": "<p>A unique string defined by you to identify the request. This allows you to retry failed requests \n           without the risk of executing the operation twice. This can be any unique string, for example, a timestamp. </p>"
2078                    }
2079                },
2080                "CreationTime": {
2081                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
2082                    "traits": {
2083                        "smithy.api#documentation": "<p>The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC). </p>"
2084                    }
2085                },
2086                "ModificationTime": {
2087                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
2088                    "traits": {
2089                        "smithy.api#documentation": "<p>The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>"
2090                    }
2091                }
2092            },
2093            "traits": {
2094                "smithy.api#documentation": "<p>An association between a firewall rul group and a VPC, which enables DNS filtering for the VPC. </p>"
2095            }
2096        },
2097        "com.amazonaws.route53resolver#FirewallRuleGroupAssociationStatus": {
2098            "type": "string",
2099            "traits": {
2100                "smithy.api#enum": [
2101                    {
2102                        "value": "COMPLETE",
2103                        "name": "COMPLETE"
2104                    },
2105                    {
2106                        "value": "DELETING",
2107                        "name": "DELETING"
2108                    },
2109                    {
2110                        "value": "UPDATING",
2111                        "name": "UPDATING"
2112                    }
2113                ]
2114            }
2115        },
2116        "com.amazonaws.route53resolver#FirewallRuleGroupAssociations": {
2117            "type": "list",
2118            "member": {
2119                "target": "com.amazonaws.route53resolver#FirewallRuleGroupAssociation"
2120            }
2121        },
2122        "com.amazonaws.route53resolver#FirewallRuleGroupMetadata": {
2123            "type": "structure",
2124            "members": {
2125                "Id": {
2126                    "target": "com.amazonaws.route53resolver#ResourceId",
2127                    "traits": {
2128                        "smithy.api#documentation": "<p>The ID of the rule group. </p>"
2129                    }
2130                },
2131                "Arn": {
2132                    "target": "com.amazonaws.route53resolver#Arn",
2133                    "traits": {
2134                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the rule group.</p>"
2135                    }
2136                },
2137                "Name": {
2138                    "target": "com.amazonaws.route53resolver#Name",
2139                    "traits": {
2140                        "smithy.api#documentation": "<p>The name of the rule group.</p>"
2141                    }
2142                },
2143                "OwnerId": {
2144                    "target": "com.amazonaws.route53resolver#AccountId",
2145                    "traits": {
2146                        "smithy.api#documentation": "<p>The AWS account ID for the account that created the rule group. When a rule group is shared with your account,\n       this is the account that has shared the rule group with you.  </p>"
2147                    }
2148                },
2149                "CreatorRequestId": {
2150                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
2151                    "traits": {
2152                        "smithy.api#documentation": "<p>A unique string defined by you to identify the request. This allows you to retry failed requests \n           without the risk of executing the operation twice. This can be any unique string, for example, a timestamp. </p>"
2153                    }
2154                },
2155                "ShareStatus": {
2156                    "target": "com.amazonaws.route53resolver#ShareStatus",
2157                    "traits": {
2158                        "smithy.api#documentation": "<p>Whether the rule group is shared with other AWS accounts, or was shared with the current account by another \n              AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM).</p>"
2159                    }
2160                }
2161            },
2162            "traits": {
2163                "smithy.api#documentation": "<p>Minimal high-level information for a firewall rule group. The action <a>ListFirewallRuleGroups</a> returns an array of these objects. </p>\n         <p>To retrieve full information for a firewall rule group, call <a>GetFirewallRuleGroup</a> and <a>ListFirewallRules</a>.</p>"
2164            }
2165        },
2166        "com.amazonaws.route53resolver#FirewallRuleGroupMetadataList": {
2167            "type": "list",
2168            "member": {
2169                "target": "com.amazonaws.route53resolver#FirewallRuleGroupMetadata"
2170            }
2171        },
2172        "com.amazonaws.route53resolver#FirewallRuleGroupPolicy": {
2173            "type": "string",
2174            "traits": {
2175                "smithy.api#length": {
2176                    "min": 0,
2177                    "max": 5000
2178                }
2179            }
2180        },
2181        "com.amazonaws.route53resolver#FirewallRuleGroupStatus": {
2182            "type": "string",
2183            "traits": {
2184                "smithy.api#enum": [
2185                    {
2186                        "value": "COMPLETE",
2187                        "name": "COMPLETE"
2188                    },
2189                    {
2190                        "value": "DELETING",
2191                        "name": "DELETING"
2192                    },
2193                    {
2194                        "value": "UPDATING",
2195                        "name": "UPDATING"
2196                    }
2197                ]
2198            }
2199        },
2200        "com.amazonaws.route53resolver#FirewallRules": {
2201            "type": "list",
2202            "member": {
2203                "target": "com.amazonaws.route53resolver#FirewallRule"
2204            }
2205        },
2206        "com.amazonaws.route53resolver#GetFirewallConfig": {
2207            "type": "operation",
2208            "input": {
2209                "target": "com.amazonaws.route53resolver#GetFirewallConfigRequest"
2210            },
2211            "output": {
2212                "target": "com.amazonaws.route53resolver#GetFirewallConfigResponse"
2213            },
2214            "errors": [
2215                {
2216                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2217                },
2218                {
2219                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2220                },
2221                {
2222                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2223                },
2224                {
2225                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2226                },
2227                {
2228                    "target": "com.amazonaws.route53resolver#ValidationException"
2229                }
2230            ],
2231            "traits": {
2232                "smithy.api#documentation": "<p>Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single Amazon virtual private cloud (VPC). </p>"
2233            }
2234        },
2235        "com.amazonaws.route53resolver#GetFirewallConfigRequest": {
2236            "type": "structure",
2237            "members": {
2238                "ResourceId": {
2239                    "target": "com.amazonaws.route53resolver#ResourceId",
2240                    "traits": {
2241                        "smithy.api#documentation": "<p>The ID of the Amazon virtual private cloud (VPC) that the configuration is for.</p>",
2242                        "smithy.api#required": {}
2243                    }
2244                }
2245            }
2246        },
2247        "com.amazonaws.route53resolver#GetFirewallConfigResponse": {
2248            "type": "structure",
2249            "members": {
2250                "FirewallConfig": {
2251                    "target": "com.amazonaws.route53resolver#FirewallConfig",
2252                    "traits": {
2253                        "smithy.api#documentation": "<p>Configuration of the firewall behavior provided by DNS Firewall for a single Amazon virtual private cloud (VPC). </p>"
2254                    }
2255                }
2256            }
2257        },
2258        "com.amazonaws.route53resolver#GetFirewallDomainList": {
2259            "type": "operation",
2260            "input": {
2261                "target": "com.amazonaws.route53resolver#GetFirewallDomainListRequest"
2262            },
2263            "output": {
2264                "target": "com.amazonaws.route53resolver#GetFirewallDomainListResponse"
2265            },
2266            "errors": [
2267                {
2268                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2269                },
2270                {
2271                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2272                },
2273                {
2274                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2275                },
2276                {
2277                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2278                }
2279            ],
2280            "traits": {
2281                "smithy.api#documentation": "<p>Retrieves the specified firewall domain list.</p>"
2282            }
2283        },
2284        "com.amazonaws.route53resolver#GetFirewallDomainListRequest": {
2285            "type": "structure",
2286            "members": {
2287                "FirewallDomainListId": {
2288                    "target": "com.amazonaws.route53resolver#ResourceId",
2289                    "traits": {
2290                        "smithy.api#documentation": "<p>The ID of the domain list.  </p>",
2291                        "smithy.api#required": {}
2292                    }
2293                }
2294            }
2295        },
2296        "com.amazonaws.route53resolver#GetFirewallDomainListResponse": {
2297            "type": "structure",
2298            "members": {
2299                "FirewallDomainList": {
2300                    "target": "com.amazonaws.route53resolver#FirewallDomainList",
2301                    "traits": {
2302                        "smithy.api#documentation": "<p>The domain list that you requested.  </p>"
2303                    }
2304                }
2305            }
2306        },
2307        "com.amazonaws.route53resolver#GetFirewallRuleGroup": {
2308            "type": "operation",
2309            "input": {
2310                "target": "com.amazonaws.route53resolver#GetFirewallRuleGroupRequest"
2311            },
2312            "output": {
2313                "target": "com.amazonaws.route53resolver#GetFirewallRuleGroupResponse"
2314            },
2315            "errors": [
2316                {
2317                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2318                },
2319                {
2320                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2321                },
2322                {
2323                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2324                },
2325                {
2326                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2327                }
2328            ],
2329            "traits": {
2330                "smithy.api#documentation": "<p>Retrieves the specified firewall rule group. </p>"
2331            }
2332        },
2333        "com.amazonaws.route53resolver#GetFirewallRuleGroupAssociation": {
2334            "type": "operation",
2335            "input": {
2336                "target": "com.amazonaws.route53resolver#GetFirewallRuleGroupAssociationRequest"
2337            },
2338            "output": {
2339                "target": "com.amazonaws.route53resolver#GetFirewallRuleGroupAssociationResponse"
2340            },
2341            "errors": [
2342                {
2343                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2344                },
2345                {
2346                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2347                },
2348                {
2349                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2350                },
2351                {
2352                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2353                }
2354            ],
2355            "traits": {
2356                "smithy.api#documentation": "<p>Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.</p>"
2357            }
2358        },
2359        "com.amazonaws.route53resolver#GetFirewallRuleGroupAssociationRequest": {
2360            "type": "structure",
2361            "members": {
2362                "FirewallRuleGroupAssociationId": {
2363                    "target": "com.amazonaws.route53resolver#ResourceId",
2364                    "traits": {
2365                        "smithy.api#documentation": "<p>The identifier of the <a>FirewallRuleGroupAssociation</a>. </p>",
2366                        "smithy.api#required": {}
2367                    }
2368                }
2369            }
2370        },
2371        "com.amazonaws.route53resolver#GetFirewallRuleGroupAssociationResponse": {
2372            "type": "structure",
2373            "members": {
2374                "FirewallRuleGroupAssociation": {
2375                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupAssociation",
2376                    "traits": {
2377                        "smithy.api#documentation": "<p>The association that you requested. </p>"
2378                    }
2379                }
2380            }
2381        },
2382        "com.amazonaws.route53resolver#GetFirewallRuleGroupPolicy": {
2383            "type": "operation",
2384            "input": {
2385                "target": "com.amazonaws.route53resolver#GetFirewallRuleGroupPolicyRequest"
2386            },
2387            "output": {
2388                "target": "com.amazonaws.route53resolver#GetFirewallRuleGroupPolicyResponse"
2389            },
2390            "errors": [
2391                {
2392                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2393                },
2394                {
2395                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2396                },
2397                {
2398                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2399                },
2400                {
2401                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2402                },
2403                {
2404                    "target": "com.amazonaws.route53resolver#ValidationException"
2405                }
2406            ],
2407            "traits": {
2408                "smithy.api#documentation": "<p>Returns the AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using AWS Resource Access Manager (RAM). </p>"
2409            }
2410        },
2411        "com.amazonaws.route53resolver#GetFirewallRuleGroupPolicyRequest": {
2412            "type": "structure",
2413            "members": {
2414                "Arn": {
2415                    "target": "com.amazonaws.route53resolver#Arn",
2416                    "traits": {
2417                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) for the rule group.</p>",
2418                        "smithy.api#required": {}
2419                    }
2420                }
2421            }
2422        },
2423        "com.amazonaws.route53resolver#GetFirewallRuleGroupPolicyResponse": {
2424            "type": "structure",
2425            "members": {
2426                "FirewallRuleGroupPolicy": {
2427                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupPolicy",
2428                    "traits": {
2429                        "smithy.api#documentation": "<p>The AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using AWS Resource Access Manager (RAM). </p>"
2430                    }
2431                }
2432            }
2433        },
2434        "com.amazonaws.route53resolver#GetFirewallRuleGroupRequest": {
2435            "type": "structure",
2436            "members": {
2437                "FirewallRuleGroupId": {
2438                    "target": "com.amazonaws.route53resolver#ResourceId",
2439                    "traits": {
2440                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group. </p>",
2441                        "smithy.api#required": {}
2442                    }
2443                }
2444            }
2445        },
2446        "com.amazonaws.route53resolver#GetFirewallRuleGroupResponse": {
2447            "type": "structure",
2448            "members": {
2449                "FirewallRuleGroup": {
2450                    "target": "com.amazonaws.route53resolver#FirewallRuleGroup",
2451                    "traits": {
2452                        "smithy.api#documentation": "<p>A collection of rules used to filter DNS network traffic. </p>"
2453                    }
2454                }
2455            }
2456        },
2457        "com.amazonaws.route53resolver#GetResolverDnssecConfig": {
2458            "type": "operation",
2459            "input": {
2460                "target": "com.amazonaws.route53resolver#GetResolverDnssecConfigRequest"
2461            },
2462            "output": {
2463                "target": "com.amazonaws.route53resolver#GetResolverDnssecConfigResponse"
2464            },
2465            "errors": [
2466                {
2467                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2468                },
2469                {
2470                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2471                },
2472                {
2473                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
2474                },
2475                {
2476                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
2477                },
2478                {
2479                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2480                },
2481                {
2482                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2483                }
2484            ],
2485            "traits": {
2486                "smithy.api#documentation": "<p>Gets DNSSEC validation information for a specified resource.</p>"
2487            }
2488        },
2489        "com.amazonaws.route53resolver#GetResolverDnssecConfigRequest": {
2490            "type": "structure",
2491            "members": {
2492                "ResourceId": {
2493                    "target": "com.amazonaws.route53resolver#ResourceId",
2494                    "traits": {
2495                        "smithy.api#documentation": "<p>The ID of the virtual private cloud (VPC) for the DNSSEC validation status.</p>",
2496                        "smithy.api#required": {}
2497                    }
2498                }
2499            }
2500        },
2501        "com.amazonaws.route53resolver#GetResolverDnssecConfigResponse": {
2502            "type": "structure",
2503            "members": {
2504                "ResolverDNSSECConfig": {
2505                    "target": "com.amazonaws.route53resolver#ResolverDnssecConfig",
2506                    "traits": {
2507                        "smithy.api#documentation": "<p>The information about a configuration for DNSSEC validation.</p>"
2508                    }
2509                }
2510            }
2511        },
2512        "com.amazonaws.route53resolver#GetResolverEndpoint": {
2513            "type": "operation",
2514            "input": {
2515                "target": "com.amazonaws.route53resolver#GetResolverEndpointRequest"
2516            },
2517            "output": {
2518                "target": "com.amazonaws.route53resolver#GetResolverEndpointResponse"
2519            },
2520            "errors": [
2521                {
2522                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2523                },
2524                {
2525                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
2526                },
2527                {
2528                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2529                },
2530                {
2531                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2532                }
2533            ],
2534            "traits": {
2535                "smithy.api#documentation": "<p>Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the \n\t\t\tcurrent status of the endpoint.</p>"
2536            }
2537        },
2538        "com.amazonaws.route53resolver#GetResolverEndpointRequest": {
2539            "type": "structure",
2540            "members": {
2541                "ResolverEndpointId": {
2542                    "target": "com.amazonaws.route53resolver#ResourceId",
2543                    "traits": {
2544                        "smithy.api#documentation": "<p>The ID of the Resolver endpoint that you want to get information about.</p>",
2545                        "smithy.api#required": {}
2546                    }
2547                }
2548            }
2549        },
2550        "com.amazonaws.route53resolver#GetResolverEndpointResponse": {
2551            "type": "structure",
2552            "members": {
2553                "ResolverEndpoint": {
2554                    "target": "com.amazonaws.route53resolver#ResolverEndpoint",
2555                    "traits": {
2556                        "smithy.api#documentation": "<p>Information about the Resolver endpoint that you specified in a <code>GetResolverEndpoint</code> request.</p>"
2557                    }
2558                }
2559            }
2560        },
2561        "com.amazonaws.route53resolver#GetResolverQueryLogConfig": {
2562            "type": "operation",
2563            "input": {
2564                "target": "com.amazonaws.route53resolver#GetResolverQueryLogConfigRequest"
2565            },
2566            "output": {
2567                "target": "com.amazonaws.route53resolver#GetResolverQueryLogConfigResponse"
2568            },
2569            "errors": [
2570                {
2571                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2572                },
2573                {
2574                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2575                },
2576                {
2577                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
2578                },
2579                {
2580                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
2581                },
2582                {
2583                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2584                },
2585                {
2586                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2587                }
2588            ],
2589            "traits": {
2590                "smithy.api#documentation": "<p>Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration \n\t\t\tis logging queries for and the location that logs are sent to. </p>"
2591            }
2592        },
2593        "com.amazonaws.route53resolver#GetResolverQueryLogConfigAssociation": {
2594            "type": "operation",
2595            "input": {
2596                "target": "com.amazonaws.route53resolver#GetResolverQueryLogConfigAssociationRequest"
2597            },
2598            "output": {
2599                "target": "com.amazonaws.route53resolver#GetResolverQueryLogConfigAssociationResponse"
2600            },
2601            "errors": [
2602                {
2603                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2604                },
2605                {
2606                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2607                },
2608                {
2609                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
2610                },
2611                {
2612                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
2613                },
2614                {
2615                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2616                },
2617                {
2618                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2619                }
2620            ],
2621            "traits": {
2622                "smithy.api#documentation": "<p>Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC \n\t\t\twith a query logging configuration, Resolver logs DNS queries that originate in that VPC.</p>"
2623            }
2624        },
2625        "com.amazonaws.route53resolver#GetResolverQueryLogConfigAssociationRequest": {
2626            "type": "structure",
2627            "members": {
2628                "ResolverQueryLogConfigAssociationId": {
2629                    "target": "com.amazonaws.route53resolver#ResourceId",
2630                    "traits": {
2631                        "smithy.api#documentation": "<p>The ID of the Resolver query logging configuration association that you want to get information about.</p>",
2632                        "smithy.api#required": {}
2633                    }
2634                }
2635            }
2636        },
2637        "com.amazonaws.route53resolver#GetResolverQueryLogConfigAssociationResponse": {
2638            "type": "structure",
2639            "members": {
2640                "ResolverQueryLogConfigAssociation": {
2641                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociation",
2642                    "traits": {
2643                        "smithy.api#documentation": "<p>Information about the Resolver query logging configuration association that you specified in a <code>GetQueryLogConfigAssociation</code> request.</p>"
2644                    }
2645                }
2646            }
2647        },
2648        "com.amazonaws.route53resolver#GetResolverQueryLogConfigPolicy": {
2649            "type": "operation",
2650            "input": {
2651                "target": "com.amazonaws.route53resolver#GetResolverQueryLogConfigPolicyRequest"
2652            },
2653            "output": {
2654                "target": "com.amazonaws.route53resolver#GetResolverQueryLogConfigPolicyResponse"
2655            },
2656            "errors": [
2657                {
2658                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2659                },
2660                {
2661                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2662                },
2663                {
2664                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
2665                },
2666                {
2667                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
2668                },
2669                {
2670                    "target": "com.amazonaws.route53resolver#UnknownResourceException"
2671                }
2672            ],
2673            "traits": {
2674                "smithy.api#documentation": "<p>Gets information about a query logging policy. A query logging policy specifies the Resolver query logging \n\t\t\toperations and resources that you want to allow another AWS account to be able to use.</p>"
2675            }
2676        },
2677        "com.amazonaws.route53resolver#GetResolverQueryLogConfigPolicyRequest": {
2678            "type": "structure",
2679            "members": {
2680                "Arn": {
2681                    "target": "com.amazonaws.route53resolver#Arn",
2682                    "traits": {
2683                        "smithy.api#documentation": "<p>The ARN of the query logging configuration that you want to get the query logging policy for.</p>",
2684                        "smithy.api#required": {}
2685                    }
2686                }
2687            }
2688        },
2689        "com.amazonaws.route53resolver#GetResolverQueryLogConfigPolicyResponse": {
2690            "type": "structure",
2691            "members": {
2692                "ResolverQueryLogConfigPolicy": {
2693                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigPolicy",
2694                    "traits": {
2695                        "smithy.api#documentation": "<p>Information about the query logging policy for the query logging configuration that you specified in a \n\t\t\t<code>GetResolverQueryLogConfigPolicy</code> request.</p>"
2696                    }
2697                }
2698            }
2699        },
2700        "com.amazonaws.route53resolver#GetResolverQueryLogConfigRequest": {
2701            "type": "structure",
2702            "members": {
2703                "ResolverQueryLogConfigId": {
2704                    "target": "com.amazonaws.route53resolver#ResourceId",
2705                    "traits": {
2706                        "smithy.api#documentation": "<p>The ID of the Resolver query logging configuration that you want to get information about.</p>",
2707                        "smithy.api#required": {}
2708                    }
2709                }
2710            }
2711        },
2712        "com.amazonaws.route53resolver#GetResolverQueryLogConfigResponse": {
2713            "type": "structure",
2714            "members": {
2715                "ResolverQueryLogConfig": {
2716                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfig",
2717                    "traits": {
2718                        "smithy.api#documentation": "<p>Information about the Resolver query logging configuration that you specified in a <code>GetQueryLogConfig</code> request.</p>"
2719                    }
2720                }
2721            }
2722        },
2723        "com.amazonaws.route53resolver#GetResolverRule": {
2724            "type": "operation",
2725            "input": {
2726                "target": "com.amazonaws.route53resolver#GetResolverRuleRequest"
2727            },
2728            "output": {
2729                "target": "com.amazonaws.route53resolver#GetResolverRuleResponse"
2730            },
2731            "errors": [
2732                {
2733                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2734                },
2735                {
2736                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
2737                },
2738                {
2739                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2740                },
2741                {
2742                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2743                }
2744            ],
2745            "traits": {
2746                "smithy.api#documentation": "<p>Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the \n\t\t\toutbound Resolver endpoint that the rule is associated with.</p>"
2747            }
2748        },
2749        "com.amazonaws.route53resolver#GetResolverRuleAssociation": {
2750            "type": "operation",
2751            "input": {
2752                "target": "com.amazonaws.route53resolver#GetResolverRuleAssociationRequest"
2753            },
2754            "output": {
2755                "target": "com.amazonaws.route53resolver#GetResolverRuleAssociationResponse"
2756            },
2757            "errors": [
2758                {
2759                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2760                },
2761                {
2762                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
2763                },
2764                {
2765                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2766                },
2767                {
2768                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2769                }
2770            ],
2771            "traits": {
2772                "smithy.api#documentation": "<p>Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html\">AssociateResolverRule</a>. </p>"
2773            }
2774        },
2775        "com.amazonaws.route53resolver#GetResolverRuleAssociationRequest": {
2776            "type": "structure",
2777            "members": {
2778                "ResolverRuleAssociationId": {
2779                    "target": "com.amazonaws.route53resolver#ResourceId",
2780                    "traits": {
2781                        "smithy.api#documentation": "<p>The ID of the Resolver rule association that you want to get information about.</p>",
2782                        "smithy.api#required": {}
2783                    }
2784                }
2785            }
2786        },
2787        "com.amazonaws.route53resolver#GetResolverRuleAssociationResponse": {
2788            "type": "structure",
2789            "members": {
2790                "ResolverRuleAssociation": {
2791                    "target": "com.amazonaws.route53resolver#ResolverRuleAssociation",
2792                    "traits": {
2793                        "smithy.api#documentation": "<p>Information about the Resolver rule association that you specified in a <code>GetResolverRuleAssociation</code> request.</p>"
2794                    }
2795                }
2796            }
2797        },
2798        "com.amazonaws.route53resolver#GetResolverRulePolicy": {
2799            "type": "operation",
2800            "input": {
2801                "target": "com.amazonaws.route53resolver#GetResolverRulePolicyRequest"
2802            },
2803            "output": {
2804                "target": "com.amazonaws.route53resolver#GetResolverRulePolicyResponse"
2805            },
2806            "errors": [
2807                {
2808                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2809                },
2810                {
2811                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
2812                },
2813                {
2814                    "target": "com.amazonaws.route53resolver#UnknownResourceException"
2815                }
2816            ],
2817            "traits": {
2818                "smithy.api#documentation": "<p>Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share \n\t\t\twith another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use. </p>"
2819            }
2820        },
2821        "com.amazonaws.route53resolver#GetResolverRulePolicyRequest": {
2822            "type": "structure",
2823            "members": {
2824                "Arn": {
2825                    "target": "com.amazonaws.route53resolver#Arn",
2826                    "traits": {
2827                        "smithy.api#documentation": "<p>The ID of the Resolver rule that you want to get the Resolver rule policy for.</p>",
2828                        "smithy.api#required": {}
2829                    }
2830                }
2831            }
2832        },
2833        "com.amazonaws.route53resolver#GetResolverRulePolicyResponse": {
2834            "type": "structure",
2835            "members": {
2836                "ResolverRulePolicy": {
2837                    "target": "com.amazonaws.route53resolver#ResolverRulePolicy",
2838                    "traits": {
2839                        "smithy.api#documentation": "<p>The Resolver rule policy for the rule that you specified in a <code>GetResolverRulePolicy</code> request.</p>"
2840                    }
2841                }
2842            }
2843        },
2844        "com.amazonaws.route53resolver#GetResolverRuleRequest": {
2845            "type": "structure",
2846            "members": {
2847                "ResolverRuleId": {
2848                    "target": "com.amazonaws.route53resolver#ResourceId",
2849                    "traits": {
2850                        "smithy.api#documentation": "<p>The ID of the Resolver rule that you want to get information about.</p>",
2851                        "smithy.api#required": {}
2852                    }
2853                }
2854            }
2855        },
2856        "com.amazonaws.route53resolver#GetResolverRuleResponse": {
2857            "type": "structure",
2858            "members": {
2859                "ResolverRule": {
2860                    "target": "com.amazonaws.route53resolver#ResolverRule",
2861                    "traits": {
2862                        "smithy.api#documentation": "<p>Information about the Resolver rule that you specified in a <code>GetResolverRule</code> request.</p>"
2863                    }
2864                }
2865            }
2866        },
2867        "com.amazonaws.route53resolver#ImportFirewallDomains": {
2868            "type": "operation",
2869            "input": {
2870                "target": "com.amazonaws.route53resolver#ImportFirewallDomainsRequest"
2871            },
2872            "output": {
2873                "target": "com.amazonaws.route53resolver#ImportFirewallDomainsResponse"
2874            },
2875            "errors": [
2876                {
2877                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
2878                },
2879                {
2880                    "target": "com.amazonaws.route53resolver#ConflictException"
2881                },
2882                {
2883                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
2884                },
2885                {
2886                    "target": "com.amazonaws.route53resolver#LimitExceededException"
2887                },
2888                {
2889                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
2890                },
2891                {
2892                    "target": "com.amazonaws.route53resolver#ThrottlingException"
2893                },
2894                {
2895                    "target": "com.amazonaws.route53resolver#ValidationException"
2896                }
2897            ],
2898            "traits": {
2899                "smithy.api#documentation": "<p>Imports domain names from a file into a domain list, for use in a DNS firewall rule group. </p>\n         <p>Each domain specification in your domain list must satisfy the following\n\trequirements: </p>\n         <ul>\n            <li>\n      \t        <p>It can optionally start with <code>*</code> (asterisk).</p>\n      \t     </li>\n            <li>\n      \t        <p>With the exception of the optional starting asterisk, it must only contain\n      \t   the following characters: <code>A-Z</code>, <code>a-z</code>,\n      \t   <code>0-9</code>, <code>-</code> (hyphen).</p>\n      \t     </li>\n            <li>\n      \t        <p>It must be from 1-255 characters in length. </p>\n      \t     </li>\n         </ul>"
2900            }
2901        },
2902        "com.amazonaws.route53resolver#ImportFirewallDomainsRequest": {
2903            "type": "structure",
2904            "members": {
2905                "FirewallDomainListId": {
2906                    "target": "com.amazonaws.route53resolver#ResourceId",
2907                    "traits": {
2908                        "smithy.api#documentation": "<p>The ID of the domain list that you want to modify with the import operation.</p>",
2909                        "smithy.api#required": {}
2910                    }
2911                },
2912                "Operation": {
2913                    "target": "com.amazonaws.route53resolver#FirewallDomainImportOperation",
2914                    "traits": {
2915                        "smithy.api#documentation": "<p>What you want DNS Firewall to do with the domains that are listed in the file. This must be set to <code>REPLACE</code>, which updates the domain list to exactly match the list in the file. </p>",
2916                        "smithy.api#required": {}
2917                    }
2918                },
2919                "DomainFileUrl": {
2920                    "target": "com.amazonaws.route53resolver#DomainListFileUrl",
2921                    "traits": {
2922                        "smithy.api#documentation": "<p>The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (S3) that contains the list of domains to import.</p>\n         <p>The file must be in an S3 bucket that's in the same Region\n       as your DNS Firewall. The file must be a text file and must contain a single domain per line.</p>",
2923                        "smithy.api#required": {}
2924                    }
2925                }
2926            }
2927        },
2928        "com.amazonaws.route53resolver#ImportFirewallDomainsResponse": {
2929            "type": "structure",
2930            "members": {
2931                "Id": {
2932                    "target": "com.amazonaws.route53resolver#ResourceId",
2933                    "traits": {
2934                        "smithy.api#documentation": "<p>The Id of the firewall domain list that DNS Firewall just updated.</p>"
2935                    }
2936                },
2937                "Name": {
2938                    "target": "com.amazonaws.route53resolver#Name",
2939                    "traits": {
2940                        "smithy.api#documentation": "<p>The name of the domain list. </p>"
2941                    }
2942                },
2943                "Status": {
2944                    "target": "com.amazonaws.route53resolver#FirewallDomainListStatus",
2945                    "traits": {
2946                        "smithy.api#documentation": "<p> </p>"
2947                    }
2948                },
2949                "StatusMessage": {
2950                    "target": "com.amazonaws.route53resolver#StatusMessage",
2951                    "traits": {
2952                        "smithy.api#documentation": "<p>Additional information about the status of the list, if available.</p>"
2953                    }
2954                }
2955            }
2956        },
2957        "com.amazonaws.route53resolver#InternalServiceErrorException": {
2958            "type": "structure",
2959            "members": {
2960                "Message": {
2961                    "target": "com.amazonaws.route53resolver#ExceptionMessage"
2962                }
2963            },
2964            "traits": {
2965                "smithy.api#documentation": "<p>We encountered an unknown error. Try again in a few minutes.</p>",
2966                "smithy.api#error": "client"
2967            }
2968        },
2969        "com.amazonaws.route53resolver#InvalidNextTokenException": {
2970            "type": "structure",
2971            "members": {
2972                "Message": {
2973                    "target": "com.amazonaws.route53resolver#String"
2974                }
2975            },
2976            "traits": {
2977                "smithy.api#documentation": "<p>The value that you specified for <code>NextToken</code> in a <code>List</code> request isn't valid.</p>",
2978                "smithy.api#error": "client"
2979            }
2980        },
2981        "com.amazonaws.route53resolver#InvalidParameterException": {
2982            "type": "structure",
2983            "members": {
2984                "Message": {
2985                    "target": "com.amazonaws.route53resolver#ExceptionMessage",
2986                    "traits": {
2987                        "smithy.api#required": {}
2988                    }
2989                },
2990                "FieldName": {
2991                    "target": "com.amazonaws.route53resolver#String",
2992                    "traits": {
2993                        "smithy.api#documentation": "<p>For an <code>InvalidParameterException</code> error, the name of the parameter that's invalid.</p>"
2994                    }
2995                }
2996            },
2997            "traits": {
2998                "smithy.api#documentation": "<p>One or more parameters in this request are not valid.</p>",
2999                "smithy.api#error": "client"
3000            }
3001        },
3002        "com.amazonaws.route53resolver#InvalidPolicyDocument": {
3003            "type": "structure",
3004            "members": {
3005                "Message": {
3006                    "target": "com.amazonaws.route53resolver#ExceptionMessage"
3007                }
3008            },
3009            "traits": {
3010                "smithy.api#documentation": "<p>The specified Resolver rule policy is invalid.</p>",
3011                "smithy.api#error": "client"
3012            }
3013        },
3014        "com.amazonaws.route53resolver#InvalidRequestException": {
3015            "type": "structure",
3016            "members": {
3017                "Message": {
3018                    "target": "com.amazonaws.route53resolver#ExceptionMessage"
3019                }
3020            },
3021            "traits": {
3022                "smithy.api#documentation": "<p>The request is invalid.</p>",
3023                "smithy.api#error": "client"
3024            }
3025        },
3026        "com.amazonaws.route53resolver#InvalidTagException": {
3027            "type": "structure",
3028            "members": {
3029                "Message": {
3030                    "target": "com.amazonaws.route53resolver#ExceptionMessage"
3031                }
3032            },
3033            "traits": {
3034                "smithy.api#documentation": "<p>The specified tag is invalid.</p>",
3035                "smithy.api#error": "client"
3036            }
3037        },
3038        "com.amazonaws.route53resolver#Ip": {
3039            "type": "string",
3040            "traits": {
3041                "smithy.api#length": {
3042                    "min": 7,
3043                    "max": 36
3044                }
3045            }
3046        },
3047        "com.amazonaws.route53resolver#IpAddressCount": {
3048            "type": "integer",
3049            "traits": {
3050                "smithy.api#box": {}
3051            }
3052        },
3053        "com.amazonaws.route53resolver#IpAddressRequest": {
3054            "type": "structure",
3055            "members": {
3056                "SubnetId": {
3057                    "target": "com.amazonaws.route53resolver#SubnetId",
3058                    "traits": {
3059                        "smithy.api#documentation": "<p>The ID of the subnet that contains the IP address. </p>",
3060                        "smithy.api#required": {}
3061                    }
3062                },
3063                "Ip": {
3064                    "target": "com.amazonaws.route53resolver#Ip",
3065                    "traits": {
3066                        "smithy.api#documentation": "<p>The IP address that you want to use for DNS queries.</p>"
3067                    }
3068                }
3069            },
3070            "traits": {
3071                "smithy.api#documentation": "<p>In a \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html\">CreateResolverEndpoint</a> \n\t\t\trequest, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). \n\t\t\t<code>IpAddressRequest</code> also includes the ID of the subnet that contains the IP address.</p>"
3072            }
3073        },
3074        "com.amazonaws.route53resolver#IpAddressResponse": {
3075            "type": "structure",
3076            "members": {
3077                "IpId": {
3078                    "target": "com.amazonaws.route53resolver#ResourceId",
3079                    "traits": {
3080                        "smithy.api#documentation": "<p>The ID of one IP address.</p>"
3081                    }
3082                },
3083                "SubnetId": {
3084                    "target": "com.amazonaws.route53resolver#SubnetId",
3085                    "traits": {
3086                        "smithy.api#documentation": "<p>The ID of one subnet.</p>"
3087                    }
3088                },
3089                "Ip": {
3090                    "target": "com.amazonaws.route53resolver#Ip",
3091                    "traits": {
3092                        "smithy.api#documentation": "<p>One IP address that the Resolver endpoint uses for DNS queries.</p>"
3093                    }
3094                },
3095                "Status": {
3096                    "target": "com.amazonaws.route53resolver#IpAddressStatus",
3097                    "traits": {
3098                        "smithy.api#documentation": "<p>A status code that gives the current status of the request.</p>"
3099                    }
3100                },
3101                "StatusMessage": {
3102                    "target": "com.amazonaws.route53resolver#StatusMessage",
3103                    "traits": {
3104                        "smithy.api#documentation": "<p>A message that provides additional information about the status of the request.</p>"
3105                    }
3106                },
3107                "CreationTime": {
3108                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
3109                    "traits": {
3110                        "smithy.api#documentation": "<p>The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).</p>"
3111                    }
3112                },
3113                "ModificationTime": {
3114                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
3115                    "traits": {
3116                        "smithy.api#documentation": "<p>The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>"
3117                    }
3118                }
3119            },
3120            "traits": {
3121                "smithy.api#documentation": "<p>In the response to a \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a>\n\t\t\trequest, information about the IP addresses that the Resolver endpoint uses for DNS queries.</p>"
3122            }
3123        },
3124        "com.amazonaws.route53resolver#IpAddressStatus": {
3125            "type": "string",
3126            "traits": {
3127                "smithy.api#enum": [
3128                    {
3129                        "value": "CREATING",
3130                        "name": "Creating"
3131                    },
3132                    {
3133                        "value": "FAILED_CREATION",
3134                        "name": "FailedCreation"
3135                    },
3136                    {
3137                        "value": "ATTACHING",
3138                        "name": "Attaching"
3139                    },
3140                    {
3141                        "value": "ATTACHED",
3142                        "name": "Attached"
3143                    },
3144                    {
3145                        "value": "REMAP_DETACHING",
3146                        "name": "RemapDetaching"
3147                    },
3148                    {
3149                        "value": "REMAP_ATTACHING",
3150                        "name": "RemapAttaching"
3151                    },
3152                    {
3153                        "value": "DETACHING",
3154                        "name": "Detaching"
3155                    },
3156                    {
3157                        "value": "FAILED_RESOURCE_GONE",
3158                        "name": "FailedResourceGone"
3159                    },
3160                    {
3161                        "value": "DELETING",
3162                        "name": "Deleting"
3163                    },
3164                    {
3165                        "value": "DELETE_FAILED_FAS_EXPIRED",
3166                        "name": "DeleteFailedFasExpired"
3167                    }
3168                ]
3169            }
3170        },
3171        "com.amazonaws.route53resolver#IpAddressUpdate": {
3172            "type": "structure",
3173            "members": {
3174                "IpId": {
3175                    "target": "com.amazonaws.route53resolver#ResourceId",
3176                    "traits": {
3177                        "smithy.api#documentation": "<p>\n            <i>Only when removing an IP address from a Resolver endpoint</i>: The ID of the IP address that you want to remove. \n\t\t\tTo get this ID, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a>.</p>"
3178                    }
3179                },
3180                "SubnetId": {
3181                    "target": "com.amazonaws.route53resolver#SubnetId",
3182                    "traits": {
3183                        "smithy.api#documentation": "<p>The ID of the subnet that includes the IP address that you want to update. To get this ID, use \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a>.</p>"
3184                    }
3185                },
3186                "Ip": {
3187                    "target": "com.amazonaws.route53resolver#Ip",
3188                    "traits": {
3189                        "smithy.api#documentation": "<p>The new IP address.</p>"
3190                    }
3191                }
3192            },
3193            "traits": {
3194                "smithy.api#documentation": "<p>In an \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html\">UpdateResolverEndpoint</a> \n\t\t\trequest, information about an IP address to update.</p>"
3195            }
3196        },
3197        "com.amazonaws.route53resolver#IpAddressesRequest": {
3198            "type": "list",
3199            "member": {
3200                "target": "com.amazonaws.route53resolver#IpAddressRequest"
3201            },
3202            "traits": {
3203                "smithy.api#length": {
3204                    "min": 1,
3205                    "max": 10
3206                }
3207            }
3208        },
3209        "com.amazonaws.route53resolver#IpAddressesResponse": {
3210            "type": "list",
3211            "member": {
3212                "target": "com.amazonaws.route53resolver#IpAddressResponse"
3213            }
3214        },
3215        "com.amazonaws.route53resolver#LimitExceededException": {
3216            "type": "structure",
3217            "members": {
3218                "Message": {
3219                    "target": "com.amazonaws.route53resolver#String"
3220                },
3221                "ResourceType": {
3222                    "target": "com.amazonaws.route53resolver#String",
3223                    "traits": {
3224                        "smithy.api#documentation": "<p>For a <code>LimitExceededException</code> error, the type of resource that exceeded the current limit.</p>"
3225                    }
3226                }
3227            },
3228            "traits": {
3229                "smithy.api#documentation": "<p>The request caused one or more limits to be exceeded.</p>",
3230                "smithy.api#error": "client"
3231            }
3232        },
3233        "com.amazonaws.route53resolver#ListDomainMaxResults": {
3234            "type": "integer",
3235            "traits": {
3236                "smithy.api#box": {},
3237                "smithy.api#range": {
3238                    "min": 1,
3239                    "max": 5000
3240                }
3241            }
3242        },
3243        "com.amazonaws.route53resolver#ListFirewallConfigs": {
3244            "type": "operation",
3245            "input": {
3246                "target": "com.amazonaws.route53resolver#ListFirewallConfigsRequest"
3247            },
3248            "output": {
3249                "target": "com.amazonaws.route53resolver#ListFirewallConfigsResponse"
3250            },
3251            "errors": [
3252                {
3253                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
3254                },
3255                {
3256                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3257                },
3258                {
3259                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3260                },
3261                {
3262                    "target": "com.amazonaws.route53resolver#ValidationException"
3263                }
3264            ],
3265            "traits": {
3266                "smithy.api#documentation": "<p>Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs. </p>\n         <p>A single call might return only a partial list of the configurations. For information, see <code>MaxResults</code>. </p>",
3267                "smithy.api#paginated": {
3268                    "inputToken": "NextToken",
3269                    "outputToken": "NextToken",
3270                    "pageSize": "MaxResults"
3271                }
3272            }
3273        },
3274        "com.amazonaws.route53resolver#ListFirewallConfigsMaxResult": {
3275            "type": "integer",
3276            "traits": {
3277                "smithy.api#box": {},
3278                "smithy.api#range": {
3279                    "min": 5,
3280                    "max": 10
3281                }
3282            }
3283        },
3284        "com.amazonaws.route53resolver#ListFirewallConfigsRequest": {
3285            "type": "structure",
3286            "members": {
3287                "MaxResults": {
3288                    "target": "com.amazonaws.route53resolver#ListFirewallConfigsMaxResult",
3289                    "traits": {
3290                        "smithy.api#box": {},
3291                        "smithy.api#documentation": "<p>The maximum number of objects that you want Resolver to return for this request. If more\n            objects are available, in the response, Resolver provides a\n           <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p> \n         <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>"
3292                    }
3293                },
3294                "NextToken": {
3295                    "target": "com.amazonaws.route53resolver#NextToken",
3296                    "traits": {
3297                        "smithy.api#documentation": "<p>For the first call to this list request, omit this value.</p>\n         <p>When you request a list of objects, Resolver returns at most the number of objects \n       specified in <code>MaxResults</code>. If more objects are available for retrieval,\n           Resolver returns a <code>NextToken</code> value in the response. To retrieve the next \n               batch of objects, use the token that was returned for the prior request in your next request.</p>"
3298                    }
3299                }
3300            }
3301        },
3302        "com.amazonaws.route53resolver#ListFirewallConfigsResponse": {
3303            "type": "structure",
3304            "members": {
3305                "NextToken": {
3306                    "target": "com.amazonaws.route53resolver#NextToken",
3307                    "traits": {
3308                        "smithy.api#documentation": "<p>If objects are still available for retrieval, Resolver returns this token in the response. \n           To retrieve the next batch of objects, provide this token in your next request.</p>"
3309                    }
3310                },
3311                "FirewallConfigs": {
3312                    "target": "com.amazonaws.route53resolver#FirewallConfigList",
3313                    "traits": {
3314                        "smithy.api#documentation": "<p>The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC). </p>"
3315                    }
3316                }
3317            }
3318        },
3319        "com.amazonaws.route53resolver#ListFirewallDomainLists": {
3320            "type": "operation",
3321            "input": {
3322                "target": "com.amazonaws.route53resolver#ListFirewallDomainListsRequest"
3323            },
3324            "output": {
3325                "target": "com.amazonaws.route53resolver#ListFirewallDomainListsResponse"
3326            },
3327            "errors": [
3328                {
3329                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
3330                },
3331                {
3332                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3333                },
3334                {
3335                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3336                },
3337                {
3338                    "target": "com.amazonaws.route53resolver#ValidationException"
3339                }
3340            ],
3341            "traits": {
3342                "smithy.api#documentation": "<p>Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling <a>ListFirewallDomains</a>. </p>\n         <p>A single call to this list operation might return only a partial list of the domain lists. For information, see <code>MaxResults</code>. </p>",
3343                "smithy.api#paginated": {
3344                    "inputToken": "NextToken",
3345                    "outputToken": "NextToken",
3346                    "pageSize": "MaxResults"
3347                }
3348            }
3349        },
3350        "com.amazonaws.route53resolver#ListFirewallDomainListsRequest": {
3351            "type": "structure",
3352            "members": {
3353                "MaxResults": {
3354                    "target": "com.amazonaws.route53resolver#MaxResults",
3355                    "traits": {
3356                        "smithy.api#box": {},
3357                        "smithy.api#documentation": "<p>The maximum number of objects that you want Resolver to return for this request. If more\n            objects are available, in the response, Resolver provides a\n           <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p> \n         <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>"
3358                    }
3359                },
3360                "NextToken": {
3361                    "target": "com.amazonaws.route53resolver#NextToken",
3362                    "traits": {
3363                        "smithy.api#documentation": "<p>For the first call to this list request, omit this value.</p>\n         <p>When you request a list of objects, Resolver returns at most the number of objects \n       specified in <code>MaxResults</code>. If more objects are available for retrieval,\n           Resolver returns a <code>NextToken</code> value in the response. To retrieve the next \n               batch of objects, use the token that was returned for the prior request in your next request.</p>"
3364                    }
3365                }
3366            }
3367        },
3368        "com.amazonaws.route53resolver#ListFirewallDomainListsResponse": {
3369            "type": "structure",
3370            "members": {
3371                "NextToken": {
3372                    "target": "com.amazonaws.route53resolver#NextToken",
3373                    "traits": {
3374                        "smithy.api#documentation": "<p>If objects are still available for retrieval, Resolver returns this token in the response. \n           To retrieve the next batch of objects, provide this token in your next request.</p>"
3375                    }
3376                },
3377                "FirewallDomainLists": {
3378                    "target": "com.amazonaws.route53resolver#FirewallDomainListMetadataList",
3379                    "traits": {
3380                        "smithy.api#documentation": "<p>A list of the domain lists that you have defined.   </p>\n         <p>This might be a parital list of the domain lists that you've defined. For information, see <code>MaxResults</code>. </p>"
3381                    }
3382                }
3383            }
3384        },
3385        "com.amazonaws.route53resolver#ListFirewallDomains": {
3386            "type": "operation",
3387            "input": {
3388                "target": "com.amazonaws.route53resolver#ListFirewallDomainsRequest"
3389            },
3390            "output": {
3391                "target": "com.amazonaws.route53resolver#ListFirewallDomainsResponse"
3392            },
3393            "errors": [
3394                {
3395                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
3396                },
3397                {
3398                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3399                },
3400                {
3401                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
3402                },
3403                {
3404                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3405                },
3406                {
3407                    "target": "com.amazonaws.route53resolver#ValidationException"
3408                }
3409            ],
3410            "traits": {
3411                "smithy.api#documentation": "<p>Retrieves the domains that you have defined for the specified firewall domain list.  </p>\n         <p>A single call might return only a partial list of the domains. For information, see <code>MaxResults</code>. </p>",
3412                "smithy.api#paginated": {
3413                    "inputToken": "NextToken",
3414                    "outputToken": "NextToken",
3415                    "pageSize": "MaxResults"
3416                }
3417            }
3418        },
3419        "com.amazonaws.route53resolver#ListFirewallDomainsRequest": {
3420            "type": "structure",
3421            "members": {
3422                "FirewallDomainListId": {
3423                    "target": "com.amazonaws.route53resolver#ResourceId",
3424                    "traits": {
3425                        "smithy.api#documentation": "<p>The ID of the domain list whose domains you want to retrieve. </p>",
3426                        "smithy.api#required": {}
3427                    }
3428                },
3429                "MaxResults": {
3430                    "target": "com.amazonaws.route53resolver#ListDomainMaxResults",
3431                    "traits": {
3432                        "smithy.api#box": {},
3433                        "smithy.api#documentation": "<p>The maximum number of objects that you want Resolver to return for this request. If more\n            objects are available, in the response, Resolver provides a\n           <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p> \n         <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>"
3434                    }
3435                },
3436                "NextToken": {
3437                    "target": "com.amazonaws.route53resolver#NextToken",
3438                    "traits": {
3439                        "smithy.api#documentation": "<p>For the first call to this list request, omit this value.</p>\n         <p>When you request a list of objects, Resolver returns at most the number of objects \n       specified in <code>MaxResults</code>. If more objects are available for retrieval,\n           Resolver returns a <code>NextToken</code> value in the response. To retrieve the next \n               batch of objects, use the token that was returned for the prior request in your next request.</p>"
3440                    }
3441                }
3442            }
3443        },
3444        "com.amazonaws.route53resolver#ListFirewallDomainsResponse": {
3445            "type": "structure",
3446            "members": {
3447                "NextToken": {
3448                    "target": "com.amazonaws.route53resolver#NextToken",
3449                    "traits": {
3450                        "smithy.api#documentation": "<p>If objects are still available for retrieval, Resolver returns this token in the response. \n           To retrieve the next batch of objects, provide this token in your next request.</p>"
3451                    }
3452                },
3453                "Domains": {
3454                    "target": "com.amazonaws.route53resolver#FirewallDomains",
3455                    "traits": {
3456                        "smithy.api#documentation": "<p>A list of the domains in the firewall domain list.  </p>\n         <p>This might be a parital list of the domains that you've defined in the domain list. For information, see <code>MaxResults</code>. </p>"
3457                    }
3458                }
3459            }
3460        },
3461        "com.amazonaws.route53resolver#ListFirewallRuleGroupAssociations": {
3462            "type": "operation",
3463            "input": {
3464                "target": "com.amazonaws.route53resolver#ListFirewallRuleGroupAssociationsRequest"
3465            },
3466            "output": {
3467                "target": "com.amazonaws.route53resolver#ListFirewallRuleGroupAssociationsResponse"
3468            },
3469            "errors": [
3470                {
3471                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
3472                },
3473                {
3474                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3475                },
3476                {
3477                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3478                },
3479                {
3480                    "target": "com.amazonaws.route53resolver#ValidationException"
3481                }
3482            ],
3483            "traits": {
3484                "smithy.api#documentation": "<p>Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group. </p>\n         <p>A single call might return only a partial list of the associations. For information, see <code>MaxResults</code>. </p>",
3485                "smithy.api#paginated": {
3486                    "inputToken": "NextToken",
3487                    "outputToken": "NextToken",
3488                    "pageSize": "MaxResults"
3489                }
3490            }
3491        },
3492        "com.amazonaws.route53resolver#ListFirewallRuleGroupAssociationsRequest": {
3493            "type": "structure",
3494            "members": {
3495                "FirewallRuleGroupId": {
3496                    "target": "com.amazonaws.route53resolver#ResourceId",
3497                    "traits": {
3498                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group that you want to retrieve the associations\n           for. Leave this blank to retrieve associations for any rule group. </p>"
3499                    }
3500                },
3501                "VpcId": {
3502                    "target": "com.amazonaws.route53resolver#ResourceId",
3503                    "traits": {
3504                        "smithy.api#documentation": "<p>The unique identifier of the VPC that you want to retrieve the associations\n           for. Leave this blank to retrieve associations for any VPC. </p>"
3505                    }
3506                },
3507                "Priority": {
3508                    "target": "com.amazonaws.route53resolver#Priority",
3509                    "traits": {
3510                        "smithy.api#box": {},
3511                        "smithy.api#documentation": "<p>The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall \n           filters VPC traffic starting from rule group with the lowest numeric priority setting. </p>"
3512                    }
3513                },
3514                "Status": {
3515                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupAssociationStatus",
3516                    "traits": {
3517                        "smithy.api#documentation": "<p>The association <code>Status</code> setting that you want DNS Firewall to filter on for the list. If you don't specify this, then DNS Firewall returns all associations, regardless of status.</p>"
3518                    }
3519                },
3520                "MaxResults": {
3521                    "target": "com.amazonaws.route53resolver#MaxResults",
3522                    "traits": {
3523                        "smithy.api#box": {},
3524                        "smithy.api#documentation": "<p>The maximum number of objects that you want Resolver to return for this request. If more\n            objects are available, in the response, Resolver provides a\n           <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p> \n         <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>"
3525                    }
3526                },
3527                "NextToken": {
3528                    "target": "com.amazonaws.route53resolver#NextToken",
3529                    "traits": {
3530                        "smithy.api#documentation": "<p>For the first call to this list request, omit this value.</p>\n         <p>When you request a list of objects, Resolver returns at most the number of objects \n       specified in <code>MaxResults</code>. If more objects are available for retrieval,\n           Resolver returns a <code>NextToken</code> value in the response. To retrieve the next \n               batch of objects, use the token that was returned for the prior request in your next request.</p>"
3531                    }
3532                }
3533            }
3534        },
3535        "com.amazonaws.route53resolver#ListFirewallRuleGroupAssociationsResponse": {
3536            "type": "structure",
3537            "members": {
3538                "NextToken": {
3539                    "target": "com.amazonaws.route53resolver#NextToken",
3540                    "traits": {
3541                        "smithy.api#documentation": "<p>If objects are still available for retrieval, Resolver returns this token in the response. \n           To retrieve the next batch of objects, provide this token in your next request.</p>"
3542                    }
3543                },
3544                "FirewallRuleGroupAssociations": {
3545                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupAssociations",
3546                    "traits": {
3547                        "smithy.api#documentation": "<p>A list of your firewall rule group associations.</p>\n         <p>This might be a partial list of the associations that you have defined. For information, see <code>MaxResults</code>. </p>"
3548                    }
3549                }
3550            }
3551        },
3552        "com.amazonaws.route53resolver#ListFirewallRuleGroups": {
3553            "type": "operation",
3554            "input": {
3555                "target": "com.amazonaws.route53resolver#ListFirewallRuleGroupsRequest"
3556            },
3557            "output": {
3558                "target": "com.amazonaws.route53resolver#ListFirewallRuleGroupsResponse"
3559            },
3560            "errors": [
3561                {
3562                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
3563                },
3564                {
3565                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3566                },
3567                {
3568                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3569                },
3570                {
3571                    "target": "com.amazonaws.route53resolver#ValidationException"
3572                }
3573            ],
3574            "traits": {
3575                "smithy.api#documentation": "<p>Retrieves the minimal high-level information for the rule groups that you have defined.  </p>\n         <p>A single call might return only a partial list of the rule groups. For information, see <code>MaxResults</code>. </p>",
3576                "smithy.api#paginated": {
3577                    "inputToken": "NextToken",
3578                    "outputToken": "NextToken",
3579                    "pageSize": "MaxResults"
3580                }
3581            }
3582        },
3583        "com.amazonaws.route53resolver#ListFirewallRuleGroupsRequest": {
3584            "type": "structure",
3585            "members": {
3586                "MaxResults": {
3587                    "target": "com.amazonaws.route53resolver#MaxResults",
3588                    "traits": {
3589                        "smithy.api#box": {},
3590                        "smithy.api#documentation": "<p>The maximum number of objects that you want Resolver to return for this request. If more\n            objects are available, in the response, Resolver provides a\n           <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p> \n         <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>"
3591                    }
3592                },
3593                "NextToken": {
3594                    "target": "com.amazonaws.route53resolver#NextToken",
3595                    "traits": {
3596                        "smithy.api#documentation": "<p>For the first call to this list request, omit this value.</p>\n         <p>When you request a list of objects, Resolver returns at most the number of objects \n       specified in <code>MaxResults</code>. If more objects are available for retrieval,\n           Resolver returns a <code>NextToken</code> value in the response. To retrieve the next \n               batch of objects, use the token that was returned for the prior request in your next request.</p>"
3597                    }
3598                }
3599            }
3600        },
3601        "com.amazonaws.route53resolver#ListFirewallRuleGroupsResponse": {
3602            "type": "structure",
3603            "members": {
3604                "NextToken": {
3605                    "target": "com.amazonaws.route53resolver#NextToken",
3606                    "traits": {
3607                        "smithy.api#documentation": "<p>If objects are still available for retrieval, Resolver returns this token in the response. \n           To retrieve the next batch of objects, provide this token in your next request.</p>"
3608                    }
3609                },
3610                "FirewallRuleGroups": {
3611                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupMetadataList",
3612                    "traits": {
3613                        "smithy.api#documentation": "<p>A list of your firewall rule groups.</p>\n         <p>This might be a partial list of the rule groups that you have defined. For information, see <code>MaxResults</code>. </p>"
3614                    }
3615                }
3616            }
3617        },
3618        "com.amazonaws.route53resolver#ListFirewallRules": {
3619            "type": "operation",
3620            "input": {
3621                "target": "com.amazonaws.route53resolver#ListFirewallRulesRequest"
3622            },
3623            "output": {
3624                "target": "com.amazonaws.route53resolver#ListFirewallRulesResponse"
3625            },
3626            "errors": [
3627                {
3628                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
3629                },
3630                {
3631                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3632                },
3633                {
3634                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
3635                },
3636                {
3637                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3638                },
3639                {
3640                    "target": "com.amazonaws.route53resolver#ValidationException"
3641                }
3642            ],
3643            "traits": {
3644                "smithy.api#documentation": "<p>Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC. </p>\n         <p>A single call might return only a partial list of the rules. For information, see <code>MaxResults</code>. </p>",
3645                "smithy.api#paginated": {
3646                    "inputToken": "NextToken",
3647                    "outputToken": "NextToken",
3648                    "pageSize": "MaxResults"
3649                }
3650            }
3651        },
3652        "com.amazonaws.route53resolver#ListFirewallRulesRequest": {
3653            "type": "structure",
3654            "members": {
3655                "FirewallRuleGroupId": {
3656                    "target": "com.amazonaws.route53resolver#ResourceId",
3657                    "traits": {
3658                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group that you want to retrieve the rules for. </p>",
3659                        "smithy.api#required": {}
3660                    }
3661                },
3662                "Priority": {
3663                    "target": "com.amazonaws.route53resolver#Priority",
3664                    "traits": {
3665                        "smithy.api#box": {},
3666                        "smithy.api#documentation": "<p>Optional additional filter for the rules to retrieve.</p>\n         <p>The setting that determines the processing order of the rules in a rule group. DNS Firewall \n           processes the rules in a rule group by order of priority, starting from the lowest setting.</p>"
3667                    }
3668                },
3669                "Action": {
3670                    "target": "com.amazonaws.route53resolver#Action",
3671                    "traits": {
3672                        "smithy.api#documentation": "<p>Optional additional filter for the rules to retrieve.</p>\n         <p>The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>ALLOW</code> - Permit the request to go through.</p> \n            </li>\n            <li>\n               <p>\n                  <code>ALERT</code> - Permit the request to go through but send an alert to the logs.</p> \n            </li>\n            <li>\n               <p>\n                  <code>BLOCK</code> - Disallow the request. If this is specified, additional handling details are provided in the rule's <code>BlockResponse</code> setting. </p> \n            </li>\n         </ul>"
3673                    }
3674                },
3675                "MaxResults": {
3676                    "target": "com.amazonaws.route53resolver#MaxResults",
3677                    "traits": {
3678                        "smithy.api#box": {},
3679                        "smithy.api#documentation": "<p>The maximum number of objects that you want Resolver to return for this request. If more\n            objects are available, in the response, Resolver provides a\n           <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p> \n         <p>If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 objects. </p>"
3680                    }
3681                },
3682                "NextToken": {
3683                    "target": "com.amazonaws.route53resolver#NextToken",
3684                    "traits": {
3685                        "smithy.api#documentation": "<p>For the first call to this list request, omit this value.</p>\n         <p>When you request a list of objects, Resolver returns at most the number of objects \n       specified in <code>MaxResults</code>. If more objects are available for retrieval,\n           Resolver returns a <code>NextToken</code> value in the response. To retrieve the next \n               batch of objects, use the token that was returned for the prior request in your next request.</p>"
3686                    }
3687                }
3688            }
3689        },
3690        "com.amazonaws.route53resolver#ListFirewallRulesResponse": {
3691            "type": "structure",
3692            "members": {
3693                "NextToken": {
3694                    "target": "com.amazonaws.route53resolver#NextToken",
3695                    "traits": {
3696                        "smithy.api#documentation": "<p>If objects are still available for retrieval, Resolver returns this token in the response. \n           To retrieve the next batch of objects, provide this token in your next request.</p>"
3697                    }
3698                },
3699                "FirewallRules": {
3700                    "target": "com.amazonaws.route53resolver#FirewallRules",
3701                    "traits": {
3702                        "smithy.api#documentation": "<p>A list of the rules that you have defined.  </p>\n         <p>This might be a parital list of the firewall rules that you've defined. For information, see <code>MaxResults</code>. </p>"
3703                    }
3704                }
3705            }
3706        },
3707        "com.amazonaws.route53resolver#ListResolverDnssecConfigs": {
3708            "type": "operation",
3709            "input": {
3710                "target": "com.amazonaws.route53resolver#ListResolverDnssecConfigsRequest"
3711            },
3712            "output": {
3713                "target": "com.amazonaws.route53resolver#ListResolverDnssecConfigsResponse"
3714            },
3715            "errors": [
3716                {
3717                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
3718                },
3719                {
3720                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3721                },
3722                {
3723                    "target": "com.amazonaws.route53resolver#InvalidNextTokenException"
3724                },
3725                {
3726                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
3727                },
3728                {
3729                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
3730                },
3731                {
3732                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3733                }
3734            ],
3735            "traits": {
3736                "smithy.api#documentation": "<p>Lists the configurations for DNSSEC validation that are associated with the current AWS account.</p>",
3737                "smithy.api#paginated": {
3738                    "inputToken": "NextToken",
3739                    "outputToken": "NextToken",
3740                    "pageSize": "MaxResults"
3741                }
3742            }
3743        },
3744        "com.amazonaws.route53resolver#ListResolverDnssecConfigsRequest": {
3745            "type": "structure",
3746            "members": {
3747                "MaxResults": {
3748                    "target": "com.amazonaws.route53resolver#MaxResults",
3749                    "traits": {
3750                        "smithy.api#box": {},
3751                        "smithy.api#documentation": "<p>\n            <i>Optional</i>: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return. \n\t\t\tIf you don't specify a value for <code>MaxResults</code>, Route 53 returns up to 100 configuration per page.</p>"
3752                    }
3753                },
3754                "NextToken": {
3755                    "target": "com.amazonaws.route53resolver#NextToken",
3756                    "traits": {
3757                        "smithy.api#documentation": "<p>(Optional) If the current AWS account has more than <code>MaxResults</code> DNSSEC configurations, use <code>NextToken</code> \n\t\t\tto get the second and subsequent pages of results.</p>\n\t\t       <p>For the first <code>ListResolverDnssecConfigs</code> request, omit this value.</p>\n\t\t       <p>For the second and subsequent requests, get the value of <code>NextToken</code> from the previous response and specify that value \n\t\t\tfor <code>NextToken</code> in the request.</p>"
3758                    }
3759                },
3760                "Filters": {
3761                    "target": "com.amazonaws.route53resolver#Filters",
3762                    "traits": {
3763                        "smithy.api#documentation": "<p>An optional specification to return a subset of objects.</p>"
3764                    }
3765                }
3766            }
3767        },
3768        "com.amazonaws.route53resolver#ListResolverDnssecConfigsResponse": {
3769            "type": "structure",
3770            "members": {
3771                "NextToken": {
3772                    "target": "com.amazonaws.route53resolver#NextToken",
3773                    "traits": {
3774                        "smithy.api#documentation": "<p>If a response includes the last of the DNSSEC configurations that are associated with the current AWS account, \n\t\t\t<code>NextToken</code> doesn't appear in the response.</p>\n\t\t       <p>If a response doesn't include the last of the configurations, you can get more configurations by submitting another \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResolverDnssecConfigs.html\">ListResolverDnssecConfigs</a> \n\t\t\trequest. Get the value of <code>NextToken</code> that Amazon Route 53 returned in the previous response and include it in \n\t\t\t<code>NextToken</code> in the next request.</p>"
3775                    }
3776                },
3777                "ResolverDnssecConfigs": {
3778                    "target": "com.amazonaws.route53resolver#ResolverDnssecConfigList",
3779                    "traits": {
3780                        "smithy.api#documentation": "<p>An array that contains one \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_ResolverDnssecConfig.html\">ResolverDnssecConfig</a> element \n\t\t\tfor each configuration for DNSSEC validation that is associated with the current AWS account.</p>"
3781                    }
3782                }
3783            }
3784        },
3785        "com.amazonaws.route53resolver#ListResolverEndpointIpAddresses": {
3786            "type": "operation",
3787            "input": {
3788                "target": "com.amazonaws.route53resolver#ListResolverEndpointIpAddressesRequest"
3789            },
3790            "output": {
3791                "target": "com.amazonaws.route53resolver#ListResolverEndpointIpAddressesResponse"
3792            },
3793            "errors": [
3794                {
3795                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3796                },
3797                {
3798                    "target": "com.amazonaws.route53resolver#InvalidNextTokenException"
3799                },
3800                {
3801                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
3802                },
3803                {
3804                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
3805                },
3806                {
3807                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3808                }
3809            ],
3810            "traits": {
3811                "smithy.api#documentation": "<p>Gets the IP addresses for a specified Resolver endpoint.</p>",
3812                "smithy.api#paginated": {
3813                    "inputToken": "NextToken",
3814                    "outputToken": "NextToken",
3815                    "pageSize": "MaxResults"
3816                }
3817            }
3818        },
3819        "com.amazonaws.route53resolver#ListResolverEndpointIpAddressesRequest": {
3820            "type": "structure",
3821            "members": {
3822                "ResolverEndpointId": {
3823                    "target": "com.amazonaws.route53resolver#ResourceId",
3824                    "traits": {
3825                        "smithy.api#documentation": "<p>The ID of the Resolver endpoint that you want to get IP addresses for.</p>",
3826                        "smithy.api#required": {}
3827                    }
3828                },
3829                "MaxResults": {
3830                    "target": "com.amazonaws.route53resolver#MaxResults",
3831                    "traits": {
3832                        "smithy.api#box": {},
3833                        "smithy.api#documentation": "<p>The maximum number of IP addresses that you want to return in the response to a <code>ListResolverEndpointIpAddresses</code> request. \n\t\t\tIf you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 IP addresses. </p>"
3834                    }
3835                },
3836                "NextToken": {
3837                    "target": "com.amazonaws.route53resolver#NextToken",
3838                    "traits": {
3839                        "smithy.api#documentation": "<p>For the first <code>ListResolverEndpointIpAddresses</code> request, omit this value.</p>\n\t\t       <p>If the specified Resolver endpoint has more than <code>MaxResults</code> IP addresses, you can submit another \n\t\t\t<code>ListResolverEndpointIpAddresses</code> request to get the next group of IP addresses. In the next request, specify the value of \n\t\t\t<code>NextToken</code> from the previous response. </p>"
3840                    }
3841                }
3842            }
3843        },
3844        "com.amazonaws.route53resolver#ListResolverEndpointIpAddressesResponse": {
3845            "type": "structure",
3846            "members": {
3847                "NextToken": {
3848                    "target": "com.amazonaws.route53resolver#NextToken",
3849                    "traits": {
3850                        "smithy.api#documentation": "<p>If the specified endpoint has more than <code>MaxResults</code> IP addresses, you can submit another \n\t\t\t<code>ListResolverEndpointIpAddresses</code> request to get the next group of IP addresses. In the next request, \n\t\t\tspecify the value of <code>NextToken</code> from the previous response. </p>"
3851                    }
3852                },
3853                "MaxResults": {
3854                    "target": "com.amazonaws.route53resolver#MaxResults",
3855                    "traits": {
3856                        "smithy.api#documentation": "<p>The value that you specified for <code>MaxResults</code> in the request.</p>"
3857                    }
3858                },
3859                "IpAddresses": {
3860                    "target": "com.amazonaws.route53resolver#IpAddressesResponse",
3861                    "traits": {
3862                        "smithy.api#documentation": "<p>Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward \n\t\t\tDNS queries to (for inbound endpoints).</p>"
3863                    }
3864                }
3865            }
3866        },
3867        "com.amazonaws.route53resolver#ListResolverEndpoints": {
3868            "type": "operation",
3869            "input": {
3870                "target": "com.amazonaws.route53resolver#ListResolverEndpointsRequest"
3871            },
3872            "output": {
3873                "target": "com.amazonaws.route53resolver#ListResolverEndpointsResponse"
3874            },
3875            "errors": [
3876                {
3877                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3878                },
3879                {
3880                    "target": "com.amazonaws.route53resolver#InvalidNextTokenException"
3881                },
3882                {
3883                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
3884                },
3885                {
3886                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
3887                },
3888                {
3889                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3890                }
3891            ],
3892            "traits": {
3893                "smithy.api#documentation": "<p>Lists all the Resolver endpoints that were created using the current AWS account.</p>",
3894                "smithy.api#paginated": {
3895                    "inputToken": "NextToken",
3896                    "outputToken": "NextToken",
3897                    "pageSize": "MaxResults"
3898                }
3899            }
3900        },
3901        "com.amazonaws.route53resolver#ListResolverEndpointsRequest": {
3902            "type": "structure",
3903            "members": {
3904                "MaxResults": {
3905                    "target": "com.amazonaws.route53resolver#MaxResults",
3906                    "traits": {
3907                        "smithy.api#box": {},
3908                        "smithy.api#documentation": "<p>The maximum number of Resolver endpoints that you want to return in the response to a <code>ListResolverEndpoints</code> request. \n\t\t\tIf you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 Resolver endpoints. </p>"
3909                    }
3910                },
3911                "NextToken": {
3912                    "target": "com.amazonaws.route53resolver#NextToken",
3913                    "traits": {
3914                        "smithy.api#documentation": "<p>For the first <code>ListResolverEndpoints</code> request, omit this value.</p>\n\t\t       <p>If you have more than <code>MaxResults</code> Resolver endpoints, you can submit another <code>ListResolverEndpoints</code> request \n\t\t\tto get the next group of Resolver endpoints. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>"
3915                    }
3916                },
3917                "Filters": {
3918                    "target": "com.amazonaws.route53resolver#Filters",
3919                    "traits": {
3920                        "smithy.api#documentation": "<p>An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints.</p>\n\t\t       <note>\n            <p>If you submit a second or subsequent <code>ListResolverEndpoints</code> request and specify the <code>NextToken</code> parameter, \n\t\t\tyou must use the same values for <code>Filters</code>, if any, as in the previous request.</p>\n         </note>"
3921                    }
3922                }
3923            }
3924        },
3925        "com.amazonaws.route53resolver#ListResolverEndpointsResponse": {
3926            "type": "structure",
3927            "members": {
3928                "NextToken": {
3929                    "target": "com.amazonaws.route53resolver#NextToken",
3930                    "traits": {
3931                        "smithy.api#documentation": "<p>If more than <code>MaxResults</code> IP addresses match the specified criteria, you can submit another <code>ListResolverEndpoint</code> request \n\t\t\tto get the next group of results. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>"
3932                    }
3933                },
3934                "MaxResults": {
3935                    "target": "com.amazonaws.route53resolver#MaxResults",
3936                    "traits": {
3937                        "smithy.api#documentation": "<p>The value that you specified for <code>MaxResults</code> in the request.</p>"
3938                    }
3939                },
3940                "ResolverEndpoints": {
3941                    "target": "com.amazonaws.route53resolver#ResolverEndpoints",
3942                    "traits": {
3943                        "smithy.api#documentation": "<p>The Resolver endpoints that were created by using the current AWS account, and that match the specified filters, if any.</p>"
3944                    }
3945                }
3946            }
3947        },
3948        "com.amazonaws.route53resolver#ListResolverQueryLogConfigAssociations": {
3949            "type": "operation",
3950            "input": {
3951                "target": "com.amazonaws.route53resolver#ListResolverQueryLogConfigAssociationsRequest"
3952            },
3953            "output": {
3954                "target": "com.amazonaws.route53resolver#ListResolverQueryLogConfigAssociationsResponse"
3955            },
3956            "errors": [
3957                {
3958                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
3959                },
3960                {
3961                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
3962                },
3963                {
3964                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
3965                },
3966                {
3967                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
3968                },
3969                {
3970                    "target": "com.amazonaws.route53resolver#LimitExceededException"
3971                },
3972                {
3973                    "target": "com.amazonaws.route53resolver#ThrottlingException"
3974                }
3975            ],
3976            "traits": {
3977                "smithy.api#documentation": "<p>Lists information about associations between Amazon VPCs and query logging configurations.</p>",
3978                "smithy.api#paginated": {
3979                    "inputToken": "NextToken",
3980                    "outputToken": "NextToken",
3981                    "pageSize": "MaxResults"
3982                }
3983            }
3984        },
3985        "com.amazonaws.route53resolver#ListResolverQueryLogConfigAssociationsRequest": {
3986            "type": "structure",
3987            "members": {
3988                "MaxResults": {
3989                    "target": "com.amazonaws.route53resolver#MaxResults",
3990                    "traits": {
3991                        "smithy.api#documentation": "<p>The maximum number of query logging associations that you want to return in the response to a <code>ListResolverQueryLogConfigAssociations</code> request. \n\t\t\tIf you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 query logging associations. </p>"
3992                    }
3993                },
3994                "NextToken": {
3995                    "target": "com.amazonaws.route53resolver#NextToken",
3996                    "traits": {
3997                        "smithy.api#documentation": "<p>For the first <code>ListResolverQueryLogConfigAssociations</code> request, omit this value.</p>\n\t\t       <p>If there are more than <code>MaxResults</code> query logging associations that match the values that you specify for <code>Filters</code>, \n\t\t\tyou can submit another <code>ListResolverQueryLogConfigAssociations</code> request to get the next group of associations. In the next request, specify the value of \n\t\t\t<code>NextToken</code> from the previous response. </p>"
3998                    }
3999                },
4000                "Filters": {
4001                    "target": "com.amazonaws.route53resolver#Filters",
4002                    "traits": {
4003                        "smithy.api#documentation": "<p>An optional specification to return a subset of query logging associations.</p>\n\t\t       <note>\n\t\t\t         <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigAssociations</code> request and specify the <code>NextToken</code> parameter, \n\t\t\t\tyou must use the same values for <code>Filters</code>, if any, as in the previous request.</p>\n\t\t       </note>"
4004                    }
4005                },
4006                "SortBy": {
4007                    "target": "com.amazonaws.route53resolver#SortByKey",
4008                    "traits": {
4009                        "smithy.api#documentation": "<p>The element that you want Resolver to sort query logging associations by. </p>\n\t\t       <note>\n\t\t\t         <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigAssociations</code> request and specify the <code>NextToken</code> parameter, \n\t\t\t\tyou must use the same value for <code>SortBy</code>, if any, as in the previous request.</p>\n\t\t       </note>\n\t\t\n\t\t       <p>Valid values include the following elements:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>CreationTime</code>: The ID of the query logging association.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Error</code>: If the value of <code>Status</code> is <code>FAILED</code>, the value of <code>Error</code> \n\t\t\t\tindicates the cause: </p>\n\t\t\t\t           <ul>\n                  <li>\n                     <p>\n                        <code>DESTINATION_NOT_FOUND</code>: The specified destination (for example, an Amazon S3 bucket) was deleted.</p>\n                  </li>\n                  <li>\n                     <p>\n                        <code>ACCESS_DENIED</code>: Permissions don't allow sending logs to the destination.</p>\n                  </li>\n               </ul>\n\t\t\t\t           <p>If <code>Status</code> is a value other than <code>FAILED</code>, <code>ERROR</code> is null.</p> \n\t\t\t         </li>\n            <li>\n               <p>\n                  <code>Id</code>: The ID of the query logging association</p>\n            </li>\n            <li>\n               <p>\n                  <code>ResolverQueryLogConfigId</code>: The ID of the query logging configuration</p>\n            </li>\n            <li>\n               <p>\n                  <code>ResourceId</code>: The ID of the VPC that is associated with the query logging configuration</p>\n            </li>\n            <li>\n               <p>\n                  <code>Status</code>: The current status of the configuration. Valid values include the following:</p>\n\t\t\t\t\n\t\t\t\t           <ul>\n                  <li>\n                     <p>\n                        <code>CREATING</code>: Resolver is creating an association between an Amazon VPC and a query logging configuration.</p>\n                  </li>\n                  <li>\n                     <p>\n                        <code>CREATED</code>: The association between an Amazon VPC and a query logging configuration \n\t\t\t\t\t\twas successfully created. Resolver is logging queries that originate in the specified VPC.</p>\n                  </li>\n                  <li>\n                     <p>\n                        <code>DELETING</code>: Resolver is deleting this query logging association.</p>\n                  </li>\n                  <li>\n                     <p>\n                        <code>FAILED</code>: Resolver either couldn't create or couldn't delete the query logging association. \n\t\t\t\t\t\tHere are two common causes:</p>\n\t\t\t\t\t\t               <ul>\n                        <li>\n                           <p>The specified destination (for example, an Amazon S3 bucket) was deleted.</p>\n                        </li>\n                        <li>\n                           <p>Permissions don't allow sending logs to the destination.</p>\n                        </li>\n                     </ul>\n\t\t\t\t\t             </li>\n               </ul>\n\t\t\t         </li>\n         </ul>"
4010                    }
4011                },
4012                "SortOrder": {
4013                    "target": "com.amazonaws.route53resolver#SortOrder",
4014                    "traits": {
4015                        "smithy.api#documentation": "<p>If you specified a value for <code>SortBy</code>, the order that you want query logging associations to be listed in, \n\t\t\t<code>ASCENDING</code> or <code>DESCENDING</code>.</p>\n\t\t       <note>\n\t\t\t         <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigAssociations</code> request and specify the <code>NextToken</code> parameter, \n\t\t\t\tyou must use the same value for <code>SortOrder</code>, if any, as in the previous request.</p>\n\t\t       </note>"
4016                    }
4017                }
4018            }
4019        },
4020        "com.amazonaws.route53resolver#ListResolverQueryLogConfigAssociationsResponse": {
4021            "type": "structure",
4022            "members": {
4023                "NextToken": {
4024                    "target": "com.amazonaws.route53resolver#NextToken",
4025                    "traits": {
4026                        "smithy.api#documentation": "<p>If there are more than <code>MaxResults</code> query logging associations, you can submit another <code>ListResolverQueryLogConfigAssociations</code> request \n\t\t\tto get the next group of associations. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>"
4027                    }
4028                },
4029                "TotalCount": {
4030                    "target": "com.amazonaws.route53resolver#Count",
4031                    "traits": {
4032                        "smithy.api#documentation": "<p>The total number of query logging associations that were created by the current account in the specified Region. This count can differ from the \n\t\t\tnumber of associations that are returned in a <code>ListResolverQueryLogConfigAssociations</code> response, depending on the values that you specify \n\t\t\tin the request.</p>"
4033                    }
4034                },
4035                "TotalFilteredCount": {
4036                    "target": "com.amazonaws.route53resolver#Count",
4037                    "traits": {
4038                        "smithy.api#documentation": "<p>The total number of query logging associations that were created by the current account in the specified Region and that match the filters \n\t\t\tthat were specified in the <code>ListResolverQueryLogConfigAssociations</code> request. For the total number of associations that were created by the \n\t\t\tcurrent account in the specified Region, see <code>TotalCount</code>.</p>"
4039                    }
4040                },
4041                "ResolverQueryLogConfigAssociations": {
4042                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociationList",
4043                    "traits": {
4044                        "smithy.api#documentation": "<p>A list that contains one <code>ResolverQueryLogConfigAssociations</code> element for each query logging association that matches the \n\t\t\tvalues that you specified for <code>Filter</code>.</p>"
4045                    }
4046                }
4047            }
4048        },
4049        "com.amazonaws.route53resolver#ListResolverQueryLogConfigs": {
4050            "type": "operation",
4051            "input": {
4052                "target": "com.amazonaws.route53resolver#ListResolverQueryLogConfigsRequest"
4053            },
4054            "output": {
4055                "target": "com.amazonaws.route53resolver#ListResolverQueryLogConfigsResponse"
4056            },
4057            "errors": [
4058                {
4059                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
4060                },
4061                {
4062                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
4063                },
4064                {
4065                    "target": "com.amazonaws.route53resolver#InvalidNextTokenException"
4066                },
4067                {
4068                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
4069                },
4070                {
4071                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
4072                },
4073                {
4074                    "target": "com.amazonaws.route53resolver#ThrottlingException"
4075                }
4076            ],
4077            "traits": {
4078                "smithy.api#documentation": "<p>Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save \n\t\t\tDNS query logs and specifies the VPCs that you want to log queries for.</p>",
4079                "smithy.api#paginated": {
4080                    "inputToken": "NextToken",
4081                    "outputToken": "NextToken",
4082                    "pageSize": "MaxResults"
4083                }
4084            }
4085        },
4086        "com.amazonaws.route53resolver#ListResolverQueryLogConfigsRequest": {
4087            "type": "structure",
4088            "members": {
4089                "MaxResults": {
4090                    "target": "com.amazonaws.route53resolver#MaxResults",
4091                    "traits": {
4092                        "smithy.api#box": {},
4093                        "smithy.api#documentation": "<p>The maximum number of query logging configurations that you want to return in the response to a <code>ListResolverQueryLogConfigs</code> request. \n\t\t\tIf you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 query logging configurations. </p>"
4094                    }
4095                },
4096                "NextToken": {
4097                    "target": "com.amazonaws.route53resolver#NextToken",
4098                    "traits": {
4099                        "smithy.api#documentation": "<p>For the first <code>ListResolverQueryLogConfigs</code> request, omit this value.</p>\n\t\t       <p>If there are more than <code>MaxResults</code> query logging configurations that match the values that you specify for <code>Filters</code>, \n\t\t\tyou can submit another <code>ListResolverQueryLogConfigs</code> request to get the next group of configurations. In the next request, specify the value of \n\t\t\t<code>NextToken</code> from the previous response. </p>"
4100                    }
4101                },
4102                "Filters": {
4103                    "target": "com.amazonaws.route53resolver#Filters",
4104                    "traits": {
4105                        "smithy.api#documentation": "<p>An optional specification to return a subset of query logging configurations.</p>\n\t\t       <note>\n\t\t\t         <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigs</code> request and specify the <code>NextToken</code> parameter, \n\t\t\t\tyou must use the same values for <code>Filters</code>, if any, as in the previous request.</p>\n\t\t       </note>"
4106                    }
4107                },
4108                "SortBy": {
4109                    "target": "com.amazonaws.route53resolver#SortByKey",
4110                    "traits": {
4111                        "smithy.api#documentation": "<p>The element that you want Resolver to sort query logging configurations by. </p>\n\t\t       <note>\n\t\t\t         <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigs</code> request and specify the <code>NextToken</code> parameter, \n\t\t\t\tyou must use the same value for <code>SortBy</code>, if any, as in the previous request.</p>\n\t\t       </note>\n\t\t\n\t\t       <p>Valid values include the following elements:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>Arn</code>: The ARN of the query logging configuration</p>\n            </li>\n            <li>\n               <p>\n                  <code>AssociationCount</code>: The number of VPCs that are associated with the specified configuration </p>\n            </li>\n            <li>\n               <p>\n                  <code>CreationTime</code>: The date and time that Resolver returned when the configuration was created</p>\n            </li>\n            <li>\n               <p>\n                  <code>CreatorRequestId</code>: The value that was specified for <code>CreatorRequestId</code> when the configuration was created</p>\n            </li>\n            <li>\n               <p>\n                  <code>DestinationArn</code>: The location that logs are sent to</p>\n            </li>\n            <li>\n               <p>\n                  <code>Id</code>: The ID of the configuration</p>\n            </li>\n            <li>\n               <p>\n                  <code>Name</code>: The name of the configuration</p>\n            </li>\n            <li>\n               <p>\n                  <code>OwnerId</code>: The AWS account number of the account that created the configuration</p>\n            </li>\n            <li>\n               <p>\n                  <code>ShareStatus</code>: Whether the configuration is shared with other AWS accounts or shared with the current account by \n\t\t\t\tanother AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM).</p>\n            </li>\n            <li>\n               <p>\n                  <code>Status</code>: The current status of the configuration. Valid values include the following:</p>\n\t\t\t\t\n\t\t\t\t           <ul>\n                  <li>\n                     <p>\n                        <code>CREATING</code>: Resolver is creating the query logging configuration.</p>\n                  </li>\n                  <li>\n                     <p>\n                        <code>CREATED</code>: The query logging configuration was successfully created. \n\t\t\t\t\t\tResolver is logging queries that originate in the specified VPC.</p>\n                  </li>\n                  <li>\n                     <p>\n                        <code>DELETING</code>: Resolver is deleting this query logging configuration.</p>\n                  </li>\n                  <li>\n                     <p>\n                        <code>FAILED</code>: Resolver either couldn't create or couldn't delete the query logging configuration.\n\t\t\t\t\t\tHere are two common causes:</p>\n\t\t\t\t\t\t               <ul>\n                        <li>\n                           <p>The specified destination (for example, an Amazon S3 bucket) was deleted.</p>\n                        </li>\n                        <li>\n                           <p>Permissions don't allow sending logs to the destination.</p>\n                        </li>\n                     </ul>\n\t\t\t\t\t             </li>\n               </ul>\n\t\t\t         </li>\n         </ul>"
4112                    }
4113                },
4114                "SortOrder": {
4115                    "target": "com.amazonaws.route53resolver#SortOrder",
4116                    "traits": {
4117                        "smithy.api#documentation": "<p>If you specified a value for <code>SortBy</code>, the order that you want query logging configurations to be listed in, \n\t\t\t<code>ASCENDING</code> or <code>DESCENDING</code>.</p>\n\t\t       <note>\n\t\t\t         <p>If you submit a second or subsequent <code>ListResolverQueryLogConfigs</code> request and specify the <code>NextToken</code> parameter, \n\t\t\t\tyou must use the same value for <code>SortOrder</code>, if any, as in the previous request.</p>\n\t\t       </note>"
4118                    }
4119                }
4120            }
4121        },
4122        "com.amazonaws.route53resolver#ListResolverQueryLogConfigsResponse": {
4123            "type": "structure",
4124            "members": {
4125                "NextToken": {
4126                    "target": "com.amazonaws.route53resolver#NextToken",
4127                    "traits": {
4128                        "smithy.api#documentation": "<p>If there are more than <code>MaxResults</code> query logging configurations, you can submit another <code>ListResolverQueryLogConfigs</code> request \n\t\t\tto get the next group of configurations. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>"
4129                    }
4130                },
4131                "TotalCount": {
4132                    "target": "com.amazonaws.route53resolver#Count",
4133                    "traits": {
4134                        "smithy.api#documentation": "<p>The total number of query logging configurations that were created by the current account in the specified Region. This count can differ from the \n\t\t\tnumber of query logging configurations that are returned in a <code>ListResolverQueryLogConfigs</code> response, depending on the values that you specify \n\t\t\tin the request.</p>"
4135                    }
4136                },
4137                "TotalFilteredCount": {
4138                    "target": "com.amazonaws.route53resolver#Count",
4139                    "traits": {
4140                        "smithy.api#documentation": "<p>The total number of query logging configurations that were created by the current account in the specified Region and that match the filters \n\t\t\tthat were specified in the <code>ListResolverQueryLogConfigs</code> request. For the total number of query logging configurations that were created by the \n\t\t\tcurrent account in the specified Region, see <code>TotalCount</code>.</p>"
4141                    }
4142                },
4143                "ResolverQueryLogConfigs": {
4144                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigList",
4145                    "traits": {
4146                        "smithy.api#documentation": "<p>A list that contains one <code>ResolverQueryLogConfig</code> element for each query logging configuration that matches the \n\t\t\tvalues that you specified for <code>Filter</code>.</p>"
4147                    }
4148                }
4149            }
4150        },
4151        "com.amazonaws.route53resolver#ListResolverRuleAssociations": {
4152            "type": "operation",
4153            "input": {
4154                "target": "com.amazonaws.route53resolver#ListResolverRuleAssociationsRequest"
4155            },
4156            "output": {
4157                "target": "com.amazonaws.route53resolver#ListResolverRuleAssociationsResponse"
4158            },
4159            "errors": [
4160                {
4161                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
4162                },
4163                {
4164                    "target": "com.amazonaws.route53resolver#InvalidNextTokenException"
4165                },
4166                {
4167                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
4168                },
4169                {
4170                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
4171                },
4172                {
4173                    "target": "com.amazonaws.route53resolver#ThrottlingException"
4174                }
4175            ],
4176            "traits": {
4177                "smithy.api#documentation": "<p>Lists the associations that were created between Resolver rules and VPCs using the current AWS account.</p>",
4178                "smithy.api#paginated": {
4179                    "inputToken": "NextToken",
4180                    "outputToken": "NextToken",
4181                    "pageSize": "MaxResults"
4182                }
4183            }
4184        },
4185        "com.amazonaws.route53resolver#ListResolverRuleAssociationsRequest": {
4186            "type": "structure",
4187            "members": {
4188                "MaxResults": {
4189                    "target": "com.amazonaws.route53resolver#MaxResults",
4190                    "traits": {
4191                        "smithy.api#box": {},
4192                        "smithy.api#documentation": "<p>The maximum number of rule associations that you want to return in the response to a <code>ListResolverRuleAssociations</code> request. \n\t\t\tIf you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 rule associations. </p>"
4193                    }
4194                },
4195                "NextToken": {
4196                    "target": "com.amazonaws.route53resolver#NextToken",
4197                    "traits": {
4198                        "smithy.api#documentation": "<p>For the first <code>ListResolverRuleAssociation</code> request, omit this value.</p>\n\t\t       <p>If you have more than <code>MaxResults</code> rule associations, you can submit another <code>ListResolverRuleAssociation</code> request \n\t\t\tto get the next group of rule associations. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>"
4199                    }
4200                },
4201                "Filters": {
4202                    "target": "com.amazonaws.route53resolver#Filters",
4203                    "traits": {
4204                        "smithy.api#documentation": "<p>An optional specification to return a subset of Resolver rules, such as Resolver rules that are associated with the same VPC ID.</p>\n\t\t       <note>\n            <p>If you submit a second or subsequent <code>ListResolverRuleAssociations</code> request and specify the <code>NextToken</code> parameter, \n\t\t\tyou must use the same values for <code>Filters</code>, if any, as in the previous request.</p>\n         </note>"
4205                    }
4206                }
4207            }
4208        },
4209        "com.amazonaws.route53resolver#ListResolverRuleAssociationsResponse": {
4210            "type": "structure",
4211            "members": {
4212                "NextToken": {
4213                    "target": "com.amazonaws.route53resolver#NextToken",
4214                    "traits": {
4215                        "smithy.api#documentation": "<p>If more than <code>MaxResults</code> rule associations match the specified criteria, you can submit another \n\t\t\t<code>ListResolverRuleAssociation</code> request to get the next group of results. In the next request, specify the value of \n\t\t\t<code>NextToken</code> from the previous response. </p>"
4216                    }
4217                },
4218                "MaxResults": {
4219                    "target": "com.amazonaws.route53resolver#MaxResults",
4220                    "traits": {
4221                        "smithy.api#documentation": "<p>The value that you specified for <code>MaxResults</code> in the request.</p>"
4222                    }
4223                },
4224                "ResolverRuleAssociations": {
4225                    "target": "com.amazonaws.route53resolver#ResolverRuleAssociations",
4226                    "traits": {
4227                        "smithy.api#documentation": "<p>The associations that were created between Resolver rules and VPCs using the current AWS account, and that match the \n\t\t\tspecified filters, if any.</p>"
4228                    }
4229                }
4230            }
4231        },
4232        "com.amazonaws.route53resolver#ListResolverRules": {
4233            "type": "operation",
4234            "input": {
4235                "target": "com.amazonaws.route53resolver#ListResolverRulesRequest"
4236            },
4237            "output": {
4238                "target": "com.amazonaws.route53resolver#ListResolverRulesResponse"
4239            },
4240            "errors": [
4241                {
4242                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
4243                },
4244                {
4245                    "target": "com.amazonaws.route53resolver#InvalidNextTokenException"
4246                },
4247                {
4248                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
4249                },
4250                {
4251                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
4252                },
4253                {
4254                    "target": "com.amazonaws.route53resolver#ThrottlingException"
4255                }
4256            ],
4257            "traits": {
4258                "smithy.api#documentation": "<p>Lists the Resolver rules that were created using the current AWS account.</p>",
4259                "smithy.api#paginated": {
4260                    "inputToken": "NextToken",
4261                    "outputToken": "NextToken",
4262                    "pageSize": "MaxResults"
4263                }
4264            }
4265        },
4266        "com.amazonaws.route53resolver#ListResolverRulesRequest": {
4267            "type": "structure",
4268            "members": {
4269                "MaxResults": {
4270                    "target": "com.amazonaws.route53resolver#MaxResults",
4271                    "traits": {
4272                        "smithy.api#box": {},
4273                        "smithy.api#documentation": "<p>The maximum number of Resolver rules that you want to return in the response to a <code>ListResolverRules</code> request. \n\t\t\tIf you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 Resolver rules.</p>"
4274                    }
4275                },
4276                "NextToken": {
4277                    "target": "com.amazonaws.route53resolver#NextToken",
4278                    "traits": {
4279                        "smithy.api#documentation": "<p>For the first <code>ListResolverRules</code> request, omit this value.</p>\n\t\t       <p>If you have more than <code>MaxResults</code> Resolver rules, you can submit another <code>ListResolverRules</code> request \n\t\t\tto get the next group of Resolver rules. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>"
4280                    }
4281                },
4282                "Filters": {
4283                    "target": "com.amazonaws.route53resolver#Filters",
4284                    "traits": {
4285                        "smithy.api#documentation": "<p>An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.</p>\n\t\t       <note>\n            <p>If you submit a second or subsequent <code>ListResolverRules</code> request and specify the <code>NextToken</code> parameter, \n\t\t\tyou must use the same values for <code>Filters</code>, if any, as in the previous request.</p>\n         </note>"
4286                    }
4287                }
4288            }
4289        },
4290        "com.amazonaws.route53resolver#ListResolverRulesResponse": {
4291            "type": "structure",
4292            "members": {
4293                "NextToken": {
4294                    "target": "com.amazonaws.route53resolver#NextToken",
4295                    "traits": {
4296                        "smithy.api#documentation": "<p>If more than <code>MaxResults</code> Resolver rules match the specified criteria, you can submit another \n\t\t\t<code>ListResolverRules</code> request to get the next group of results. In the next request, specify the value of \n\t\t\t<code>NextToken</code> from the previous response. </p>"
4297                    }
4298                },
4299                "MaxResults": {
4300                    "target": "com.amazonaws.route53resolver#MaxResults",
4301                    "traits": {
4302                        "smithy.api#documentation": "<p>The value that you specified for <code>MaxResults</code> in the request.</p>"
4303                    }
4304                },
4305                "ResolverRules": {
4306                    "target": "com.amazonaws.route53resolver#ResolverRules",
4307                    "traits": {
4308                        "smithy.api#documentation": "<p>The Resolver rules that were created using the current AWS account and that match the specified filters, if any.</p>"
4309                    }
4310                }
4311            }
4312        },
4313        "com.amazonaws.route53resolver#ListTagsForResource": {
4314            "type": "operation",
4315            "input": {
4316                "target": "com.amazonaws.route53resolver#ListTagsForResourceRequest"
4317            },
4318            "output": {
4319                "target": "com.amazonaws.route53resolver#ListTagsForResourceResponse"
4320            },
4321            "errors": [
4322                {
4323                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
4324                },
4325                {
4326                    "target": "com.amazonaws.route53resolver#InvalidNextTokenException"
4327                },
4328                {
4329                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
4330                },
4331                {
4332                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
4333                },
4334                {
4335                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
4336                },
4337                {
4338                    "target": "com.amazonaws.route53resolver#ThrottlingException"
4339                }
4340            ],
4341            "traits": {
4342                "smithy.api#documentation": "<p>Lists the tags that you associated with the specified resource.</p>",
4343                "smithy.api#paginated": {
4344                    "inputToken": "NextToken",
4345                    "outputToken": "NextToken",
4346                    "pageSize": "MaxResults"
4347                }
4348            }
4349        },
4350        "com.amazonaws.route53resolver#ListTagsForResourceRequest": {
4351            "type": "structure",
4352            "members": {
4353                "ResourceArn": {
4354                    "target": "com.amazonaws.route53resolver#Arn",
4355                    "traits": {
4356                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the resource that you want to list tags for.</p>",
4357                        "smithy.api#required": {}
4358                    }
4359                },
4360                "MaxResults": {
4361                    "target": "com.amazonaws.route53resolver#MaxResults",
4362                    "traits": {
4363                        "smithy.api#box": {},
4364                        "smithy.api#documentation": "<p>The maximum number of tags that you want to return in the response to a <code>ListTagsForResource</code> request. \n\t\t\tIf you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 tags.</p>"
4365                    }
4366                },
4367                "NextToken": {
4368                    "target": "com.amazonaws.route53resolver#NextToken",
4369                    "traits": {
4370                        "smithy.api#documentation": "<p>For the first <code>ListTagsForResource</code> request, omit this value.</p>\n\t\t       <p>If you have more than <code>MaxResults</code> tags, you can submit another <code>ListTagsForResource</code> request \n\t\t\tto get the next group of tags for the resource. In the next request, specify the value of <code>NextToken</code> from the previous response. </p>"
4371                    }
4372                }
4373            }
4374        },
4375        "com.amazonaws.route53resolver#ListTagsForResourceResponse": {
4376            "type": "structure",
4377            "members": {
4378                "Tags": {
4379                    "target": "com.amazonaws.route53resolver#TagList",
4380                    "traits": {
4381                        "smithy.api#documentation": "<p>The tags that are associated with the resource that you specified in the <code>ListTagsForResource</code> request.</p>"
4382                    }
4383                },
4384                "NextToken": {
4385                    "target": "com.amazonaws.route53resolver#NextToken",
4386                    "traits": {
4387                        "smithy.api#documentation": "<p>If more than <code>MaxResults</code> tags match the specified criteria, you can submit another \n\t\t\t<code>ListTagsForResource</code> request to get the next group of results. In the next request, specify the value of \n\t\t\t<code>NextToken</code> from the previous response. </p>"
4388                    }
4389                }
4390            }
4391        },
4392        "com.amazonaws.route53resolver#MaxResults": {
4393            "type": "integer",
4394            "traits": {
4395                "smithy.api#box": {},
4396                "smithy.api#range": {
4397                    "min": 1,
4398                    "max": 100
4399                }
4400            }
4401        },
4402        "com.amazonaws.route53resolver#MutationProtectionStatus": {
4403            "type": "string",
4404            "traits": {
4405                "smithy.api#enum": [
4406                    {
4407                        "value": "ENABLED",
4408                        "name": "ENABLED"
4409                    },
4410                    {
4411                        "value": "DISABLED",
4412                        "name": "DISABLED"
4413                    }
4414                ]
4415            }
4416        },
4417        "com.amazonaws.route53resolver#Name": {
4418            "type": "string",
4419            "traits": {
4420                "smithy.api#length": {
4421                    "min": 0,
4422                    "max": 64
4423                },
4424                "smithy.api#pattern": "(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)"
4425            }
4426        },
4427        "com.amazonaws.route53resolver#NextToken": {
4428            "type": "string"
4429        },
4430        "com.amazonaws.route53resolver#Port": {
4431            "type": "integer",
4432            "traits": {
4433                "smithy.api#box": {},
4434                "smithy.api#range": {
4435                    "min": 0,
4436                    "max": 65535
4437                }
4438            }
4439        },
4440        "com.amazonaws.route53resolver#Priority": {
4441            "type": "integer",
4442            "traits": {
4443                "smithy.api#box": {}
4444            }
4445        },
4446        "com.amazonaws.route53resolver#PutFirewallRuleGroupPolicy": {
4447            "type": "operation",
4448            "input": {
4449                "target": "com.amazonaws.route53resolver#PutFirewallRuleGroupPolicyRequest"
4450            },
4451            "output": {
4452                "target": "com.amazonaws.route53resolver#PutFirewallRuleGroupPolicyResponse"
4453            },
4454            "errors": [
4455                {
4456                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
4457                },
4458                {
4459                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
4460                },
4461                {
4462                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
4463                },
4464                {
4465                    "target": "com.amazonaws.route53resolver#ThrottlingException"
4466                },
4467                {
4468                    "target": "com.amazonaws.route53resolver#ValidationException"
4469                }
4470            ],
4471            "traits": {
4472                "smithy.api#documentation": "<p>Attaches an AWS Identity and Access Management (AWS IAM) policy for sharing the rule group. You can use the policy to share the rule group using AWS Resource Access Manager (RAM). </p>"
4473            }
4474        },
4475        "com.amazonaws.route53resolver#PutFirewallRuleGroupPolicyRequest": {
4476            "type": "structure",
4477            "members": {
4478                "Arn": {
4479                    "target": "com.amazonaws.route53resolver#Arn",
4480                    "traits": {
4481                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) for the rule group that you want to share.</p>",
4482                        "smithy.api#required": {}
4483                    }
4484                },
4485                "FirewallRuleGroupPolicy": {
4486                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupPolicy",
4487                    "traits": {
4488                        "smithy.api#documentation": "<p>The AWS Identity and Access Management (AWS IAM) policy to attach to the rule group.</p>",
4489                        "smithy.api#required": {}
4490                    }
4491                }
4492            }
4493        },
4494        "com.amazonaws.route53resolver#PutFirewallRuleGroupPolicyResponse": {
4495            "type": "structure",
4496            "members": {
4497                "ReturnValue": {
4498                    "target": "com.amazonaws.route53resolver#Boolean",
4499                    "traits": {
4500                        "smithy.api#documentation": "<p></p>"
4501                    }
4502                }
4503            }
4504        },
4505        "com.amazonaws.route53resolver#PutResolverQueryLogConfigPolicy": {
4506            "type": "operation",
4507            "input": {
4508                "target": "com.amazonaws.route53resolver#PutResolverQueryLogConfigPolicyRequest"
4509            },
4510            "output": {
4511                "target": "com.amazonaws.route53resolver#PutResolverQueryLogConfigPolicyResponse"
4512            },
4513            "errors": [
4514                {
4515                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
4516                },
4517                {
4518                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
4519                },
4520                {
4521                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
4522                },
4523                {
4524                    "target": "com.amazonaws.route53resolver#InvalidPolicyDocument"
4525                },
4526                {
4527                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
4528                },
4529                {
4530                    "target": "com.amazonaws.route53resolver#UnknownResourceException"
4531                }
4532            ],
4533            "traits": {
4534                "smithy.api#documentation": "<p>Specifies an AWS account that you want to share a query logging configuration with, the query logging configuration that you want to share, \n\t\t\tand the operations that you want the account to be able to perform on the configuration.</p>"
4535            }
4536        },
4537        "com.amazonaws.route53resolver#PutResolverQueryLogConfigPolicyRequest": {
4538            "type": "structure",
4539            "members": {
4540                "Arn": {
4541                    "target": "com.amazonaws.route53resolver#Arn",
4542                    "traits": {
4543                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the account that you want to share rules with.</p>",
4544                        "smithy.api#required": {}
4545                    }
4546                },
4547                "ResolverQueryLogConfigPolicy": {
4548                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigPolicy",
4549                    "traits": {
4550                        "smithy.api#documentation": "<p>An AWS Identity and Access Management policy statement that lists the query logging configurations that you want to share with another AWS account \n\t\t\tand the operations that you want the account to be able to perform. You can specify the following operations in the <code>Actions</code> section \n\t\t\tof the statement:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>route53resolver:AssociateResolverQueryLogConfig</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>route53resolver:DisassociateResolverQueryLogConfig</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>route53resolver:ListResolverQueryLogConfigAssociations</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>route53resolver:ListResolverQueryLogConfigs</code>\n               </p>\n            </li>\n         </ul>\n\t\t\n\t\t       <p>In the <code>Resource</code> section of the statement, you specify the ARNs for the query logging configurations that you want to share \n\t\t\twith the account that you specified in <code>Arn</code>. </p>",
4551                        "smithy.api#required": {}
4552                    }
4553                }
4554            }
4555        },
4556        "com.amazonaws.route53resolver#PutResolverQueryLogConfigPolicyResponse": {
4557            "type": "structure",
4558            "members": {
4559                "ReturnValue": {
4560                    "target": "com.amazonaws.route53resolver#Boolean",
4561                    "traits": {
4562                        "smithy.api#documentation": "<p>Whether the <code>PutResolverQueryLogConfigPolicy</code> request was successful.</p>"
4563                    }
4564                }
4565            },
4566            "traits": {
4567                "smithy.api#documentation": "<p>The response to a <code>PutResolverQueryLogConfigPolicy</code> request.</p>"
4568            }
4569        },
4570        "com.amazonaws.route53resolver#PutResolverRulePolicy": {
4571            "type": "operation",
4572            "input": {
4573                "target": "com.amazonaws.route53resolver#PutResolverRulePolicyRequest"
4574            },
4575            "output": {
4576                "target": "com.amazonaws.route53resolver#PutResolverRulePolicyResponse"
4577            },
4578            "errors": [
4579                {
4580                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
4581                },
4582                {
4583                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
4584                },
4585                {
4586                    "target": "com.amazonaws.route53resolver#InvalidPolicyDocument"
4587                },
4588                {
4589                    "target": "com.amazonaws.route53resolver#UnknownResourceException"
4590                }
4591            ],
4592            "traits": {
4593                "smithy.api#documentation": "<p>Specifies an AWS rule that you want to share with another account, the account that you want to share the rule with, \n\t\t\tand the operations that you want the account to be able to perform on the rule.</p>"
4594            }
4595        },
4596        "com.amazonaws.route53resolver#PutResolverRulePolicyRequest": {
4597            "type": "structure",
4598            "members": {
4599                "Arn": {
4600                    "target": "com.amazonaws.route53resolver#Arn",
4601                    "traits": {
4602                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the rule that you want to share with another account.</p>",
4603                        "smithy.api#required": {}
4604                    }
4605                },
4606                "ResolverRulePolicy": {
4607                    "target": "com.amazonaws.route53resolver#ResolverRulePolicy",
4608                    "traits": {
4609                        "smithy.api#documentation": "<p>An AWS Identity and Access Management policy statement that lists the rules that you want to share with another AWS account and the operations that you want the account \n\t\t\tto be able to perform. You can specify the following operations in the <code>Action</code> section of the statement:</p>\n\t\t\t      <ul>\n            <li>\n               <p>\n                  <code>route53resolver:GetResolverRule</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>route53resolver:AssociateResolverRule</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>route53resolver:DisassociateResolverRule</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>route53resolver:ListResolverRules</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>route53resolver:ListResolverRuleAssociations</code>\n               </p>\n            </li>\n         </ul>\n\t\t\n\t\t       <p>In the <code>Resource</code> section of the statement, specify the ARN for the rule that you want to share with another account. Specify the same ARN \n\t\t\tthat you specified in <code>Arn</code>.</p>",
4610                        "smithy.api#required": {}
4611                    }
4612                }
4613            }
4614        },
4615        "com.amazonaws.route53resolver#PutResolverRulePolicyResponse": {
4616            "type": "structure",
4617            "members": {
4618                "ReturnValue": {
4619                    "target": "com.amazonaws.route53resolver#Boolean",
4620                    "traits": {
4621                        "smithy.api#documentation": "<p>Whether the <code>PutResolverRulePolicy</code> request was successful.</p>"
4622                    }
4623                }
4624            },
4625            "traits": {
4626                "smithy.api#documentation": "<p>The response to a <code>PutResolverRulePolicy</code> request.</p>"
4627            }
4628        },
4629        "com.amazonaws.route53resolver#ResolverDNSSECValidationStatus": {
4630            "type": "string",
4631            "traits": {
4632                "smithy.api#enum": [
4633                    {
4634                        "value": "ENABLING",
4635                        "name": "Enabling"
4636                    },
4637                    {
4638                        "value": "ENABLED",
4639                        "name": "Enabled"
4640                    },
4641                    {
4642                        "value": "DISABLING",
4643                        "name": "Disabling"
4644                    },
4645                    {
4646                        "value": "DISABLED",
4647                        "name": "Disabled"
4648                    }
4649                ]
4650            }
4651        },
4652        "com.amazonaws.route53resolver#ResolverDnssecConfig": {
4653            "type": "structure",
4654            "members": {
4655                "Id": {
4656                    "target": "com.amazonaws.route53resolver#ResourceId",
4657                    "traits": {
4658                        "smithy.api#documentation": "<p>The ID for a configuration for DNSSEC validation.</p>"
4659                    }
4660                },
4661                "OwnerId": {
4662                    "target": "com.amazonaws.route53resolver#AccountId",
4663                    "traits": {
4664                        "smithy.api#documentation": "<p>The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.</p>"
4665                    }
4666                },
4667                "ResourceId": {
4668                    "target": "com.amazonaws.route53resolver#ResourceId",
4669                    "traits": {
4670                        "smithy.api#documentation": "<p>The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.</p>"
4671                    }
4672                },
4673                "ValidationStatus": {
4674                    "target": "com.amazonaws.route53resolver#ResolverDNSSECValidationStatus",
4675                    "traits": {
4676                        "smithy.api#documentation": "<p>The validation status for a DNSSEC configuration. The status can be one of the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <b>ENABLING:</b> DNSSEC validation is being enabled but is not complete.</p>\n            </li>\n            <li>\n               <p>\n                  <b>ENABLED:</b> DNSSEC validation is enabled.</p>\n            </li>\n            <li>\n               <p>\n                  <b>DISABLING:</b> DNSSEC validation is being disabled but is not complete.</p>\n            </li>\n            <li>\n               <p>\n                  <b>DISABLED</b> DNSSEC validation is disabled.</p>\n            </li>\n         </ul>"
4677                    }
4678                }
4679            },
4680            "traits": {
4681                "smithy.api#documentation": "<p>A complex type that contains information about a configuration for DNSSEC validation.</p>"
4682            }
4683        },
4684        "com.amazonaws.route53resolver#ResolverDnssecConfigList": {
4685            "type": "list",
4686            "member": {
4687                "target": "com.amazonaws.route53resolver#ResolverDnssecConfig"
4688            }
4689        },
4690        "com.amazonaws.route53resolver#ResolverEndpoint": {
4691            "type": "structure",
4692            "members": {
4693                "Id": {
4694                    "target": "com.amazonaws.route53resolver#ResourceId",
4695                    "traits": {
4696                        "smithy.api#documentation": "<p>The ID of the Resolver endpoint.</p>"
4697                    }
4698                },
4699                "CreatorRequestId": {
4700                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
4701                    "traits": {
4702                        "smithy.api#documentation": "<p>A unique string that identifies the request that created the Resolver endpoint. The <code>CreatorRequestId</code> allows failed requests \n\t\t\tto be retried without the risk of executing the operation twice.</p>"
4703                    }
4704                },
4705                "Arn": {
4706                    "target": "com.amazonaws.route53resolver#Arn",
4707                    "traits": {
4708                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) for the Resolver endpoint.</p>"
4709                    }
4710                },
4711                "Name": {
4712                    "target": "com.amazonaws.route53resolver#Name",
4713                    "traits": {
4714                        "smithy.api#documentation": "<p>The name that you assigned to the Resolver endpoint when you submitted a \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html\">CreateResolverEndpoint</a> \n\t\t\trequest.</p>"
4715                    }
4716                },
4717                "SecurityGroupIds": {
4718                    "target": "com.amazonaws.route53resolver#SecurityGroupIds",
4719                    "traits": {
4720                        "smithy.api#documentation": "<p>The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules \n\t\t\t(for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. \n\t\t\tFor inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.</p>"
4721                    }
4722                },
4723                "Direction": {
4724                    "target": "com.amazonaws.route53resolver#ResolverEndpointDirection",
4725                    "traits": {
4726                        "smithy.api#documentation": "<p>Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>INBOUND</code>: allows DNS queries to your VPC from your network</p>\n            </li>\n            <li>\n               <p>\n                  <code>OUTBOUND</code>: allows DNS queries from your VPC to your network</p>\n            </li>\n         </ul>"
4727                    }
4728                },
4729                "IpAddressCount": {
4730                    "target": "com.amazonaws.route53resolver#IpAddressCount",
4731                    "traits": {
4732                        "smithy.api#documentation": "<p>The number of IP addresses that the Resolver endpoint can use for DNS queries.</p>"
4733                    }
4734                },
4735                "HostVPCId": {
4736                    "target": "com.amazonaws.route53resolver#ResourceId",
4737                    "traits": {
4738                        "smithy.api#documentation": "<p>The ID of the VPC that you want to create the Resolver endpoint in.</p>"
4739                    }
4740                },
4741                "Status": {
4742                    "target": "com.amazonaws.route53resolver#ResolverEndpointStatus",
4743                    "traits": {
4744                        "smithy.api#documentation": "<p>A code that specifies the current status of the Resolver endpoint. Valid values include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>CREATING</code>: Resolver is creating and configuring one or more Amazon VPC network interfaces \n\t\t\t\tfor this endpoint.</p>\n            </li>\n            <li>\n               <p>\n                  <code>OPERATIONAL</code>: The Amazon VPC network interfaces for this endpoint are correctly configured and \n\t\t\t\table to pass inbound or outbound DNS queries between your network and Resolver.</p>\n            </li>\n            <li>\n               <p>\n                  <code>UPDATING</code>: Resolver is associating or disassociating one or more network interfaces \n\t\t\t\twith this endpoint.</p>\n            </li>\n            <li>\n               <p>\n                  <code>AUTO_RECOVERING</code>: Resolver is trying to recover one or more of the network interfaces \n\t\t\t\tthat are associated with this endpoint. During the recovery process, the endpoint functions with limited capacity because of the \n\t\t\t\tlimit on the number of DNS queries per IP address (per network interface). For the current limit, see \n\t\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities-resolver\">Limits on Route 53 Resolver</a>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ACTION_NEEDED</code>: This endpoint is unhealthy, and Resolver can't automatically recover it. \n\t\t\t\tTo resolve the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP address \n\t\t\t\tthat isn't available, add another IP address and then delete the IP address that isn't available. (An endpoint must always include \n\t\t\t\tat least two IP addresses.) A status of <code>ACTION_NEEDED</code> can have a variety of causes. Here are two common causes:</p>\n\t\t\t\t           <ul>\n                  <li>\n                     <p>One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.</p>\n                  </li>\n                  <li>\n                     <p>The network interface couldn't be created for some reason that's outside the control of Resolver.</p>\n                  </li>\n               </ul>\n\t\t\t         </li>\n            <li>\n               <p>\n                  <code>DELETING</code>: Resolver is deleting this endpoint and the associated network interfaces.</p>\n            </li>\n         </ul>"
4745                    }
4746                },
4747                "StatusMessage": {
4748                    "target": "com.amazonaws.route53resolver#StatusMessage",
4749                    "traits": {
4750                        "smithy.api#documentation": "<p>A detailed description of the status of the Resolver endpoint.</p>"
4751                    }
4752                },
4753                "CreationTime": {
4754                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
4755                    "traits": {
4756                        "smithy.api#documentation": "<p>The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).</p>"
4757                    }
4758                },
4759                "ModificationTime": {
4760                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
4761                    "traits": {
4762                        "smithy.api#documentation": "<p>The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).</p>"
4763                    }
4764                }
4765            },
4766            "traits": {
4767                "smithy.api#documentation": "<p>In the response to a \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html\">CreateResolverEndpoint</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverEndpoint.html\">DeleteResolverEndpoint</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html\">ListResolverEndpoints</a>, \n\t\t\tor \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html\">UpdateResolverEndpoint</a> \n\t\t\trequest, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.</p>"
4768            }
4769        },
4770        "com.amazonaws.route53resolver#ResolverEndpointDirection": {
4771            "type": "string",
4772            "traits": {
4773                "smithy.api#enum": [
4774                    {
4775                        "value": "INBOUND",
4776                        "name": "Inbound"
4777                    },
4778                    {
4779                        "value": "OUTBOUND",
4780                        "name": "Outbound"
4781                    }
4782                ]
4783            }
4784        },
4785        "com.amazonaws.route53resolver#ResolverEndpointStatus": {
4786            "type": "string",
4787            "traits": {
4788                "smithy.api#enum": [
4789                    {
4790                        "value": "CREATING",
4791                        "name": "Creating"
4792                    },
4793                    {
4794                        "value": "OPERATIONAL",
4795                        "name": "Operational"
4796                    },
4797                    {
4798                        "value": "UPDATING",
4799                        "name": "Updating"
4800                    },
4801                    {
4802                        "value": "AUTO_RECOVERING",
4803                        "name": "AutoRecovering"
4804                    },
4805                    {
4806                        "value": "ACTION_NEEDED",
4807                        "name": "ActionNeeded"
4808                    },
4809                    {
4810                        "value": "DELETING",
4811                        "name": "Deleting"
4812                    }
4813                ]
4814            }
4815        },
4816        "com.amazonaws.route53resolver#ResolverEndpoints": {
4817            "type": "list",
4818            "member": {
4819                "target": "com.amazonaws.route53resolver#ResolverEndpoint"
4820            }
4821        },
4822        "com.amazonaws.route53resolver#ResolverQueryLogConfig": {
4823            "type": "structure",
4824            "members": {
4825                "Id": {
4826                    "target": "com.amazonaws.route53resolver#ResourceId",
4827                    "traits": {
4828                        "smithy.api#documentation": "<p>The ID for the query logging configuration.</p>"
4829                    }
4830                },
4831                "OwnerId": {
4832                    "target": "com.amazonaws.route53resolver#AccountId",
4833                    "traits": {
4834                        "smithy.api#documentation": "<p>The AWS account ID for the account that created the query logging configuration. </p>"
4835                    }
4836                },
4837                "Status": {
4838                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigStatus",
4839                    "traits": {
4840                        "smithy.api#documentation": "<p>The status of the specified query logging configuration. Valid values include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>CREATING</code>: Resolver is creating the query logging configuration.</p>\n            </li>\n            <li>\n               <p>\n                  <code>CREATED</code>: The query logging configuration was successfully created. \n\t\t\t\tResolver is logging queries that originate in the specified VPC.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DELETING</code>: Resolver is deleting this query logging configuration.</p>\n            </li>\n            <li>\n               <p>\n                  <code>FAILED</code>: Resolver can't deliver logs to the location that is specified in the query logging configuration. \n\t\t\t\tHere are two common causes:</p>\n\t\t\t\t           <ul>\n                  <li>\n                     <p>The specified destination (for example, an Amazon S3 bucket) was deleted.</p>\n                  </li>\n                  <li>\n                     <p>Permissions don't allow sending logs to the destination.</p>\n                  </li>\n               </ul>\n\t\t\t         </li>\n         </ul>"
4841                    }
4842                },
4843                "ShareStatus": {
4844                    "target": "com.amazonaws.route53resolver#ShareStatus",
4845                    "traits": {
4846                        "smithy.api#documentation": "<p>An indication of whether the query logging configuration is shared with other AWS accounts, or was shared with the current account by another \n\t\t\tAWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM).</p>"
4847                    }
4848                },
4849                "AssociationCount": {
4850                    "target": "com.amazonaws.route53resolver#Count",
4851                    "traits": {
4852                        "smithy.api#documentation": "<p>The number of VPCs that are associated with the query logging configuration.</p>"
4853                    }
4854                },
4855                "Arn": {
4856                    "target": "com.amazonaws.route53resolver#Arn",
4857                    "traits": {
4858                        "smithy.api#documentation": "<p>The ARN for the query logging configuration.</p>"
4859                    }
4860                },
4861                "Name": {
4862                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigName",
4863                    "traits": {
4864                        "smithy.api#documentation": "<p>The name of the query logging configuration. </p>"
4865                    }
4866                },
4867                "DestinationArn": {
4868                    "target": "com.amazonaws.route53resolver#DestinationArn",
4869                    "traits": {
4870                        "smithy.api#documentation": "<p>The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or \n\t\t\ta Kinesis Data Firehose delivery stream.</p>"
4871                    }
4872                },
4873                "CreatorRequestId": {
4874                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
4875                    "traits": {
4876                        "smithy.api#documentation": "<p>A unique string that identifies the request that created the query logging configuration. The <code>CreatorRequestId</code> allows failed requests \n\t\t\tto be retried without the risk of executing the operation twice.</p>"
4877                    }
4878                },
4879                "CreationTime": {
4880                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
4881                    "traits": {
4882                        "smithy.api#documentation": "<p>The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).</p>"
4883                    }
4884                }
4885            },
4886            "traits": {
4887                "smithy.api#documentation": "<p>In the response to a \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverQueryLogConfig.html\">CreateResolverQueryLogConfig</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverQueryLogConfig.html\">DeleteResolverQueryLogConfig</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverQueryLogConfig.html\">GetResolverQueryLogConfig</a>, \n\t\t\tor \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html\">ListResolverQueryLogConfigs</a> \n\t\t\trequest, a complex type that contains settings for one query logging configuration.</p>"
4888            }
4889        },
4890        "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociation": {
4891            "type": "structure",
4892            "members": {
4893                "Id": {
4894                    "target": "com.amazonaws.route53resolver#ResourceId",
4895                    "traits": {
4896                        "smithy.api#documentation": "<p>The ID of the query logging association.</p>"
4897                    }
4898                },
4899                "ResolverQueryLogConfigId": {
4900                    "target": "com.amazonaws.route53resolver#ResourceId",
4901                    "traits": {
4902                        "smithy.api#documentation": "<p>The ID of the query logging configuration that a VPC is associated with.</p>"
4903                    }
4904                },
4905                "ResourceId": {
4906                    "target": "com.amazonaws.route53resolver#ResourceId",
4907                    "traits": {
4908                        "smithy.api#documentation": "<p>The ID of the Amazon VPC that is associated with the query logging configuration.</p>"
4909                    }
4910                },
4911                "Status": {
4912                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociationStatus",
4913                    "traits": {
4914                        "smithy.api#documentation": "<p>The status of the specified query logging association. Valid values include the following:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>CREATING</code>: Resolver is creating an association between an Amazon VPC and a query logging configuration.</p>\n            </li>\n            <li>\n               <p>\n                  <code>CREATED</code>: The association between an Amazon VPC and a query logging configuration \n\t\t\t\twas successfully created. Resolver is logging queries that originate in the specified VPC.</p>\n            </li>\n            <li>\n               <p>\n                  <code>DELETING</code>: Resolver is deleting this query logging association.</p>\n            </li>\n            <li>\n               <p>\n                  <code>FAILED</code>: Resolver either couldn't create or couldn't delete the query logging association.</p>\n            </li>\n         </ul>"
4915                    }
4916                },
4917                "Error": {
4918                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociationError",
4919                    "traits": {
4920                        "smithy.api#documentation": "<p>If the value of <code>Status</code> is <code>FAILED</code>, the value of <code>Error</code> indicates the cause:</p>\n\t\t       <ul>\n            <li>\n               <p>\n                  <code>DESTINATION_NOT_FOUND</code>: The specified destination (for example, an Amazon S3 bucket) was deleted.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ACCESS_DENIED</code>: Permissions don't allow sending logs to the destination.</p>\n            </li>\n         </ul>\n\t\t       <p>If the value of <code>Status</code> is a value other than <code>FAILED</code>, <code>Error</code> is null. </p>"
4921                    }
4922                },
4923                "ErrorMessage": {
4924                    "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociationErrorMessage",
4925                    "traits": {
4926                        "smithy.api#documentation": "<p>Contains additional information about the error. If the value or <code>Error</code> is null, the value of <code>ErrorMessage</code> also is null.</p>"
4927                    }
4928                },
4929                "CreationTime": {
4930                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
4931                    "traits": {
4932                        "smithy.api#documentation": "<p>The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).</p>"
4933                    }
4934                }
4935            },
4936            "traits": {
4937                "smithy.api#documentation": "<p>In the response to an \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverQueryLogConfig.html\">AssociateResolverQueryLogConfig</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html\">DisassociateResolverQueryLogConfig</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverQueryLogConfigAssociation.html\">GetResolverQueryLogConfigAssociation</a>, \n\t\t\tor \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html\">ListResolverQueryLogConfigAssociations</a>,\n\t\t\trequest, a complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.</p>"
4938            }
4939        },
4940        "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociationError": {
4941            "type": "string",
4942            "traits": {
4943                "smithy.api#enum": [
4944                    {
4945                        "value": "NONE",
4946                        "name": "None"
4947                    },
4948                    {
4949                        "value": "DESTINATION_NOT_FOUND",
4950                        "name": "DestinationNotFound"
4951                    },
4952                    {
4953                        "value": "ACCESS_DENIED",
4954                        "name": "AccessDenied"
4955                    },
4956                    {
4957                        "value": "INTERNAL_SERVICE_ERROR",
4958                        "name": "InternalServiceError"
4959                    }
4960                ]
4961            }
4962        },
4963        "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociationErrorMessage": {
4964            "type": "string"
4965        },
4966        "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociationList": {
4967            "type": "list",
4968            "member": {
4969                "target": "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociation"
4970            }
4971        },
4972        "com.amazonaws.route53resolver#ResolverQueryLogConfigAssociationStatus": {
4973            "type": "string",
4974            "traits": {
4975                "smithy.api#enum": [
4976                    {
4977                        "value": "CREATING",
4978                        "name": "Creating"
4979                    },
4980                    {
4981                        "value": "ACTIVE",
4982                        "name": "Active"
4983                    },
4984                    {
4985                        "value": "ACTION_NEEDED",
4986                        "name": "ActionNeeded"
4987                    },
4988                    {
4989                        "value": "DELETING",
4990                        "name": "Deleting"
4991                    },
4992                    {
4993                        "value": "FAILED",
4994                        "name": "Failed"
4995                    }
4996                ]
4997            }
4998        },
4999        "com.amazonaws.route53resolver#ResolverQueryLogConfigList": {
5000            "type": "list",
5001            "member": {
5002                "target": "com.amazonaws.route53resolver#ResolverQueryLogConfig"
5003            }
5004        },
5005        "com.amazonaws.route53resolver#ResolverQueryLogConfigName": {
5006            "type": "string",
5007            "traits": {
5008                "smithy.api#length": {
5009                    "min": 1,
5010                    "max": 64
5011                },
5012                "smithy.api#pattern": "(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)"
5013            }
5014        },
5015        "com.amazonaws.route53resolver#ResolverQueryLogConfigPolicy": {
5016            "type": "string",
5017            "traits": {
5018                "smithy.api#length": {
5019                    "min": 0,
5020                    "max": 5000
5021                }
5022            }
5023        },
5024        "com.amazonaws.route53resolver#ResolverQueryLogConfigStatus": {
5025            "type": "string",
5026            "traits": {
5027                "smithy.api#enum": [
5028                    {
5029                        "value": "CREATING",
5030                        "name": "Creating"
5031                    },
5032                    {
5033                        "value": "CREATED",
5034                        "name": "Created"
5035                    },
5036                    {
5037                        "value": "DELETING",
5038                        "name": "Deleting"
5039                    },
5040                    {
5041                        "value": "FAILED",
5042                        "name": "Failed"
5043                    }
5044                ]
5045            }
5046        },
5047        "com.amazonaws.route53resolver#ResolverRule": {
5048            "type": "structure",
5049            "members": {
5050                "Id": {
5051                    "target": "com.amazonaws.route53resolver#ResourceId",
5052                    "traits": {
5053                        "smithy.api#documentation": "<p>The ID that Resolver assigned to the Resolver rule when you created it.</p>"
5054                    }
5055                },
5056                "CreatorRequestId": {
5057                    "target": "com.amazonaws.route53resolver#CreatorRequestId",
5058                    "traits": {
5059                        "smithy.api#documentation": "<p>A unique string that you specified when you created the Resolver rule. <code>CreatorRequestId</code> identifies the request and \n\t\t\tallows failed requests to be retried without the risk of executing the operation twice. </p>"
5060                    }
5061                },
5062                "Arn": {
5063                    "target": "com.amazonaws.route53resolver#Arn",
5064                    "traits": {
5065                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) for the Resolver rule specified by <code>Id</code>.</p>"
5066                    }
5067                },
5068                "DomainName": {
5069                    "target": "com.amazonaws.route53resolver#DomainName",
5070                    "traits": {
5071                        "smithy.api#documentation": "<p>DNS queries for this domain name are forwarded to the IP addresses that are specified in <code>TargetIps</code>. If a query matches \n\t\t\tmultiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name \n\t\t\t(www.example.com).</p>"
5072                    }
5073                },
5074                "Status": {
5075                    "target": "com.amazonaws.route53resolver#ResolverRuleStatus",
5076                    "traits": {
5077                        "smithy.api#documentation": "<p>A code that specifies the current status of the Resolver rule.</p>"
5078                    }
5079                },
5080                "StatusMessage": {
5081                    "target": "com.amazonaws.route53resolver#StatusMessage",
5082                    "traits": {
5083                        "smithy.api#documentation": "<p>A detailed description of the status of a Resolver rule.</p>"
5084                    }
5085                },
5086                "RuleType": {
5087                    "target": "com.amazonaws.route53resolver#RuleTypeOption",
5088                    "traits": {
5089                        "smithy.api#documentation": "<p>When you want to forward DNS queries for specified domain name to resolvers on your network, specify <code>FORWARD</code>.</p>\n\t\t       <p>When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for \n\t\t\ta subdomain of that domain, specify <code>SYSTEM</code>.</p>\n\t\t       <p>For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify <code>FORWARD</code> \n\t\t\tfor <code>RuleType</code>. To then have Resolver process queries for apex.example.com, you create a rule and specify \n\t\t\t<code>SYSTEM</code> for <code>RuleType</code>.</p>\n\t\t       <p>Currently, only Resolver can create rules that have a value of <code>RECURSIVE</code> for <code>RuleType</code>.</p>"
5090                    }
5091                },
5092                "Name": {
5093                    "target": "com.amazonaws.route53resolver#Name",
5094                    "traits": {
5095                        "smithy.api#documentation": "<p>The name for the Resolver rule, which you specified when you created the Resolver rule.</p>"
5096                    }
5097                },
5098                "TargetIps": {
5099                    "target": "com.amazonaws.route53resolver#TargetList",
5100                    "traits": {
5101                        "smithy.api#documentation": "<p>An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, \n\t\t\tthese are the IP addresses of DNS resolvers on your network. Specify IPv4 addresses. IPv6 is not supported.</p>"
5102                    }
5103                },
5104                "ResolverEndpointId": {
5105                    "target": "com.amazonaws.route53resolver#ResourceId",
5106                    "traits": {
5107                        "smithy.api#documentation": "<p>The ID of the endpoint that the rule is associated with.</p>"
5108                    }
5109                },
5110                "OwnerId": {
5111                    "target": "com.amazonaws.route53resolver#AccountId",
5112                    "traits": {
5113                        "smithy.api#documentation": "<p>When a rule is shared with another AWS account, the account ID of the account that the rule is shared with.</p>"
5114                    }
5115                },
5116                "ShareStatus": {
5117                    "target": "com.amazonaws.route53resolver#ShareStatus",
5118                    "traits": {
5119                        "smithy.api#documentation": "<p>Whether the rules is shared and, if so, whether the current account is sharing the rule with another account, or \n\t\t\tanother account is sharing the rule with the current account.</p>"
5120                    }
5121                },
5122                "CreationTime": {
5123                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
5124                    "traits": {
5125                        "smithy.api#documentation": "<p>The date and time that the Resolver rule was created, in Unix time format and Coordinated Universal Time (UTC).</p>"
5126                    }
5127                },
5128                "ModificationTime": {
5129                    "target": "com.amazonaws.route53resolver#Rfc3339TimeString",
5130                    "traits": {
5131                        "smithy.api#documentation": "<p>The date and time that the Resolver rule was last updated, in Unix time format and Coordinated Universal Time (UTC).</p>"
5132                    }
5133                }
5134            },
5135            "traits": {
5136                "smithy.api#documentation": "<p>For queries that originate in your VPC, detailed information about a Resolver rule, which specifies how to route DNS queries \n\t\t\tout of the VPC. The <code>ResolverRule</code> parameter appears in the response to a \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html\">CreateResolverRule</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverRule.html\">DeleteResolverRule</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html\">GetResolverRule</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html\">ListResolverRules</a>, \n\t\t\tor \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverRule.html\">UpdateResolverRule</a> request.</p>"
5137            }
5138        },
5139        "com.amazonaws.route53resolver#ResolverRuleAssociation": {
5140            "type": "structure",
5141            "members": {
5142                "Id": {
5143                    "target": "com.amazonaws.route53resolver#ResourceId",
5144                    "traits": {
5145                        "smithy.api#documentation": "<p>The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html\">AssociateResolverRule</a> \n\t\t\trequest.</p>"
5146                    }
5147                },
5148                "ResolverRuleId": {
5149                    "target": "com.amazonaws.route53resolver#ResourceId",
5150                    "traits": {
5151                        "smithy.api#documentation": "<p>The ID of the Resolver rule that you associated with the VPC that is specified by <code>VPCId</code>.</p>"
5152                    }
5153                },
5154                "Name": {
5155                    "target": "com.amazonaws.route53resolver#Name",
5156                    "traits": {
5157                        "smithy.api#documentation": "<p>The name of an association between a Resolver rule and a VPC.</p>"
5158                    }
5159                },
5160                "VPCId": {
5161                    "target": "com.amazonaws.route53resolver#ResourceId",
5162                    "traits": {
5163                        "smithy.api#documentation": "<p>The ID of the VPC that you associated the Resolver rule with.</p>"
5164                    }
5165                },
5166                "Status": {
5167                    "target": "com.amazonaws.route53resolver#ResolverRuleAssociationStatus",
5168                    "traits": {
5169                        "smithy.api#documentation": "<p>A code that specifies the current status of the association between a Resolver rule and a VPC.</p>"
5170                    }
5171                },
5172                "StatusMessage": {
5173                    "target": "com.amazonaws.route53resolver#StatusMessage",
5174                    "traits": {
5175                        "smithy.api#documentation": "<p>A detailed description of the status of the association between a Resolver rule and a VPC.</p>"
5176                    }
5177                }
5178            },
5179            "traits": {
5180                "smithy.api#documentation": "<p>In the response to an \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html\">AssociateResolverRule</a>, \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html\">DisassociateResolverRule</a>, \n\t\t\tor \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html\">ListResolverRuleAssociations</a> \n\t\t\trequest, provides information about an association between a Resolver rule and a VPC. \n\t\t\tThe association determines which DNS queries that originate in the VPC are forwarded to your network. </p>"
5181            }
5182        },
5183        "com.amazonaws.route53resolver#ResolverRuleAssociationStatus": {
5184            "type": "string",
5185            "traits": {
5186                "smithy.api#enum": [
5187                    {
5188                        "value": "CREATING",
5189                        "name": "Creating"
5190                    },
5191                    {
5192                        "value": "COMPLETE",
5193                        "name": "Complete"
5194                    },
5195                    {
5196                        "value": "DELETING",
5197                        "name": "Deleting"
5198                    },
5199                    {
5200                        "value": "FAILED",
5201                        "name": "Failed"
5202                    },
5203                    {
5204                        "value": "OVERRIDDEN",
5205                        "name": "Overridden"
5206                    }
5207                ]
5208            }
5209        },
5210        "com.amazonaws.route53resolver#ResolverRuleAssociations": {
5211            "type": "list",
5212            "member": {
5213                "target": "com.amazonaws.route53resolver#ResolverRuleAssociation"
5214            }
5215        },
5216        "com.amazonaws.route53resolver#ResolverRuleConfig": {
5217            "type": "structure",
5218            "members": {
5219                "Name": {
5220                    "target": "com.amazonaws.route53resolver#Name",
5221                    "traits": {
5222                        "smithy.api#documentation": "<p>The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console. </p>"
5223                    }
5224                },
5225                "TargetIps": {
5226                    "target": "com.amazonaws.route53resolver#TargetList",
5227                    "traits": {
5228                        "smithy.api#documentation": "<p>For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.</p>"
5229                    }
5230                },
5231                "ResolverEndpointId": {
5232                    "target": "com.amazonaws.route53resolver#ResourceId",
5233                    "traits": {
5234                        "smithy.api#documentation": "<p>The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in \n\t\t\t<code>TargetIps</code>.</p>"
5235                    }
5236                }
5237            },
5238            "traits": {
5239                "smithy.api#documentation": "<p>In an \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverRule.html\">UpdateResolverRule</a>\n\t\t\trequest, information about the changes that you want to make.</p>"
5240            }
5241        },
5242        "com.amazonaws.route53resolver#ResolverRulePolicy": {
5243            "type": "string",
5244            "traits": {
5245                "smithy.api#length": {
5246                    "min": 0,
5247                    "max": 5000
5248                }
5249            }
5250        },
5251        "com.amazonaws.route53resolver#ResolverRuleStatus": {
5252            "type": "string",
5253            "traits": {
5254                "smithy.api#enum": [
5255                    {
5256                        "value": "COMPLETE",
5257                        "name": "Complete"
5258                    },
5259                    {
5260                        "value": "DELETING",
5261                        "name": "Deleting"
5262                    },
5263                    {
5264                        "value": "UPDATING",
5265                        "name": "Updating"
5266                    },
5267                    {
5268                        "value": "FAILED",
5269                        "name": "Failed"
5270                    }
5271                ]
5272            }
5273        },
5274        "com.amazonaws.route53resolver#ResolverRules": {
5275            "type": "list",
5276            "member": {
5277                "target": "com.amazonaws.route53resolver#ResolverRule"
5278            }
5279        },
5280        "com.amazonaws.route53resolver#ResourceExistsException": {
5281            "type": "structure",
5282            "members": {
5283                "Message": {
5284                    "target": "com.amazonaws.route53resolver#String"
5285                },
5286                "ResourceType": {
5287                    "target": "com.amazonaws.route53resolver#String",
5288                    "traits": {
5289                        "smithy.api#documentation": "<p>For a <code>ResourceExistsException</code> error, the type of resource that the error applies to.</p>"
5290                    }
5291                }
5292            },
5293            "traits": {
5294                "smithy.api#documentation": "<p>The resource that you tried to create already exists.</p>",
5295                "smithy.api#error": "client"
5296            }
5297        },
5298        "com.amazonaws.route53resolver#ResourceId": {
5299            "type": "string",
5300            "traits": {
5301                "smithy.api#length": {
5302                    "min": 1,
5303                    "max": 64
5304                }
5305            }
5306        },
5307        "com.amazonaws.route53resolver#ResourceInUseException": {
5308            "type": "structure",
5309            "members": {
5310                "Message": {
5311                    "target": "com.amazonaws.route53resolver#String"
5312                },
5313                "ResourceType": {
5314                    "target": "com.amazonaws.route53resolver#String",
5315                    "traits": {
5316                        "smithy.api#documentation": "<p>For a <code>ResourceInUseException</code> error, the type of resource that is currently in use.</p>"
5317                    }
5318                }
5319            },
5320            "traits": {
5321                "smithy.api#documentation": "<p>The resource that you tried to update or delete is currently in use.</p>",
5322                "smithy.api#error": "client"
5323            }
5324        },
5325        "com.amazonaws.route53resolver#ResourceNotFoundException": {
5326            "type": "structure",
5327            "members": {
5328                "Message": {
5329                    "target": "com.amazonaws.route53resolver#String"
5330                },
5331                "ResourceType": {
5332                    "target": "com.amazonaws.route53resolver#String",
5333                    "traits": {
5334                        "smithy.api#documentation": "<p>For a <code>ResourceNotFoundException</code> error, the type of resource that doesn't exist.</p>"
5335                    }
5336                }
5337            },
5338            "traits": {
5339                "smithy.api#documentation": "<p>The specified resource doesn't exist.</p>",
5340                "smithy.api#error": "client"
5341            }
5342        },
5343        "com.amazonaws.route53resolver#ResourceUnavailableException": {
5344            "type": "structure",
5345            "members": {
5346                "Message": {
5347                    "target": "com.amazonaws.route53resolver#String"
5348                },
5349                "ResourceType": {
5350                    "target": "com.amazonaws.route53resolver#String",
5351                    "traits": {
5352                        "smithy.api#documentation": "<p>For a <code>ResourceUnavailableException</code> error, the type of resource that isn't available.</p>"
5353                    }
5354                }
5355            },
5356            "traits": {
5357                "smithy.api#documentation": "<p>The specified resource isn't available.</p>",
5358                "smithy.api#error": "client"
5359            }
5360        },
5361        "com.amazonaws.route53resolver#Rfc3339TimeString": {
5362            "type": "string",
5363            "traits": {
5364                "smithy.api#length": {
5365                    "min": 20,
5366                    "max": 40
5367                }
5368            }
5369        },
5370        "com.amazonaws.route53resolver#Route53Resolver": {
5371            "type": "service",
5372            "version": "2018-04-01",
5373            "operations": [
5374                {
5375                    "target": "com.amazonaws.route53resolver#AssociateFirewallRuleGroup"
5376                },
5377                {
5378                    "target": "com.amazonaws.route53resolver#AssociateResolverEndpointIpAddress"
5379                },
5380                {
5381                    "target": "com.amazonaws.route53resolver#AssociateResolverQueryLogConfig"
5382                },
5383                {
5384                    "target": "com.amazonaws.route53resolver#AssociateResolverRule"
5385                },
5386                {
5387                    "target": "com.amazonaws.route53resolver#CreateFirewallDomainList"
5388                },
5389                {
5390                    "target": "com.amazonaws.route53resolver#CreateFirewallRule"
5391                },
5392                {
5393                    "target": "com.amazonaws.route53resolver#CreateFirewallRuleGroup"
5394                },
5395                {
5396                    "target": "com.amazonaws.route53resolver#CreateResolverEndpoint"
5397                },
5398                {
5399                    "target": "com.amazonaws.route53resolver#CreateResolverQueryLogConfig"
5400                },
5401                {
5402                    "target": "com.amazonaws.route53resolver#CreateResolverRule"
5403                },
5404                {
5405                    "target": "com.amazonaws.route53resolver#DeleteFirewallDomainList"
5406                },
5407                {
5408                    "target": "com.amazonaws.route53resolver#DeleteFirewallRule"
5409                },
5410                {
5411                    "target": "com.amazonaws.route53resolver#DeleteFirewallRuleGroup"
5412                },
5413                {
5414                    "target": "com.amazonaws.route53resolver#DeleteResolverEndpoint"
5415                },
5416                {
5417                    "target": "com.amazonaws.route53resolver#DeleteResolverQueryLogConfig"
5418                },
5419                {
5420                    "target": "com.amazonaws.route53resolver#DeleteResolverRule"
5421                },
5422                {
5423                    "target": "com.amazonaws.route53resolver#DisassociateFirewallRuleGroup"
5424                },
5425                {
5426                    "target": "com.amazonaws.route53resolver#DisassociateResolverEndpointIpAddress"
5427                },
5428                {
5429                    "target": "com.amazonaws.route53resolver#DisassociateResolverQueryLogConfig"
5430                },
5431                {
5432                    "target": "com.amazonaws.route53resolver#DisassociateResolverRule"
5433                },
5434                {
5435                    "target": "com.amazonaws.route53resolver#GetFirewallConfig"
5436                },
5437                {
5438                    "target": "com.amazonaws.route53resolver#GetFirewallDomainList"
5439                },
5440                {
5441                    "target": "com.amazonaws.route53resolver#GetFirewallRuleGroup"
5442                },
5443                {
5444                    "target": "com.amazonaws.route53resolver#GetFirewallRuleGroupAssociation"
5445                },
5446                {
5447                    "target": "com.amazonaws.route53resolver#GetFirewallRuleGroupPolicy"
5448                },
5449                {
5450                    "target": "com.amazonaws.route53resolver#GetResolverDnssecConfig"
5451                },
5452                {
5453                    "target": "com.amazonaws.route53resolver#GetResolverEndpoint"
5454                },
5455                {
5456                    "target": "com.amazonaws.route53resolver#GetResolverQueryLogConfig"
5457                },
5458                {
5459                    "target": "com.amazonaws.route53resolver#GetResolverQueryLogConfigAssociation"
5460                },
5461                {
5462                    "target": "com.amazonaws.route53resolver#GetResolverQueryLogConfigPolicy"
5463                },
5464                {
5465                    "target": "com.amazonaws.route53resolver#GetResolverRule"
5466                },
5467                {
5468                    "target": "com.amazonaws.route53resolver#GetResolverRuleAssociation"
5469                },
5470                {
5471                    "target": "com.amazonaws.route53resolver#GetResolverRulePolicy"
5472                },
5473                {
5474                    "target": "com.amazonaws.route53resolver#ImportFirewallDomains"
5475                },
5476                {
5477                    "target": "com.amazonaws.route53resolver#ListFirewallConfigs"
5478                },
5479                {
5480                    "target": "com.amazonaws.route53resolver#ListFirewallDomainLists"
5481                },
5482                {
5483                    "target": "com.amazonaws.route53resolver#ListFirewallDomains"
5484                },
5485                {
5486                    "target": "com.amazonaws.route53resolver#ListFirewallRuleGroupAssociations"
5487                },
5488                {
5489                    "target": "com.amazonaws.route53resolver#ListFirewallRuleGroups"
5490                },
5491                {
5492                    "target": "com.amazonaws.route53resolver#ListFirewallRules"
5493                },
5494                {
5495                    "target": "com.amazonaws.route53resolver#ListResolverDnssecConfigs"
5496                },
5497                {
5498                    "target": "com.amazonaws.route53resolver#ListResolverEndpointIpAddresses"
5499                },
5500                {
5501                    "target": "com.amazonaws.route53resolver#ListResolverEndpoints"
5502                },
5503                {
5504                    "target": "com.amazonaws.route53resolver#ListResolverQueryLogConfigAssociations"
5505                },
5506                {
5507                    "target": "com.amazonaws.route53resolver#ListResolverQueryLogConfigs"
5508                },
5509                {
5510                    "target": "com.amazonaws.route53resolver#ListResolverRuleAssociations"
5511                },
5512                {
5513                    "target": "com.amazonaws.route53resolver#ListResolverRules"
5514                },
5515                {
5516                    "target": "com.amazonaws.route53resolver#ListTagsForResource"
5517                },
5518                {
5519                    "target": "com.amazonaws.route53resolver#PutFirewallRuleGroupPolicy"
5520                },
5521                {
5522                    "target": "com.amazonaws.route53resolver#PutResolverQueryLogConfigPolicy"
5523                },
5524                {
5525                    "target": "com.amazonaws.route53resolver#PutResolverRulePolicy"
5526                },
5527                {
5528                    "target": "com.amazonaws.route53resolver#TagResource"
5529                },
5530                {
5531                    "target": "com.amazonaws.route53resolver#UntagResource"
5532                },
5533                {
5534                    "target": "com.amazonaws.route53resolver#UpdateFirewallConfig"
5535                },
5536                {
5537                    "target": "com.amazonaws.route53resolver#UpdateFirewallDomains"
5538                },
5539                {
5540                    "target": "com.amazonaws.route53resolver#UpdateFirewallRule"
5541                },
5542                {
5543                    "target": "com.amazonaws.route53resolver#UpdateFirewallRuleGroupAssociation"
5544                },
5545                {
5546                    "target": "com.amazonaws.route53resolver#UpdateResolverDnssecConfig"
5547                },
5548                {
5549                    "target": "com.amazonaws.route53resolver#UpdateResolverEndpoint"
5550                },
5551                {
5552                    "target": "com.amazonaws.route53resolver#UpdateResolverRule"
5553                }
5554            ],
5555            "traits": {
5556                "aws.api#service": {
5557                    "sdkId": "Route53Resolver",
5558                    "arnNamespace": "route53resolver",
5559                    "cloudFormationName": "Route53Resolver",
5560                    "cloudTrailEventSource": "route53resolver.amazonaws.com",
5561                    "endpointPrefix": "route53resolver"
5562                },
5563                "aws.auth#sigv4": {
5564                    "name": "route53resolver"
5565                },
5566                "aws.protocols#awsJson1_1": {},
5567                "smithy.api#documentation": "<p>When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver. \n\t\t\tBy default, Resolver answers DNS queries for VPC domain names such as domain names for EC2 instances or ELB load balancers. \n\t\t\tResolver performs recursive lookups against public name servers for all other domain names.</p>\n\n\t\t       <p>You can also configure DNS resolution between your VPC and your network over a Direct Connect or VPN connection:</p>\n\n\t\t       <p>\n            <b>Forward DNS queries from resolvers on your network to Route 53 Resolver</b>\n         </p>\n\n\t\t       <p>DNS resolvers on your network can forward DNS queries to Resolver in a specified VPC. This allows your DNS resolvers \n\t\t\tto easily resolve domain names for AWS resources such as EC2 instances or records in a Route 53 private hosted zone. \n\t\t\tFor more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html#resolver-overview-forward-network-to-vpc\">How DNS Resolvers \n\t\t\ton Your Network Forward DNS Queries to Route 53 Resolver</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>\n\t\t\n\t\t       <p>\n            <b>Conditionally forward queries from a VPC to resolvers on your network</b>\n         </p>\n\n\t\t       <p>You can configure Resolver to forward queries that it receives from EC2 instances in your VPCs to DNS resolvers on your network. \n\t\t\tTo forward selected queries, you create Resolver rules that specify the domain names for the DNS queries that you want to forward \n\t\t\t(such as example.com), and the IP addresses of the DNS resolvers on your network that you want to forward the queries to. \n\t\t\tIf a query matches multiple rules (example.com, acme.example.com), Resolver chooses the rule with the most specific match \n\t\t\t(acme.example.com) and forwards the query to the IP addresses that you specified in that rule. For more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html#resolver-overview-forward-vpc-to-network\">How Route 53 Resolver \n\t\t\tForwards DNS Queries from Your VPCs to Your Network</a> in the <i>Amazon Route 53 Developer Guide</i>.</p>\n\n\t\t       <p>Like Amazon VPC, Resolver is regional. In each region where you have VPCs, you can choose whether to forward queries from your VPCs \n\t\t\tto your network (outbound queries), from your network to your VPCs (inbound queries), or both.</p>",
5568                "smithy.api#title": "Amazon Route 53 Resolver"
5569            }
5570        },
5571        "com.amazonaws.route53resolver#RuleTypeOption": {
5572            "type": "string",
5573            "traits": {
5574                "smithy.api#enum": [
5575                    {
5576                        "value": "FORWARD",
5577                        "name": "Forward"
5578                    },
5579                    {
5580                        "value": "SYSTEM",
5581                        "name": "System"
5582                    },
5583                    {
5584                        "value": "RECURSIVE",
5585                        "name": "Recursive"
5586                    }
5587                ]
5588            }
5589        },
5590        "com.amazonaws.route53resolver#SecurityGroupIds": {
5591            "type": "list",
5592            "member": {
5593                "target": "com.amazonaws.route53resolver#ResourceId"
5594            }
5595        },
5596        "com.amazonaws.route53resolver#ServicePrinciple": {
5597            "type": "string",
5598            "traits": {
5599                "smithy.api#length": {
5600                    "min": 1,
5601                    "max": 512
5602                }
5603            }
5604        },
5605        "com.amazonaws.route53resolver#ShareStatus": {
5606            "type": "string",
5607            "traits": {
5608                "smithy.api#enum": [
5609                    {
5610                        "value": "NOT_SHARED",
5611                        "name": "NotShared"
5612                    },
5613                    {
5614                        "value": "SHARED_WITH_ME",
5615                        "name": "SharedWithMe"
5616                    },
5617                    {
5618                        "value": "SHARED_BY_ME",
5619                        "name": "SharedByMe"
5620                    }
5621                ]
5622            }
5623        },
5624        "com.amazonaws.route53resolver#SortByKey": {
5625            "type": "string",
5626            "traits": {
5627                "smithy.api#length": {
5628                    "min": 1,
5629                    "max": 64
5630                }
5631            }
5632        },
5633        "com.amazonaws.route53resolver#SortOrder": {
5634            "type": "string",
5635            "traits": {
5636                "smithy.api#enum": [
5637                    {
5638                        "value": "ASCENDING",
5639                        "name": "Ascending"
5640                    },
5641                    {
5642                        "value": "DESCENDING",
5643                        "name": "Descending"
5644                    }
5645                ]
5646            }
5647        },
5648        "com.amazonaws.route53resolver#StatusMessage": {
5649            "type": "string",
5650            "traits": {
5651                "smithy.api#length": {
5652                    "min": 0,
5653                    "max": 255
5654                }
5655            }
5656        },
5657        "com.amazonaws.route53resolver#String": {
5658            "type": "string"
5659        },
5660        "com.amazonaws.route53resolver#SubnetId": {
5661            "type": "string",
5662            "traits": {
5663                "smithy.api#length": {
5664                    "min": 1,
5665                    "max": 32
5666                }
5667            }
5668        },
5669        "com.amazonaws.route53resolver#Tag": {
5670            "type": "structure",
5671            "members": {
5672                "Key": {
5673                    "target": "com.amazonaws.route53resolver#TagKey",
5674                    "traits": {
5675                        "smithy.api#documentation": "<p>The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes, \n\t\t\tthe value of <code>Key</code> might be <code>account-id</code>.</p>",
5676                        "smithy.api#required": {}
5677                    }
5678                },
5679                "Value": {
5680                    "target": "com.amazonaws.route53resolver#TagValue",
5681                    "traits": {
5682                        "smithy.api#documentation": "<p>The value for the tag. For example, if <code>Key</code> is <code>account-id</code>, then <code>Value</code> might be the ID of the \n\t\t\tcustomer account that you're creating the resource for.</p>",
5683                        "smithy.api#required": {}
5684                    }
5685                }
5686            },
5687            "traits": {
5688                "smithy.api#documentation": "<p>One tag that you want to add to the specified resource. A tag consists of a <code>Key</code> (a name for the tag) and a <code>Value</code>.</p>"
5689            }
5690        },
5691        "com.amazonaws.route53resolver#TagKey": {
5692            "type": "string",
5693            "traits": {
5694                "smithy.api#length": {
5695                    "min": 1,
5696                    "max": 128
5697                }
5698            }
5699        },
5700        "com.amazonaws.route53resolver#TagKeyList": {
5701            "type": "list",
5702            "member": {
5703                "target": "com.amazonaws.route53resolver#TagKey"
5704            },
5705            "traits": {
5706                "smithy.api#length": {
5707                    "min": 0,
5708                    "max": 200
5709                }
5710            }
5711        },
5712        "com.amazonaws.route53resolver#TagList": {
5713            "type": "list",
5714            "member": {
5715                "target": "com.amazonaws.route53resolver#Tag"
5716            },
5717            "traits": {
5718                "smithy.api#length": {
5719                    "min": 0,
5720                    "max": 200
5721                }
5722            }
5723        },
5724        "com.amazonaws.route53resolver#TagResource": {
5725            "type": "operation",
5726            "input": {
5727                "target": "com.amazonaws.route53resolver#TagResourceRequest"
5728            },
5729            "output": {
5730                "target": "com.amazonaws.route53resolver#TagResourceResponse"
5731            },
5732            "errors": [
5733                {
5734                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
5735                },
5736                {
5737                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
5738                },
5739                {
5740                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
5741                },
5742                {
5743                    "target": "com.amazonaws.route53resolver#InvalidTagException"
5744                },
5745                {
5746                    "target": "com.amazonaws.route53resolver#LimitExceededException"
5747                },
5748                {
5749                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
5750                },
5751                {
5752                    "target": "com.amazonaws.route53resolver#ThrottlingException"
5753                }
5754            ],
5755            "traits": {
5756                "smithy.api#documentation": "<p>Adds one or more tags to a specified resource.</p>"
5757            }
5758        },
5759        "com.amazonaws.route53resolver#TagResourceRequest": {
5760            "type": "structure",
5761            "members": {
5762                "ResourceArn": {
5763                    "target": "com.amazonaws.route53resolver#Arn",
5764                    "traits": {
5765                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the resource that you want to add tags to. To get the ARN for a resource, use the applicable \n\t\t\t<code>Get</code> or <code>List</code> command: </p>\n\t\t\t      <ul>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html\">GetResolverRule</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRuleAssociation.html\">GetResolverRuleAssociation</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html\">ListResolverEndpoints</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html\">ListResolverRuleAssociations</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html\">ListResolverRules</a>\n               </p>\n\t\t\t\t        </li>\n         </ul>",
5766                        "smithy.api#required": {}
5767                    }
5768                },
5769                "Tags": {
5770                    "target": "com.amazonaws.route53resolver#TagList",
5771                    "traits": {
5772                        "smithy.api#documentation": "<p>The tags that you want to add to the specified resource.</p>",
5773                        "smithy.api#required": {}
5774                    }
5775                }
5776            }
5777        },
5778        "com.amazonaws.route53resolver#TagResourceResponse": {
5779            "type": "structure",
5780            "members": {}
5781        },
5782        "com.amazonaws.route53resolver#TagValue": {
5783            "type": "string",
5784            "traits": {
5785                "smithy.api#length": {
5786                    "min": 0,
5787                    "max": 256
5788                }
5789            }
5790        },
5791        "com.amazonaws.route53resolver#TargetAddress": {
5792            "type": "structure",
5793            "members": {
5794                "Ip": {
5795                    "target": "com.amazonaws.route53resolver#Ip",
5796                    "traits": {
5797                        "smithy.api#documentation": "<p>One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.</p>",
5798                        "smithy.api#required": {}
5799                    }
5800                },
5801                "Port": {
5802                    "target": "com.amazonaws.route53resolver#Port",
5803                    "traits": {
5804                        "smithy.api#box": {},
5805                        "smithy.api#documentation": "<p>The port at <code>Ip</code> that you want to forward DNS queries to.</p>"
5806                    }
5807                }
5808            },
5809            "traits": {
5810                "smithy.api#documentation": "<p>In a \n\t\t\t<a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html\">CreateResolverRule</a>\n\t\t\trequest, an array of the IPs that you want to forward DNS queries to.</p>"
5811            }
5812        },
5813        "com.amazonaws.route53resolver#TargetList": {
5814            "type": "list",
5815            "member": {
5816                "target": "com.amazonaws.route53resolver#TargetAddress"
5817            },
5818            "traits": {
5819                "smithy.api#length": {
5820                    "min": 1
5821                }
5822            }
5823        },
5824        "com.amazonaws.route53resolver#ThrottlingException": {
5825            "type": "structure",
5826            "members": {
5827                "Message": {
5828                    "target": "com.amazonaws.route53resolver#ExceptionMessage"
5829                }
5830            },
5831            "traits": {
5832                "smithy.api#documentation": "<p>The request was throttled. Try again in a few minutes.</p>",
5833                "smithy.api#error": "client"
5834            }
5835        },
5836        "com.amazonaws.route53resolver#UnknownResourceException": {
5837            "type": "structure",
5838            "members": {
5839                "Message": {
5840                    "target": "com.amazonaws.route53resolver#ExceptionMessage"
5841                }
5842            },
5843            "traits": {
5844                "smithy.api#documentation": "<p>The specified resource doesn't exist.</p>",
5845                "smithy.api#error": "client"
5846            }
5847        },
5848        "com.amazonaws.route53resolver#Unsigned": {
5849            "type": "integer",
5850            "traits": {
5851                "smithy.api#box": {}
5852            }
5853        },
5854        "com.amazonaws.route53resolver#UntagResource": {
5855            "type": "operation",
5856            "input": {
5857                "target": "com.amazonaws.route53resolver#UntagResourceRequest"
5858            },
5859            "output": {
5860                "target": "com.amazonaws.route53resolver#UntagResourceResponse"
5861            },
5862            "errors": [
5863                {
5864                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
5865                },
5866                {
5867                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
5868                },
5869                {
5870                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
5871                },
5872                {
5873                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
5874                },
5875                {
5876                    "target": "com.amazonaws.route53resolver#ThrottlingException"
5877                }
5878            ],
5879            "traits": {
5880                "smithy.api#documentation": "<p>Removes one or more tags from a specified resource.</p>"
5881            }
5882        },
5883        "com.amazonaws.route53resolver#UntagResourceRequest": {
5884            "type": "structure",
5885            "members": {
5886                "ResourceArn": {
5887                    "target": "com.amazonaws.route53resolver#Arn",
5888                    "traits": {
5889                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the resource that you want to remove tags from. To get the ARN for a resource, use the applicable \n\t\t\t<code>Get</code> or <code>List</code> command: </p>\n\t\t\t      <ul>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html\">GetResolverRule</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRuleAssociation.html\">GetResolverRuleAssociation</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html\">ListResolverEndpoints</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html\">ListResolverRuleAssociations</a>\n               </p>\n\t\t\t\t        </li>\n            <li>\n\t\t\t\t\t          <p>\n                  <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html\">ListResolverRules</a>\n               </p>\n\t\t\t\t        </li>\n         </ul>",
5890                        "smithy.api#required": {}
5891                    }
5892                },
5893                "TagKeys": {
5894                    "target": "com.amazonaws.route53resolver#TagKeyList",
5895                    "traits": {
5896                        "smithy.api#documentation": "<p>The tags that you want to remove to the specified resource.</p>",
5897                        "smithy.api#required": {}
5898                    }
5899                }
5900            }
5901        },
5902        "com.amazonaws.route53resolver#UntagResourceResponse": {
5903            "type": "structure",
5904            "members": {}
5905        },
5906        "com.amazonaws.route53resolver#UpdateFirewallConfig": {
5907            "type": "operation",
5908            "input": {
5909                "target": "com.amazonaws.route53resolver#UpdateFirewallConfigRequest"
5910            },
5911            "output": {
5912                "target": "com.amazonaws.route53resolver#UpdateFirewallConfigResponse"
5913            },
5914            "errors": [
5915                {
5916                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
5917                },
5918                {
5919                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
5920                },
5921                {
5922                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
5923                },
5924                {
5925                    "target": "com.amazonaws.route53resolver#ThrottlingException"
5926                },
5927                {
5928                    "target": "com.amazonaws.route53resolver#ValidationException"
5929                }
5930            ],
5931            "traits": {
5932                "smithy.api#documentation": "<p>Updates the configuration of the firewall behavior provided by DNS Firewall for a single Amazon virtual private cloud (VPC). </p>"
5933            }
5934        },
5935        "com.amazonaws.route53resolver#UpdateFirewallConfigRequest": {
5936            "type": "structure",
5937            "members": {
5938                "ResourceId": {
5939                    "target": "com.amazonaws.route53resolver#ResourceId",
5940                    "traits": {
5941                        "smithy.api#documentation": "<p>The ID of the Amazon virtual private cloud (VPC) that the configuration is for.</p>",
5942                        "smithy.api#required": {}
5943                    }
5944                },
5945                "FirewallFailOpen": {
5946                    "target": "com.amazonaws.route53resolver#FirewallFailOpenStatus",
5947                    "traits": {
5948                        "smithy.api#documentation": "<p>Determines how Route 53 Resolver handles queries during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply. </p>\n         <ul>\n            <li>\n               <p>By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. \n       DNS Firewall blocks queries that it is unable to evaluate properly. </p>\n            </li>\n            <li>\n               <p>If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it \n       is unable to properly evaluate them. </p>\n            </li>\n         </ul>\n         <p>This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association. </p>",
5949                        "smithy.api#required": {}
5950                    }
5951                }
5952            }
5953        },
5954        "com.amazonaws.route53resolver#UpdateFirewallConfigResponse": {
5955            "type": "structure",
5956            "members": {
5957                "FirewallConfig": {
5958                    "target": "com.amazonaws.route53resolver#FirewallConfig",
5959                    "traits": {
5960                        "smithy.api#documentation": "<p>Configuration of the firewall behavior provided by DNS Firewall for a single Amazon virtual private cloud (VPC). </p>"
5961                    }
5962                }
5963            }
5964        },
5965        "com.amazonaws.route53resolver#UpdateFirewallDomains": {
5966            "type": "operation",
5967            "input": {
5968                "target": "com.amazonaws.route53resolver#UpdateFirewallDomainsRequest"
5969            },
5970            "output": {
5971                "target": "com.amazonaws.route53resolver#UpdateFirewallDomainsResponse"
5972            },
5973            "errors": [
5974                {
5975                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
5976                },
5977                {
5978                    "target": "com.amazonaws.route53resolver#ConflictException"
5979                },
5980                {
5981                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
5982                },
5983                {
5984                    "target": "com.amazonaws.route53resolver#LimitExceededException"
5985                },
5986                {
5987                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
5988                },
5989                {
5990                    "target": "com.amazonaws.route53resolver#ThrottlingException"
5991                },
5992                {
5993                    "target": "com.amazonaws.route53resolver#ValidationException"
5994                }
5995            ],
5996            "traits": {
5997                "smithy.api#documentation": "<p>Updates the firewall domain list from an array of domain specifications. </p>"
5998            }
5999        },
6000        "com.amazonaws.route53resolver#UpdateFirewallDomainsRequest": {
6001            "type": "structure",
6002            "members": {
6003                "FirewallDomainListId": {
6004                    "target": "com.amazonaws.route53resolver#ResourceId",
6005                    "traits": {
6006                        "smithy.api#documentation": "<p>The ID of the domain list whose domains you want to update. </p>",
6007                        "smithy.api#required": {}
6008                    }
6009                },
6010                "Operation": {
6011                    "target": "com.amazonaws.route53resolver#FirewallDomainUpdateOperation",
6012                    "traits": {
6013                        "smithy.api#documentation": "<p>What you want DNS Firewall to do with the domains that you are providing: </p>\n         <ul>\n            <li>\n               <p>\n                  <code>ADD</code> - Add the domains to the ones that are already in the domain list. </p> \n            </li>\n            <li>\n               <p>\n                  <code>REMOVE</code> - Search the domain list for the domains and remove them from the list.</p> \n            </li>\n            <li>\n               <p>\n                  <code>REPLACE</code> - Update the domain list to exactly match the list that you are providing. </p> \n            </li>\n         </ul>",
6014                        "smithy.api#required": {}
6015                    }
6016                },
6017                "Domains": {
6018                    "target": "com.amazonaws.route53resolver#FirewallDomains",
6019                    "traits": {
6020                        "smithy.api#documentation": "<p>A list of domains to use in the update operation.</p>\n         <p>Each domain specification in your domain list must satisfy the following\n\trequirements: </p>\n         <ul>\n            <li>\n      \t        <p>It can optionally start with <code>*</code> (asterisk).</p>\n      \t     </li>\n            <li>\n      \t        <p>With the exception of the optional starting asterisk, it must only contain\n      \t   the following characters: <code>A-Z</code>, <code>a-z</code>,\n      \t   <code>0-9</code>, <code>-</code> (hyphen).</p>\n      \t     </li>\n            <li>\n      \t        <p>It must be from 1-255 characters in length. </p>\n      \t     </li>\n         </ul>",
6021                        "smithy.api#required": {}
6022                    }
6023                }
6024            }
6025        },
6026        "com.amazonaws.route53resolver#UpdateFirewallDomainsResponse": {
6027            "type": "structure",
6028            "members": {
6029                "Id": {
6030                    "target": "com.amazonaws.route53resolver#ResourceId",
6031                    "traits": {
6032                        "smithy.api#documentation": "<p>The Id of the firewall domain list that DNS Firewall just updated.</p>"
6033                    }
6034                },
6035                "Name": {
6036                    "target": "com.amazonaws.route53resolver#Name",
6037                    "traits": {
6038                        "smithy.api#documentation": "<p>The name of the domain list. </p>"
6039                    }
6040                },
6041                "Status": {
6042                    "target": "com.amazonaws.route53resolver#FirewallDomainListStatus",
6043                    "traits": {
6044                        "smithy.api#documentation": "<p> </p>"
6045                    }
6046                },
6047                "StatusMessage": {
6048                    "target": "com.amazonaws.route53resolver#StatusMessage",
6049                    "traits": {
6050                        "smithy.api#documentation": "<p>Additional information about the status of the list, if available.</p>"
6051                    }
6052                }
6053            }
6054        },
6055        "com.amazonaws.route53resolver#UpdateFirewallRule": {
6056            "type": "operation",
6057            "input": {
6058                "target": "com.amazonaws.route53resolver#UpdateFirewallRuleRequest"
6059            },
6060            "output": {
6061                "target": "com.amazonaws.route53resolver#UpdateFirewallRuleResponse"
6062            },
6063            "errors": [
6064                {
6065                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
6066                },
6067                {
6068                    "target": "com.amazonaws.route53resolver#ConflictException"
6069                },
6070                {
6071                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
6072                },
6073                {
6074                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
6075                },
6076                {
6077                    "target": "com.amazonaws.route53resolver#ThrottlingException"
6078                },
6079                {
6080                    "target": "com.amazonaws.route53resolver#ValidationException"
6081                }
6082            ],
6083            "traits": {
6084                "smithy.api#documentation": "<p>Updates the specified firewall rule. </p>"
6085            }
6086        },
6087        "com.amazonaws.route53resolver#UpdateFirewallRuleGroupAssociation": {
6088            "type": "operation",
6089            "input": {
6090                "target": "com.amazonaws.route53resolver#UpdateFirewallRuleGroupAssociationRequest"
6091            },
6092            "output": {
6093                "target": "com.amazonaws.route53resolver#UpdateFirewallRuleGroupAssociationResponse"
6094            },
6095            "errors": [
6096                {
6097                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
6098                },
6099                {
6100                    "target": "com.amazonaws.route53resolver#ConflictException"
6101                },
6102                {
6103                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
6104                },
6105                {
6106                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
6107                },
6108                {
6109                    "target": "com.amazonaws.route53resolver#ThrottlingException"
6110                },
6111                {
6112                    "target": "com.amazonaws.route53resolver#ValidationException"
6113                }
6114            ],
6115            "traits": {
6116                "smithy.api#documentation": "<p>Changes the association of a <a>FirewallRuleGroup</a> with a VPC. The association enables DNS filtering for the VPC. </p>"
6117            }
6118        },
6119        "com.amazonaws.route53resolver#UpdateFirewallRuleGroupAssociationRequest": {
6120            "type": "structure",
6121            "members": {
6122                "FirewallRuleGroupAssociationId": {
6123                    "target": "com.amazonaws.route53resolver#ResourceId",
6124                    "traits": {
6125                        "smithy.api#documentation": "<p>The identifier of the <a>FirewallRuleGroupAssociation</a>. </p>",
6126                        "smithy.api#required": {}
6127                    }
6128                },
6129                "Priority": {
6130                    "target": "com.amazonaws.route53resolver#Priority",
6131                    "traits": {
6132                        "smithy.api#box": {},
6133                        "smithy.api#documentation": "<p>The setting that determines the processing order of the rule group among the rule groups that you associate with the specified VPC. DNS Firewall \n           filters VPC traffic starting from rule group with the lowest numeric priority setting. </p>\n         <p>You must specify a unique priority for each rule group that you associate with a single VPC. \n           To make it easier to insert rule groups later, leave space between the numbers, for example, use 100, 200, and so on. You \n   can change the priority setting for a rule group association after you create it.</p>"
6134                    }
6135                },
6136                "MutationProtection": {
6137                    "target": "com.amazonaws.route53resolver#MutationProtectionStatus",
6138                    "traits": {
6139                        "smithy.api#documentation": "<p>If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. </p>"
6140                    }
6141                },
6142                "Name": {
6143                    "target": "com.amazonaws.route53resolver#Name",
6144                    "traits": {
6145                        "smithy.api#documentation": "<p>The name of the rule group association.</p>"
6146                    }
6147                }
6148            }
6149        },
6150        "com.amazonaws.route53resolver#UpdateFirewallRuleGroupAssociationResponse": {
6151            "type": "structure",
6152            "members": {
6153                "FirewallRuleGroupAssociation": {
6154                    "target": "com.amazonaws.route53resolver#FirewallRuleGroupAssociation",
6155                    "traits": {
6156                        "smithy.api#documentation": "<p>The association that you just updated. </p>"
6157                    }
6158                }
6159            }
6160        },
6161        "com.amazonaws.route53resolver#UpdateFirewallRuleRequest": {
6162            "type": "structure",
6163            "members": {
6164                "FirewallRuleGroupId": {
6165                    "target": "com.amazonaws.route53resolver#ResourceId",
6166                    "traits": {
6167                        "smithy.api#documentation": "<p>The unique identifier of the firewall rule group for the rule. </p>",
6168                        "smithy.api#required": {}
6169                    }
6170                },
6171                "FirewallDomainListId": {
6172                    "target": "com.amazonaws.route53resolver#ResourceId",
6173                    "traits": {
6174                        "smithy.api#documentation": "<p>The ID of the domain list to use in the rule.  </p>",
6175                        "smithy.api#required": {}
6176                    }
6177                },
6178                "Priority": {
6179                    "target": "com.amazonaws.route53resolver#Priority",
6180                    "traits": {
6181                        "smithy.api#box": {},
6182                        "smithy.api#documentation": "<p>The setting that determines the processing order of the rule in the rule group. DNS Firewall \n           processes the rules in a rule group by order of priority, starting from the lowest setting.</p>\n         <p>You must specify a unique priority for each rule in a rule group. \n           To make it easier to insert rules later, leave space between the numbers, for example, use 100, 200, and so on. You \n   can change the priority setting for the rules in a rule group at any time.</p>"
6183                    }
6184                },
6185                "Action": {
6186                    "target": "com.amazonaws.route53resolver#Action",
6187                    "traits": {
6188                        "smithy.api#documentation": "<p>The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>ALLOW</code> - Permit the request to go through.</p> \n            </li>\n            <li>\n               <p>\n                  <code>ALERT</code> - Permit the request to go through but send an alert to the logs.</p> \n            </li>\n            <li>\n               <p>\n                  <code>BLOCK</code> - Disallow the request. This option requires additional details in the rule's <code>BlockResponse</code>. </p> \n            </li>\n         </ul>"
6189                    }
6190                },
6191                "BlockResponse": {
6192                    "target": "com.amazonaws.route53resolver#BlockResponse",
6193                    "traits": {
6194                        "smithy.api#documentation": "<p>The way that you want DNS Firewall to block the request. Used for the rule action setting <code>BLOCK</code>.</p>\n         <ul>\n            <li>\n               <p>\n                  <code>NODATA</code> - Respond indicating that the query was successful, but no response is available for it.</p> \n            </li>\n            <li>\n               <p>\n                  <code>NXDOMAIN</code> - Respond indicating that the domain name that's in the query doesn't exist.</p> \n            </li>\n            <li>\n               <p>\n                  <code>OVERRIDE</code> - Provide a custom override in the response. This option requires custom handling details in the rule's <code>BlockOverride*</code> settings. </p> \n            </li>\n         </ul>"
6195                    }
6196                },
6197                "BlockOverrideDomain": {
6198                    "target": "com.amazonaws.route53resolver#BlockOverrideDomain",
6199                    "traits": {
6200                        "smithy.api#documentation": "<p>The custom DNS record to send back in response to the query. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>"
6201                    }
6202                },
6203                "BlockOverrideDnsType": {
6204                    "target": "com.amazonaws.route53resolver#BlockOverrideDnsType",
6205                    "traits": {
6206                        "smithy.api#documentation": "<p>The DNS record's type. This determines the format of the record value that you provided in <code>BlockOverrideDomain</code>. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>"
6207                    }
6208                },
6209                "BlockOverrideTtl": {
6210                    "target": "com.amazonaws.route53resolver#BlockOverrideTtl",
6211                    "traits": {
6212                        "smithy.api#box": {},
6213                        "smithy.api#documentation": "<p>The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action <code>BLOCK</code> with a <code>BlockResponse</code> setting of <code>OVERRIDE</code>.</p>"
6214                    }
6215                },
6216                "Name": {
6217                    "target": "com.amazonaws.route53resolver#Name",
6218                    "traits": {
6219                        "smithy.api#documentation": "<p>The name of the rule.</p>"
6220                    }
6221                }
6222            }
6223        },
6224        "com.amazonaws.route53resolver#UpdateFirewallRuleResponse": {
6225            "type": "structure",
6226            "members": {
6227                "FirewallRule": {
6228                    "target": "com.amazonaws.route53resolver#FirewallRule",
6229                    "traits": {
6230                        "smithy.api#documentation": "<p>The firewall rule that you just updated. </p>"
6231                    }
6232                }
6233            }
6234        },
6235        "com.amazonaws.route53resolver#UpdateResolverDnssecConfig": {
6236            "type": "operation",
6237            "input": {
6238                "target": "com.amazonaws.route53resolver#UpdateResolverDnssecConfigRequest"
6239            },
6240            "output": {
6241                "target": "com.amazonaws.route53resolver#UpdateResolverDnssecConfigResponse"
6242            },
6243            "errors": [
6244                {
6245                    "target": "com.amazonaws.route53resolver#AccessDeniedException"
6246                },
6247                {
6248                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
6249                },
6250                {
6251                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
6252                },
6253                {
6254                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
6255                },
6256                {
6257                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
6258                },
6259                {
6260                    "target": "com.amazonaws.route53resolver#ThrottlingException"
6261                }
6262            ],
6263            "traits": {
6264                "smithy.api#documentation": "<p>Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.</p>"
6265            }
6266        },
6267        "com.amazonaws.route53resolver#UpdateResolverDnssecConfigRequest": {
6268            "type": "structure",
6269            "members": {
6270                "ResourceId": {
6271                    "target": "com.amazonaws.route53resolver#ResourceId",
6272                    "traits": {
6273                        "smithy.api#documentation": "<p>The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.</p>",
6274                        "smithy.api#required": {}
6275                    }
6276                },
6277                "Validation": {
6278                    "target": "com.amazonaws.route53resolver#Validation",
6279                    "traits": {
6280                        "smithy.api#documentation": "<p>The new value that you are specifying for DNSSEC validation for the VPC. The value can be <code>ENABLE</code>\n\t\t\tor <code>DISABLE</code>. Be aware that it can take time for a validation status change to be completed.</p>",
6281                        "smithy.api#required": {}
6282                    }
6283                }
6284            }
6285        },
6286        "com.amazonaws.route53resolver#UpdateResolverDnssecConfigResponse": {
6287            "type": "structure",
6288            "members": {
6289                "ResolverDNSSECConfig": {
6290                    "target": "com.amazonaws.route53resolver#ResolverDnssecConfig",
6291                    "traits": {
6292                        "smithy.api#documentation": "<p>A complex type that contains settings for the specified DNSSEC configuration.</p>"
6293                    }
6294                }
6295            }
6296        },
6297        "com.amazonaws.route53resolver#UpdateResolverEndpoint": {
6298            "type": "operation",
6299            "input": {
6300                "target": "com.amazonaws.route53resolver#UpdateResolverEndpointRequest"
6301            },
6302            "output": {
6303                "target": "com.amazonaws.route53resolver#UpdateResolverEndpointResponse"
6304            },
6305            "errors": [
6306                {
6307                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
6308                },
6309                {
6310                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
6311                },
6312                {
6313                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
6314                },
6315                {
6316                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
6317                },
6318                {
6319                    "target": "com.amazonaws.route53resolver#ThrottlingException"
6320                }
6321            ],
6322            "traits": {
6323                "smithy.api#documentation": "<p>Updates the name of an inbound or an outbound Resolver endpoint.  </p>"
6324            }
6325        },
6326        "com.amazonaws.route53resolver#UpdateResolverEndpointRequest": {
6327            "type": "structure",
6328            "members": {
6329                "ResolverEndpointId": {
6330                    "target": "com.amazonaws.route53resolver#ResourceId",
6331                    "traits": {
6332                        "smithy.api#documentation": "<p>The ID of the Resolver endpoint that you want to update.</p>",
6333                        "smithy.api#required": {}
6334                    }
6335                },
6336                "Name": {
6337                    "target": "com.amazonaws.route53resolver#Name",
6338                    "traits": {
6339                        "smithy.api#documentation": "<p>The name of the Resolver endpoint that you want to update.</p>"
6340                    }
6341                }
6342            }
6343        },
6344        "com.amazonaws.route53resolver#UpdateResolverEndpointResponse": {
6345            "type": "structure",
6346            "members": {
6347                "ResolverEndpoint": {
6348                    "target": "com.amazonaws.route53resolver#ResolverEndpoint",
6349                    "traits": {
6350                        "smithy.api#documentation": "<p>The response to an <code>UpdateResolverEndpoint</code> request.</p>"
6351                    }
6352                }
6353            }
6354        },
6355        "com.amazonaws.route53resolver#UpdateResolverRule": {
6356            "type": "operation",
6357            "input": {
6358                "target": "com.amazonaws.route53resolver#UpdateResolverRuleRequest"
6359            },
6360            "output": {
6361                "target": "com.amazonaws.route53resolver#UpdateResolverRuleResponse"
6362            },
6363            "errors": [
6364                {
6365                    "target": "com.amazonaws.route53resolver#InternalServiceErrorException"
6366                },
6367                {
6368                    "target": "com.amazonaws.route53resolver#InvalidParameterException"
6369                },
6370                {
6371                    "target": "com.amazonaws.route53resolver#InvalidRequestException"
6372                },
6373                {
6374                    "target": "com.amazonaws.route53resolver#LimitExceededException"
6375                },
6376                {
6377                    "target": "com.amazonaws.route53resolver#ResourceNotFoundException"
6378                },
6379                {
6380                    "target": "com.amazonaws.route53resolver#ResourceUnavailableException"
6381                },
6382                {
6383                    "target": "com.amazonaws.route53resolver#ThrottlingException"
6384                }
6385            ],
6386            "traits": {
6387                "smithy.api#documentation": "<p>Updates settings for a specified Resolver rule. <code>ResolverRuleId</code> is required, and all other parameters are optional. \n\t\t\tIf you don't specify a parameter, it retains its current value.</p>"
6388            }
6389        },
6390        "com.amazonaws.route53resolver#UpdateResolverRuleRequest": {
6391            "type": "structure",
6392            "members": {
6393                "ResolverRuleId": {
6394                    "target": "com.amazonaws.route53resolver#ResourceId",
6395                    "traits": {
6396                        "smithy.api#documentation": "<p>The ID of the Resolver rule that you want to update.</p>",
6397                        "smithy.api#required": {}
6398                    }
6399                },
6400                "Config": {
6401                    "target": "com.amazonaws.route53resolver#ResolverRuleConfig",
6402                    "traits": {
6403                        "smithy.api#documentation": "<p>The new settings for the Resolver rule.</p>",
6404                        "smithy.api#required": {}
6405                    }
6406                }
6407            }
6408        },
6409        "com.amazonaws.route53resolver#UpdateResolverRuleResponse": {
6410            "type": "structure",
6411            "members": {
6412                "ResolverRule": {
6413                    "target": "com.amazonaws.route53resolver#ResolverRule",
6414                    "traits": {
6415                        "smithy.api#documentation": "<p>The response to an <code>UpdateResolverRule</code> request.</p>"
6416                    }
6417                }
6418            }
6419        },
6420        "com.amazonaws.route53resolver#Validation": {
6421            "type": "string",
6422            "traits": {
6423                "smithy.api#enum": [
6424                    {
6425                        "value": "ENABLE",
6426                        "name": "ENABLE"
6427                    },
6428                    {
6429                        "value": "DISABLE",
6430                        "name": "DISABLE"
6431                    }
6432                ]
6433            }
6434        },
6435        "com.amazonaws.route53resolver#ValidationException": {
6436            "type": "structure",
6437            "members": {
6438                "Message": {
6439                    "target": "com.amazonaws.route53resolver#ExceptionMessage"
6440                }
6441            },
6442            "traits": {
6443                "smithy.api#documentation": "<p></p>",
6444                "smithy.api#error": "client"
6445            }
6446        }
6447    }
6448}
6449