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.fms#AWSAccountId": {
33            "type": "string",
34            "traits": {
35                "smithy.api#length": {
36                    "min": 1,
37                    "max": 1024
38                },
39                "smithy.api#pattern": "^[0-9]+$"
40            }
41        },
42        "com.amazonaws.fms#AWSFMS_20180101": {
43            "type": "service",
44            "version": "2018-01-01",
45            "operations": [
46                {
47                    "target": "com.amazonaws.fms#AssociateAdminAccount"
48                },
49                {
50                    "target": "com.amazonaws.fms#DeleteAppsList"
51                },
52                {
53                    "target": "com.amazonaws.fms#DeleteNotificationChannel"
54                },
55                {
56                    "target": "com.amazonaws.fms#DeletePolicy"
57                },
58                {
59                    "target": "com.amazonaws.fms#DeleteProtocolsList"
60                },
61                {
62                    "target": "com.amazonaws.fms#DisassociateAdminAccount"
63                },
64                {
65                    "target": "com.amazonaws.fms#GetAdminAccount"
66                },
67                {
68                    "target": "com.amazonaws.fms#GetAppsList"
69                },
70                {
71                    "target": "com.amazonaws.fms#GetComplianceDetail"
72                },
73                {
74                    "target": "com.amazonaws.fms#GetNotificationChannel"
75                },
76                {
77                    "target": "com.amazonaws.fms#GetPolicy"
78                },
79                {
80                    "target": "com.amazonaws.fms#GetProtectionStatus"
81                },
82                {
83                    "target": "com.amazonaws.fms#GetProtocolsList"
84                },
85                {
86                    "target": "com.amazonaws.fms#GetViolationDetails"
87                },
88                {
89                    "target": "com.amazonaws.fms#ListAppsLists"
90                },
91                {
92                    "target": "com.amazonaws.fms#ListComplianceStatus"
93                },
94                {
95                    "target": "com.amazonaws.fms#ListMemberAccounts"
96                },
97                {
98                    "target": "com.amazonaws.fms#ListPolicies"
99                },
100                {
101                    "target": "com.amazonaws.fms#ListProtocolsLists"
102                },
103                {
104                    "target": "com.amazonaws.fms#ListTagsForResource"
105                },
106                {
107                    "target": "com.amazonaws.fms#PutAppsList"
108                },
109                {
110                    "target": "com.amazonaws.fms#PutNotificationChannel"
111                },
112                {
113                    "target": "com.amazonaws.fms#PutPolicy"
114                },
115                {
116                    "target": "com.amazonaws.fms#PutProtocolsList"
117                },
118                {
119                    "target": "com.amazonaws.fms#TagResource"
120                },
121                {
122                    "target": "com.amazonaws.fms#UntagResource"
123                }
124            ],
125            "traits": {
126                "aws.api#service": {
127                    "sdkId": "FMS",
128                    "arnNamespace": "fms",
129                    "cloudFormationName": "FMS",
130                    "cloudTrailEventSource": "fms.amazonaws.com",
131                    "endpointPrefix": "fms"
132                },
133                "aws.auth#sigv4": {
134                    "name": "fms"
135                },
136                "aws.protocols#awsJson1_1": {},
137                "smithy.api#documentation": "<fullname>AWS Firewall Manager</fullname>\n         <p>This is the <i>AWS Firewall Manager API Reference</i>. This guide is for\n      developers who need detailed information about the AWS Firewall Manager API actions, data\n      types, and errors. For detailed information about AWS Firewall Manager features, see the\n        <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/fms-chapter.html\">AWS Firewall Manager Developer Guide</a>.</p>\n         <p>Some API actions require explicit resource permissions. For information, see the developer guide topic \n        <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/fms-api-permissions-ref.html\">Firewall Manager required permissions for API actions</a>.\n</p>",
138                "smithy.api#title": "Firewall Management Service"
139            }
140        },
141        "com.amazonaws.fms#AccountRoleStatus": {
142            "type": "string",
143            "traits": {
144                "smithy.api#enum": [
145                    {
146                        "value": "READY",
147                        "name": "Ready"
148                    },
149                    {
150                        "value": "CREATING",
151                        "name": "Creating"
152                    },
153                    {
154                        "value": "PENDING_DELETION",
155                        "name": "PendingDeletion"
156                    },
157                    {
158                        "value": "DELETING",
159                        "name": "Deleting"
160                    },
161                    {
162                        "value": "DELETED",
163                        "name": "Deleted"
164                    }
165                ]
166            }
167        },
168        "com.amazonaws.fms#App": {
169            "type": "structure",
170            "members": {
171                "AppName": {
172                    "target": "com.amazonaws.fms#ResourceName",
173                    "traits": {
174                        "smithy.api#documentation": "<p>The application's name.</p>",
175                        "smithy.api#required": {}
176                    }
177                },
178                "Protocol": {
179                    "target": "com.amazonaws.fms#Protocol",
180                    "traits": {
181                        "smithy.api#documentation": "<p>The IP protocol name or number. The name can be one of <code>tcp</code>, <code>udp</code>, or <code>icmp</code>. For information on possible numbers, see <a href=\"https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">Protocol Numbers</a>.</p>",
182                        "smithy.api#required": {}
183                    }
184                },
185                "Port": {
186                    "target": "com.amazonaws.fms#IPPortNumber",
187                    "traits": {
188                        "smithy.api#documentation": "<p>The application's port number, for example <code>80</code>.</p>",
189                        "smithy.api#required": {}
190                    }
191                }
192            },
193            "traits": {
194                "smithy.api#documentation": "<p>An individual AWS Firewall Manager application.</p>"
195            }
196        },
197        "com.amazonaws.fms#AppsList": {
198            "type": "list",
199            "member": {
200                "target": "com.amazonaws.fms#App"
201            }
202        },
203        "com.amazonaws.fms#AppsListData": {
204            "type": "structure",
205            "members": {
206                "ListId": {
207                    "target": "com.amazonaws.fms#ListId",
208                    "traits": {
209                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager applications list.</p>"
210                    }
211                },
212                "ListName": {
213                    "target": "com.amazonaws.fms#ResourceName",
214                    "traits": {
215                        "smithy.api#documentation": "<p>The name of the AWS Firewall Manager applications list.</p>",
216                        "smithy.api#required": {}
217                    }
218                },
219                "ListUpdateToken": {
220                    "target": "com.amazonaws.fms#UpdateToken",
221                    "traits": {
222                        "smithy.api#documentation": "<p>A unique identifier for each update to the list. When you update \n        the list, the update token must match the token of the current version of the application list. \n        You can retrieve the update token by getting the list. </p>"
223                    }
224                },
225                "CreateTime": {
226                    "target": "com.amazonaws.fms#TimeStamp",
227                    "traits": {
228                        "smithy.api#documentation": "<p>The time that the AWS Firewall Manager applications list was created.</p>"
229                    }
230                },
231                "LastUpdateTime": {
232                    "target": "com.amazonaws.fms#TimeStamp",
233                    "traits": {
234                        "smithy.api#documentation": "<p>The time that the AWS Firewall Manager applications list was last updated.</p>"
235                    }
236                },
237                "AppsList": {
238                    "target": "com.amazonaws.fms#AppsList",
239                    "traits": {
240                        "smithy.api#documentation": "<p>An array of applications in the AWS Firewall Manager applications list.</p>",
241                        "smithy.api#required": {}
242                    }
243                },
244                "PreviousAppsList": {
245                    "target": "com.amazonaws.fms#PreviousAppsList",
246                    "traits": {
247                        "smithy.api#documentation": "<p>A map of previous version numbers to their corresponding <code>App</code> object arrays.</p>"
248                    }
249                }
250            },
251            "traits": {
252                "smithy.api#documentation": "<p>An AWS Firewall Manager applications list.</p>"
253            }
254        },
255        "com.amazonaws.fms#AppsListDataSummary": {
256            "type": "structure",
257            "members": {
258                "ListArn": {
259                    "target": "com.amazonaws.fms#ResourceArn",
260                    "traits": {
261                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the applications list.</p>"
262                    }
263                },
264                "ListId": {
265                    "target": "com.amazonaws.fms#ListId",
266                    "traits": {
267                        "smithy.api#documentation": "<p>The ID of the applications list.</p>"
268                    }
269                },
270                "ListName": {
271                    "target": "com.amazonaws.fms#ResourceName",
272                    "traits": {
273                        "smithy.api#documentation": "<p>The name of the applications list.</p>"
274                    }
275                },
276                "AppsList": {
277                    "target": "com.amazonaws.fms#AppsList",
278                    "traits": {
279                        "smithy.api#documentation": "<p>An array of <code>App</code> objects in the AWS Firewall Manager applications list.</p>"
280                    }
281                }
282            },
283            "traits": {
284                "smithy.api#documentation": "<p>Details of the AWS Firewall Manager applications list.</p>"
285            }
286        },
287        "com.amazonaws.fms#AppsListsData": {
288            "type": "list",
289            "member": {
290                "target": "com.amazonaws.fms#AppsListDataSummary"
291            }
292        },
293        "com.amazonaws.fms#AssociateAdminAccount": {
294            "type": "operation",
295            "input": {
296                "target": "com.amazonaws.fms#AssociateAdminAccountRequest"
297            },
298            "errors": [
299                {
300                    "target": "com.amazonaws.fms#InternalErrorException"
301                },
302                {
303                    "target": "com.amazonaws.fms#InvalidInputException"
304                },
305                {
306                    "target": "com.amazonaws.fms#InvalidOperationException"
307                },
308                {
309                    "target": "com.amazonaws.fms#ResourceNotFoundException"
310                }
311            ],
312            "traits": {
313                "smithy.api#documentation": "<p>Sets the AWS Firewall Manager administrator account. AWS Firewall Manager must be\n      associated with the master account of your AWS organization or associated with a member\n      account that has the appropriate permissions. If the account ID that you submit is not an AWS\n      Organizations master account, AWS Firewall Manager will set the appropriate permissions for\n      the given member account.</p>\n         <p>The account that you associate with AWS Firewall Manager is called the AWS Firewall\n      Manager administrator account. </p>"
314            }
315        },
316        "com.amazonaws.fms#AssociateAdminAccountRequest": {
317            "type": "structure",
318            "members": {
319                "AdminAccount": {
320                    "target": "com.amazonaws.fms#AWSAccountId",
321                    "traits": {
322                        "smithy.api#documentation": "<p>The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager\n      administrator account. This can be an AWS Organizations master account or a member account.\n        For more information about AWS Organizations and master accounts, see \n        <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts.html\">Managing the AWS Accounts in Your Organization</a>.  </p>",
323                        "smithy.api#required": {}
324                    }
325                }
326            }
327        },
328        "com.amazonaws.fms#AwsEc2InstanceViolation": {
329            "type": "structure",
330            "members": {
331                "ViolationTarget": {
332                    "target": "com.amazonaws.fms#ViolationTarget",
333                    "traits": {
334                        "smithy.api#documentation": "<p>The resource ID of the EC2 instance.</p>"
335                    }
336                },
337                "AwsEc2NetworkInterfaceViolations": {
338                    "target": "com.amazonaws.fms#AwsEc2NetworkInterfaceViolations",
339                    "traits": {
340                        "smithy.api#documentation": "<p>Violations for network interfaces associated with the EC2 instance.</p>"
341                    }
342                }
343            },
344            "traits": {
345                "smithy.api#documentation": "<p>Violations for an EC2 instance resource.</p>"
346            }
347        },
348        "com.amazonaws.fms#AwsEc2NetworkInterfaceViolation": {
349            "type": "structure",
350            "members": {
351                "ViolationTarget": {
352                    "target": "com.amazonaws.fms#ViolationTarget",
353                    "traits": {
354                        "smithy.api#documentation": "<p>The resource ID of the network interface.</p>"
355                    }
356                },
357                "ViolatingSecurityGroups": {
358                    "target": "com.amazonaws.fms#ResourceIdList",
359                    "traits": {
360                        "smithy.api#documentation": "<p>List of security groups that violate the rules specified in the master security group of the AWS Firewall Manager policy.</p>"
361                    }
362                }
363            },
364            "traits": {
365                "smithy.api#documentation": "<p>Violations for network interfaces associated with an EC2 instance.</p>"
366            }
367        },
368        "com.amazonaws.fms#AwsEc2NetworkInterfaceViolations": {
369            "type": "list",
370            "member": {
371                "target": "com.amazonaws.fms#AwsEc2NetworkInterfaceViolation"
372            }
373        },
374        "com.amazonaws.fms#AwsVPCSecurityGroupViolation": {
375            "type": "structure",
376            "members": {
377                "ViolationTarget": {
378                    "target": "com.amazonaws.fms#ViolationTarget",
379                    "traits": {
380                        "smithy.api#documentation": "<p>The security group rule that is being evaluated.</p>"
381                    }
382                },
383                "ViolationTargetDescription": {
384                    "target": "com.amazonaws.fms#LengthBoundedString",
385                    "traits": {
386                        "smithy.api#documentation": "<p>A description of the security group that violates the policy.</p>"
387                    }
388                },
389                "PartialMatches": {
390                    "target": "com.amazonaws.fms#PartialMatches",
391                    "traits": {
392                        "smithy.api#documentation": "<p>List of rules specified in the security group of the AWS Firewall Manager policy that partially match the <code>ViolationTarget</code> rule.</p>"
393                    }
394                },
395                "PossibleSecurityGroupRemediationActions": {
396                    "target": "com.amazonaws.fms#SecurityGroupRemediationActions",
397                    "traits": {
398                        "smithy.api#documentation": "<p>Remediation options for the rule specified in the <code>ViolationTarget</code>.</p>"
399                    }
400                }
401            },
402            "traits": {
403                "smithy.api#documentation": "<p>Details of the rule violation in a security group when compared to the master security group of the AWS Firewall Manager policy.</p>"
404            }
405        },
406        "com.amazonaws.fms#BasicInteger": {
407            "type": "integer",
408            "traits": {
409                "smithy.api#range": {
410                    "min": -2147483648,
411                    "max": 2147483647
412                }
413            }
414        },
415        "com.amazonaws.fms#Boolean": {
416            "type": "boolean"
417        },
418        "com.amazonaws.fms#CIDR": {
419            "type": "string",
420            "traits": {
421                "smithy.api#length": {
422                    "min": 0,
423                    "max": 256
424                },
425                "smithy.api#pattern": "[a-f0-9:./]+"
426            }
427        },
428        "com.amazonaws.fms#ComplianceViolator": {
429            "type": "structure",
430            "members": {
431                "ResourceId": {
432                    "target": "com.amazonaws.fms#ResourceId",
433                    "traits": {
434                        "smithy.api#documentation": "<p>The resource ID.</p>"
435                    }
436                },
437                "ViolationReason": {
438                    "target": "com.amazonaws.fms#ViolationReason",
439                    "traits": {
440                        "smithy.api#documentation": "<p>The reason that the resource is not protected by the policy.</p>"
441                    }
442                },
443                "ResourceType": {
444                    "target": "com.amazonaws.fms#ResourceType",
445                    "traits": {
446                        "smithy.api#documentation": "<p>The resource type. This is in the format shown in the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">AWS Resource Types Reference</a>. For example:\n        <code>AWS::ElasticLoadBalancingV2::LoadBalancer</code>, \n        <code>AWS::CloudFront::Distribution</code>, or\n        <code>AWS::NetworkFirewall::FirewallPolicy</code>.</p>"
447                    }
448                }
449            },
450            "traits": {
451                "smithy.api#documentation": "<p>Details of the resource that is not protected by the policy.</p>"
452            }
453        },
454        "com.amazonaws.fms#ComplianceViolators": {
455            "type": "list",
456            "member": {
457                "target": "com.amazonaws.fms#ComplianceViolator"
458            }
459        },
460        "com.amazonaws.fms#CustomerPolicyScopeId": {
461            "type": "string",
462            "traits": {
463                "smithy.api#length": {
464                    "min": 1,
465                    "max": 1024
466                },
467                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
468            }
469        },
470        "com.amazonaws.fms#CustomerPolicyScopeIdList": {
471            "type": "list",
472            "member": {
473                "target": "com.amazonaws.fms#CustomerPolicyScopeId"
474            }
475        },
476        "com.amazonaws.fms#CustomerPolicyScopeIdType": {
477            "type": "string",
478            "traits": {
479                "smithy.api#enum": [
480                    {
481                        "value": "ACCOUNT",
482                        "name": "ACCOUNT"
483                    },
484                    {
485                        "value": "ORG_UNIT",
486                        "name": "ORG_UNIT"
487                    }
488                ]
489            }
490        },
491        "com.amazonaws.fms#CustomerPolicyScopeMap": {
492            "type": "map",
493            "key": {
494                "target": "com.amazonaws.fms#CustomerPolicyScopeIdType"
495            },
496            "value": {
497                "target": "com.amazonaws.fms#CustomerPolicyScopeIdList"
498            }
499        },
500        "com.amazonaws.fms#DeleteAppsList": {
501            "type": "operation",
502            "input": {
503                "target": "com.amazonaws.fms#DeleteAppsListRequest"
504            },
505            "errors": [
506                {
507                    "target": "com.amazonaws.fms#InternalErrorException"
508                },
509                {
510                    "target": "com.amazonaws.fms#InvalidOperationException"
511                },
512                {
513                    "target": "com.amazonaws.fms#ResourceNotFoundException"
514                }
515            ],
516            "traits": {
517                "smithy.api#documentation": "<p>Permanently deletes an AWS Firewall Manager applications list.</p>"
518            }
519        },
520        "com.amazonaws.fms#DeleteAppsListRequest": {
521            "type": "structure",
522            "members": {
523                "ListId": {
524                    "target": "com.amazonaws.fms#ListId",
525                    "traits": {
526                        "smithy.api#documentation": "<p>The ID of the applications list that you want to delete. You can retrieve this ID from \n      <code>PutAppsList</code>, <code>ListAppsLists</code>, and <code>GetAppsList</code>.</p>",
527                        "smithy.api#required": {}
528                    }
529                }
530            }
531        },
532        "com.amazonaws.fms#DeleteNotificationChannel": {
533            "type": "operation",
534            "input": {
535                "target": "com.amazonaws.fms#DeleteNotificationChannelRequest"
536            },
537            "errors": [
538                {
539                    "target": "com.amazonaws.fms#InternalErrorException"
540                },
541                {
542                    "target": "com.amazonaws.fms#InvalidOperationException"
543                },
544                {
545                    "target": "com.amazonaws.fms#ResourceNotFoundException"
546                }
547            ],
548            "traits": {
549                "smithy.api#documentation": "<p>Deletes an AWS Firewall Manager association with the IAM role and the Amazon Simple\n      Notification Service (SNS) topic that is used to record AWS Firewall Manager SNS logs.</p>"
550            }
551        },
552        "com.amazonaws.fms#DeleteNotificationChannelRequest": {
553            "type": "structure",
554            "members": {}
555        },
556        "com.amazonaws.fms#DeletePolicy": {
557            "type": "operation",
558            "input": {
559                "target": "com.amazonaws.fms#DeletePolicyRequest"
560            },
561            "errors": [
562                {
563                    "target": "com.amazonaws.fms#InternalErrorException"
564                },
565                {
566                    "target": "com.amazonaws.fms#InvalidInputException"
567                },
568                {
569                    "target": "com.amazonaws.fms#InvalidOperationException"
570                },
571                {
572                    "target": "com.amazonaws.fms#LimitExceededException"
573                },
574                {
575                    "target": "com.amazonaws.fms#ResourceNotFoundException"
576                }
577            ],
578            "traits": {
579                "smithy.api#documentation": "<p>Permanently deletes an AWS Firewall Manager policy. </p>"
580            }
581        },
582        "com.amazonaws.fms#DeletePolicyRequest": {
583            "type": "structure",
584            "members": {
585                "PolicyId": {
586                    "target": "com.amazonaws.fms#PolicyId",
587                    "traits": {
588                        "smithy.api#documentation": "<p>The ID of the policy that you want to delete. You can retrieve this ID from \n        <code>PutPolicy</code> and <code>ListPolicies</code>.</p>",
589                        "smithy.api#required": {}
590                    }
591                },
592                "DeleteAllPolicyResources": {
593                    "target": "com.amazonaws.fms#Boolean",
594                    "traits": {
595                        "smithy.api#documentation": "<p>If <code>True</code>, the request performs cleanup according to the policy type. </p>\n         <p>For AWS WAF and Shield Advanced policies, the cleanup does the following:</p>\n         <ul>\n            <li>\n               <p>Deletes rule groups created by AWS Firewall Manager</p>\n            </li>\n            <li>\n               <p>Removes web ACLs from in-scope resources</p>\n            </li>\n            <li>\n               <p>Deletes web ACLs that contain no rules or rule groups</p>\n            </li>\n         </ul>\n         <p>For security group policies, the cleanup does the following for each security group in\n      the policy:</p>\n         <ul>\n            <li>\n               <p>Disassociates the security group from in-scope resources </p>\n            </li>\n            <li>\n               <p>Deletes the security group if it was created through Firewall Manager and if it's\n          no longer associated with any resources through another policy</p>\n            </li>\n         </ul>\n         <p>After the cleanup, in-scope resources are no longer protected by web ACLs in this policy.\n      Protection of out-of-scope resources remains unchanged. Scope is determined by tags that you\n      create and accounts that you associate with the policy. When creating the policy, if you\n      specify that only resources in specific accounts or with specific tags are in scope of the\n      policy, those accounts and resources are handled by the policy. All others are out of scope.\n      If you don't specify tags or accounts, all resources are in scope. </p>"
596                    }
597                }
598            }
599        },
600        "com.amazonaws.fms#DeleteProtocolsList": {
601            "type": "operation",
602            "input": {
603                "target": "com.amazonaws.fms#DeleteProtocolsListRequest"
604            },
605            "errors": [
606                {
607                    "target": "com.amazonaws.fms#InternalErrorException"
608                },
609                {
610                    "target": "com.amazonaws.fms#InvalidOperationException"
611                },
612                {
613                    "target": "com.amazonaws.fms#ResourceNotFoundException"
614                }
615            ],
616            "traits": {
617                "smithy.api#documentation": "<p>Permanently deletes an AWS Firewall Manager protocols list.</p>"
618            }
619        },
620        "com.amazonaws.fms#DeleteProtocolsListRequest": {
621            "type": "structure",
622            "members": {
623                "ListId": {
624                    "target": "com.amazonaws.fms#ListId",
625                    "traits": {
626                        "smithy.api#documentation": "<p>The ID of the protocols list that you want to delete. You can retrieve this ID from \n      <code>PutProtocolsList</code>, <code>ListProtocolsLists</code>, and <code>GetProtocolsLost</code>.</p>",
627                        "smithy.api#required": {}
628                    }
629                }
630            }
631        },
632        "com.amazonaws.fms#DependentServiceName": {
633            "type": "string",
634            "traits": {
635                "smithy.api#enum": [
636                    {
637                        "value": "AWSCONFIG",
638                        "name": "AWSConfig"
639                    },
640                    {
641                        "value": "AWSWAF",
642                        "name": "AWSWAF"
643                    },
644                    {
645                        "value": "AWSSHIELD_ADVANCED",
646                        "name": "AWSShieldAdvanced"
647                    },
648                    {
649                        "value": "AWSVPC",
650                        "name": "AWSVirtualPrivateCloud"
651                    }
652                ]
653            }
654        },
655        "com.amazonaws.fms#DetailedInfo": {
656            "type": "string",
657            "traits": {
658                "smithy.api#length": {
659                    "min": 1,
660                    "max": 1024
661                },
662                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=,+\\-@]*)$"
663            }
664        },
665        "com.amazonaws.fms#DisassociateAdminAccount": {
666            "type": "operation",
667            "input": {
668                "target": "com.amazonaws.fms#DisassociateAdminAccountRequest"
669            },
670            "errors": [
671                {
672                    "target": "com.amazonaws.fms#InternalErrorException"
673                },
674                {
675                    "target": "com.amazonaws.fms#InvalidOperationException"
676                },
677                {
678                    "target": "com.amazonaws.fms#ResourceNotFoundException"
679                }
680            ],
681            "traits": {
682                "smithy.api#documentation": "<p>Disassociates the account that has been set as the AWS Firewall Manager administrator\n      account. To set a different account as the administrator account, you must submit an\n        <code>AssociateAdminAccount</code> request.</p>"
683            }
684        },
685        "com.amazonaws.fms#DisassociateAdminAccountRequest": {
686            "type": "structure",
687            "members": {}
688        },
689        "com.amazonaws.fms#DnsDuplicateRuleGroupViolation": {
690            "type": "structure",
691            "members": {
692                "ViolationTarget": {
693                    "target": "com.amazonaws.fms#ViolationTarget",
694                    "traits": {
695                        "smithy.api#documentation": "<p>The ID of the VPC. </p>"
696                    }
697                },
698                "ViolationTargetDescription": {
699                    "target": "com.amazonaws.fms#LengthBoundedString",
700                    "traits": {
701                        "smithy.api#documentation": "<p>A description of the violation that specifies the rule group and VPC.</p>"
702                    }
703                }
704            },
705            "traits": {
706                "smithy.api#documentation": "<p>A DNS Firewall rule group that Firewall Manager \n       tried to associate with a VPC is already associated with the VPC and can't be associated again. </p>"
707            }
708        },
709        "com.amazonaws.fms#DnsRuleGroupLimitExceededViolation": {
710            "type": "structure",
711            "members": {
712                "ViolationTarget": {
713                    "target": "com.amazonaws.fms#ViolationTarget",
714                    "traits": {
715                        "smithy.api#documentation": "<p>The ID of the VPC. </p>"
716                    }
717                },
718                "ViolationTargetDescription": {
719                    "target": "com.amazonaws.fms#LengthBoundedString",
720                    "traits": {
721                        "smithy.api#documentation": "<p>A description of the violation that specifies the rule group and VPC.</p>"
722                    }
723                },
724                "NumberOfRuleGroupsAlreadyAssociated": {
725                    "target": "com.amazonaws.fms#BasicInteger",
726                    "traits": {
727                        "smithy.api#documentation": "<p>The number of rule groups currently associated with the VPC.  </p>"
728                    }
729                }
730            },
731            "traits": {
732                "smithy.api#documentation": "<p>The VPC that Firewall Manager was applying a DNS Fireall policy to reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed due to the limit. </p>"
733            }
734        },
735        "com.amazonaws.fms#DnsRuleGroupPriorities": {
736            "type": "list",
737            "member": {
738                "target": "com.amazonaws.fms#DnsRuleGroupPriority"
739            }
740        },
741        "com.amazonaws.fms#DnsRuleGroupPriority": {
742            "type": "integer",
743            "traits": {
744                "smithy.api#range": {
745                    "min": 0,
746                    "max": 10000
747                }
748            }
749        },
750        "com.amazonaws.fms#DnsRuleGroupPriorityConflictViolation": {
751            "type": "structure",
752            "members": {
753                "ViolationTarget": {
754                    "target": "com.amazonaws.fms#ViolationTarget",
755                    "traits": {
756                        "smithy.api#documentation": "<p>The ID of the VPC. </p>"
757                    }
758                },
759                "ViolationTargetDescription": {
760                    "target": "com.amazonaws.fms#LengthBoundedString",
761                    "traits": {
762                        "smithy.api#documentation": "<p>A description of the violation that specifies the VPC and the rule group that's already associated with it.</p>"
763                    }
764                },
765                "ConflictingPriority": {
766                    "target": "com.amazonaws.fms#DnsRuleGroupPriority",
767                    "traits": {
768                        "smithy.api#documentation": "<p>The priority setting of the two conflicting rule groups.</p>"
769                    }
770                },
771                "ConflictingPolicyId": {
772                    "target": "com.amazonaws.fms#PolicyId",
773                    "traits": {
774                        "smithy.api#documentation": "<p>The ID of the Firewall Manager DNS Firewall policy that was already applied to the VPC. \n       This policy contains the rule group that's already associated with the VPC. </p>"
775                    }
776                },
777                "UnavailablePriorities": {
778                    "target": "com.amazonaws.fms#DnsRuleGroupPriorities",
779                    "traits": {
780                        "smithy.api#documentation": "<p>The priorities of rule groups that are already associated with the VPC. To retry your operation, \n       choose priority settings that aren't in this list for the rule groups in your new DNS Firewall policy. </p>"
781                    }
782                }
783            },
784            "traits": {
785                "smithy.api#documentation": "<p>A rule group that Firewall Manager \n       tried to associate with a VPC has the same priority as a rule group that's already associated. </p>"
786            }
787        },
788        "com.amazonaws.fms#ErrorMessage": {
789            "type": "string"
790        },
791        "com.amazonaws.fms#EvaluationResult": {
792            "type": "structure",
793            "members": {
794                "ComplianceStatus": {
795                    "target": "com.amazonaws.fms#PolicyComplianceStatusType",
796                    "traits": {
797                        "smithy.api#documentation": "<p>Describes an AWS account's compliance with the AWS Firewall Manager policy.</p>"
798                    }
799                },
800                "ViolatorCount": {
801                    "target": "com.amazonaws.fms#ResourceCount",
802                    "traits": {
803                        "smithy.api#documentation": "<p>The number of resources that are noncompliant with the specified policy. For AWS WAF and\n      Shield Advanced policies, a resource is considered noncompliant if it is not associated with\n      the policy. For security group policies, a resource is considered noncompliant if it doesn't\n      comply with the rules of the policy and remediation is disabled or not possible.</p>"
804                    }
805                },
806                "EvaluationLimitExceeded": {
807                    "target": "com.amazonaws.fms#Boolean",
808                    "traits": {
809                        "smithy.api#documentation": "<p>Indicates that over 100 resources are noncompliant with the AWS Firewall Manager\n      policy.</p>"
810                    }
811                }
812            },
813            "traits": {
814                "smithy.api#documentation": "<p>Describes the compliance status for the account. An account is considered noncompliant if\n      it includes resources that are not protected by the specified policy or that don't comply with\n      the policy.</p>"
815            }
816        },
817        "com.amazonaws.fms#EvaluationResults": {
818            "type": "list",
819            "member": {
820                "target": "com.amazonaws.fms#EvaluationResult"
821            }
822        },
823        "com.amazonaws.fms#GetAdminAccount": {
824            "type": "operation",
825            "input": {
826                "target": "com.amazonaws.fms#GetAdminAccountRequest"
827            },
828            "output": {
829                "target": "com.amazonaws.fms#GetAdminAccountResponse"
830            },
831            "errors": [
832                {
833                    "target": "com.amazonaws.fms#InternalErrorException"
834                },
835                {
836                    "target": "com.amazonaws.fms#InvalidOperationException"
837                },
838                {
839                    "target": "com.amazonaws.fms#ResourceNotFoundException"
840                }
841            ],
842            "traits": {
843                "smithy.api#documentation": "<p>Returns the AWS Organizations master account that is associated with AWS Firewall Manager\n      as the AWS Firewall Manager administrator.</p>"
844            }
845        },
846        "com.amazonaws.fms#GetAdminAccountRequest": {
847            "type": "structure",
848            "members": {}
849        },
850        "com.amazonaws.fms#GetAdminAccountResponse": {
851            "type": "structure",
852            "members": {
853                "AdminAccount": {
854                    "target": "com.amazonaws.fms#AWSAccountId",
855                    "traits": {
856                        "smithy.api#documentation": "<p>The AWS account that is set as the AWS Firewall Manager administrator.</p>"
857                    }
858                },
859                "RoleStatus": {
860                    "target": "com.amazonaws.fms#AccountRoleStatus",
861                    "traits": {
862                        "smithy.api#documentation": "<p>The status of the AWS account that you set as the AWS Firewall Manager\n      administrator.</p>"
863                    }
864                }
865            }
866        },
867        "com.amazonaws.fms#GetAppsList": {
868            "type": "operation",
869            "input": {
870                "target": "com.amazonaws.fms#GetAppsListRequest"
871            },
872            "output": {
873                "target": "com.amazonaws.fms#GetAppsListResponse"
874            },
875            "errors": [
876                {
877                    "target": "com.amazonaws.fms#InternalErrorException"
878                },
879                {
880                    "target": "com.amazonaws.fms#InvalidOperationException"
881                },
882                {
883                    "target": "com.amazonaws.fms#ResourceNotFoundException"
884                }
885            ],
886            "traits": {
887                "smithy.api#documentation": "<p>Returns information about the specified AWS Firewall Manager applications list.</p>"
888            }
889        },
890        "com.amazonaws.fms#GetAppsListRequest": {
891            "type": "structure",
892            "members": {
893                "ListId": {
894                    "target": "com.amazonaws.fms#ListId",
895                    "traits": {
896                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager applications list that you want the details for.</p>",
897                        "smithy.api#required": {}
898                    }
899                },
900                "DefaultList": {
901                    "target": "com.amazonaws.fms#Boolean",
902                    "traits": {
903                        "smithy.api#documentation": "<p>Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.</p>"
904                    }
905                }
906            }
907        },
908        "com.amazonaws.fms#GetAppsListResponse": {
909            "type": "structure",
910            "members": {
911                "AppsList": {
912                    "target": "com.amazonaws.fms#AppsListData",
913                    "traits": {
914                        "smithy.api#documentation": "<p>Information about the specified AWS Firewall Manager applications list.</p>"
915                    }
916                },
917                "AppsListArn": {
918                    "target": "com.amazonaws.fms#ResourceArn",
919                    "traits": {
920                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the applications list.</p>"
921                    }
922                }
923            }
924        },
925        "com.amazonaws.fms#GetComplianceDetail": {
926            "type": "operation",
927            "input": {
928                "target": "com.amazonaws.fms#GetComplianceDetailRequest"
929            },
930            "output": {
931                "target": "com.amazonaws.fms#GetComplianceDetailResponse"
932            },
933            "errors": [
934                {
935                    "target": "com.amazonaws.fms#InternalErrorException"
936                },
937                {
938                    "target": "com.amazonaws.fms#InvalidInputException"
939                },
940                {
941                    "target": "com.amazonaws.fms#InvalidOperationException"
942                },
943                {
944                    "target": "com.amazonaws.fms#ResourceNotFoundException"
945                }
946            ],
947            "traits": {
948                "smithy.api#documentation": "<p>Returns detailed compliance information about the specified member account. Details\n      include resources that are in and out of compliance with the specified policy. Resources are\n      considered noncompliant for AWS WAF and Shield Advanced policies if the specified policy has\n      not been applied to them. Resources are considered noncompliant for security group policies if\n      they are in scope of the policy, they violate one or more of the policy rules, and remediation\n        is disabled or not possible. Resources are considered noncompliant for Network Firewall policies\n        if a firewall is missing in the VPC, if the firewall endpoint isn't set up in an expected Availability Zone and subnet, \n        if a subnet created by the Firewall Manager doesn't have the expected route table, \n        and for modifications to a firewall policy that violate the Firewall Manager policy's rules. </p>"
949            }
950        },
951        "com.amazonaws.fms#GetComplianceDetailRequest": {
952            "type": "structure",
953            "members": {
954                "PolicyId": {
955                    "target": "com.amazonaws.fms#PolicyId",
956                    "traits": {
957                        "smithy.api#documentation": "<p>The ID of the policy that you want to get the details for. <code>PolicyId</code> is\n      returned by <code>PutPolicy</code> and by <code>ListPolicies</code>.</p>",
958                        "smithy.api#required": {}
959                    }
960                },
961                "MemberAccount": {
962                    "target": "com.amazonaws.fms#AWSAccountId",
963                    "traits": {
964                        "smithy.api#documentation": "<p>The AWS account that owns the resources that you want to get the details for.</p>",
965                        "smithy.api#required": {}
966                    }
967                }
968            }
969        },
970        "com.amazonaws.fms#GetComplianceDetailResponse": {
971            "type": "structure",
972            "members": {
973                "PolicyComplianceDetail": {
974                    "target": "com.amazonaws.fms#PolicyComplianceDetail",
975                    "traits": {
976                        "smithy.api#documentation": "<p>Information about the resources and the policy that you specified in the\n        <code>GetComplianceDetail</code> request.</p>"
977                    }
978                }
979            }
980        },
981        "com.amazonaws.fms#GetNotificationChannel": {
982            "type": "operation",
983            "input": {
984                "target": "com.amazonaws.fms#GetNotificationChannelRequest"
985            },
986            "output": {
987                "target": "com.amazonaws.fms#GetNotificationChannelResponse"
988            },
989            "errors": [
990                {
991                    "target": "com.amazonaws.fms#InternalErrorException"
992                },
993                {
994                    "target": "com.amazonaws.fms#InvalidOperationException"
995                },
996                {
997                    "target": "com.amazonaws.fms#ResourceNotFoundException"
998                }
999            ],
1000            "traits": {
1001                "smithy.api#documentation": "<p>Information\n      about the Amazon Simple Notification Service (SNS) topic that is used to\n      record AWS Firewall Manager SNS logs.</p>"
1002            }
1003        },
1004        "com.amazonaws.fms#GetNotificationChannelRequest": {
1005            "type": "structure",
1006            "members": {}
1007        },
1008        "com.amazonaws.fms#GetNotificationChannelResponse": {
1009            "type": "structure",
1010            "members": {
1011                "SnsTopicArn": {
1012                    "target": "com.amazonaws.fms#ResourceArn",
1013                    "traits": {
1014                        "smithy.api#documentation": "<p>The SNS topic that records AWS Firewall Manager activity. </p>"
1015                    }
1016                },
1017                "SnsRoleName": {
1018                    "target": "com.amazonaws.fms#ResourceArn",
1019                    "traits": {
1020                        "smithy.api#documentation": "<p>The IAM role that is used by AWS Firewall Manager to record activity to SNS.</p>"
1021                    }
1022                }
1023            }
1024        },
1025        "com.amazonaws.fms#GetPolicy": {
1026            "type": "operation",
1027            "input": {
1028                "target": "com.amazonaws.fms#GetPolicyRequest"
1029            },
1030            "output": {
1031                "target": "com.amazonaws.fms#GetPolicyResponse"
1032            },
1033            "errors": [
1034                {
1035                    "target": "com.amazonaws.fms#InternalErrorException"
1036                },
1037                {
1038                    "target": "com.amazonaws.fms#InvalidOperationException"
1039                },
1040                {
1041                    "target": "com.amazonaws.fms#InvalidTypeException"
1042                },
1043                {
1044                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1045                }
1046            ],
1047            "traits": {
1048                "smithy.api#documentation": "<p>Returns information about the specified AWS Firewall Manager policy.</p>"
1049            }
1050        },
1051        "com.amazonaws.fms#GetPolicyRequest": {
1052            "type": "structure",
1053            "members": {
1054                "PolicyId": {
1055                    "target": "com.amazonaws.fms#PolicyId",
1056                    "traits": {
1057                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager policy that you want the details for.</p>",
1058                        "smithy.api#required": {}
1059                    }
1060                }
1061            }
1062        },
1063        "com.amazonaws.fms#GetPolicyResponse": {
1064            "type": "structure",
1065            "members": {
1066                "Policy": {
1067                    "target": "com.amazonaws.fms#Policy",
1068                    "traits": {
1069                        "smithy.api#documentation": "<p>Information about the specified AWS Firewall Manager policy.</p>"
1070                    }
1071                },
1072                "PolicyArn": {
1073                    "target": "com.amazonaws.fms#ResourceArn",
1074                    "traits": {
1075                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified policy.</p>"
1076                    }
1077                }
1078            }
1079        },
1080        "com.amazonaws.fms#GetProtectionStatus": {
1081            "type": "operation",
1082            "input": {
1083                "target": "com.amazonaws.fms#GetProtectionStatusRequest"
1084            },
1085            "output": {
1086                "target": "com.amazonaws.fms#GetProtectionStatusResponse"
1087            },
1088            "errors": [
1089                {
1090                    "target": "com.amazonaws.fms#InternalErrorException"
1091                },
1092                {
1093                    "target": "com.amazonaws.fms#InvalidInputException"
1094                },
1095                {
1096                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1097                }
1098            ],
1099            "traits": {
1100                "smithy.api#documentation": "<p>If you created a Shield Advanced policy, returns policy-level attack summary information\n         in the event of a potential DDoS attack. Other policy types are currently unsupported.</p>"
1101            }
1102        },
1103        "com.amazonaws.fms#GetProtectionStatusRequest": {
1104            "type": "structure",
1105            "members": {
1106                "PolicyId": {
1107                    "target": "com.amazonaws.fms#PolicyId",
1108                    "traits": {
1109                        "smithy.api#documentation": "<p>The ID of the policy for which you want to get the attack information.</p>",
1110                        "smithy.api#required": {}
1111                    }
1112                },
1113                "MemberAccountId": {
1114                    "target": "com.amazonaws.fms#AWSAccountId",
1115                    "traits": {
1116                        "smithy.api#documentation": "<p>The AWS account that is in scope of the policy that you want to get the details\n         for.</p>"
1117                    }
1118                },
1119                "StartTime": {
1120                    "target": "com.amazonaws.fms#TimeStamp",
1121                    "traits": {
1122                        "smithy.api#documentation": "<p>The start of the time period to query for the attacks. This is a <code>timestamp</code> type. The\n          request syntax listing indicates a <code>number</code> type because the default used by AWS Firewall\n         Manager is Unix time in seconds. However, any valid <code>timestamp</code> format is\n         allowed.</p>"
1123                    }
1124                },
1125                "EndTime": {
1126                    "target": "com.amazonaws.fms#TimeStamp",
1127                    "traits": {
1128                        "smithy.api#documentation": "<p>The end of the time period to query for the attacks. This is a <code>timestamp</code> type. The\n         request syntax listing indicates a <code>number</code> type because the default used by AWS Firewall\n         Manager is Unix time in seconds. However, any valid <code>timestamp</code> format is\n         allowed.</p>"
1129                    }
1130                },
1131                "NextToken": {
1132                    "target": "com.amazonaws.fms#PaginationToken",
1133                    "traits": {
1134                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> and you have more objects than the number that you specify \n         for <code>MaxResults</code>, AWS Firewall Manager returns a <code>NextToken</code> value in the response, which you can use to retrieve another group of \n         objects. For the second and subsequent <code>GetProtectionStatus</code> requests, specify the value of <code>NextToken</code> \n         from the previous response to get information about another batch of objects.</p>"
1135                    }
1136                },
1137                "MaxResults": {
1138                    "target": "com.amazonaws.fms#PaginationMaxResults",
1139                    "traits": {
1140                        "smithy.api#documentation": "<p>Specifies the number of objects that you want AWS Firewall Manager to return for this request. If you have more \n        objects than the number that you specify for <code>MaxResults</code>, the response includes a \n         <code>NextToken</code> value that you can use to get another batch of objects.</p>"
1141                    }
1142                }
1143            }
1144        },
1145        "com.amazonaws.fms#GetProtectionStatusResponse": {
1146            "type": "structure",
1147            "members": {
1148                "AdminAccountId": {
1149                    "target": "com.amazonaws.fms#AWSAccountId",
1150                    "traits": {
1151                        "smithy.api#documentation": "<p>The ID of the AWS Firewall administrator account for this policy.</p>"
1152                    }
1153                },
1154                "ServiceType": {
1155                    "target": "com.amazonaws.fms#SecurityServiceType",
1156                    "traits": {
1157                        "smithy.api#documentation": "<p>The service type that is protected by the policy. Currently, this is always\n            <code>SHIELD_ADVANCED</code>.</p>"
1158                    }
1159                },
1160                "Data": {
1161                    "target": "com.amazonaws.fms#ProtectionData",
1162                    "traits": {
1163                        "smithy.api#documentation": "<p>Details about the attack, including the following:</p>\n         <ul>\n            <li>\n               <p>Attack type</p>\n            </li>\n            <li>\n               <p>Account ID</p>\n            </li>\n            <li>\n               <p>ARN of the resource attacked</p>\n            </li>\n            <li>\n               <p>Start time of the attack</p>\n            </li>\n            <li>\n               <p>End time of the attack (ongoing attacks will not have an end time)</p>\n            </li>\n         </ul>\n         <p>The details are in JSON format. </p>"
1164                    }
1165                },
1166                "NextToken": {
1167                    "target": "com.amazonaws.fms#PaginationToken",
1168                    "traits": {
1169                        "smithy.api#documentation": "<p>If you have more objects than the number that you specified for <code>MaxResults</code> in the request, \n         the response includes a <code>NextToken</code> value. To list more objects, submit another \n         <code>GetProtectionStatus</code> request, and specify the <code>NextToken</code> value from the response in the \n         <code>NextToken</code> value in the next request.</p>\n         <p>AWS SDKs provide auto-pagination that identify <code>NextToken</code> in a response and\n         make subsequent request calls automatically on your behalf. However, this feature is not\n         supported by <code>GetProtectionStatus</code>. You must submit subsequent requests with\n            <code>NextToken</code> using your own processes. </p>"
1170                    }
1171                }
1172            }
1173        },
1174        "com.amazonaws.fms#GetProtocolsList": {
1175            "type": "operation",
1176            "input": {
1177                "target": "com.amazonaws.fms#GetProtocolsListRequest"
1178            },
1179            "output": {
1180                "target": "com.amazonaws.fms#GetProtocolsListResponse"
1181            },
1182            "errors": [
1183                {
1184                    "target": "com.amazonaws.fms#InternalErrorException"
1185                },
1186                {
1187                    "target": "com.amazonaws.fms#InvalidOperationException"
1188                },
1189                {
1190                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1191                }
1192            ],
1193            "traits": {
1194                "smithy.api#documentation": "<p>Returns information about the specified AWS Firewall Manager protocols list.</p>"
1195            }
1196        },
1197        "com.amazonaws.fms#GetProtocolsListRequest": {
1198            "type": "structure",
1199            "members": {
1200                "ListId": {
1201                    "target": "com.amazonaws.fms#ListId",
1202                    "traits": {
1203                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager protocols list that you want the details for.</p>",
1204                        "smithy.api#required": {}
1205                    }
1206                },
1207                "DefaultList": {
1208                    "target": "com.amazonaws.fms#Boolean",
1209                    "traits": {
1210                        "smithy.api#documentation": "<p>Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.</p>"
1211                    }
1212                }
1213            }
1214        },
1215        "com.amazonaws.fms#GetProtocolsListResponse": {
1216            "type": "structure",
1217            "members": {
1218                "ProtocolsList": {
1219                    "target": "com.amazonaws.fms#ProtocolsListData",
1220                    "traits": {
1221                        "smithy.api#documentation": "<p>Information about the specified AWS Firewall Manager protocols list.</p>"
1222                    }
1223                },
1224                "ProtocolsListArn": {
1225                    "target": "com.amazonaws.fms#ResourceArn",
1226                    "traits": {
1227                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified protocols list.</p>"
1228                    }
1229                }
1230            }
1231        },
1232        "com.amazonaws.fms#GetViolationDetails": {
1233            "type": "operation",
1234            "input": {
1235                "target": "com.amazonaws.fms#GetViolationDetailsRequest"
1236            },
1237            "output": {
1238                "target": "com.amazonaws.fms#GetViolationDetailsResponse"
1239            },
1240            "errors": [
1241                {
1242                    "target": "com.amazonaws.fms#InternalErrorException"
1243                },
1244                {
1245                    "target": "com.amazonaws.fms#InvalidInputException"
1246                },
1247                {
1248                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1249                }
1250            ],
1251            "traits": {
1252                "smithy.api#documentation": "<p>Retrieves violations for a resource based on the specified AWS Firewall Manager policy and AWS account.</p>"
1253            }
1254        },
1255        "com.amazonaws.fms#GetViolationDetailsRequest": {
1256            "type": "structure",
1257            "members": {
1258                "PolicyId": {
1259                    "target": "com.amazonaws.fms#PolicyId",
1260                    "traits": {
1261                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager policy that you want the details for. This currently only supports security group content audit policies.</p>",
1262                        "smithy.api#required": {}
1263                    }
1264                },
1265                "MemberAccount": {
1266                    "target": "com.amazonaws.fms#AWSAccountId",
1267                    "traits": {
1268                        "smithy.api#documentation": "<p>The AWS account ID that you want the details for.</p>",
1269                        "smithy.api#required": {}
1270                    }
1271                },
1272                "ResourceId": {
1273                    "target": "com.amazonaws.fms#ResourceId",
1274                    "traits": {
1275                        "smithy.api#documentation": "<p>The ID of the resource that has violations.</p>",
1276                        "smithy.api#required": {}
1277                    }
1278                },
1279                "ResourceType": {
1280                    "target": "com.amazonaws.fms#ResourceType",
1281                    "traits": {
1282                        "smithy.api#documentation": "<p>The resource type. This is in the format shown in the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">AWS Resource Types Reference</a>.\n      Supported resource types are:\n      <code>AWS::EC2::Instance</code>,\n      <code>AWS::EC2::NetworkInterface</code>, \n      <code>AWS::EC2::SecurityGroup</code>,\n      <code>AWS::NetworkFirewall::FirewallPolicy</code>, and\n      <code>AWS::EC2::Subnet</code>.\n   </p>",
1283                        "smithy.api#required": {}
1284                    }
1285                }
1286            }
1287        },
1288        "com.amazonaws.fms#GetViolationDetailsResponse": {
1289            "type": "structure",
1290            "members": {
1291                "ViolationDetail": {
1292                    "target": "com.amazonaws.fms#ViolationDetail",
1293                    "traits": {
1294                        "smithy.api#documentation": "<p>Violation detail for a resource.</p>"
1295                    }
1296                }
1297            }
1298        },
1299        "com.amazonaws.fms#IPPortNumber": {
1300            "type": "long",
1301            "traits": {
1302                "smithy.api#box": {},
1303                "smithy.api#range": {
1304                    "min": 0,
1305                    "max": 65535
1306                }
1307            }
1308        },
1309        "com.amazonaws.fms#InternalErrorException": {
1310            "type": "structure",
1311            "members": {
1312                "Message": {
1313                    "target": "com.amazonaws.fms#ErrorMessage"
1314                }
1315            },
1316            "traits": {
1317                "smithy.api#documentation": "<p>The operation failed because of a system problem, even though the request was valid. Retry\n      your request.</p>",
1318                "smithy.api#error": "client"
1319            }
1320        },
1321        "com.amazonaws.fms#InvalidInputException": {
1322            "type": "structure",
1323            "members": {
1324                "Message": {
1325                    "target": "com.amazonaws.fms#ErrorMessage"
1326                }
1327            },
1328            "traits": {
1329                "smithy.api#documentation": "<p>The parameters of the request were invalid.</p>",
1330                "smithy.api#error": "client"
1331            }
1332        },
1333        "com.amazonaws.fms#InvalidOperationException": {
1334            "type": "structure",
1335            "members": {
1336                "Message": {
1337                    "target": "com.amazonaws.fms#ErrorMessage"
1338                }
1339            },
1340            "traits": {
1341                "smithy.api#documentation": "<p>The operation failed because there was nothing to do or the operation wasn't possible. For example, you might have\n        submitted an <code>AssociateAdminAccount</code> request for an account ID that \n            was already set as the AWS Firewall Manager administrator. Or you might have tried to access a Region\n  that's disabled by default, and that you need to enable for the Firewall Manager         \n  administrator account and for AWS Organizations before you can access it.</p>",
1342                "smithy.api#error": "client"
1343            }
1344        },
1345        "com.amazonaws.fms#InvalidTypeException": {
1346            "type": "structure",
1347            "members": {
1348                "Message": {
1349                    "target": "com.amazonaws.fms#ErrorMessage"
1350                }
1351            },
1352            "traits": {
1353                "smithy.api#documentation": "<p>The value of the <code>Type</code> parameter is invalid.</p>",
1354                "smithy.api#error": "client"
1355            }
1356        },
1357        "com.amazonaws.fms#IssueInfoMap": {
1358            "type": "map",
1359            "key": {
1360                "target": "com.amazonaws.fms#DependentServiceName"
1361            },
1362            "value": {
1363                "target": "com.amazonaws.fms#DetailedInfo"
1364            }
1365        },
1366        "com.amazonaws.fms#LengthBoundedString": {
1367            "type": "string",
1368            "traits": {
1369                "smithy.api#length": {
1370                    "min": 0,
1371                    "max": 1024
1372                }
1373            }
1374        },
1375        "com.amazonaws.fms#LimitExceededException": {
1376            "type": "structure",
1377            "members": {
1378                "Message": {
1379                    "target": "com.amazonaws.fms#ErrorMessage"
1380                }
1381            },
1382            "traits": {
1383                "smithy.api#documentation": "<p>The operation exceeds a resource limit, for example, the maximum number of\n        <code>policy</code> objects that you can create for an AWS account. For more information,\n      see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html\">Firewall\n        Manager Limits</a> in the <i>AWS WAF Developer Guide</i>.</p>",
1384                "smithy.api#error": "client"
1385            }
1386        },
1387        "com.amazonaws.fms#ListAppsLists": {
1388            "type": "operation",
1389            "input": {
1390                "target": "com.amazonaws.fms#ListAppsListsRequest"
1391            },
1392            "output": {
1393                "target": "com.amazonaws.fms#ListAppsListsResponse"
1394            },
1395            "errors": [
1396                {
1397                    "target": "com.amazonaws.fms#InternalErrorException"
1398                },
1399                {
1400                    "target": "com.amazonaws.fms#InvalidOperationException"
1401                },
1402                {
1403                    "target": "com.amazonaws.fms#LimitExceededException"
1404                },
1405                {
1406                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1407                }
1408            ],
1409            "traits": {
1410                "smithy.api#documentation": "<p>Returns an array of <code>AppsListDataSummary</code> objects.</p>"
1411            }
1412        },
1413        "com.amazonaws.fms#ListAppsListsRequest": {
1414            "type": "structure",
1415            "members": {
1416                "DefaultLists": {
1417                    "target": "com.amazonaws.fms#Boolean",
1418                    "traits": {
1419                        "smithy.api#documentation": "<p>Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.</p>"
1420                    }
1421                },
1422                "NextToken": {
1423                    "target": "com.amazonaws.fms#PaginationToken",
1424                    "traits": {
1425                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> in your list request, and you have more objects than the maximum, \n        AWS Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request \n        in the request parameters, to retrieve the next batch of objects.</p>"
1426                    }
1427                },
1428                "MaxResults": {
1429                    "target": "com.amazonaws.fms#PaginationMaxResults",
1430                    "traits": {
1431                        "smithy.api#documentation": "<p>The maximum number of objects that you want AWS Firewall Manager to return for this request. If more\n            objects are available, in the response, AWS Firewall Manager 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 this, AWS Firewall Manager returns all available objects.</p>",
1432                        "smithy.api#required": {}
1433                    }
1434                }
1435            }
1436        },
1437        "com.amazonaws.fms#ListAppsListsResponse": {
1438            "type": "structure",
1439            "members": {
1440                "AppsLists": {
1441                    "target": "com.amazonaws.fms#AppsListsData",
1442                    "traits": {
1443                        "smithy.api#documentation": "<p>An array of <code>AppsListDataSummary</code> objects.</p>"
1444                    }
1445                },
1446                "NextToken": {
1447                    "target": "com.amazonaws.fms#PaginationToken",
1448                    "traits": {
1449                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> in your list request, and you have more objects than the maximum, \n        AWS Firewall Manager returns this token in the response. You can use this token in subsequent requests to retrieve the next batch of objects.</p>"
1450                    }
1451                }
1452            }
1453        },
1454        "com.amazonaws.fms#ListComplianceStatus": {
1455            "type": "operation",
1456            "input": {
1457                "target": "com.amazonaws.fms#ListComplianceStatusRequest"
1458            },
1459            "output": {
1460                "target": "com.amazonaws.fms#ListComplianceStatusResponse"
1461            },
1462            "errors": [
1463                {
1464                    "target": "com.amazonaws.fms#InternalErrorException"
1465                },
1466                {
1467                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1468                }
1469            ],
1470            "traits": {
1471                "smithy.api#documentation": "<p>Returns an array of <code>PolicyComplianceStatus</code> objects. Use\n        <code>PolicyComplianceStatus</code> to get a summary of which member accounts are protected\n      by the specified policy. </p>",
1472                "smithy.api#paginated": {
1473                    "inputToken": "NextToken",
1474                    "outputToken": "NextToken",
1475                    "items": "PolicyComplianceStatusList",
1476                    "pageSize": "MaxResults"
1477                }
1478            }
1479        },
1480        "com.amazonaws.fms#ListComplianceStatusRequest": {
1481            "type": "structure",
1482            "members": {
1483                "PolicyId": {
1484                    "target": "com.amazonaws.fms#PolicyId",
1485                    "traits": {
1486                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager policy that you want the details for.</p>",
1487                        "smithy.api#required": {}
1488                    }
1489                },
1490                "NextToken": {
1491                    "target": "com.amazonaws.fms#PaginationToken",
1492                    "traits": {
1493                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> and you have more\n        <code>PolicyComplianceStatus</code> objects than the number that you specify for\n        <code>MaxResults</code>, AWS Firewall Manager returns a <code>NextToken</code> value in the\n      response that allows you to list another group of <code>PolicyComplianceStatus</code> objects.\n      For the second and subsequent <code>ListComplianceStatus</code> requests, specify the value of\n        <code>NextToken</code> from the previous response to get information about another batch of\n        <code>PolicyComplianceStatus</code> objects.</p>"
1494                    }
1495                },
1496                "MaxResults": {
1497                    "target": "com.amazonaws.fms#PaginationMaxResults",
1498                    "traits": {
1499                        "smithy.api#documentation": "<p>Specifies the number of <code>PolicyComplianceStatus</code> objects that you want AWS\n      Firewall Manager to return for this request. If you have more\n        <code>PolicyComplianceStatus</code> objects than the number that you specify for\n        <code>MaxResults</code>, the response includes a <code>NextToken</code> value that you can\n      use to get another batch of <code>PolicyComplianceStatus</code> objects.</p>"
1500                    }
1501                }
1502            }
1503        },
1504        "com.amazonaws.fms#ListComplianceStatusResponse": {
1505            "type": "structure",
1506            "members": {
1507                "PolicyComplianceStatusList": {
1508                    "target": "com.amazonaws.fms#PolicyComplianceStatusList",
1509                    "traits": {
1510                        "smithy.api#documentation": "<p>An array of <code>PolicyComplianceStatus</code> objects.</p>"
1511                    }
1512                },
1513                "NextToken": {
1514                    "target": "com.amazonaws.fms#PaginationToken",
1515                    "traits": {
1516                        "smithy.api#documentation": "<p>If you have more <code>PolicyComplianceStatus</code> objects than the number that you\n      specified for <code>MaxResults</code> in the request, the response includes a\n        <code>NextToken</code> value. To list more <code>PolicyComplianceStatus</code> objects,\n      submit another <code>ListComplianceStatus</code> request, and specify the\n        <code>NextToken</code> value from the response in the <code>NextToken</code> value in the\n      next request.</p>"
1517                    }
1518                }
1519            }
1520        },
1521        "com.amazonaws.fms#ListId": {
1522            "type": "string",
1523            "traits": {
1524                "smithy.api#length": {
1525                    "min": 36,
1526                    "max": 36
1527                },
1528                "smithy.api#pattern": "^[a-z0-9A-Z-]{36}$"
1529            }
1530        },
1531        "com.amazonaws.fms#ListMemberAccounts": {
1532            "type": "operation",
1533            "input": {
1534                "target": "com.amazonaws.fms#ListMemberAccountsRequest"
1535            },
1536            "output": {
1537                "target": "com.amazonaws.fms#ListMemberAccountsResponse"
1538            },
1539            "errors": [
1540                {
1541                    "target": "com.amazonaws.fms#InternalErrorException"
1542                },
1543                {
1544                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1545                }
1546            ],
1547            "traits": {
1548                "smithy.api#documentation": "<p>Returns a <code>MemberAccounts</code> object that lists the member accounts in the\n      administrator's AWS organization.</p>\n         <p>The <code>ListMemberAccounts</code> must be submitted by the account that is set as the\n      AWS Firewall Manager administrator.</p>",
1549                "smithy.api#paginated": {
1550                    "inputToken": "NextToken",
1551                    "outputToken": "NextToken",
1552                    "items": "MemberAccounts",
1553                    "pageSize": "MaxResults"
1554                }
1555            }
1556        },
1557        "com.amazonaws.fms#ListMemberAccountsRequest": {
1558            "type": "structure",
1559            "members": {
1560                "NextToken": {
1561                    "target": "com.amazonaws.fms#PaginationToken",
1562                    "traits": {
1563                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> and you have more account IDs than the\n      number that you specify for <code>MaxResults</code>, AWS Firewall Manager returns a\n        <code>NextToken</code> value in the response that allows you to list another group of IDs.\n      For the second and subsequent <code>ListMemberAccountsRequest</code> requests, specify the\n      value of <code>NextToken</code> from the previous response to get information about another\n      batch of member account IDs.</p>"
1564                    }
1565                },
1566                "MaxResults": {
1567                    "target": "com.amazonaws.fms#PaginationMaxResults",
1568                    "traits": {
1569                        "smithy.api#documentation": "<p>Specifies the number of member account IDs that you want AWS Firewall Manager to return\n      for this request. If you have more IDs than the number that you specify for\n        <code>MaxResults</code>, the response includes a <code>NextToken</code> value that you can\n      use to get another batch of member account IDs.</p>"
1570                    }
1571                }
1572            }
1573        },
1574        "com.amazonaws.fms#ListMemberAccountsResponse": {
1575            "type": "structure",
1576            "members": {
1577                "MemberAccounts": {
1578                    "target": "com.amazonaws.fms#MemberAccounts",
1579                    "traits": {
1580                        "smithy.api#documentation": "<p>An array of account IDs.</p>"
1581                    }
1582                },
1583                "NextToken": {
1584                    "target": "com.amazonaws.fms#PaginationToken",
1585                    "traits": {
1586                        "smithy.api#documentation": "<p>If you have more member account IDs than the number that you specified for\n        <code>MaxResults</code> in the request, the response includes a <code>NextToken</code>\n      value. To list more IDs, submit another <code>ListMemberAccounts</code> request, and specify\n      the <code>NextToken</code> value from the response in the <code>NextToken</code> value in the\n      next request.</p>"
1587                    }
1588                }
1589            }
1590        },
1591        "com.amazonaws.fms#ListPolicies": {
1592            "type": "operation",
1593            "input": {
1594                "target": "com.amazonaws.fms#ListPoliciesRequest"
1595            },
1596            "output": {
1597                "target": "com.amazonaws.fms#ListPoliciesResponse"
1598            },
1599            "errors": [
1600                {
1601                    "target": "com.amazonaws.fms#InternalErrorException"
1602                },
1603                {
1604                    "target": "com.amazonaws.fms#InvalidOperationException"
1605                },
1606                {
1607                    "target": "com.amazonaws.fms#LimitExceededException"
1608                },
1609                {
1610                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1611                }
1612            ],
1613            "traits": {
1614                "smithy.api#documentation": "<p>Returns an array of <code>PolicySummary</code> objects.</p>",
1615                "smithy.api#paginated": {
1616                    "inputToken": "NextToken",
1617                    "outputToken": "NextToken",
1618                    "items": "PolicyList",
1619                    "pageSize": "MaxResults"
1620                }
1621            }
1622        },
1623        "com.amazonaws.fms#ListPoliciesRequest": {
1624            "type": "structure",
1625            "members": {
1626                "NextToken": {
1627                    "target": "com.amazonaws.fms#PaginationToken",
1628                    "traits": {
1629                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> and you have more\n        <code>PolicySummary</code> objects than the number that you specify for\n        <code>MaxResults</code>, AWS Firewall Manager returns a <code>NextToken</code> value in the\n      response that allows you to list another group of <code>PolicySummary</code> objects. For the\n      second and subsequent <code>ListPolicies</code> requests, specify the value of\n        <code>NextToken</code> from the previous response to get information about another batch of\n        <code>PolicySummary</code> objects.</p>"
1630                    }
1631                },
1632                "MaxResults": {
1633                    "target": "com.amazonaws.fms#PaginationMaxResults",
1634                    "traits": {
1635                        "smithy.api#documentation": "<p>Specifies the number of <code>PolicySummary</code> objects that you want AWS Firewall\n      Manager to return for this request. If you have more <code>PolicySummary</code> objects than\n      the number that you specify for <code>MaxResults</code>, the response includes a\n        <code>NextToken</code> value that you can use to get another batch of\n        <code>PolicySummary</code> objects.</p>"
1636                    }
1637                }
1638            }
1639        },
1640        "com.amazonaws.fms#ListPoliciesResponse": {
1641            "type": "structure",
1642            "members": {
1643                "PolicyList": {
1644                    "target": "com.amazonaws.fms#PolicySummaryList",
1645                    "traits": {
1646                        "smithy.api#documentation": "<p>An array of <code>PolicySummary</code> objects.</p>"
1647                    }
1648                },
1649                "NextToken": {
1650                    "target": "com.amazonaws.fms#PaginationToken",
1651                    "traits": {
1652                        "smithy.api#documentation": "<p>If you have more <code>PolicySummary</code> objects than the number that you specified for\n        <code>MaxResults</code> in the request, the response includes a <code>NextToken</code>\n      value. To list more <code>PolicySummary</code> objects, submit another\n        <code>ListPolicies</code> request, and specify the <code>NextToken</code> value from the\n      response in the <code>NextToken</code> value in the next request.</p>"
1653                    }
1654                }
1655            }
1656        },
1657        "com.amazonaws.fms#ListProtocolsLists": {
1658            "type": "operation",
1659            "input": {
1660                "target": "com.amazonaws.fms#ListProtocolsListsRequest"
1661            },
1662            "output": {
1663                "target": "com.amazonaws.fms#ListProtocolsListsResponse"
1664            },
1665            "errors": [
1666                {
1667                    "target": "com.amazonaws.fms#InternalErrorException"
1668                },
1669                {
1670                    "target": "com.amazonaws.fms#InvalidOperationException"
1671                },
1672                {
1673                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1674                }
1675            ],
1676            "traits": {
1677                "smithy.api#documentation": "<p>Returns an array of <code>ProtocolsListDataSummary</code> objects.</p>"
1678            }
1679        },
1680        "com.amazonaws.fms#ListProtocolsListsRequest": {
1681            "type": "structure",
1682            "members": {
1683                "DefaultLists": {
1684                    "target": "com.amazonaws.fms#Boolean",
1685                    "traits": {
1686                        "smithy.api#documentation": "<p>Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.</p>"
1687                    }
1688                },
1689                "NextToken": {
1690                    "target": "com.amazonaws.fms#PaginationToken",
1691                    "traits": {
1692                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> in your list request, and you have more objects than the maximum, \n        AWS Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request \n        in the request parameters, to retrieve the next batch of objects.</p>"
1693                    }
1694                },
1695                "MaxResults": {
1696                    "target": "com.amazonaws.fms#PaginationMaxResults",
1697                    "traits": {
1698                        "smithy.api#documentation": "<p>The maximum number of objects that you want AWS Firewall Manager to return for this request. If more\n            objects are available, in the response, AWS Firewall Manager 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 this, AWS Firewall Manager returns all available objects.</p>",
1699                        "smithy.api#required": {}
1700                    }
1701                }
1702            }
1703        },
1704        "com.amazonaws.fms#ListProtocolsListsResponse": {
1705            "type": "structure",
1706            "members": {
1707                "ProtocolsLists": {
1708                    "target": "com.amazonaws.fms#ProtocolsListsData",
1709                    "traits": {
1710                        "smithy.api#documentation": "<p>An array of <code>ProtocolsListDataSummary</code> objects.</p>"
1711                    }
1712                },
1713                "NextToken": {
1714                    "target": "com.amazonaws.fms#PaginationToken",
1715                    "traits": {
1716                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> in your list request, and you have more objects than the maximum, \n        AWS Firewall Manager returns this token in the response. You can use this token in subsequent requests to retrieve the next batch of objects.</p>"
1717                    }
1718                }
1719            }
1720        },
1721        "com.amazonaws.fms#ListTagsForResource": {
1722            "type": "operation",
1723            "input": {
1724                "target": "com.amazonaws.fms#ListTagsForResourceRequest"
1725            },
1726            "output": {
1727                "target": "com.amazonaws.fms#ListTagsForResourceResponse"
1728            },
1729            "errors": [
1730                {
1731                    "target": "com.amazonaws.fms#InternalErrorException"
1732                },
1733                {
1734                    "target": "com.amazonaws.fms#InvalidInputException"
1735                },
1736                {
1737                    "target": "com.amazonaws.fms#InvalidOperationException"
1738                },
1739                {
1740                    "target": "com.amazonaws.fms#ResourceNotFoundException"
1741                }
1742            ],
1743            "traits": {
1744                "smithy.api#documentation": "<p>Retrieves the list of tags for the specified AWS resource.   </p>"
1745            }
1746        },
1747        "com.amazonaws.fms#ListTagsForResourceRequest": {
1748            "type": "structure",
1749            "members": {
1750                "ResourceArn": {
1751                    "target": "com.amazonaws.fms#ResourceArn",
1752                    "traits": {
1753                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource to return tags for. The AWS Firewall Manager resources that support tagging are policies, applications lists, and protocols lists. </p>",
1754                        "smithy.api#required": {}
1755                    }
1756                }
1757            }
1758        },
1759        "com.amazonaws.fms#ListTagsForResourceResponse": {
1760            "type": "structure",
1761            "members": {
1762                "TagList": {
1763                    "target": "com.amazonaws.fms#TagList",
1764                    "traits": {
1765                        "smithy.api#documentation": "<p>The tags associated with the resource.</p>"
1766                    }
1767                }
1768            }
1769        },
1770        "com.amazonaws.fms#ManagedServiceData": {
1771            "type": "string",
1772            "traits": {
1773                "smithy.api#length": {
1774                    "min": 1,
1775                    "max": 4096
1776                },
1777                "smithy.api#pattern": ".*"
1778            }
1779        },
1780        "com.amazonaws.fms#MemberAccounts": {
1781            "type": "list",
1782            "member": {
1783                "target": "com.amazonaws.fms#AWSAccountId"
1784            }
1785        },
1786        "com.amazonaws.fms#NetworkFirewallAction": {
1787            "type": "string",
1788            "traits": {
1789                "smithy.api#length": {
1790                    "min": 1,
1791                    "max": 128
1792                },
1793                "smithy.api#pattern": "^[a-zA-Z0-9]+$"
1794            }
1795        },
1796        "com.amazonaws.fms#NetworkFirewallActionList": {
1797            "type": "list",
1798            "member": {
1799                "target": "com.amazonaws.fms#NetworkFirewallAction"
1800            }
1801        },
1802        "com.amazonaws.fms#NetworkFirewallMissingExpectedRTViolation": {
1803            "type": "structure",
1804            "members": {
1805                "ViolationTarget": {
1806                    "target": "com.amazonaws.fms#ViolationTarget",
1807                    "traits": {
1808                        "smithy.api#documentation": "<p>The ID of the AWS Network Firewall or VPC resource that's in violation.</p>"
1809                    }
1810                },
1811                "VPC": {
1812                    "target": "com.amazonaws.fms#ResourceId",
1813                    "traits": {
1814                        "smithy.api#documentation": "<p>The resource ID of the VPC associated with a violating subnet.</p>"
1815                    }
1816                },
1817                "AvailabilityZone": {
1818                    "target": "com.amazonaws.fms#LengthBoundedString",
1819                    "traits": {
1820                        "smithy.api#documentation": "<p>The Availability Zone of a violating subnet. </p>"
1821                    }
1822                },
1823                "CurrentRouteTable": {
1824                    "target": "com.amazonaws.fms#ResourceId",
1825                    "traits": {
1826                        "smithy.api#documentation": "<p>The resource ID of the current route table that's associated with the subnet, if one is available.</p>"
1827                    }
1828                },
1829                "ExpectedRouteTable": {
1830                    "target": "com.amazonaws.fms#ResourceId",
1831                    "traits": {
1832                        "smithy.api#documentation": "<p>The resource ID of the route table that should be associated with the subnet.</p>"
1833                    }
1834                }
1835            },
1836            "traits": {
1837                "smithy.api#documentation": "<p>Violation details for AWS Network Firewall for a subnet that's not associated to the expected\n       Firewall Manager managed route table.</p>"
1838            }
1839        },
1840        "com.amazonaws.fms#NetworkFirewallMissingFirewallViolation": {
1841            "type": "structure",
1842            "members": {
1843                "ViolationTarget": {
1844                    "target": "com.amazonaws.fms#ViolationTarget",
1845                    "traits": {
1846                        "smithy.api#documentation": "<p>The ID of the AWS Network Firewall or VPC resource that's in violation.</p>"
1847                    }
1848                },
1849                "VPC": {
1850                    "target": "com.amazonaws.fms#ResourceId",
1851                    "traits": {
1852                        "smithy.api#documentation": "<p>The resource ID of the VPC associated with a violating subnet.</p>"
1853                    }
1854                },
1855                "AvailabilityZone": {
1856                    "target": "com.amazonaws.fms#LengthBoundedString",
1857                    "traits": {
1858                        "smithy.api#documentation": "<p>The Availability Zone of a violating subnet. </p>"
1859                    }
1860                },
1861                "TargetViolationReason": {
1862                    "target": "com.amazonaws.fms#TargetViolationReason",
1863                    "traits": {
1864                        "smithy.api#documentation": "<p>The reason the resource has this violation, if one is available. </p>"
1865                    }
1866                }
1867            },
1868            "traits": {
1869                "smithy.api#documentation": "<p>Violation details for AWS Network Firewall for a subnet that doesn't have a \n       Firewall Manager managed firewall in its VPC. </p>"
1870            }
1871        },
1872        "com.amazonaws.fms#NetworkFirewallMissingSubnetViolation": {
1873            "type": "structure",
1874            "members": {
1875                "ViolationTarget": {
1876                    "target": "com.amazonaws.fms#ViolationTarget",
1877                    "traits": {
1878                        "smithy.api#documentation": "<p>The ID of the AWS Network Firewall or VPC resource that's in violation.</p>"
1879                    }
1880                },
1881                "VPC": {
1882                    "target": "com.amazonaws.fms#ResourceId",
1883                    "traits": {
1884                        "smithy.api#documentation": "<p>The resource ID of the VPC associated with a violating subnet.</p>"
1885                    }
1886                },
1887                "AvailabilityZone": {
1888                    "target": "com.amazonaws.fms#LengthBoundedString",
1889                    "traits": {
1890                        "smithy.api#documentation": "<p>The Availability Zone of a violating subnet. </p>"
1891                    }
1892                },
1893                "TargetViolationReason": {
1894                    "target": "com.amazonaws.fms#TargetViolationReason",
1895                    "traits": {
1896                        "smithy.api#documentation": "<p>The reason the resource has this violation, if one is available. </p>"
1897                    }
1898                }
1899            },
1900            "traits": {
1901                "smithy.api#documentation": "<p>Violation details for AWS Network Firewall for an Availability Zone that's \n       missing the expected Firewall Manager managed subnet.</p>"
1902            }
1903        },
1904        "com.amazonaws.fms#NetworkFirewallPolicyDescription": {
1905            "type": "structure",
1906            "members": {
1907                "StatelessRuleGroups": {
1908                    "target": "com.amazonaws.fms#StatelessRuleGroupList",
1909                    "traits": {
1910                        "smithy.api#documentation": "<p>The stateless rule groups that are used in the Network Firewall firewall policy. </p>"
1911                    }
1912                },
1913                "StatelessDefaultActions": {
1914                    "target": "com.amazonaws.fms#NetworkFirewallActionList",
1915                    "traits": {
1916                        "smithy.api#documentation": "<p>The actions to take on packets that don't match any of the stateless rule groups. </p>"
1917                    }
1918                },
1919                "StatelessFragmentDefaultActions": {
1920                    "target": "com.amazonaws.fms#NetworkFirewallActionList",
1921                    "traits": {
1922                        "smithy.api#documentation": "<p>The actions to take on packet fragments that don't match any of the stateless rule groups. </p>"
1923                    }
1924                },
1925                "StatelessCustomActions": {
1926                    "target": "com.amazonaws.fms#NetworkFirewallActionList",
1927                    "traits": {
1928                        "smithy.api#documentation": "<p>Names of custom actions that are available for use in the stateless default actions settings.</p>"
1929                    }
1930                },
1931                "StatefulRuleGroups": {
1932                    "target": "com.amazonaws.fms#StatefulRuleGroupList",
1933                    "traits": {
1934                        "smithy.api#documentation": "<p>The stateful rule groups that are used in the Network Firewall firewall policy. </p>"
1935                    }
1936                }
1937            },
1938            "traits": {
1939                "smithy.api#documentation": "<p>The definition of the AWS Network Firewall firewall policy.</p>"
1940            }
1941        },
1942        "com.amazonaws.fms#NetworkFirewallPolicyModifiedViolation": {
1943            "type": "structure",
1944            "members": {
1945                "ViolationTarget": {
1946                    "target": "com.amazonaws.fms#ViolationTarget",
1947                    "traits": {
1948                        "smithy.api#documentation": "<p>The ID of the AWS Network Firewall or VPC resource that's in violation.</p>"
1949                    }
1950                },
1951                "CurrentPolicyDescription": {
1952                    "target": "com.amazonaws.fms#NetworkFirewallPolicyDescription",
1953                    "traits": {
1954                        "smithy.api#documentation": "<p>The policy that's currently in use in the individual account. </p>"
1955                    }
1956                },
1957                "ExpectedPolicyDescription": {
1958                    "target": "com.amazonaws.fms#NetworkFirewallPolicyDescription",
1959                    "traits": {
1960                        "smithy.api#documentation": "<p>The policy that should be in use in the individual account in order to be compliant. </p>"
1961                    }
1962                }
1963            },
1964            "traits": {
1965                "smithy.api#documentation": "<p>Violation details for AWS Network Firewall for a firewall policy that has a different\n       <a>NetworkFirewallPolicyDescription</a> than is required by the Firewall Manager policy. </p>"
1966            }
1967        },
1968        "com.amazonaws.fms#NetworkFirewallResourceName": {
1969            "type": "string",
1970            "traits": {
1971                "smithy.api#length": {
1972                    "min": 1,
1973                    "max": 128
1974                },
1975                "smithy.api#pattern": "^[a-zA-Z0-9-]+$"
1976            }
1977        },
1978        "com.amazonaws.fms#PaginationMaxResults": {
1979            "type": "integer",
1980            "traits": {
1981                "smithy.api#box": {},
1982                "smithy.api#range": {
1983                    "min": 1,
1984                    "max": 100
1985                }
1986            }
1987        },
1988        "com.amazonaws.fms#PaginationToken": {
1989            "type": "string",
1990            "traits": {
1991                "smithy.api#length": {
1992                    "min": 1,
1993                    "max": 4096
1994                },
1995                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1996            }
1997        },
1998        "com.amazonaws.fms#PartialMatch": {
1999            "type": "structure",
2000            "members": {
2001                "Reference": {
2002                    "target": "com.amazonaws.fms#ReferenceRule",
2003                    "traits": {
2004                        "smithy.api#documentation": "<p>The reference rule from the master security group of the AWS Firewall Manager policy.</p>"
2005                    }
2006                },
2007                "TargetViolationReasons": {
2008                    "target": "com.amazonaws.fms#TargetViolationReasons",
2009                    "traits": {
2010                        "smithy.api#documentation": "<p>The violation reason.</p>"
2011                    }
2012                }
2013            },
2014            "traits": {
2015                "smithy.api#documentation": "<p>The reference rule that partially matches the <code>ViolationTarget</code> rule and violation reason.</p>"
2016            }
2017        },
2018        "com.amazonaws.fms#PartialMatches": {
2019            "type": "list",
2020            "member": {
2021                "target": "com.amazonaws.fms#PartialMatch"
2022            }
2023        },
2024        "com.amazonaws.fms#Policy": {
2025            "type": "structure",
2026            "members": {
2027                "PolicyId": {
2028                    "target": "com.amazonaws.fms#PolicyId",
2029                    "traits": {
2030                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager policy.</p>"
2031                    }
2032                },
2033                "PolicyName": {
2034                    "target": "com.amazonaws.fms#ResourceName",
2035                    "traits": {
2036                        "smithy.api#documentation": "<p>The name of the AWS Firewall Manager policy.</p>",
2037                        "smithy.api#required": {}
2038                    }
2039                },
2040                "PolicyUpdateToken": {
2041                    "target": "com.amazonaws.fms#PolicyUpdateToken",
2042                    "traits": {
2043                        "smithy.api#documentation": "<p>A unique identifier for each update to the policy. When issuing a <code>PutPolicy</code>\n      request, the <code>PolicyUpdateToken</code> in the request must match the\n        <code>PolicyUpdateToken</code> of the current policy version. To get the\n        <code>PolicyUpdateToken</code> of the current policy version, use a <code>GetPolicy</code>\n      request.</p>"
2044                    }
2045                },
2046                "SecurityServicePolicyData": {
2047                    "target": "com.amazonaws.fms#SecurityServicePolicyData",
2048                    "traits": {
2049                        "smithy.api#documentation": "<p>Details about the security service that is being used to protect the resources.</p>",
2050                        "smithy.api#required": {}
2051                    }
2052                },
2053                "ResourceType": {
2054                    "target": "com.amazonaws.fms#ResourceType",
2055                    "traits": {
2056                        "smithy.api#documentation": "<p>The type of resource protected by or in scope of the policy. This is in the format shown\n        in the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">AWS Resource Types Reference</a>.\n            For AWS WAF and Shield Advanced, examples include\n        <code>AWS::ElasticLoadBalancingV2::LoadBalancer</code> and\n        <code>AWS::CloudFront::Distribution</code>. For a security group common policy, valid values\n      are <code>AWS::EC2::NetworkInterface</code> and <code>AWS::EC2::Instance</code>. For a\n      security group content audit policy, valid values are <code>AWS::EC2::SecurityGroup</code>,\n        <code>AWS::EC2::NetworkInterface</code>, and <code>AWS::EC2::Instance</code>. For a security\n            group usage audit policy, the value is <code>AWS::EC2::SecurityGroup</code>. For an AWS Network Firewall policy,\n                the value is <code>AWS::EC2::VPC</code>.</p>",
2057                        "smithy.api#required": {}
2058                    }
2059                },
2060                "ResourceTypeList": {
2061                    "target": "com.amazonaws.fms#ResourceTypeList",
2062                    "traits": {
2063                        "smithy.api#documentation": "<p>An array of <code>ResourceType</code>.</p>"
2064                    }
2065                },
2066                "ResourceTags": {
2067                    "target": "com.amazonaws.fms#ResourceTags",
2068                    "traits": {
2069                        "smithy.api#documentation": "<p>An array of <code>ResourceTag</code> objects.</p>"
2070                    }
2071                },
2072                "ExcludeResourceTags": {
2073                    "target": "com.amazonaws.fms#Boolean",
2074                    "traits": {
2075                        "smithy.api#documentation": "<p>If set to <code>True</code>, resources with the tags that are specified in the\n        <code>ResourceTag</code> array are not in scope of the policy. If set to <code>False</code>,\n      and the <code>ResourceTag</code> array is not null, only resources with the specified tags are\n      in scope of the policy.</p>",
2076                        "smithy.api#required": {}
2077                    }
2078                },
2079                "RemediationEnabled": {
2080                    "target": "com.amazonaws.fms#Boolean",
2081                    "traits": {
2082                        "smithy.api#documentation": "<p>Indicates if the policy should be automatically applied to new resources.</p>",
2083                        "smithy.api#required": {}
2084                    }
2085                },
2086                "IncludeMap": {
2087                    "target": "com.amazonaws.fms#CustomerPolicyScopeMap",
2088                    "traits": {
2089                        "smithy.api#documentation": "<p>Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy. \n          Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time.</p>\n              <p>You can specify inclusions or exclusions, but not both. If you specify an <code>IncludeMap</code>, AWS Firewall Manager \n          applies the policy to all accounts specified by the <code>IncludeMap</code>, and \n          does not evaluate any <code>ExcludeMap</code> specifications. If you do not specify an <code>IncludeMap</code>, then Firewall Manager \n            applies the policy to all accounts except for those specified by the <code>ExcludeMap</code>.</p>\n         <p>You can specify account IDs, OUs, or a combination: </p>\n         <ul>\n            <li>\n               <p>Specify account IDs by setting the key to <code>ACCOUNT</code>. For example, the following is a valid map:  \n      <code>{“ACCOUNT” : [“accountID1”, “accountID2”]}</code>.</p>\n            </li>\n            <li>\n               <p>Specify OUs by setting the key to <code>ORG_UNIT</code>. For example, the following is a valid map: \n  <code>{“ORG_UNIT” : [“ouid111”, “ouid112”]}</code>.</p>\n            </li>\n            <li>\n               <p>Specify accounts and OUs together in a single map, separated with a comma. For example, the following is a valid map:\n      <code>{“ACCOUNT” : [“accountID1”, “accountID2”], “ORG_UNIT” : [“ouid111”, “ouid112”]}</code>.</p>\n            </li>\n         </ul>"
2090                    }
2091                },
2092                "ExcludeMap": {
2093                    "target": "com.amazonaws.fms#CustomerPolicyScopeMap",
2094                    "traits": {
2095                        "smithy.api#documentation": "<p>Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy. \n          Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time.</p>\n              <p>You can specify inclusions or exclusions, but not both. If you specify an <code>IncludeMap</code>, AWS Firewall Manager \n          applies the policy to all accounts specified by the <code>IncludeMap</code>, and \n          does not evaluate any <code>ExcludeMap</code> specifications. If you do not specify an <code>IncludeMap</code>, then Firewall Manager \n            applies the policy to all accounts except for those specified by the <code>ExcludeMap</code>.</p>\n         <p>You can specify account IDs, OUs, or a combination: </p>\n         <ul>\n            <li>\n               <p>Specify account IDs by setting the key to <code>ACCOUNT</code>. For example, the following is a valid map:  \n      <code>{“ACCOUNT” : [“accountID1”, “accountID2”]}</code>.</p>\n            </li>\n            <li>\n               <p>Specify OUs by setting the key to <code>ORG_UNIT</code>. For example, the following is a valid map: \n  <code>{“ORG_UNIT” : [“ouid111”, “ouid112”]}</code>.</p>\n            </li>\n            <li>\n               <p>Specify accounts and OUs together in a single map, separated with a comma. For example, the following is a valid map:\n      <code>{“ACCOUNT” : [“accountID1”, “accountID2”], “ORG_UNIT” : [“ouid111”, “ouid112”]}</code>.</p>\n            </li>\n         </ul>"
2096                    }
2097                }
2098            },
2099            "traits": {
2100                "smithy.api#documentation": "<p>An AWS Firewall Manager policy.</p>"
2101            }
2102        },
2103        "com.amazonaws.fms#PolicyComplianceDetail": {
2104            "type": "structure",
2105            "members": {
2106                "PolicyOwner": {
2107                    "target": "com.amazonaws.fms#AWSAccountId",
2108                    "traits": {
2109                        "smithy.api#documentation": "<p>The AWS account that created the AWS Firewall Manager policy.</p>"
2110                    }
2111                },
2112                "PolicyId": {
2113                    "target": "com.amazonaws.fms#PolicyId",
2114                    "traits": {
2115                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager policy.</p>"
2116                    }
2117                },
2118                "MemberAccount": {
2119                    "target": "com.amazonaws.fms#AWSAccountId",
2120                    "traits": {
2121                        "smithy.api#documentation": "<p>The AWS account ID.</p>"
2122                    }
2123                },
2124                "Violators": {
2125                    "target": "com.amazonaws.fms#ComplianceViolators",
2126                    "traits": {
2127                        "smithy.api#documentation": "<p>An array of resources that aren't protected by the AWS WAF or Shield Advanced policy or\n      that aren't in compliance with the security group policy.</p>"
2128                    }
2129                },
2130                "EvaluationLimitExceeded": {
2131                    "target": "com.amazonaws.fms#Boolean",
2132                    "traits": {
2133                        "smithy.api#documentation": "<p>Indicates if over 100 resources are noncompliant with the AWS Firewall Manager\n      policy.</p>"
2134                    }
2135                },
2136                "ExpiredAt": {
2137                    "target": "com.amazonaws.fms#TimeStamp",
2138                    "traits": {
2139                        "smithy.api#documentation": "<p>A timestamp that indicates when the returned information should be considered out of\n      date.</p>"
2140                    }
2141                },
2142                "IssueInfoMap": {
2143                    "target": "com.amazonaws.fms#IssueInfoMap",
2144                    "traits": {
2145                        "smithy.api#documentation": "<p>Details about problems with dependent services, such as AWS WAF or AWS Config, that are\n      causing a resource to be noncompliant. The details include the name of the dependent service\n      and the error message received that indicates the problem with the service.</p>"
2146                    }
2147                }
2148            },
2149            "traits": {
2150                "smithy.api#documentation": "<p>Describes\n      the noncompliant resources in a member account for a specific AWS Firewall\n      Manager policy. A maximum of 100 entries are displayed. If more than 100 resources are\n      noncompliant, <code>EvaluationLimitExceeded</code> is set to <code>True</code>.</p>"
2151            }
2152        },
2153        "com.amazonaws.fms#PolicyComplianceStatus": {
2154            "type": "structure",
2155            "members": {
2156                "PolicyOwner": {
2157                    "target": "com.amazonaws.fms#AWSAccountId",
2158                    "traits": {
2159                        "smithy.api#documentation": "<p>The AWS account that created the AWS Firewall Manager policy.</p>"
2160                    }
2161                },
2162                "PolicyId": {
2163                    "target": "com.amazonaws.fms#PolicyId",
2164                    "traits": {
2165                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager policy.</p>"
2166                    }
2167                },
2168                "PolicyName": {
2169                    "target": "com.amazonaws.fms#ResourceName",
2170                    "traits": {
2171                        "smithy.api#documentation": "<p>The name of the AWS Firewall Manager policy.</p>"
2172                    }
2173                },
2174                "MemberAccount": {
2175                    "target": "com.amazonaws.fms#AWSAccountId",
2176                    "traits": {
2177                        "smithy.api#documentation": "<p>The member account ID.</p>"
2178                    }
2179                },
2180                "EvaluationResults": {
2181                    "target": "com.amazonaws.fms#EvaluationResults",
2182                    "traits": {
2183                        "smithy.api#documentation": "<p>An array of <code>EvaluationResult</code> objects.</p>"
2184                    }
2185                },
2186                "LastUpdated": {
2187                    "target": "com.amazonaws.fms#TimeStamp",
2188                    "traits": {
2189                        "smithy.api#documentation": "<p>Timestamp of the last update to the <code>EvaluationResult</code> objects.</p>"
2190                    }
2191                },
2192                "IssueInfoMap": {
2193                    "target": "com.amazonaws.fms#IssueInfoMap",
2194                    "traits": {
2195                        "smithy.api#documentation": "<p>Details about problems with dependent services, such as AWS WAF or AWS Config, that are\n      causing a resource to be noncompliant. The details include the name of the dependent service\n      and the error message received that indicates the problem with the service.</p>"
2196                    }
2197                }
2198            },
2199            "traits": {
2200                "smithy.api#documentation": "<p>Indicates whether the account is compliant with the specified policy. An account is\n      considered noncompliant if it includes resources that are not protected by the policy, for AWS\n      WAF and Shield Advanced policies, or that are noncompliant with the policy, for security group\n      policies.</p>"
2201            }
2202        },
2203        "com.amazonaws.fms#PolicyComplianceStatusList": {
2204            "type": "list",
2205            "member": {
2206                "target": "com.amazonaws.fms#PolicyComplianceStatus"
2207            }
2208        },
2209        "com.amazonaws.fms#PolicyComplianceStatusType": {
2210            "type": "string",
2211            "traits": {
2212                "smithy.api#enum": [
2213                    {
2214                        "value": "COMPLIANT",
2215                        "name": "Compliant"
2216                    },
2217                    {
2218                        "value": "NON_COMPLIANT",
2219                        "name": "NonCompliant"
2220                    }
2221                ]
2222            }
2223        },
2224        "com.amazonaws.fms#PolicyId": {
2225            "type": "string",
2226            "traits": {
2227                "smithy.api#length": {
2228                    "min": 36,
2229                    "max": 36
2230                },
2231                "smithy.api#pattern": "^[a-z0-9A-Z-]{36}$"
2232            }
2233        },
2234        "com.amazonaws.fms#PolicySummary": {
2235            "type": "structure",
2236            "members": {
2237                "PolicyArn": {
2238                    "target": "com.amazonaws.fms#ResourceArn",
2239                    "traits": {
2240                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified policy.</p>"
2241                    }
2242                },
2243                "PolicyId": {
2244                    "target": "com.amazonaws.fms#PolicyId",
2245                    "traits": {
2246                        "smithy.api#documentation": "<p>The ID of the specified policy.</p>"
2247                    }
2248                },
2249                "PolicyName": {
2250                    "target": "com.amazonaws.fms#ResourceName",
2251                    "traits": {
2252                        "smithy.api#documentation": "<p>The name of the specified policy.</p>"
2253                    }
2254                },
2255                "ResourceType": {
2256                    "target": "com.amazonaws.fms#ResourceType",
2257                    "traits": {
2258                        "smithy.api#documentation": "<p>The type of resource protected by or in scope of the policy. This is in the format shown\n        in the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">AWS Resource Types Reference</a>. \n            For AWS WAF and Shield Advanced, examples include\n        <code>AWS::ElasticLoadBalancingV2::LoadBalancer</code> and\n        <code>AWS::CloudFront::Distribution</code>. For a security group common policy, valid values\n      are <code>AWS::EC2::NetworkInterface</code> and <code>AWS::EC2::Instance</code>. For a\n      security group content audit policy, valid values are <code>AWS::EC2::SecurityGroup</code>,\n        <code>AWS::EC2::NetworkInterface</code>, and <code>AWS::EC2::Instance</code>. For a security\n      group usage audit policy, the value is <code>AWS::EC2::SecurityGroup</code>. For an AWS Network Firewall policy,\n          the value is <code>AWS::EC2::VPC</code>.</p>"
2259                    }
2260                },
2261                "SecurityServiceType": {
2262                    "target": "com.amazonaws.fms#SecurityServiceType",
2263                    "traits": {
2264                        "smithy.api#documentation": "<p>The service that the policy is using to protect the resources. This specifies the type of\n      policy that is created, either an AWS WAF policy, a Shield Advanced policy, or a security\n      group policy.</p>"
2265                    }
2266                },
2267                "RemediationEnabled": {
2268                    "target": "com.amazonaws.fms#Boolean",
2269                    "traits": {
2270                        "smithy.api#documentation": "<p>Indicates if the policy should be automatically applied to new resources.</p>"
2271                    }
2272                }
2273            },
2274            "traits": {
2275                "smithy.api#documentation": "<p>Details of the AWS Firewall Manager policy. </p>"
2276            }
2277        },
2278        "com.amazonaws.fms#PolicySummaryList": {
2279            "type": "list",
2280            "member": {
2281                "target": "com.amazonaws.fms#PolicySummary"
2282            }
2283        },
2284        "com.amazonaws.fms#PolicyUpdateToken": {
2285            "type": "string",
2286            "traits": {
2287                "smithy.api#length": {
2288                    "min": 1,
2289                    "max": 1024
2290                },
2291                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2292            }
2293        },
2294        "com.amazonaws.fms#PreviousAppsList": {
2295            "type": "map",
2296            "key": {
2297                "target": "com.amazonaws.fms#PreviousListVersion"
2298            },
2299            "value": {
2300                "target": "com.amazonaws.fms#AppsList"
2301            }
2302        },
2303        "com.amazonaws.fms#PreviousListVersion": {
2304            "type": "string",
2305            "traits": {
2306                "smithy.api#length": {
2307                    "min": 1,
2308                    "max": 2
2309                },
2310                "smithy.api#pattern": "^\\d{1,2}$"
2311            }
2312        },
2313        "com.amazonaws.fms#PreviousProtocolsList": {
2314            "type": "map",
2315            "key": {
2316                "target": "com.amazonaws.fms#PreviousListVersion"
2317            },
2318            "value": {
2319                "target": "com.amazonaws.fms#ProtocolsList"
2320            }
2321        },
2322        "com.amazonaws.fms#ProtectionData": {
2323            "type": "string"
2324        },
2325        "com.amazonaws.fms#Protocol": {
2326            "type": "string",
2327            "traits": {
2328                "smithy.api#length": {
2329                    "min": 1,
2330                    "max": 20
2331                },
2332                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2333            }
2334        },
2335        "com.amazonaws.fms#ProtocolsList": {
2336            "type": "list",
2337            "member": {
2338                "target": "com.amazonaws.fms#Protocol"
2339            }
2340        },
2341        "com.amazonaws.fms#ProtocolsListData": {
2342            "type": "structure",
2343            "members": {
2344                "ListId": {
2345                    "target": "com.amazonaws.fms#ListId",
2346                    "traits": {
2347                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager protocols list.</p>"
2348                    }
2349                },
2350                "ListName": {
2351                    "target": "com.amazonaws.fms#ResourceName",
2352                    "traits": {
2353                        "smithy.api#documentation": "<p>The name of the AWS Firewall Manager protocols list.</p>",
2354                        "smithy.api#required": {}
2355                    }
2356                },
2357                "ListUpdateToken": {
2358                    "target": "com.amazonaws.fms#UpdateToken",
2359                    "traits": {
2360                        "smithy.api#documentation": "<p>A unique identifier for each update to the list. When you update \n        the list, the update token must match the token of the current version of the application list. \n        You can retrieve the update token by getting the list. </p>"
2361                    }
2362                },
2363                "CreateTime": {
2364                    "target": "com.amazonaws.fms#TimeStamp",
2365                    "traits": {
2366                        "smithy.api#documentation": "<p>The time that the AWS Firewall Manager protocols list was created.</p>"
2367                    }
2368                },
2369                "LastUpdateTime": {
2370                    "target": "com.amazonaws.fms#TimeStamp",
2371                    "traits": {
2372                        "smithy.api#documentation": "<p>The time that the AWS Firewall Manager protocols list was last updated.</p>"
2373                    }
2374                },
2375                "ProtocolsList": {
2376                    "target": "com.amazonaws.fms#ProtocolsList",
2377                    "traits": {
2378                        "smithy.api#documentation": "<p>An array of protocols in the AWS Firewall Manager protocols list.</p>",
2379                        "smithy.api#required": {}
2380                    }
2381                },
2382                "PreviousProtocolsList": {
2383                    "target": "com.amazonaws.fms#PreviousProtocolsList",
2384                    "traits": {
2385                        "smithy.api#documentation": "<p>A map of previous version numbers to their corresponding protocol arrays.</p>"
2386                    }
2387                }
2388            },
2389            "traits": {
2390                "smithy.api#documentation": "<p>An AWS Firewall Manager protocols list.</p>"
2391            }
2392        },
2393        "com.amazonaws.fms#ProtocolsListDataSummary": {
2394            "type": "structure",
2395            "members": {
2396                "ListArn": {
2397                    "target": "com.amazonaws.fms#ResourceArn",
2398                    "traits": {
2399                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified protocols list.</p>"
2400                    }
2401                },
2402                "ListId": {
2403                    "target": "com.amazonaws.fms#ListId",
2404                    "traits": {
2405                        "smithy.api#documentation": "<p>The ID of the specified protocols list.</p>"
2406                    }
2407                },
2408                "ListName": {
2409                    "target": "com.amazonaws.fms#ResourceName",
2410                    "traits": {
2411                        "smithy.api#documentation": "<p>The name of the specified protocols list.</p>"
2412                    }
2413                },
2414                "ProtocolsList": {
2415                    "target": "com.amazonaws.fms#ProtocolsList",
2416                    "traits": {
2417                        "smithy.api#documentation": "<p>An array of protocols in the AWS Firewall Manager protocols list.</p>"
2418                    }
2419                }
2420            },
2421            "traits": {
2422                "smithy.api#documentation": "<p>Details of the AWS Firewall Manager protocols list.</p>"
2423            }
2424        },
2425        "com.amazonaws.fms#ProtocolsListsData": {
2426            "type": "list",
2427            "member": {
2428                "target": "com.amazonaws.fms#ProtocolsListDataSummary"
2429            }
2430        },
2431        "com.amazonaws.fms#PutAppsList": {
2432            "type": "operation",
2433            "input": {
2434                "target": "com.amazonaws.fms#PutAppsListRequest"
2435            },
2436            "output": {
2437                "target": "com.amazonaws.fms#PutAppsListResponse"
2438            },
2439            "errors": [
2440                {
2441                    "target": "com.amazonaws.fms#InternalErrorException"
2442                },
2443                {
2444                    "target": "com.amazonaws.fms#InvalidInputException"
2445                },
2446                {
2447                    "target": "com.amazonaws.fms#InvalidOperationException"
2448                },
2449                {
2450                    "target": "com.amazonaws.fms#LimitExceededException"
2451                },
2452                {
2453                    "target": "com.amazonaws.fms#ResourceNotFoundException"
2454                }
2455            ],
2456            "traits": {
2457                "smithy.api#documentation": "<p>Creates an AWS Firewall Manager applications list.</p>"
2458            }
2459        },
2460        "com.amazonaws.fms#PutAppsListRequest": {
2461            "type": "structure",
2462            "members": {
2463                "AppsList": {
2464                    "target": "com.amazonaws.fms#AppsListData",
2465                    "traits": {
2466                        "smithy.api#documentation": "<p>The details of the AWS Firewall Manager applications list to be created.</p>",
2467                        "smithy.api#required": {}
2468                    }
2469                },
2470                "TagList": {
2471                    "target": "com.amazonaws.fms#TagList",
2472                    "traits": {
2473                        "smithy.api#documentation": "<p>The tags associated with the resource.</p>"
2474                    }
2475                }
2476            }
2477        },
2478        "com.amazonaws.fms#PutAppsListResponse": {
2479            "type": "structure",
2480            "members": {
2481                "AppsList": {
2482                    "target": "com.amazonaws.fms#AppsListData",
2483                    "traits": {
2484                        "smithy.api#documentation": "<p>The details of the AWS Firewall Manager applications list.</p>"
2485                    }
2486                },
2487                "AppsListArn": {
2488                    "target": "com.amazonaws.fms#ResourceArn",
2489                    "traits": {
2490                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the applications list.</p>"
2491                    }
2492                }
2493            }
2494        },
2495        "com.amazonaws.fms#PutNotificationChannel": {
2496            "type": "operation",
2497            "input": {
2498                "target": "com.amazonaws.fms#PutNotificationChannelRequest"
2499            },
2500            "errors": [
2501                {
2502                    "target": "com.amazonaws.fms#InternalErrorException"
2503                },
2504                {
2505                    "target": "com.amazonaws.fms#InvalidOperationException"
2506                },
2507                {
2508                    "target": "com.amazonaws.fms#ResourceNotFoundException"
2509                }
2510            ],
2511            "traits": {
2512                "smithy.api#documentation": "<p>Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS\n      Firewall Manager uses to record SNS logs.</p>\n         <p>To perform this action outside of the console, you must configure the SNS topic to allow the Firewall Manager \n      role <code>AWSServiceRoleForFMS</code> to publish SNS logs. For more information, see \n      <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/fms-api-permissions-ref.html\">Firewall Manager required permissions for API actions</a> in the <i>AWS Firewall Manager Developer Guide</i>.</p>"
2513            }
2514        },
2515        "com.amazonaws.fms#PutNotificationChannelRequest": {
2516            "type": "structure",
2517            "members": {
2518                "SnsTopicArn": {
2519                    "target": "com.amazonaws.fms#ResourceArn",
2520                    "traits": {
2521                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS\n      Firewall Manager.</p>",
2522                        "smithy.api#required": {}
2523                    }
2524                },
2525                "SnsRoleName": {
2526                    "target": "com.amazonaws.fms#ResourceArn",
2527                    "traits": {
2528                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS\n      Firewall Manager activity. </p>",
2529                        "smithy.api#required": {}
2530                    }
2531                }
2532            }
2533        },
2534        "com.amazonaws.fms#PutPolicy": {
2535            "type": "operation",
2536            "input": {
2537                "target": "com.amazonaws.fms#PutPolicyRequest"
2538            },
2539            "output": {
2540                "target": "com.amazonaws.fms#PutPolicyResponse"
2541            },
2542            "errors": [
2543                {
2544                    "target": "com.amazonaws.fms#InternalErrorException"
2545                },
2546                {
2547                    "target": "com.amazonaws.fms#InvalidInputException"
2548                },
2549                {
2550                    "target": "com.amazonaws.fms#InvalidOperationException"
2551                },
2552                {
2553                    "target": "com.amazonaws.fms#InvalidTypeException"
2554                },
2555                {
2556                    "target": "com.amazonaws.fms#LimitExceededException"
2557                },
2558                {
2559                    "target": "com.amazonaws.fms#ResourceNotFoundException"
2560                }
2561            ],
2562            "traits": {
2563                "smithy.api#documentation": "<p>Creates an AWS Firewall Manager policy.</p>\n         <p>Firewall Manager provides the following types of policies: </p>\n         <ul>\n            <li>\n               <p>An AWS WAF policy (type WAFV2), which defines rule groups to run first in the \n              corresponding AWS WAF web ACL and rule groups to run last in the web ACL.</p>\n            </li>\n            <li>\n               <p>An AWS WAF Classic policy (type WAF), which defines a rule group. </p>\n            </li>\n            <li>\n               <p>A Shield Advanced policy, which applies Shield Advanced protection to specified\n          accounts and resources.</p>\n            </li>\n            <li>\n               <p>A security group policy, which manages VPC security groups across your AWS\n          organization. </p>\n            </li>\n            <li>\n               <p>An AWS Network Firewall policy, which provides firewall rules to filter network traffic in specified \n          Amazon VPCs.</p>\n            </li>\n         </ul>\n         <p>Each policy is specific to one of the types. If you want to enforce more than one\n      policy type across accounts, create multiple policies. You can create multiple\n      policies for each type.</p>\n         <p>You must be subscribed to Shield Advanced to create a Shield Advanced policy. For more\n        information about subscribing to Shield Advanced, see \n    <a href=\"https://docs.aws.amazon.com/waf/latest/DDOSAPIReference/API_CreateSubscription.html\">CreateSubscription</a>.</p>"
2564            }
2565        },
2566        "com.amazonaws.fms#PutPolicyRequest": {
2567            "type": "structure",
2568            "members": {
2569                "Policy": {
2570                    "target": "com.amazonaws.fms#Policy",
2571                    "traits": {
2572                        "smithy.api#documentation": "<p>The details of the AWS Firewall Manager policy to be created.</p>",
2573                        "smithy.api#required": {}
2574                    }
2575                },
2576                "TagList": {
2577                    "target": "com.amazonaws.fms#TagList",
2578                    "traits": {
2579                        "smithy.api#documentation": "<p>The tags to add to the AWS resource.</p>"
2580                    }
2581                }
2582            }
2583        },
2584        "com.amazonaws.fms#PutPolicyResponse": {
2585            "type": "structure",
2586            "members": {
2587                "Policy": {
2588                    "target": "com.amazonaws.fms#Policy",
2589                    "traits": {
2590                        "smithy.api#documentation": "<p>The details of the AWS Firewall Manager policy.</p>"
2591                    }
2592                },
2593                "PolicyArn": {
2594                    "target": "com.amazonaws.fms#ResourceArn",
2595                    "traits": {
2596                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the policy.</p>"
2597                    }
2598                }
2599            }
2600        },
2601        "com.amazonaws.fms#PutProtocolsList": {
2602            "type": "operation",
2603            "input": {
2604                "target": "com.amazonaws.fms#PutProtocolsListRequest"
2605            },
2606            "output": {
2607                "target": "com.amazonaws.fms#PutProtocolsListResponse"
2608            },
2609            "errors": [
2610                {
2611                    "target": "com.amazonaws.fms#InternalErrorException"
2612                },
2613                {
2614                    "target": "com.amazonaws.fms#InvalidInputException"
2615                },
2616                {
2617                    "target": "com.amazonaws.fms#InvalidOperationException"
2618                },
2619                {
2620                    "target": "com.amazonaws.fms#LimitExceededException"
2621                },
2622                {
2623                    "target": "com.amazonaws.fms#ResourceNotFoundException"
2624                }
2625            ],
2626            "traits": {
2627                "smithy.api#documentation": "<p>Creates an AWS Firewall Manager protocols list.</p>"
2628            }
2629        },
2630        "com.amazonaws.fms#PutProtocolsListRequest": {
2631            "type": "structure",
2632            "members": {
2633                "ProtocolsList": {
2634                    "target": "com.amazonaws.fms#ProtocolsListData",
2635                    "traits": {
2636                        "smithy.api#documentation": "<p>The details of the AWS Firewall Manager protocols list to be created.</p>",
2637                        "smithy.api#required": {}
2638                    }
2639                },
2640                "TagList": {
2641                    "target": "com.amazonaws.fms#TagList",
2642                    "traits": {
2643                        "smithy.api#documentation": "<p>The tags associated with the resource.</p>"
2644                    }
2645                }
2646            }
2647        },
2648        "com.amazonaws.fms#PutProtocolsListResponse": {
2649            "type": "structure",
2650            "members": {
2651                "ProtocolsList": {
2652                    "target": "com.amazonaws.fms#ProtocolsListData",
2653                    "traits": {
2654                        "smithy.api#documentation": "<p>The details of the AWS Firewall Manager protocols list.</p>"
2655                    }
2656                },
2657                "ProtocolsListArn": {
2658                    "target": "com.amazonaws.fms#ResourceArn",
2659                    "traits": {
2660                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the protocols list.</p>"
2661                    }
2662                }
2663            }
2664        },
2665        "com.amazonaws.fms#ReferenceRule": {
2666            "type": "string"
2667        },
2668        "com.amazonaws.fms#RemediationActionDescription": {
2669            "type": "string",
2670            "traits": {
2671                "smithy.api#length": {
2672                    "min": 0,
2673                    "max": 1024
2674                },
2675                "smithy.api#pattern": ".*"
2676            }
2677        },
2678        "com.amazonaws.fms#RemediationActionType": {
2679            "type": "string",
2680            "traits": {
2681                "smithy.api#enum": [
2682                    {
2683                        "value": "REMOVE",
2684                        "name": "Remove"
2685                    },
2686                    {
2687                        "value": "MODIFY",
2688                        "name": "Modify"
2689                    }
2690                ]
2691            }
2692        },
2693        "com.amazonaws.fms#ResourceArn": {
2694            "type": "string",
2695            "traits": {
2696                "smithy.api#length": {
2697                    "min": 1,
2698                    "max": 1024
2699                },
2700                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2701            }
2702        },
2703        "com.amazonaws.fms#ResourceCount": {
2704            "type": "long",
2705            "traits": {
2706                "smithy.api#range": {
2707                    "min": 0
2708                }
2709            }
2710        },
2711        "com.amazonaws.fms#ResourceId": {
2712            "type": "string",
2713            "traits": {
2714                "smithy.api#length": {
2715                    "min": 1,
2716                    "max": 1024
2717                },
2718                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2719            }
2720        },
2721        "com.amazonaws.fms#ResourceIdList": {
2722            "type": "list",
2723            "member": {
2724                "target": "com.amazonaws.fms#ResourceId"
2725            }
2726        },
2727        "com.amazonaws.fms#ResourceName": {
2728            "type": "string",
2729            "traits": {
2730                "smithy.api#length": {
2731                    "min": 1,
2732                    "max": 128
2733                },
2734                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2735            }
2736        },
2737        "com.amazonaws.fms#ResourceNotFoundException": {
2738            "type": "structure",
2739            "members": {
2740                "Message": {
2741                    "target": "com.amazonaws.fms#ErrorMessage"
2742                }
2743            },
2744            "traits": {
2745                "smithy.api#documentation": "<p>The specified resource was not found.</p>",
2746                "smithy.api#error": "client"
2747            }
2748        },
2749        "com.amazonaws.fms#ResourceTag": {
2750            "type": "structure",
2751            "members": {
2752                "Key": {
2753                    "target": "com.amazonaws.fms#ResourceTagKey",
2754                    "traits": {
2755                        "smithy.api#documentation": "<p>The resource tag key.</p>",
2756                        "smithy.api#required": {}
2757                    }
2758                },
2759                "Value": {
2760                    "target": "com.amazonaws.fms#ResourceTagValue",
2761                    "traits": {
2762                        "smithy.api#documentation": "<p>The resource tag value.</p>"
2763                    }
2764                }
2765            },
2766            "traits": {
2767                "smithy.api#documentation": "<p>The resource tags that AWS Firewall Manager uses to determine if a particular resource\n      should be included or excluded from the AWS Firewall Manager policy. Tags enable you to\n      categorize your AWS resources in different ways, for example, by purpose, owner, or\n      environment. Each tag consists of a key and an optional value. Firewall Manager combines the\n      tags with \"AND\" so that, if you add more than one tag to a policy scope, a resource must have\n        all the specified tags to be included or excluded. For more information, see \n    <a href=\"https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-editor.html\">Working with Tag Editor</a>.</p>"
2768            }
2769        },
2770        "com.amazonaws.fms#ResourceTagKey": {
2771            "type": "string",
2772            "traits": {
2773                "smithy.api#length": {
2774                    "min": 1,
2775                    "max": 128
2776                },
2777                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2778            }
2779        },
2780        "com.amazonaws.fms#ResourceTagValue": {
2781            "type": "string",
2782            "traits": {
2783                "smithy.api#length": {
2784                    "min": 0,
2785                    "max": 256
2786                },
2787                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2788            }
2789        },
2790        "com.amazonaws.fms#ResourceTags": {
2791            "type": "list",
2792            "member": {
2793                "target": "com.amazonaws.fms#ResourceTag"
2794            },
2795            "traits": {
2796                "smithy.api#length": {
2797                    "min": 0,
2798                    "max": 8
2799                }
2800            }
2801        },
2802        "com.amazonaws.fms#ResourceType": {
2803            "type": "string",
2804            "traits": {
2805                "smithy.api#length": {
2806                    "min": 1,
2807                    "max": 128
2808                },
2809                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2810            }
2811        },
2812        "com.amazonaws.fms#ResourceTypeList": {
2813            "type": "list",
2814            "member": {
2815                "target": "com.amazonaws.fms#ResourceType"
2816            }
2817        },
2818        "com.amazonaws.fms#ResourceViolation": {
2819            "type": "structure",
2820            "members": {
2821                "AwsVPCSecurityGroupViolation": {
2822                    "target": "com.amazonaws.fms#AwsVPCSecurityGroupViolation",
2823                    "traits": {
2824                        "smithy.api#documentation": "<p>Violation details for security groups.</p>"
2825                    }
2826                },
2827                "AwsEc2NetworkInterfaceViolation": {
2828                    "target": "com.amazonaws.fms#AwsEc2NetworkInterfaceViolation",
2829                    "traits": {
2830                        "smithy.api#documentation": "<p>Violation details for network interface.</p>"
2831                    }
2832                },
2833                "AwsEc2InstanceViolation": {
2834                    "target": "com.amazonaws.fms#AwsEc2InstanceViolation",
2835                    "traits": {
2836                        "smithy.api#documentation": "<p>Violation details for an EC2 instance.</p>"
2837                    }
2838                },
2839                "NetworkFirewallMissingFirewallViolation": {
2840                    "target": "com.amazonaws.fms#NetworkFirewallMissingFirewallViolation",
2841                    "traits": {
2842                        "smithy.api#documentation": "<p>Violation detail for an Network Firewall policy that indicates that a subnet has no Firewall Manager \n        managed firewall in its VPC. </p>"
2843                    }
2844                },
2845                "NetworkFirewallMissingSubnetViolation": {
2846                    "target": "com.amazonaws.fms#NetworkFirewallMissingSubnetViolation",
2847                    "traits": {
2848                        "smithy.api#documentation": "<p>Violation detail for an Network Firewall policy that indicates that an Availability Zone is \n       missing the expected Firewall Manager managed subnet.</p>"
2849                    }
2850                },
2851                "NetworkFirewallMissingExpectedRTViolation": {
2852                    "target": "com.amazonaws.fms#NetworkFirewallMissingExpectedRTViolation",
2853                    "traits": {
2854                        "smithy.api#documentation": "<p>Violation detail for an Network Firewall policy that indicates that a subnet \n      is not associated with the expected Firewall Manager managed route table. </p>"
2855                    }
2856                },
2857                "NetworkFirewallPolicyModifiedViolation": {
2858                    "target": "com.amazonaws.fms#NetworkFirewallPolicyModifiedViolation",
2859                    "traits": {
2860                        "smithy.api#documentation": "<p>Violation detail for an Network Firewall policy that indicates that a firewall policy \n       in an individual account has been modified in a way that makes it noncompliant.  \n       For example, the individual account owner might have deleted a rule group, \n       changed the priority of a stateless rule group, or changed a policy default action.</p>"
2861                    }
2862                },
2863                "DnsRuleGroupPriorityConflictViolation": {
2864                    "target": "com.amazonaws.fms#DnsRuleGroupPriorityConflictViolation",
2865                    "traits": {
2866                        "smithy.api#documentation": "<p>Violation detail for a DNS Firewall policy that indicates that a rule group that Firewall Manager \n       tried to associate with a VPC has the same priority as a rule group that's already associated. </p>"
2867                    }
2868                },
2869                "DnsDuplicateRuleGroupViolation": {
2870                    "target": "com.amazonaws.fms#DnsDuplicateRuleGroupViolation",
2871                    "traits": {
2872                        "smithy.api#documentation": "<p>Violation detail for a DNS Firewall policy that indicates that a rule group that Firewall Manager \n       tried to associate with a VPC is already associated with the VPC and can't be associated again. </p>"
2873                    }
2874                },
2875                "DnsRuleGroupLimitExceededViolation": {
2876                    "target": "com.amazonaws.fms#DnsRuleGroupLimitExceededViolation",
2877                    "traits": {
2878                        "smithy.api#documentation": "<p>Violation details for a DNS Firewall policy that indicates that the VPC reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed. </p>"
2879                    }
2880                }
2881            },
2882            "traits": {
2883                "smithy.api#documentation": "<p>Violation detail based on resource type.</p>"
2884            }
2885        },
2886        "com.amazonaws.fms#ResourceViolations": {
2887            "type": "list",
2888            "member": {
2889                "target": "com.amazonaws.fms#ResourceViolation"
2890            }
2891        },
2892        "com.amazonaws.fms#SecurityGroupRemediationAction": {
2893            "type": "structure",
2894            "members": {
2895                "RemediationActionType": {
2896                    "target": "com.amazonaws.fms#RemediationActionType",
2897                    "traits": {
2898                        "smithy.api#documentation": "<p>The remediation action that will be performed.</p>"
2899                    }
2900                },
2901                "Description": {
2902                    "target": "com.amazonaws.fms#RemediationActionDescription",
2903                    "traits": {
2904                        "smithy.api#documentation": "<p>Brief description of the action that will be performed.</p>"
2905                    }
2906                },
2907                "RemediationResult": {
2908                    "target": "com.amazonaws.fms#SecurityGroupRuleDescription",
2909                    "traits": {
2910                        "smithy.api#documentation": "<p>The final state of the rule specified in the <code>ViolationTarget</code> after it is remediated.</p>"
2911                    }
2912                },
2913                "IsDefaultAction": {
2914                    "target": "com.amazonaws.fms#Boolean",
2915                    "traits": {
2916                        "smithy.api#documentation": "<p>Indicates if the current action is the default action.</p>"
2917                    }
2918                }
2919            },
2920            "traits": {
2921                "smithy.api#documentation": "<p>Remediation option for the rule specified in the <code>ViolationTarget</code>.</p>"
2922            }
2923        },
2924        "com.amazonaws.fms#SecurityGroupRemediationActions": {
2925            "type": "list",
2926            "member": {
2927                "target": "com.amazonaws.fms#SecurityGroupRemediationAction"
2928            }
2929        },
2930        "com.amazonaws.fms#SecurityGroupRuleDescription": {
2931            "type": "structure",
2932            "members": {
2933                "IPV4Range": {
2934                    "target": "com.amazonaws.fms#CIDR",
2935                    "traits": {
2936                        "smithy.api#documentation": "<p>The IPv4 ranges for the security group rule.</p>"
2937                    }
2938                },
2939                "IPV6Range": {
2940                    "target": "com.amazonaws.fms#CIDR",
2941                    "traits": {
2942                        "smithy.api#documentation": "<p>The IPv6 ranges for the security group rule.</p>"
2943                    }
2944                },
2945                "PrefixListId": {
2946                    "target": "com.amazonaws.fms#ResourceId",
2947                    "traits": {
2948                        "smithy.api#documentation": "<p>The ID of the prefix list for the security group rule.</p>"
2949                    }
2950                },
2951                "Protocol": {
2952                    "target": "com.amazonaws.fms#LengthBoundedString",
2953                    "traits": {
2954                        "smithy.api#documentation": "<p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>, <code>icmpv6</code>) or number.</p>"
2955                    }
2956                },
2957                "FromPort": {
2958                    "target": "com.amazonaws.fms#IPPortNumber",
2959                    "traits": {
2960                        "smithy.api#documentation": "<p>The start of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of <code>-1</code> indicates all ICMP/ICMPv6 types.</p>"
2961                    }
2962                },
2963                "ToPort": {
2964                    "target": "com.amazonaws.fms#IPPortNumber",
2965                    "traits": {
2966                        "smithy.api#documentation": "<p>The end of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of <code>-1</code> indicates all ICMP/ICMPv6 codes.</p>"
2967                    }
2968                }
2969            },
2970            "traits": {
2971                "smithy.api#documentation": "<p>Describes a set of permissions for a security group rule.</p>"
2972            }
2973        },
2974        "com.amazonaws.fms#SecurityServicePolicyData": {
2975            "type": "structure",
2976            "members": {
2977                "Type": {
2978                    "target": "com.amazonaws.fms#SecurityServiceType",
2979                    "traits": {
2980                        "smithy.api#documentation": "<p>The service that the policy is using to protect the resources. This specifies the type of\n      policy that is created, either an AWS WAF policy, a Shield Advanced policy, or a security\n      group policy. For security group policies, Firewall Manager supports one security group for\n      each common policy and for each content audit policy. This is an adjustable limit that you can\n      increase by contacting AWS Support.</p>",
2981                        "smithy.api#required": {}
2982                    }
2983                },
2984                "ManagedServiceData": {
2985                    "target": "com.amazonaws.fms#ManagedServiceData",
2986                    "traits": {
2987                        "smithy.api#documentation": "<p>Details about the service that are specific to the service type, in JSON format. For\n      service type <code>SHIELD_ADVANCED</code>, this is an empty string.</p>\n         <ul>\n            <li>\n               <p>Example: <code>NETWORK_FIREWALL</code>\n               </p>\n               <p>\n                  <code>\"{\\\"type\\\":\\\"NETWORK_FIREWALL\\\",\\\"networkFirewallStatelessRuleGroupReferences\\\":[{\\\"resourceARN\\\":\\\"arn:aws:network-firewall:us-west-1:1234567891011:stateless-rulegroup/rulegroup2\\\",\\\"priority\\\":10}],\\\"networkFirewallStatelessDefaultActions\\\":[\\\"aws:pass\\\",\\\"custom1\\\"],\\\"networkFirewallStatelessFragmentDefaultActions\\\":[\\\"custom2\\\",\\\"aws:pass\\\"],\\\"networkFirewallStatelessCustomActions\\\":[{\\\"actionName\\\":\\\"custom1\\\",\\\"actionDefinition\\\":{\\\"publishMetricAction\\\":{\\\"dimensions\\\":[{\\\"value\\\":\\\"dimension1\\\"}]}}},{\\\"actionName\\\":\\\"custom2\\\",\\\"actionDefinition\\\":{\\\"publishMetricAction\\\":{\\\"dimensions\\\":[{\\\"value\\\":\\\"dimension2\\\"}]}}}],\\\"networkFirewallStatefulRuleGroupReferences\\\":[{\\\"resourceARN\\\":\\\"arn:aws:network-firewall:us-west-1:1234567891011:stateful-rulegroup/rulegroup1\\\"}],\\\"networkFirewallOrchestrationConfig\\\":{\\\"singleFirewallEndpointPerVPC\\\":true,\\\"allowedIPV4CidrList\\\":[\\\"10.24.34.0/28\\\"]} }\"</code>\n               </p>\n            </li>\n            <li>\n               <p>Example: <code>WAFV2</code>\n               </p>\n               <p>\n                  <code>\"{\\\"type\\\":\\\"WAFV2\\\",\\\"preProcessRuleGroups\\\":[{\\\"ruleGroupArn\\\":null,\\\"overrideAction\\\":{\\\"type\\\":\\\"NONE\\\"},\\\"managedRuleGroupIdentifier\\\":{\\\"version\\\":null,\\\"vendorName\\\":\\\"AWS\\\",\\\"managedRuleGroupName\\\":\\\"AWSManagedRulesAmazonIpReputationList\\\"},\\\"ruleGroupType\\\":\\\"ManagedRuleGroup\\\",\\\"excludeRules\\\":[]}],\\\"postProcessRuleGroups\\\":[],\\\"defaultAction\\\":{\\\"type\\\":\\\"ALLOW\\\"},\\\"overrideCustomerWebACLAssociation\\\":false,\\\"loggingConfiguration\\\":{\\\"logDestinationConfigs\\\":[\\\"arn:aws:firehose:us-west-2:12345678912:deliverystream/aws-waf-logs-fms-admin-destination\\\"],\\\"redactedFields\\\":[{\\\"redactedFieldType\\\":\\\"SingleHeader\\\",\\\"redactedFieldValue\\\":\\\"Cookies\\\"},{\\\"redactedFieldType\\\":\\\"Method\\\"}]}}\"</code>\n               </p>\n               <p>In the <code>loggingConfiguration</code>, you can specify one <code>logDestinationConfigs</code>, you can optionally provide up to 20 <code>redactedFields</code>, and the <code>RedactedFieldType</code> must be one of <code>URI</code>, <code>QUERY_STRING</code>, <code>HEADER</code>, or <code>METHOD</code>.</p>\n            </li>\n            <li>\n               <p>Example: <code>WAF Classic</code>\n               </p>\n               <p>\n                  <code>\"{\\\"type\\\": \\\"WAF\\\", \\\"ruleGroups\\\": [{\\\"id\\\":\\\"12345678-1bcd-9012-efga-0987654321ab\\\", \\\"overrideAction\\\" : {\\\"type\\\": \\\"COUNT\\\"}}], \\\"defaultAction\\\": {\\\"type\\\": \\\"BLOCK\\\"}}\"</code>\n               </p>\n            </li>\n            <li>\n               <p>Example: <code>SECURITY_GROUPS_COMMON</code>\n               </p>\n               <p>\n                  <code>\"{\\\"type\\\":\\\"SECURITY_GROUPS_COMMON\\\",\\\"revertManualSecurityGroupChanges\\\":false,\\\"exclusiveResourceSecurityGroupManagement\\\":false, \\\"applyToAllEC2InstanceENIs\\\":false,\\\"securityGroups\\\":[{\\\"id\\\":\\\" sg-000e55995d61a06bd\\\"}]}\"</code>\n               </p>\n            </li>\n            <li>\n               <p>Example: <code>SECURITY_GROUPS_CONTENT_AUDIT</code>\n               </p>\n               <p>\n                  <code>\"{\\\"type\\\":\\\"SECURITY_GROUPS_CONTENT_AUDIT\\\",\\\"securityGroups\\\":[{\\\"id\\\":\\\"sg-000e55995d61a06bd\\\"}],\\\"securityGroupAction\\\":{\\\"type\\\":\\\"ALLOW\\\"}}\"</code>\n               </p>\n               <p>The security group action for content audit can be <code>ALLOW</code> or\n            <code>DENY</code>. For <code>ALLOW</code>, all in-scope security group rules must be\n          within the allowed range of the policy's security group rules. For <code>DENY</code>, all\n          in-scope security group rules must not contain a value or a range that matches a rule\n          value or range in the policy security group.</p>\n            </li>\n            <li>\n               <p>Example: <code>SECURITY_GROUPS_USAGE_AUDIT</code>\n               </p>\n               <p>\n                  <code>\"{\\\"type\\\":\\\"SECURITY_GROUPS_USAGE_AUDIT\\\",\\\"deleteUnusedSecurityGroups\\\":true,\\\"coalesceRedundantSecurityGroups\\\":true}\"</code>\n               </p>\n            </li>\n         </ul>"
2988                    }
2989                }
2990            },
2991            "traits": {
2992                "smithy.api#documentation": "<p>Details about the security service that is being used to protect the resources.</p>"
2993            }
2994        },
2995        "com.amazonaws.fms#SecurityServiceType": {
2996            "type": "string",
2997            "traits": {
2998                "smithy.api#enum": [
2999                    {
3000                        "value": "WAF",
3001                        "name": "WAF"
3002                    },
3003                    {
3004                        "value": "WAFV2",
3005                        "name": "WAFV2"
3006                    },
3007                    {
3008                        "value": "SHIELD_ADVANCED",
3009                        "name": "SHIELD_ADVANCED"
3010                    },
3011                    {
3012                        "value": "SECURITY_GROUPS_COMMON",
3013                        "name": "SECURITY_GROUPS_COMMON"
3014                    },
3015                    {
3016                        "value": "SECURITY_GROUPS_CONTENT_AUDIT",
3017                        "name": "SECURITY_GROUPS_CONTENT_AUDIT"
3018                    },
3019                    {
3020                        "value": "SECURITY_GROUPS_USAGE_AUDIT",
3021                        "name": "SECURITY_GROUPS_USAGE_AUDIT"
3022                    },
3023                    {
3024                        "value": "NETWORK_FIREWALL",
3025                        "name": "NETWORK_FIREWALL"
3026                    },
3027                    {
3028                        "value": "DNS_FIREWALL",
3029                        "name": "DNS_FIREWALL"
3030                    }
3031                ]
3032            }
3033        },
3034        "com.amazonaws.fms#StatefulRuleGroup": {
3035            "type": "structure",
3036            "members": {
3037                "RuleGroupName": {
3038                    "target": "com.amazonaws.fms#NetworkFirewallResourceName",
3039                    "traits": {
3040                        "smithy.api#documentation": "<p>The name of the rule group.</p>"
3041                    }
3042                },
3043                "ResourceId": {
3044                    "target": "com.amazonaws.fms#ResourceId",
3045                    "traits": {
3046                        "smithy.api#documentation": "<p>The resource ID of the rule group.</p>"
3047                    }
3048                }
3049            },
3050            "traits": {
3051                "smithy.api#documentation": "<p>AWS Network Firewall stateful rule group, used in a <a>NetworkFirewallPolicyDescription</a>. </p>"
3052            }
3053        },
3054        "com.amazonaws.fms#StatefulRuleGroupList": {
3055            "type": "list",
3056            "member": {
3057                "target": "com.amazonaws.fms#StatefulRuleGroup"
3058            }
3059        },
3060        "com.amazonaws.fms#StatelessRuleGroup": {
3061            "type": "structure",
3062            "members": {
3063                "RuleGroupName": {
3064                    "target": "com.amazonaws.fms#NetworkFirewallResourceName",
3065                    "traits": {
3066                        "smithy.api#documentation": "<p>The name of the rule group.</p>"
3067                    }
3068                },
3069                "ResourceId": {
3070                    "target": "com.amazonaws.fms#ResourceId",
3071                    "traits": {
3072                        "smithy.api#documentation": "<p>The resource ID of the rule group.</p>"
3073                    }
3074                },
3075                "Priority": {
3076                    "target": "com.amazonaws.fms#StatelessRuleGroupPriority",
3077                    "traits": {
3078                        "smithy.api#documentation": "<p>The priority of the rule group. AWS Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting. </p>"
3079                    }
3080                }
3081            },
3082            "traits": {
3083                "smithy.api#documentation": "<p>AWS Network Firewall stateless rule group, used in a <a>NetworkFirewallPolicyDescription</a>. </p>"
3084            }
3085        },
3086        "com.amazonaws.fms#StatelessRuleGroupList": {
3087            "type": "list",
3088            "member": {
3089                "target": "com.amazonaws.fms#StatelessRuleGroup"
3090            }
3091        },
3092        "com.amazonaws.fms#StatelessRuleGroupPriority": {
3093            "type": "integer",
3094            "traits": {
3095                "smithy.api#range": {
3096                    "min": 1,
3097                    "max": 65535
3098                }
3099            }
3100        },
3101        "com.amazonaws.fms#Tag": {
3102            "type": "structure",
3103            "members": {
3104                "Key": {
3105                    "target": "com.amazonaws.fms#TagKey",
3106                    "traits": {
3107                        "smithy.api#documentation": "<p>Part of the key:value pair that defines a tag. You can use a tag key to describe a category of information, such as \"customer.\" Tag keys are case-sensitive.</p>",
3108                        "smithy.api#required": {}
3109                    }
3110                },
3111                "Value": {
3112                    "target": "com.amazonaws.fms#TagValue",
3113                    "traits": {
3114                        "smithy.api#documentation": "<p>Part of the key:value pair that defines a tag. You can use a tag value to describe a specific value within a category, such as \"companyA\" or \"companyB.\" Tag values are case-sensitive.  </p>",
3115                        "smithy.api#required": {}
3116                    }
3117                }
3118            },
3119            "traits": {
3120                "smithy.api#documentation": "<p>A collection of key:value pairs associated with an AWS resource. The key:value pair can be anything you define. Typically, the tag key represents a category (such as \"environment\") and the tag value represents a specific value within that category (such as \"test,\" \"development,\" or \"production\"). You can add up to 50 tags to each AWS resource.  </p>"
3121            }
3122        },
3123        "com.amazonaws.fms#TagKey": {
3124            "type": "string",
3125            "traits": {
3126                "smithy.api#length": {
3127                    "min": 1,
3128                    "max": 128
3129                },
3130                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
3131            }
3132        },
3133        "com.amazonaws.fms#TagKeyList": {
3134            "type": "list",
3135            "member": {
3136                "target": "com.amazonaws.fms#TagKey"
3137            },
3138            "traits": {
3139                "smithy.api#length": {
3140                    "min": 0,
3141                    "max": 200
3142                }
3143            }
3144        },
3145        "com.amazonaws.fms#TagList": {
3146            "type": "list",
3147            "member": {
3148                "target": "com.amazonaws.fms#Tag"
3149            },
3150            "traits": {
3151                "smithy.api#length": {
3152                    "min": 0,
3153                    "max": 200
3154                }
3155            }
3156        },
3157        "com.amazonaws.fms#TagResource": {
3158            "type": "operation",
3159            "input": {
3160                "target": "com.amazonaws.fms#TagResourceRequest"
3161            },
3162            "output": {
3163                "target": "com.amazonaws.fms#TagResourceResponse"
3164            },
3165            "errors": [
3166                {
3167                    "target": "com.amazonaws.fms#InternalErrorException"
3168                },
3169                {
3170                    "target": "com.amazonaws.fms#InvalidInputException"
3171                },
3172                {
3173                    "target": "com.amazonaws.fms#InvalidOperationException"
3174                },
3175                {
3176                    "target": "com.amazonaws.fms#LimitExceededException"
3177                },
3178                {
3179                    "target": "com.amazonaws.fms#ResourceNotFoundException"
3180                }
3181            ],
3182            "traits": {
3183                "smithy.api#documentation": "<p>Adds one or more tags to an AWS resource.</p>"
3184            }
3185        },
3186        "com.amazonaws.fms#TagResourceRequest": {
3187            "type": "structure",
3188            "members": {
3189                "ResourceArn": {
3190                    "target": "com.amazonaws.fms#ResourceArn",
3191                    "traits": {
3192                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource to return tags for. The AWS Firewall Manager resources that support tagging are policies, applications lists, and protocols lists. </p>",
3193                        "smithy.api#required": {}
3194                    }
3195                },
3196                "TagList": {
3197                    "target": "com.amazonaws.fms#TagList",
3198                    "traits": {
3199                        "smithy.api#documentation": "<p>The tags to add to the resource.</p>",
3200                        "smithy.api#required": {}
3201                    }
3202                }
3203            }
3204        },
3205        "com.amazonaws.fms#TagResourceResponse": {
3206            "type": "structure",
3207            "members": {}
3208        },
3209        "com.amazonaws.fms#TagValue": {
3210            "type": "string",
3211            "traits": {
3212                "smithy.api#length": {
3213                    "min": 0,
3214                    "max": 256
3215                },
3216                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
3217            }
3218        },
3219        "com.amazonaws.fms#TargetViolationReason": {
3220            "type": "string",
3221            "traits": {
3222                "smithy.api#length": {
3223                    "min": 0,
3224                    "max": 256
3225                },
3226                "smithy.api#pattern": "\\w+"
3227            }
3228        },
3229        "com.amazonaws.fms#TargetViolationReasons": {
3230            "type": "list",
3231            "member": {
3232                "target": "com.amazonaws.fms#TargetViolationReason"
3233            }
3234        },
3235        "com.amazonaws.fms#TimeStamp": {
3236            "type": "timestamp"
3237        },
3238        "com.amazonaws.fms#UntagResource": {
3239            "type": "operation",
3240            "input": {
3241                "target": "com.amazonaws.fms#UntagResourceRequest"
3242            },
3243            "output": {
3244                "target": "com.amazonaws.fms#UntagResourceResponse"
3245            },
3246            "errors": [
3247                {
3248                    "target": "com.amazonaws.fms#InternalErrorException"
3249                },
3250                {
3251                    "target": "com.amazonaws.fms#InvalidInputException"
3252                },
3253                {
3254                    "target": "com.amazonaws.fms#InvalidOperationException"
3255                },
3256                {
3257                    "target": "com.amazonaws.fms#ResourceNotFoundException"
3258                }
3259            ],
3260            "traits": {
3261                "smithy.api#documentation": "<p>Removes one or more tags from an AWS resource.</p>"
3262            }
3263        },
3264        "com.amazonaws.fms#UntagResourceRequest": {
3265            "type": "structure",
3266            "members": {
3267                "ResourceArn": {
3268                    "target": "com.amazonaws.fms#ResourceArn",
3269                    "traits": {
3270                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource to return tags for. The AWS Firewall Manager resources that support tagging are policies, applications lists, and protocols lists. </p>",
3271                        "smithy.api#required": {}
3272                    }
3273                },
3274                "TagKeys": {
3275                    "target": "com.amazonaws.fms#TagKeyList",
3276                    "traits": {
3277                        "smithy.api#documentation": "<p>The keys of the tags to remove from the resource. </p>",
3278                        "smithy.api#required": {}
3279                    }
3280                }
3281            }
3282        },
3283        "com.amazonaws.fms#UntagResourceResponse": {
3284            "type": "structure",
3285            "members": {}
3286        },
3287        "com.amazonaws.fms#UpdateToken": {
3288            "type": "string",
3289            "traits": {
3290                "smithy.api#length": {
3291                    "min": 1,
3292                    "max": 1024
3293                },
3294                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
3295            }
3296        },
3297        "com.amazonaws.fms#ViolationDetail": {
3298            "type": "structure",
3299            "members": {
3300                "PolicyId": {
3301                    "target": "com.amazonaws.fms#PolicyId",
3302                    "traits": {
3303                        "smithy.api#documentation": "<p>The ID of the AWS Firewall Manager policy that the violation details were requested for.</p>",
3304                        "smithy.api#required": {}
3305                    }
3306                },
3307                "MemberAccount": {
3308                    "target": "com.amazonaws.fms#AWSAccountId",
3309                    "traits": {
3310                        "smithy.api#documentation": "<p>The AWS account that the violation details were requested for.</p>",
3311                        "smithy.api#required": {}
3312                    }
3313                },
3314                "ResourceId": {
3315                    "target": "com.amazonaws.fms#ResourceId",
3316                    "traits": {
3317                        "smithy.api#documentation": "<p>The resource ID that the violation details were requested for.</p>",
3318                        "smithy.api#required": {}
3319                    }
3320                },
3321                "ResourceType": {
3322                    "target": "com.amazonaws.fms#ResourceType",
3323                    "traits": {
3324                        "smithy.api#documentation": "<p>The resource type that the violation details were requested for.</p>",
3325                        "smithy.api#required": {}
3326                    }
3327                },
3328                "ResourceViolations": {
3329                    "target": "com.amazonaws.fms#ResourceViolations",
3330                    "traits": {
3331                        "smithy.api#documentation": "<p>List of violations for the requested resource.</p>",
3332                        "smithy.api#required": {}
3333                    }
3334                },
3335                "ResourceTags": {
3336                    "target": "com.amazonaws.fms#TagList",
3337                    "traits": {
3338                        "smithy.api#documentation": "<p>The <code>ResourceTag</code> objects associated with the resource.</p>"
3339                    }
3340                },
3341                "ResourceDescription": {
3342                    "target": "com.amazonaws.fms#LengthBoundedString",
3343                    "traits": {
3344                        "smithy.api#documentation": "<p>Brief description for the requested resource.</p>"
3345                    }
3346                }
3347            },
3348            "traits": {
3349                "smithy.api#documentation": "<p>Violations for a resource based on the specified AWS Firewall Manager policy and AWS account.</p>"
3350            }
3351        },
3352        "com.amazonaws.fms#ViolationReason": {
3353            "type": "string",
3354            "traits": {
3355                "smithy.api#enum": [
3356                    {
3357                        "value": "WEB_ACL_MISSING_RULE_GROUP",
3358                        "name": "WebAclMissingRuleGroup"
3359                    },
3360                    {
3361                        "value": "RESOURCE_MISSING_WEB_ACL",
3362                        "name": "ResourceMissingWebAcl"
3363                    },
3364                    {
3365                        "value": "RESOURCE_INCORRECT_WEB_ACL",
3366                        "name": "ResourceIncorrectWebAcl"
3367                    },
3368                    {
3369                        "value": "RESOURCE_MISSING_SHIELD_PROTECTION",
3370                        "name": "ResourceMissingShieldProtection"
3371                    },
3372                    {
3373                        "value": "RESOURCE_MISSING_WEB_ACL_OR_SHIELD_PROTECTION",
3374                        "name": "ResourceMissingWebaclOrShieldProtection"
3375                    },
3376                    {
3377                        "value": "RESOURCE_MISSING_SECURITY_GROUP",
3378                        "name": "ResourceMissingSecurityGroup"
3379                    },
3380                    {
3381                        "value": "RESOURCE_VIOLATES_AUDIT_SECURITY_GROUP",
3382                        "name": "ResourceViolatesAuditSecurityGroup"
3383                    },
3384                    {
3385                        "value": "SECURITY_GROUP_UNUSED",
3386                        "name": "SecurityGroupUnused"
3387                    },
3388                    {
3389                        "value": "SECURITY_GROUP_REDUNDANT",
3390                        "name": "SecurityGroupRedundant"
3391                    },
3392                    {
3393                        "value": "FMS_CREATED_SECURITY_GROUP_EDITED",
3394                        "name": "FMSCreatedSecurityGroupEdited"
3395                    },
3396                    {
3397                        "value": "MISSING_FIREWALL",
3398                        "name": "MissingFirewall"
3399                    },
3400                    {
3401                        "value": "MISSING_FIREWALL_SUBNET_IN_AZ",
3402                        "name": "MissingFirewallSubnetInAZ"
3403                    },
3404                    {
3405                        "value": "MISSING_EXPECTED_ROUTE_TABLE",
3406                        "name": "MissingExpectedRouteTable"
3407                    },
3408                    {
3409                        "value": "NETWORK_FIREWALL_POLICY_MODIFIED",
3410                        "name": "NetworkFirewallPolicyModified"
3411                    },
3412                    {
3413                        "value": "RESOURCE_MISSING_DNS_FIREWALL",
3414                        "name": "ResourceMissingDnsFirewall"
3415                    }
3416                ]
3417            }
3418        },
3419        "com.amazonaws.fms#ViolationTarget": {
3420            "type": "string",
3421            "traits": {
3422                "smithy.api#length": {
3423                    "min": 0,
3424                    "max": 1024
3425                },
3426                "smithy.api#pattern": ".*"
3427            }
3428        }
3429    }
3430}
3431