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.shield#AWSShield_20160616": {
33            "type": "service",
34            "version": "2016-06-02",
35            "operations": [
36                {
37                    "target": "com.amazonaws.shield#AssociateDRTLogBucket"
38                },
39                {
40                    "target": "com.amazonaws.shield#AssociateDRTRole"
41                },
42                {
43                    "target": "com.amazonaws.shield#AssociateHealthCheck"
44                },
45                {
46                    "target": "com.amazonaws.shield#AssociateProactiveEngagementDetails"
47                },
48                {
49                    "target": "com.amazonaws.shield#CreateProtection"
50                },
51                {
52                    "target": "com.amazonaws.shield#CreateProtectionGroup"
53                },
54                {
55                    "target": "com.amazonaws.shield#CreateSubscription"
56                },
57                {
58                    "target": "com.amazonaws.shield#DeleteProtection"
59                },
60                {
61                    "target": "com.amazonaws.shield#DeleteProtectionGroup"
62                },
63                {
64                    "target": "com.amazonaws.shield#DeleteSubscription"
65                },
66                {
67                    "target": "com.amazonaws.shield#DescribeAttack"
68                },
69                {
70                    "target": "com.amazonaws.shield#DescribeAttackStatistics"
71                },
72                {
73                    "target": "com.amazonaws.shield#DescribeDRTAccess"
74                },
75                {
76                    "target": "com.amazonaws.shield#DescribeEmergencyContactSettings"
77                },
78                {
79                    "target": "com.amazonaws.shield#DescribeProtection"
80                },
81                {
82                    "target": "com.amazonaws.shield#DescribeProtectionGroup"
83                },
84                {
85                    "target": "com.amazonaws.shield#DescribeSubscription"
86                },
87                {
88                    "target": "com.amazonaws.shield#DisableProactiveEngagement"
89                },
90                {
91                    "target": "com.amazonaws.shield#DisassociateDRTLogBucket"
92                },
93                {
94                    "target": "com.amazonaws.shield#DisassociateDRTRole"
95                },
96                {
97                    "target": "com.amazonaws.shield#DisassociateHealthCheck"
98                },
99                {
100                    "target": "com.amazonaws.shield#EnableProactiveEngagement"
101                },
102                {
103                    "target": "com.amazonaws.shield#GetSubscriptionState"
104                },
105                {
106                    "target": "com.amazonaws.shield#ListAttacks"
107                },
108                {
109                    "target": "com.amazonaws.shield#ListProtectionGroups"
110                },
111                {
112                    "target": "com.amazonaws.shield#ListProtections"
113                },
114                {
115                    "target": "com.amazonaws.shield#ListResourcesInProtectionGroup"
116                },
117                {
118                    "target": "com.amazonaws.shield#ListTagsForResource"
119                },
120                {
121                    "target": "com.amazonaws.shield#TagResource"
122                },
123                {
124                    "target": "com.amazonaws.shield#UntagResource"
125                },
126                {
127                    "target": "com.amazonaws.shield#UpdateEmergencyContactSettings"
128                },
129                {
130                    "target": "com.amazonaws.shield#UpdateProtectionGroup"
131                },
132                {
133                    "target": "com.amazonaws.shield#UpdateSubscription"
134                }
135            ],
136            "traits": {
137                "aws.api#service": {
138                    "sdkId": "Shield",
139                    "arnNamespace": "shield",
140                    "cloudFormationName": "Shield",
141                    "cloudTrailEventSource": "shield.amazonaws.com",
142                    "endpointPrefix": "shield"
143                },
144                "aws.auth#sigv4": {
145                    "name": "shield"
146                },
147                "aws.protocols#awsJson1_1": {},
148                "smithy.api#documentation": "<fullname>Shield Advanced</fullname>\n         <p>This is the <i>Shield Advanced API Reference</i>. This guide is for developers who need detailed information about the Shield Advanced API actions, \n         data types, and errors. For detailed information about WAF and Shield Advanced features and an overview of how to use the WAF and Shield Advanced APIs, see the \n         <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/\">WAF and Shield Developer Guide</a>.</p>",
149                "smithy.api#title": "AWS Shield",
150                "smithy.api#xmlNamespace": {
151                    "uri": "http://ddp.amazonaws.com/doc/2016-06-02/"
152                }
153            }
154        },
155        "com.amazonaws.shield#AccessDeniedException": {
156            "type": "structure",
157            "members": {
158                "message": {
159                    "target": "com.amazonaws.shield#errorMessage"
160                }
161            },
162            "traits": {
163                "smithy.api#documentation": "<p>Exception that indicates the specified <code>AttackId</code> does not exist, or the requester does not have the appropriate permissions to access the <code>AttackId</code>.</p>",
164                "smithy.api#error": "client"
165            }
166        },
167        "com.amazonaws.shield#AccessDeniedForDependencyException": {
168            "type": "structure",
169            "members": {
170                "message": {
171                    "target": "com.amazonaws.shield#errorMessage"
172                }
173            },
174            "traits": {
175                "smithy.api#documentation": "<p>In order to grant the necessary access to the Shield Response Team (SRT) the user submitting the request must have the <code>iam:PassRole</code> permission. This error indicates the user did not have the appropriate permissions. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html\">Granting a User Permissions to Pass a Role to an Amazon Web Services Service</a>. </p>",
176                "smithy.api#error": "client"
177            }
178        },
179        "com.amazonaws.shield#AssociateDRTLogBucket": {
180            "type": "operation",
181            "input": {
182                "target": "com.amazonaws.shield#AssociateDRTLogBucketRequest"
183            },
184            "output": {
185                "target": "com.amazonaws.shield#AssociateDRTLogBucketResponse"
186            },
187            "errors": [
188                {
189                    "target": "com.amazonaws.shield#AccessDeniedForDependencyException"
190                },
191                {
192                    "target": "com.amazonaws.shield#InternalErrorException"
193                },
194                {
195                    "target": "com.amazonaws.shield#InvalidOperationException"
196                },
197                {
198                    "target": "com.amazonaws.shield#InvalidParameterException"
199                },
200                {
201                    "target": "com.amazonaws.shield#LimitsExceededException"
202                },
203                {
204                    "target": "com.amazonaws.shield#NoAssociatedRoleException"
205                },
206                {
207                    "target": "com.amazonaws.shield#OptimisticLockException"
208                },
209                {
210                    "target": "com.amazonaws.shield#ResourceNotFoundException"
211                }
212            ],
213            "traits": {
214                "smithy.api#documentation": "<p>Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.</p>\n\t        <p>To use the services of the SRT and make an <code>AssociateDRTLogBucket</code> request, you must be subscribed to the <a href=\"https://aws.amazon.com/premiumsupport/business-support/\">Business Support plan</a> or the <a href=\"https://aws.amazon.com/premiumsupport/enterprise-support/\">Enterprise Support plan</a>.</p>"
215            }
216        },
217        "com.amazonaws.shield#AssociateDRTLogBucketRequest": {
218            "type": "structure",
219            "members": {
220                "LogBucket": {
221                    "target": "com.amazonaws.shield#LogBucket",
222                    "traits": {
223                        "smithy.api#documentation": "<p>The Amazon S3 bucket that contains the logs that you want to share.</p>",
224                        "smithy.api#required": {}
225                    }
226                }
227            }
228        },
229        "com.amazonaws.shield#AssociateDRTLogBucketResponse": {
230            "type": "structure",
231            "members": {}
232        },
233        "com.amazonaws.shield#AssociateDRTRole": {
234            "type": "operation",
235            "input": {
236                "target": "com.amazonaws.shield#AssociateDRTRoleRequest"
237            },
238            "output": {
239                "target": "com.amazonaws.shield#AssociateDRTRoleResponse"
240            },
241            "errors": [
242                {
243                    "target": "com.amazonaws.shield#AccessDeniedForDependencyException"
244                },
245                {
246                    "target": "com.amazonaws.shield#InternalErrorException"
247                },
248                {
249                    "target": "com.amazonaws.shield#InvalidOperationException"
250                },
251                {
252                    "target": "com.amazonaws.shield#InvalidParameterException"
253                },
254                {
255                    "target": "com.amazonaws.shield#OptimisticLockException"
256                },
257                {
258                    "target": "com.amazonaws.shield#ResourceNotFoundException"
259                }
260            ],
261            "traits": {
262                "smithy.api#documentation": "<p>Authorizes the Shield Response Team (SRT) using the specified role, to access your Amazon Web Services account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your WAF configuration and create or update WAF rules and web ACLs.</p>\n         <p>You can associate only one <code>RoleArn</code> with your subscription. If you submit an <code>AssociateDRTRole</code> request for an account that already has an associated role, the new <code>RoleArn</code> will replace the existing <code>RoleArn</code>. </p>\n         <p>Prior to making the <code>AssociateDRTRole</code> request, you must attach the <a href=\"https://console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy\">AWSShieldDRTAccessPolicy</a> managed policy to the role you will specify in the request. For more information see <a href=\" https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html\">Attaching and Detaching IAM Policies</a>. The role must also trust the service principal <code> drt.shield.amazonaws.com</code>. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html\">IAM JSON Policy Elements: Principal</a>.</p>\n\n         <p>The SRT will have access only to your WAF and Shield resources. By submitting this request, you authorize the SRT to inspect your WAF and Shield configuration and create and update WAF rules and web ACLs on your behalf. The SRT takes these actions only if explicitly authorized by you.</p>\n         <p>You must have the <code>iam:PassRole</code> permission to make an <code>AssociateDRTRole</code> request. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html\">Granting a User Permissions to Pass a Role to an Amazon Web Services Service</a>. </p>\n         <p>To use the services of the SRT and make an <code>AssociateDRTRole</code> request, you must be subscribed to the <a href=\"https://aws.amazon.com/premiumsupport/business-support/\">Business Support plan</a> or the <a href=\"https://aws.amazon.com/premiumsupport/enterprise-support/\">Enterprise Support plan</a>.</p>"
263            }
264        },
265        "com.amazonaws.shield#AssociateDRTRoleRequest": {
266            "type": "structure",
267            "members": {
268                "RoleArn": {
269                    "target": "com.amazonaws.shield#RoleArn",
270                    "traits": {
271                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the role the SRT will use to access your Amazon Web Services account.</p>\n\t        <p>Prior to making the <code>AssociateDRTRole</code> request, you must attach the <a href=\"https://console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy\">AWSShieldDRTAccessPolicy</a> managed policy to this role.  For more information see <a href=\" https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html\">Attaching and Detaching IAM Policies</a>.</p>",
272                        "smithy.api#required": {}
273                    }
274                }
275            }
276        },
277        "com.amazonaws.shield#AssociateDRTRoleResponse": {
278            "type": "structure",
279            "members": {}
280        },
281        "com.amazonaws.shield#AssociateHealthCheck": {
282            "type": "operation",
283            "input": {
284                "target": "com.amazonaws.shield#AssociateHealthCheckRequest"
285            },
286            "output": {
287                "target": "com.amazonaws.shield#AssociateHealthCheckResponse"
288            },
289            "errors": [
290                {
291                    "target": "com.amazonaws.shield#InternalErrorException"
292                },
293                {
294                    "target": "com.amazonaws.shield#InvalidParameterException"
295                },
296                {
297                    "target": "com.amazonaws.shield#LimitsExceededException"
298                },
299                {
300                    "target": "com.amazonaws.shield#OptimisticLockException"
301                },
302                {
303                    "target": "com.amazonaws.shield#ResourceNotFoundException"
304                }
305            ],
306            "traits": {
307                "smithy.api#documentation": "<p>Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your Amazon Web Services resource to improve responsiveness and accuracy in attack detection and mitigation.  </p>\n         <p>You define the health check in Route 53 and then associate it with your Shield Advanced protection. For more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/ddos-overview.html#ddos-advanced-health-check-option\">Shield Advanced Health-Based Detection</a> in the <i>WAF Developer Guide</i>. </p>"
308            }
309        },
310        "com.amazonaws.shield#AssociateHealthCheckRequest": {
311            "type": "structure",
312            "members": {
313                "ProtectionId": {
314                    "target": "com.amazonaws.shield#ProtectionId",
315                    "traits": {
316                        "smithy.api#documentation": "<p>The unique identifier (ID) for the <a>Protection</a> object to add the health check association to. </p>",
317                        "smithy.api#required": {}
318                    }
319                },
320                "HealthCheckArn": {
321                    "target": "com.amazonaws.shield#HealthCheckArn",
322                    "traits": {
323                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the health check to associate with the protection.</p>",
324                        "smithy.api#required": {}
325                    }
326                }
327            }
328        },
329        "com.amazonaws.shield#AssociateHealthCheckResponse": {
330            "type": "structure",
331            "members": {}
332        },
333        "com.amazonaws.shield#AssociateProactiveEngagementDetails": {
334            "type": "operation",
335            "input": {
336                "target": "com.amazonaws.shield#AssociateProactiveEngagementDetailsRequest"
337            },
338            "output": {
339                "target": "com.amazonaws.shield#AssociateProactiveEngagementDetailsResponse"
340            },
341            "errors": [
342                {
343                    "target": "com.amazonaws.shield#InternalErrorException"
344                },
345                {
346                    "target": "com.amazonaws.shield#InvalidOperationException"
347                },
348                {
349                    "target": "com.amazonaws.shield#InvalidParameterException"
350                },
351                {
352                    "target": "com.amazonaws.shield#OptimisticLockException"
353                },
354                {
355                    "target": "com.amazonaws.shield#ResourceNotFoundException"
356                }
357            ],
358            "traits": {
359                "smithy.api#documentation": "<p>Initializes proactive engagement and sets the list of contacts for the Shield Response Team (SRT) to use. You must provide at least one phone number in the emergency contact list. </p>\n         <p>After you have initialized proactive engagement using this call, to disable or enable proactive engagement, use the calls <code>DisableProactiveEngagement</code> and <code>EnableProactiveEngagement</code>.  </p>\n         <note>\n            <p>This call defines the list of email addresses and phone numbers that the SRT can use to contact you for escalations to the SRT and to initiate proactive customer support.</p>\n            <p>The contacts that you provide in the request replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using <code>DescribeEmergencyContactSettings</code> and then provide it to this call.  </p>\n         </note>"
360            }
361        },
362        "com.amazonaws.shield#AssociateProactiveEngagementDetailsRequest": {
363            "type": "structure",
364            "members": {
365                "EmergencyContactList": {
366                    "target": "com.amazonaws.shield#EmergencyContactList",
367                    "traits": {
368                        "smithy.api#documentation": "<p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support. </p>\n         <p>To enable proactive engagement, the contact list must include at least one phone number.</p>\n         <note>\n            <p>The contacts that you provide here replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using <code>DescribeEmergencyContactSettings</code> and then provide it here.  </p>\n         </note>",
369                        "smithy.api#required": {}
370                    }
371                }
372            }
373        },
374        "com.amazonaws.shield#AssociateProactiveEngagementDetailsResponse": {
375            "type": "structure",
376            "members": {}
377        },
378        "com.amazonaws.shield#AttackDetail": {
379            "type": "structure",
380            "members": {
381                "AttackId": {
382                    "target": "com.amazonaws.shield#AttackId",
383                    "traits": {
384                        "smithy.api#documentation": "<p>The unique identifier (ID) of the attack.</p>"
385                    }
386                },
387                "ResourceArn": {
388                    "target": "com.amazonaws.shield#ResourceArn",
389                    "traits": {
390                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the resource that was attacked.</p>"
391                    }
392                },
393                "SubResources": {
394                    "target": "com.amazonaws.shield#SubResourceSummaryList",
395                    "traits": {
396                        "smithy.api#documentation": "<p>If applicable, additional detail about the resource being attacked, for example, IP address or URL.</p>"
397                    }
398                },
399                "StartTime": {
400                    "target": "com.amazonaws.shield#AttackTimestamp",
401                    "traits": {
402                        "smithy.api#documentation": "<p>The time the attack started, in Unix time in seconds. For more information see <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types\">timestamp</a>.</p>"
403                    }
404                },
405                "EndTime": {
406                    "target": "com.amazonaws.shield#AttackTimestamp",
407                    "traits": {
408                        "smithy.api#documentation": "<p>The time the attack ended, in Unix time in seconds. For more information see <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types\">timestamp</a>.</p>"
409                    }
410                },
411                "AttackCounters": {
412                    "target": "com.amazonaws.shield#SummarizedCounterList",
413                    "traits": {
414                        "smithy.api#documentation": "<p>List of counters that describe the attack for the specified time period.</p>"
415                    }
416                },
417                "AttackProperties": {
418                    "target": "com.amazonaws.shield#AttackProperties",
419                    "traits": {
420                        "smithy.api#documentation": "<p>The array of objects that provide details of the Shield event. </p>\n         <p>For infrastructure  \n  layer events (L3 and L4 events) after January 25, 2021, you can view metrics for top contributors in Amazon CloudWatch metrics. \n           For more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#set-ddos-alarms\">Shield metrics and alarms</a> \n               in the <i>WAF Developer Guide</i>. </p>"
421                    }
422                },
423                "Mitigations": {
424                    "target": "com.amazonaws.shield#MitigationList",
425                    "traits": {
426                        "smithy.api#documentation": "<p>List of mitigation actions taken for the attack.</p>"
427                    }
428                }
429            },
430            "traits": {
431                "smithy.api#documentation": "<p>The details of a DDoS attack.</p>"
432            }
433        },
434        "com.amazonaws.shield#AttackId": {
435            "type": "string",
436            "traits": {
437                "smithy.api#length": {
438                    "min": 1,
439                    "max": 128
440                },
441                "smithy.api#pattern": "^[a-zA-Z0-9\\\\-]*$"
442            }
443        },
444        "com.amazonaws.shield#AttackLayer": {
445            "type": "string",
446            "traits": {
447                "smithy.api#enum": [
448                    {
449                        "value": "NETWORK",
450                        "name": "NETWORK"
451                    },
452                    {
453                        "value": "APPLICATION",
454                        "name": "APPLICATION"
455                    }
456                ]
457            }
458        },
459        "com.amazonaws.shield#AttackProperties": {
460            "type": "list",
461            "member": {
462                "target": "com.amazonaws.shield#AttackProperty"
463            }
464        },
465        "com.amazonaws.shield#AttackProperty": {
466            "type": "structure",
467            "members": {
468                "AttackLayer": {
469                    "target": "com.amazonaws.shield#AttackLayer",
470                    "traits": {
471                        "smithy.api#documentation": "<p>The type of Shield event that was observed. <code>NETWORK</code> indicates layer 3 and layer 4 events and <code>APPLICATION</code>\n         indicates layer 7 events.</p>\n         <p>For infrastructure  \n  layer events (L3 and L4 events) after January 25, 2021, you can view metrics for top contributors in Amazon CloudWatch metrics. \n           For more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#set-ddos-alarms\">Shield metrics and alarms</a> \n               in the <i>WAF Developer Guide</i>. </p>"
472                    }
473                },
474                "AttackPropertyIdentifier": {
475                    "target": "com.amazonaws.shield#AttackPropertyIdentifier",
476                    "traits": {
477                        "smithy.api#documentation": "<p>Defines the Shield event property information that is provided. The\n            <code>WORDPRESS_PINGBACK_REFLECTOR</code> and <code>WORDPRESS_PINGBACK_SOURCE</code>\n         values are valid only for WordPress reflective pingback events.</p>"
478                    }
479                },
480                "TopContributors": {
481                    "target": "com.amazonaws.shield#TopContributors",
482                    "traits": {
483                        "smithy.api#documentation": "<p>Contributor objects for the top five contributors to a Shield event. </p>"
484                    }
485                },
486                "Unit": {
487                    "target": "com.amazonaws.shield#Unit",
488                    "traits": {
489                        "smithy.api#documentation": "<p>The unit used for the <code>Contributor</code> \n            <code>Value</code> property. </p>"
490                    }
491                },
492                "Total": {
493                    "target": "com.amazonaws.shield#Long",
494                    "traits": {
495                        "smithy.api#documentation": "<p>The total contributions made to this Shield event by all contributors.</p>"
496                    }
497                }
498            },
499            "traits": {
500                "smithy.api#documentation": "<p>Details of a Shield event. This is provided as part of an <a>AttackDetail</a>.</p>"
501            }
502        },
503        "com.amazonaws.shield#AttackPropertyIdentifier": {
504            "type": "string",
505            "traits": {
506                "smithy.api#enum": [
507                    {
508                        "value": "DESTINATION_URL",
509                        "name": "DESTINATION_URL"
510                    },
511                    {
512                        "value": "REFERRER",
513                        "name": "REFERRER"
514                    },
515                    {
516                        "value": "SOURCE_ASN",
517                        "name": "SOURCE_ASN"
518                    },
519                    {
520                        "value": "SOURCE_COUNTRY",
521                        "name": "SOURCE_COUNTRY"
522                    },
523                    {
524                        "value": "SOURCE_IP_ADDRESS",
525                        "name": "SOURCE_IP_ADDRESS"
526                    },
527                    {
528                        "value": "SOURCE_USER_AGENT",
529                        "name": "SOURCE_USER_AGENT"
530                    },
531                    {
532                        "value": "WORDPRESS_PINGBACK_REFLECTOR",
533                        "name": "WORDPRESS_PINGBACK_REFLECTOR"
534                    },
535                    {
536                        "value": "WORDPRESS_PINGBACK_SOURCE",
537                        "name": "WORDPRESS_PINGBACK_SOURCE"
538                    }
539                ]
540            }
541        },
542        "com.amazonaws.shield#AttackStatisticsDataItem": {
543            "type": "structure",
544            "members": {
545                "AttackVolume": {
546                    "target": "com.amazonaws.shield#AttackVolume",
547                    "traits": {
548                        "smithy.api#documentation": "<p>Information about the volume of attacks during the time period. If the accompanying <code>AttackCount</code> is zero, this setting might be empty.</p>"
549                    }
550                },
551                "AttackCount": {
552                    "target": "com.amazonaws.shield#Long",
553                    "traits": {
554                        "smithy.api#documentation": "<p>The number of attacks detected during the time period. This is always present, but might be zero. </p>",
555                        "smithy.api#required": {}
556                    }
557                }
558            },
559            "traits": {
560                "smithy.api#documentation": "<p>A single attack statistics data record. This is returned by <a>DescribeAttackStatistics</a> along with a time range indicating the time period that the attack statistics apply to.  </p>"
561            }
562        },
563        "com.amazonaws.shield#AttackStatisticsDataList": {
564            "type": "list",
565            "member": {
566                "target": "com.amazonaws.shield#AttackStatisticsDataItem"
567            }
568        },
569        "com.amazonaws.shield#AttackSummaries": {
570            "type": "list",
571            "member": {
572                "target": "com.amazonaws.shield#AttackSummary"
573            }
574        },
575        "com.amazonaws.shield#AttackSummary": {
576            "type": "structure",
577            "members": {
578                "AttackId": {
579                    "target": "com.amazonaws.shield#String",
580                    "traits": {
581                        "smithy.api#documentation": "<p>The unique identifier (ID) of the attack.</p>"
582                    }
583                },
584                "ResourceArn": {
585                    "target": "com.amazonaws.shield#String",
586                    "traits": {
587                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the resource that was attacked.</p>"
588                    }
589                },
590                "StartTime": {
591                    "target": "com.amazonaws.shield#AttackTimestamp",
592                    "traits": {
593                        "smithy.api#documentation": "<p>The start time of the attack, in Unix time in seconds. For more information see <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types\">timestamp</a>.</p>"
594                    }
595                },
596                "EndTime": {
597                    "target": "com.amazonaws.shield#AttackTimestamp",
598                    "traits": {
599                        "smithy.api#documentation": "<p>The end time of the attack, in Unix time in seconds. For more information see <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types\">timestamp</a>.</p>"
600                    }
601                },
602                "AttackVectors": {
603                    "target": "com.amazonaws.shield#AttackVectorDescriptionList",
604                    "traits": {
605                        "smithy.api#documentation": "<p>The list of attacks for a specified time period.</p>"
606                    }
607                }
608            },
609            "traits": {
610                "smithy.api#documentation": "<p>Summarizes all DDoS attacks for a specified time period.</p>"
611            }
612        },
613        "com.amazonaws.shield#AttackTimestamp": {
614            "type": "timestamp"
615        },
616        "com.amazonaws.shield#AttackVectorDescription": {
617            "type": "structure",
618            "members": {
619                "VectorType": {
620                    "target": "com.amazonaws.shield#String",
621                    "traits": {
622                        "smithy.api#documentation": "<p>The attack type. Valid values:</p>\n\t        <ul>\n            <li>\n               <p>UDP_TRAFFIC</p>\n            </li>\n            <li>\n               <p>UDP_FRAGMENT</p>\n            </li>\n            <li>\n               <p>GENERIC_UDP_REFLECTION</p>\n            </li>\n            <li>\n               <p>DNS_REFLECTION</p>\n            </li>\n            <li>\n               <p>NTP_REFLECTION</p>\n            </li>\n            <li>\n               <p>CHARGEN_REFLECTION</p>\n            </li>\n            <li>\n               <p>SSDP_REFLECTION</p>\n            </li>\n            <li>\n               <p>PORT_MAPPER</p>\n            </li>\n            <li>\n               <p>RIP_REFLECTION</p>\n            </li>\n            <li>\n               <p>SNMP_REFLECTION</p>\n            </li>\n            <li>\n               <p>MSSQL_REFLECTION</p>\n            </li>\n            <li>\n               <p>NET_BIOS_REFLECTION</p>\n            </li>\n            <li>\n               <p>SYN_FLOOD</p>\n            </li>\n            <li>\n               <p>ACK_FLOOD</p>\n            </li>\n            <li>\n               <p>REQUEST_FLOOD</p> \n            </li>\n            <li>\n               <p>HTTP_REFLECTION</p>\n            </li>\n            <li>\n               <p>UDS_REFLECTION</p>\n            </li>\n            <li>\n               <p>MEMCACHED_REFLECTION</p>\n            </li>\n         </ul>",
623                        "smithy.api#required": {}
624                    }
625                }
626            },
627            "traits": {
628                "smithy.api#documentation": "<p>Describes the attack.</p>"
629            }
630        },
631        "com.amazonaws.shield#AttackVectorDescriptionList": {
632            "type": "list",
633            "member": {
634                "target": "com.amazonaws.shield#AttackVectorDescription"
635            }
636        },
637        "com.amazonaws.shield#AttackVolume": {
638            "type": "structure",
639            "members": {
640                "BitsPerSecond": {
641                    "target": "com.amazonaws.shield#AttackVolumeStatistics",
642                    "traits": {
643                        "smithy.api#documentation": "<p>A statistics object that uses bits per second as the unit. This is included for network level attacks. </p>"
644                    }
645                },
646                "PacketsPerSecond": {
647                    "target": "com.amazonaws.shield#AttackVolumeStatistics",
648                    "traits": {
649                        "smithy.api#documentation": "<p>A statistics object that uses packets per second as the unit. This is included for network level attacks. </p>"
650                    }
651                },
652                "RequestsPerSecond": {
653                    "target": "com.amazonaws.shield#AttackVolumeStatistics",
654                    "traits": {
655                        "smithy.api#documentation": "<p>A statistics object that uses requests per second as the unit. This is included for application level attacks, and is only available for accounts that are subscribed to Shield Advanced.</p>"
656                    }
657                }
658            },
659            "traits": {
660                "smithy.api#documentation": "<p>Information about the volume of attacks during the time period, included in an <a>AttackStatisticsDataItem</a>. If the accompanying <code>AttackCount</code> in the statistics object is zero, this setting might be empty.</p>"
661            }
662        },
663        "com.amazonaws.shield#AttackVolumeStatistics": {
664            "type": "structure",
665            "members": {
666                "Max": {
667                    "target": "com.amazonaws.shield#Double",
668                    "traits": {
669                        "smithy.api#documentation": "<p>The maximum attack volume observed for the given unit.</p>",
670                        "smithy.api#required": {}
671                    }
672                }
673            },
674            "traits": {
675                "smithy.api#documentation": "<p>Statistics objects for the various data types in <a>AttackVolume</a>. </p>"
676            }
677        },
678        "com.amazonaws.shield#AutoRenew": {
679            "type": "string",
680            "traits": {
681                "smithy.api#enum": [
682                    {
683                        "value": "ENABLED",
684                        "name": "ENABLED"
685                    },
686                    {
687                        "value": "DISABLED",
688                        "name": "DISABLED"
689                    }
690                ]
691            }
692        },
693        "com.amazonaws.shield#ContactNotes": {
694            "type": "string",
695            "traits": {
696                "smithy.api#length": {
697                    "min": 1,
698                    "max": 1024
699                },
700                "smithy.api#pattern": "^[\\w\\s\\.\\-,:/()+@]*$"
701            }
702        },
703        "com.amazonaws.shield#Contributor": {
704            "type": "structure",
705            "members": {
706                "Name": {
707                    "target": "com.amazonaws.shield#String",
708                    "traits": {
709                        "smithy.api#documentation": "<p>The name of the contributor. This is dependent on the <code>AttackPropertyIdentifier</code>. For example, if the <code>AttackPropertyIdentifier</code> is <code>SOURCE_COUNTRY</code>, the <code>Name</code> could be <code>United States</code>.</p>"
710                    }
711                },
712                "Value": {
713                    "target": "com.amazonaws.shield#Long",
714                    "traits": {
715                        "smithy.api#documentation": "<p>The contribution of this contributor expressed in <a>Protection</a> units. For example <code>10,000</code>.</p>"
716                    }
717                }
718            },
719            "traits": {
720                "smithy.api#documentation": "<p>A contributor to the attack and their contribution.</p>"
721            }
722        },
723        "com.amazonaws.shield#CreateProtection": {
724            "type": "operation",
725            "input": {
726                "target": "com.amazonaws.shield#CreateProtectionRequest"
727            },
728            "output": {
729                "target": "com.amazonaws.shield#CreateProtectionResponse"
730            },
731            "errors": [
732                {
733                    "target": "com.amazonaws.shield#InternalErrorException"
734                },
735                {
736                    "target": "com.amazonaws.shield#InvalidOperationException"
737                },
738                {
739                    "target": "com.amazonaws.shield#InvalidParameterException"
740                },
741                {
742                    "target": "com.amazonaws.shield#InvalidResourceException"
743                },
744                {
745                    "target": "com.amazonaws.shield#LimitsExceededException"
746                },
747                {
748                    "target": "com.amazonaws.shield#OptimisticLockException"
749                },
750                {
751                    "target": "com.amazonaws.shield#ResourceAlreadyExistsException"
752                },
753                {
754                    "target": "com.amazonaws.shield#ResourceNotFoundException"
755                }
756            ],
757            "traits": {
758                "smithy.api#documentation": "<p>Enables Shield Advanced for a specific Amazon Web Services resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.</p>\n         <p>You can add protection to only a single resource with each CreateProtection request. If you want to add protection to multiple resources at once, use the <a href=\"https://console.aws.amazon.com/waf/\">WAF console</a>. For more information see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/getting-started-ddos.html\">Getting Started with Shield Advanced</a> and <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/configure-new-protection.html\">Add Shield Advanced Protection to more Amazon Web Services Resources</a>.</p>"
759            }
760        },
761        "com.amazonaws.shield#CreateProtectionGroup": {
762            "type": "operation",
763            "input": {
764                "target": "com.amazonaws.shield#CreateProtectionGroupRequest"
765            },
766            "output": {
767                "target": "com.amazonaws.shield#CreateProtectionGroupResponse"
768            },
769            "errors": [
770                {
771                    "target": "com.amazonaws.shield#InternalErrorException"
772                },
773                {
774                    "target": "com.amazonaws.shield#InvalidParameterException"
775                },
776                {
777                    "target": "com.amazonaws.shield#LimitsExceededException"
778                },
779                {
780                    "target": "com.amazonaws.shield#OptimisticLockException"
781                },
782                {
783                    "target": "com.amazonaws.shield#ResourceAlreadyExistsException"
784                },
785                {
786                    "target": "com.amazonaws.shield#ResourceNotFoundException"
787                }
788            ],
789            "traits": {
790                "smithy.api#documentation": "<p>Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>"
791            }
792        },
793        "com.amazonaws.shield#CreateProtectionGroupRequest": {
794            "type": "structure",
795            "members": {
796                "ProtectionGroupId": {
797                    "target": "com.amazonaws.shield#ProtectionGroupId",
798                    "traits": {
799                        "smithy.api#documentation": "<p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>",
800                        "smithy.api#required": {}
801                    }
802                },
803                "Aggregation": {
804                    "target": "com.amazonaws.shield#ProtectionGroupAggregation",
805                    "traits": {
806                        "smithy.api#documentation": "<p>Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.</p>\n         <ul>\n            <li>\n               <p>Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.</p>\n            </li>\n            <li>\n               <p>Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers.</p>\n            </li>\n            <li>\n               <p>Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront and origin resources for CloudFront distributions.</p>\n            </li>\n         </ul>",
807                        "smithy.api#required": {}
808                    }
809                },
810                "Pattern": {
811                    "target": "com.amazonaws.shield#ProtectionGroupPattern",
812                    "traits": {
813                        "smithy.api#documentation": "<p>The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource Amazon Resource Names (ARNs), or include all resources of a specified resource type. </p>",
814                        "smithy.api#required": {}
815                    }
816                },
817                "ResourceType": {
818                    "target": "com.amazonaws.shield#ProtectedResourceType",
819                    "traits": {
820                        "smithy.api#documentation": "<p>The resource type to include in the protection group. All protected resources of this type are included in the protection group. Newly protected resources of this type are automatically added to the group. \n           You must set this when you set <code>Pattern</code> to <code>BY_RESOURCE_TYPE</code> and you must not set it for any other <code>Pattern</code> setting. </p>"
821                    }
822                },
823                "Members": {
824                    "target": "com.amazonaws.shield#ProtectionGroupMembers",
825                    "traits": {
826                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set <code>Pattern</code> to <code>ARBITRARY</code> and you must not set it for any other <code>Pattern</code> setting. </p>"
827                    }
828                },
829                "Tags": {
830                    "target": "com.amazonaws.shield#TagList",
831                    "traits": {
832                        "smithy.api#documentation": "<p>One or more tag key-value pairs for the protection group.</p>"
833                    }
834                }
835            }
836        },
837        "com.amazonaws.shield#CreateProtectionGroupResponse": {
838            "type": "structure",
839            "members": {}
840        },
841        "com.amazonaws.shield#CreateProtectionRequest": {
842            "type": "structure",
843            "members": {
844                "Name": {
845                    "target": "com.amazonaws.shield#ProtectionName",
846                    "traits": {
847                        "smithy.api#documentation": "<p>Friendly name for the <code>Protection</code> you are creating.</p>",
848                        "smithy.api#required": {}
849                    }
850                },
851                "ResourceArn": {
852                    "target": "com.amazonaws.shield#ResourceArn",
853                    "traits": {
854                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the resource to be protected.</p>\n         <p>The ARN should be in one of the following formats:</p>\n         <ul>\n            <li>\n               <p>For an Application Load Balancer: <code>arn:aws:elasticloadbalancing:<i>region</i>:<i>account-id</i>:loadbalancer/app/<i>load-balancer-name</i>/<i>load-balancer-id</i>\n                  </code>\n               </p>\n            </li>\n            <li>\n               <p>For an Elastic Load Balancer (Classic Load Balancer): <code>arn:aws:elasticloadbalancing:<i>region</i>:<i>account-id</i>:loadbalancer/<i>load-balancer-name</i>\n                  </code>\n               </p>\n            </li>\n            <li>\n               <p>For an Amazon CloudFront distribution: <code>arn:aws:cloudfront::<i>account-id</i>:distribution/<i>distribution-id</i>\n                  </code>\n               </p>\n            </li>\n            <li>\n               <p>For an Global Accelerator accelerator: <code>arn:aws:globalaccelerator::<i>account-id</i>:accelerator/<i>accelerator-id</i>\n                  </code>\n               </p>\n            </li>\n            <li>\n               <p>For Amazon Route 53: <code>arn:aws:route53:::hostedzone/<i>hosted-zone-id</i>\n                  </code>\n               </p>\n            </li>\n            <li>\n               <p>For an Elastic IP address: <code>arn:aws:ec2:<i>region</i>:<i>account-id</i>:eip-allocation/<i>allocation-id</i>\n                  </code>\n               </p>\n            </li>\n         </ul>",
855                        "smithy.api#required": {}
856                    }
857                },
858                "Tags": {
859                    "target": "com.amazonaws.shield#TagList",
860                    "traits": {
861                        "smithy.api#documentation": "<p>One or more tag key-value pairs for the <a>Protection</a> object that is created.</p>"
862                    }
863                }
864            }
865        },
866        "com.amazonaws.shield#CreateProtectionResponse": {
867            "type": "structure",
868            "members": {
869                "ProtectionId": {
870                    "target": "com.amazonaws.shield#ProtectionId",
871                    "traits": {
872                        "smithy.api#documentation": "<p>The unique identifier (ID) for the <a>Protection</a> object that is created.</p>"
873                    }
874                }
875            }
876        },
877        "com.amazonaws.shield#CreateSubscription": {
878            "type": "operation",
879            "input": {
880                "target": "com.amazonaws.shield#CreateSubscriptionRequest"
881            },
882            "output": {
883                "target": "com.amazonaws.shield#CreateSubscriptionResponse"
884            },
885            "errors": [
886                {
887                    "target": "com.amazonaws.shield#InternalErrorException"
888                },
889                {
890                    "target": "com.amazonaws.shield#ResourceAlreadyExistsException"
891                }
892            ],
893            "traits": {
894                "smithy.api#documentation": "<p>Activates Shield Advanced for an account.</p>\n      \n         <p>When you initally create a subscription, your subscription is set to be automatically renewed at the end of the existing subscription period.  You can change this by submitting an <code>UpdateSubscription</code> request. </p>"
895            }
896        },
897        "com.amazonaws.shield#CreateSubscriptionRequest": {
898            "type": "structure",
899            "members": {}
900        },
901        "com.amazonaws.shield#CreateSubscriptionResponse": {
902            "type": "structure",
903            "members": {}
904        },
905        "com.amazonaws.shield#DeleteProtection": {
906            "type": "operation",
907            "input": {
908                "target": "com.amazonaws.shield#DeleteProtectionRequest"
909            },
910            "output": {
911                "target": "com.amazonaws.shield#DeleteProtectionResponse"
912            },
913            "errors": [
914                {
915                    "target": "com.amazonaws.shield#InternalErrorException"
916                },
917                {
918                    "target": "com.amazonaws.shield#OptimisticLockException"
919                },
920                {
921                    "target": "com.amazonaws.shield#ResourceNotFoundException"
922                }
923            ],
924            "traits": {
925                "smithy.api#documentation": "<p>Deletes an Shield Advanced <a>Protection</a>.</p>"
926            }
927        },
928        "com.amazonaws.shield#DeleteProtectionGroup": {
929            "type": "operation",
930            "input": {
931                "target": "com.amazonaws.shield#DeleteProtectionGroupRequest"
932            },
933            "output": {
934                "target": "com.amazonaws.shield#DeleteProtectionGroupResponse"
935            },
936            "errors": [
937                {
938                    "target": "com.amazonaws.shield#InternalErrorException"
939                },
940                {
941                    "target": "com.amazonaws.shield#OptimisticLockException"
942                },
943                {
944                    "target": "com.amazonaws.shield#ResourceNotFoundException"
945                }
946            ],
947            "traits": {
948                "smithy.api#documentation": "<p>Removes the specified protection group.</p>"
949            }
950        },
951        "com.amazonaws.shield#DeleteProtectionGroupRequest": {
952            "type": "structure",
953            "members": {
954                "ProtectionGroupId": {
955                    "target": "com.amazonaws.shield#ProtectionGroupId",
956                    "traits": {
957                        "smithy.api#documentation": "<p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>",
958                        "smithy.api#required": {}
959                    }
960                }
961            }
962        },
963        "com.amazonaws.shield#DeleteProtectionGroupResponse": {
964            "type": "structure",
965            "members": {}
966        },
967        "com.amazonaws.shield#DeleteProtectionRequest": {
968            "type": "structure",
969            "members": {
970                "ProtectionId": {
971                    "target": "com.amazonaws.shield#ProtectionId",
972                    "traits": {
973                        "smithy.api#documentation": "<p>The unique identifier (ID) for the <a>Protection</a> object to be\n         deleted.</p>",
974                        "smithy.api#required": {}
975                    }
976                }
977            }
978        },
979        "com.amazonaws.shield#DeleteProtectionResponse": {
980            "type": "structure",
981            "members": {}
982        },
983        "com.amazonaws.shield#DeleteSubscription": {
984            "type": "operation",
985            "input": {
986                "target": "com.amazonaws.shield#DeleteSubscriptionRequest"
987            },
988            "output": {
989                "target": "com.amazonaws.shield#DeleteSubscriptionResponse"
990            },
991            "errors": [
992                {
993                    "target": "com.amazonaws.shield#InternalErrorException"
994                },
995                {
996                    "target": "com.amazonaws.shield#LockedSubscriptionException"
997                },
998                {
999                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1000                }
1001            ],
1002            "traits": {
1003                "smithy.api#deprecated": {},
1004                "smithy.api#documentation": "<p>Removes Shield Advanced from an account. Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment. </p>"
1005            }
1006        },
1007        "com.amazonaws.shield#DeleteSubscriptionRequest": {
1008            "type": "structure",
1009            "members": {},
1010            "traits": {
1011                "smithy.api#deprecated": {}
1012            }
1013        },
1014        "com.amazonaws.shield#DeleteSubscriptionResponse": {
1015            "type": "structure",
1016            "members": {},
1017            "traits": {
1018                "smithy.api#deprecated": {}
1019            }
1020        },
1021        "com.amazonaws.shield#DescribeAttack": {
1022            "type": "operation",
1023            "input": {
1024                "target": "com.amazonaws.shield#DescribeAttackRequest"
1025            },
1026            "output": {
1027                "target": "com.amazonaws.shield#DescribeAttackResponse"
1028            },
1029            "errors": [
1030                {
1031                    "target": "com.amazonaws.shield#AccessDeniedException"
1032                },
1033                {
1034                    "target": "com.amazonaws.shield#InternalErrorException"
1035                }
1036            ],
1037            "traits": {
1038                "smithy.api#documentation": "<p>Describes the details of a DDoS attack. </p>"
1039            }
1040        },
1041        "com.amazonaws.shield#DescribeAttackRequest": {
1042            "type": "structure",
1043            "members": {
1044                "AttackId": {
1045                    "target": "com.amazonaws.shield#AttackId",
1046                    "traits": {
1047                        "smithy.api#documentation": "<p>The unique identifier (ID) for the attack that to be described.</p>",
1048                        "smithy.api#required": {}
1049                    }
1050                }
1051            }
1052        },
1053        "com.amazonaws.shield#DescribeAttackResponse": {
1054            "type": "structure",
1055            "members": {
1056                "Attack": {
1057                    "target": "com.amazonaws.shield#AttackDetail",
1058                    "traits": {
1059                        "smithy.api#documentation": "<p>The attack that is described.</p>"
1060                    }
1061                }
1062            }
1063        },
1064        "com.amazonaws.shield#DescribeAttackStatistics": {
1065            "type": "operation",
1066            "input": {
1067                "target": "com.amazonaws.shield#DescribeAttackStatisticsRequest"
1068            },
1069            "output": {
1070                "target": "com.amazonaws.shield#DescribeAttackStatisticsResponse"
1071            },
1072            "errors": [
1073                {
1074                    "target": "com.amazonaws.shield#InternalErrorException"
1075                }
1076            ],
1077            "traits": {
1078                "smithy.api#documentation": "<p>Provides information about the number and type of attacks Shield has detected in the last year for all resources that belong to your account, regardless of whether you've defined Shield protections for them. This operation is available to Shield customers as well as to Shield Advanced customers.</p>\n         <p>The operation returns data for the time range of midnight UTC, one year ago, to midnight UTC, today. For example, if the current time is <code>2020-10-26 15:39:32 PDT</code>, equal to <code>2020-10-26 22:39:32 UTC</code>, then the time range for the attack data returned is from <code>2019-10-26 00:00:00 UTC</code> to <code>2020-10-26 00:00:00 UTC</code>. </p>\n         <p>The time range indicates the period covered by the attack statistics data items.</p>"
1079            }
1080        },
1081        "com.amazonaws.shield#DescribeAttackStatisticsRequest": {
1082            "type": "structure",
1083            "members": {}
1084        },
1085        "com.amazonaws.shield#DescribeAttackStatisticsResponse": {
1086            "type": "structure",
1087            "members": {
1088                "TimeRange": {
1089                    "target": "com.amazonaws.shield#TimeRange",
1090                    "traits": {
1091                        "smithy.api#required": {}
1092                    }
1093                },
1094                "DataItems": {
1095                    "target": "com.amazonaws.shield#AttackStatisticsDataList",
1096                    "traits": {
1097                        "smithy.api#documentation": "<p>The data that describes the attacks detected during the time period.</p>",
1098                        "smithy.api#required": {}
1099                    }
1100                }
1101            }
1102        },
1103        "com.amazonaws.shield#DescribeDRTAccess": {
1104            "type": "operation",
1105            "input": {
1106                "target": "com.amazonaws.shield#DescribeDRTAccessRequest"
1107            },
1108            "output": {
1109                "target": "com.amazonaws.shield#DescribeDRTAccessResponse"
1110            },
1111            "errors": [
1112                {
1113                    "target": "com.amazonaws.shield#InternalErrorException"
1114                },
1115                {
1116                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1117                }
1118            ],
1119            "traits": {
1120                "smithy.api#documentation": "<p>Returns the current role and list of Amazon S3 log buckets used by the Shield Response Team (SRT) to access your Amazon Web Services account while assisting with attack mitigation.</p>"
1121            }
1122        },
1123        "com.amazonaws.shield#DescribeDRTAccessRequest": {
1124            "type": "structure",
1125            "members": {}
1126        },
1127        "com.amazonaws.shield#DescribeDRTAccessResponse": {
1128            "type": "structure",
1129            "members": {
1130                "RoleArn": {
1131                    "target": "com.amazonaws.shield#RoleArn",
1132                    "traits": {
1133                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.</p>"
1134                    }
1135                },
1136                "LogBucketList": {
1137                    "target": "com.amazonaws.shield#LogBucketList",
1138                    "traits": {
1139                        "smithy.api#documentation": "<p>The list of Amazon S3 buckets accessed by the SRT.</p>"
1140                    }
1141                }
1142            }
1143        },
1144        "com.amazonaws.shield#DescribeEmergencyContactSettings": {
1145            "type": "operation",
1146            "input": {
1147                "target": "com.amazonaws.shield#DescribeEmergencyContactSettingsRequest"
1148            },
1149            "output": {
1150                "target": "com.amazonaws.shield#DescribeEmergencyContactSettingsResponse"
1151            },
1152            "errors": [
1153                {
1154                    "target": "com.amazonaws.shield#InternalErrorException"
1155                },
1156                {
1157                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1158                }
1159            ],
1160            "traits": {
1161                "smithy.api#documentation": "<p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>"
1162            }
1163        },
1164        "com.amazonaws.shield#DescribeEmergencyContactSettingsRequest": {
1165            "type": "structure",
1166            "members": {}
1167        },
1168        "com.amazonaws.shield#DescribeEmergencyContactSettingsResponse": {
1169            "type": "structure",
1170            "members": {
1171                "EmergencyContactList": {
1172                    "target": "com.amazonaws.shield#EmergencyContactList",
1173                    "traits": {
1174                        "smithy.api#documentation": "<p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>"
1175                    }
1176                }
1177            }
1178        },
1179        "com.amazonaws.shield#DescribeProtection": {
1180            "type": "operation",
1181            "input": {
1182                "target": "com.amazonaws.shield#DescribeProtectionRequest"
1183            },
1184            "output": {
1185                "target": "com.amazonaws.shield#DescribeProtectionResponse"
1186            },
1187            "errors": [
1188                {
1189                    "target": "com.amazonaws.shield#InternalErrorException"
1190                },
1191                {
1192                    "target": "com.amazonaws.shield#InvalidParameterException"
1193                },
1194                {
1195                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1196                }
1197            ],
1198            "traits": {
1199                "smithy.api#documentation": "<p>Lists the details of a <a>Protection</a> object.</p>"
1200            }
1201        },
1202        "com.amazonaws.shield#DescribeProtectionGroup": {
1203            "type": "operation",
1204            "input": {
1205                "target": "com.amazonaws.shield#DescribeProtectionGroupRequest"
1206            },
1207            "output": {
1208                "target": "com.amazonaws.shield#DescribeProtectionGroupResponse"
1209            },
1210            "errors": [
1211                {
1212                    "target": "com.amazonaws.shield#InternalErrorException"
1213                },
1214                {
1215                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1216                }
1217            ],
1218            "traits": {
1219                "smithy.api#documentation": "<p>Returns the specification for the specified protection group.</p>"
1220            }
1221        },
1222        "com.amazonaws.shield#DescribeProtectionGroupRequest": {
1223            "type": "structure",
1224            "members": {
1225                "ProtectionGroupId": {
1226                    "target": "com.amazonaws.shield#ProtectionGroupId",
1227                    "traits": {
1228                        "smithy.api#documentation": "<p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>",
1229                        "smithy.api#required": {}
1230                    }
1231                }
1232            }
1233        },
1234        "com.amazonaws.shield#DescribeProtectionGroupResponse": {
1235            "type": "structure",
1236            "members": {
1237                "ProtectionGroup": {
1238                    "target": "com.amazonaws.shield#ProtectionGroup",
1239                    "traits": {
1240                        "smithy.api#documentation": "<p>A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>",
1241                        "smithy.api#required": {}
1242                    }
1243                }
1244            }
1245        },
1246        "com.amazonaws.shield#DescribeProtectionRequest": {
1247            "type": "structure",
1248            "members": {
1249                "ProtectionId": {
1250                    "target": "com.amazonaws.shield#ProtectionId",
1251                    "traits": {
1252                        "smithy.api#documentation": "<p>The unique identifier (ID) for the <a>Protection</a> object that is\n         described. When submitting the <code>DescribeProtection</code> request you must provide either the <code>ResourceArn</code> or the <code>ProtectionID</code>, but not both.</p>"
1253                    }
1254                },
1255                "ResourceArn": {
1256                    "target": "com.amazonaws.shield#ResourceArn",
1257                    "traits": {
1258                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the Amazon Web Services resource for the <a>Protection</a> object that is\n         described. When submitting the <code>DescribeProtection</code> request you must provide either the <code>ResourceArn</code> or the <code>ProtectionID</code>, but not both.</p>"
1259                    }
1260                }
1261            }
1262        },
1263        "com.amazonaws.shield#DescribeProtectionResponse": {
1264            "type": "structure",
1265            "members": {
1266                "Protection": {
1267                    "target": "com.amazonaws.shield#Protection",
1268                    "traits": {
1269                        "smithy.api#documentation": "<p>The <a>Protection</a> object that is described.</p>"
1270                    }
1271                }
1272            }
1273        },
1274        "com.amazonaws.shield#DescribeSubscription": {
1275            "type": "operation",
1276            "input": {
1277                "target": "com.amazonaws.shield#DescribeSubscriptionRequest"
1278            },
1279            "output": {
1280                "target": "com.amazonaws.shield#DescribeSubscriptionResponse"
1281            },
1282            "errors": [
1283                {
1284                    "target": "com.amazonaws.shield#InternalErrorException"
1285                },
1286                {
1287                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1288                }
1289            ],
1290            "traits": {
1291                "smithy.api#documentation": "<p>Provides details about the Shield Advanced subscription for an account.</p>"
1292            }
1293        },
1294        "com.amazonaws.shield#DescribeSubscriptionRequest": {
1295            "type": "structure",
1296            "members": {}
1297        },
1298        "com.amazonaws.shield#DescribeSubscriptionResponse": {
1299            "type": "structure",
1300            "members": {
1301                "Subscription": {
1302                    "target": "com.amazonaws.shield#Subscription",
1303                    "traits": {
1304                        "smithy.api#documentation": "<p>The Shield Advanced subscription details for an account.</p>"
1305                    }
1306                }
1307            }
1308        },
1309        "com.amazonaws.shield#DisableProactiveEngagement": {
1310            "type": "operation",
1311            "input": {
1312                "target": "com.amazonaws.shield#DisableProactiveEngagementRequest"
1313            },
1314            "output": {
1315                "target": "com.amazonaws.shield#DisableProactiveEngagementResponse"
1316            },
1317            "errors": [
1318                {
1319                    "target": "com.amazonaws.shield#InternalErrorException"
1320                },
1321                {
1322                    "target": "com.amazonaws.shield#InvalidOperationException"
1323                },
1324                {
1325                    "target": "com.amazonaws.shield#InvalidParameterException"
1326                },
1327                {
1328                    "target": "com.amazonaws.shield#OptimisticLockException"
1329                },
1330                {
1331                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1332                }
1333            ],
1334            "traits": {
1335                "smithy.api#documentation": "<p>Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.</p>"
1336            }
1337        },
1338        "com.amazonaws.shield#DisableProactiveEngagementRequest": {
1339            "type": "structure",
1340            "members": {}
1341        },
1342        "com.amazonaws.shield#DisableProactiveEngagementResponse": {
1343            "type": "structure",
1344            "members": {}
1345        },
1346        "com.amazonaws.shield#DisassociateDRTLogBucket": {
1347            "type": "operation",
1348            "input": {
1349                "target": "com.amazonaws.shield#DisassociateDRTLogBucketRequest"
1350            },
1351            "output": {
1352                "target": "com.amazonaws.shield#DisassociateDRTLogBucketResponse"
1353            },
1354            "errors": [
1355                {
1356                    "target": "com.amazonaws.shield#AccessDeniedForDependencyException"
1357                },
1358                {
1359                    "target": "com.amazonaws.shield#InternalErrorException"
1360                },
1361                {
1362                    "target": "com.amazonaws.shield#InvalidOperationException"
1363                },
1364                {
1365                    "target": "com.amazonaws.shield#NoAssociatedRoleException"
1366                },
1367                {
1368                    "target": "com.amazonaws.shield#OptimisticLockException"
1369                },
1370                {
1371                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1372                }
1373            ],
1374            "traits": {
1375                "smithy.api#documentation": "<p>Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.</p>\n\t        <p>To make a <code>DisassociateDRTLogBucket</code> request, you must be subscribed to the <a href=\"https://aws.amazon.com/premiumsupport/business-support/\">Business Support plan</a> or the <a href=\"https://aws.amazon.com/premiumsupport/enterprise-support/\">Enterprise Support plan</a>. However, if you are not subscribed to one of these support plans, but had been previously and had granted the SRT access to your account, you can submit a <code>DisassociateDRTLogBucket</code> request to remove this access.</p>"
1376            }
1377        },
1378        "com.amazonaws.shield#DisassociateDRTLogBucketRequest": {
1379            "type": "structure",
1380            "members": {
1381                "LogBucket": {
1382                    "target": "com.amazonaws.shield#LogBucket",
1383                    "traits": {
1384                        "smithy.api#documentation": "<p>The Amazon S3 bucket that contains the logs that you want to share.</p>",
1385                        "smithy.api#required": {}
1386                    }
1387                }
1388            }
1389        },
1390        "com.amazonaws.shield#DisassociateDRTLogBucketResponse": {
1391            "type": "structure",
1392            "members": {}
1393        },
1394        "com.amazonaws.shield#DisassociateDRTRole": {
1395            "type": "operation",
1396            "input": {
1397                "target": "com.amazonaws.shield#DisassociateDRTRoleRequest"
1398            },
1399            "output": {
1400                "target": "com.amazonaws.shield#DisassociateDRTRoleResponse"
1401            },
1402            "errors": [
1403                {
1404                    "target": "com.amazonaws.shield#InternalErrorException"
1405                },
1406                {
1407                    "target": "com.amazonaws.shield#InvalidOperationException"
1408                },
1409                {
1410                    "target": "com.amazonaws.shield#OptimisticLockException"
1411                },
1412                {
1413                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1414                }
1415            ],
1416            "traits": {
1417                "smithy.api#documentation": "<p>Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.</p>\n\t        <p>To make a <code>DisassociateDRTRole</code> request, you must be subscribed to the <a href=\"https://aws.amazon.com/premiumsupport/business-support/\">Business Support plan</a> or the <a href=\"https://aws.amazon.com/premiumsupport/enterprise-support/\">Enterprise Support plan</a>. However, if you are not subscribed to one of these support plans, but had been previously and had granted the SRT access to your account, you can submit a <code>DisassociateDRTRole</code> request to remove this access.</p>"
1418            }
1419        },
1420        "com.amazonaws.shield#DisassociateDRTRoleRequest": {
1421            "type": "structure",
1422            "members": {}
1423        },
1424        "com.amazonaws.shield#DisassociateDRTRoleResponse": {
1425            "type": "structure",
1426            "members": {}
1427        },
1428        "com.amazonaws.shield#DisassociateHealthCheck": {
1429            "type": "operation",
1430            "input": {
1431                "target": "com.amazonaws.shield#DisassociateHealthCheckRequest"
1432            },
1433            "output": {
1434                "target": "com.amazonaws.shield#DisassociateHealthCheckResponse"
1435            },
1436            "errors": [
1437                {
1438                    "target": "com.amazonaws.shield#InternalErrorException"
1439                },
1440                {
1441                    "target": "com.amazonaws.shield#InvalidParameterException"
1442                },
1443                {
1444                    "target": "com.amazonaws.shield#OptimisticLockException"
1445                },
1446                {
1447                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1448                }
1449            ],
1450            "traits": {
1451                "smithy.api#documentation": "<p>Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your Amazon Web Services resource to improve responsiveness and accuracy in attack detection and mitigation. </p>\n         <p>You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/ddos-overview.html#ddos-advanced-health-check-option\">Shield Advanced Health-Based Detection</a> in the <i>WAF Developer Guide</i>. </p>"
1452            }
1453        },
1454        "com.amazonaws.shield#DisassociateHealthCheckRequest": {
1455            "type": "structure",
1456            "members": {
1457                "ProtectionId": {
1458                    "target": "com.amazonaws.shield#ProtectionId",
1459                    "traits": {
1460                        "smithy.api#documentation": "<p>The unique identifier (ID) for the <a>Protection</a> object to remove the health check association from. </p>",
1461                        "smithy.api#required": {}
1462                    }
1463                },
1464                "HealthCheckArn": {
1465                    "target": "com.amazonaws.shield#HealthCheckArn",
1466                    "traits": {
1467                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the health check that is associated with the protection.</p>",
1468                        "smithy.api#required": {}
1469                    }
1470                }
1471            }
1472        },
1473        "com.amazonaws.shield#DisassociateHealthCheckResponse": {
1474            "type": "structure",
1475            "members": {}
1476        },
1477        "com.amazonaws.shield#Double": {
1478            "type": "double"
1479        },
1480        "com.amazonaws.shield#DurationInSeconds": {
1481            "type": "long",
1482            "traits": {
1483                "smithy.api#range": {
1484                    "min": 0
1485                }
1486            }
1487        },
1488        "com.amazonaws.shield#EmailAddress": {
1489            "type": "string",
1490            "traits": {
1491                "smithy.api#length": {
1492                    "min": 1,
1493                    "max": 150
1494                },
1495                "smithy.api#pattern": "^\\S+@\\S+\\.\\S+$"
1496            }
1497        },
1498        "com.amazonaws.shield#EmergencyContact": {
1499            "type": "structure",
1500            "members": {
1501                "EmailAddress": {
1502                    "target": "com.amazonaws.shield#EmailAddress",
1503                    "traits": {
1504                        "smithy.api#documentation": "<p>The email address for the contact.</p>",
1505                        "smithy.api#required": {}
1506                    }
1507                },
1508                "PhoneNumber": {
1509                    "target": "com.amazonaws.shield#PhoneNumber",
1510                    "traits": {
1511                        "smithy.api#documentation": "<p>The phone number for the contact.</p>"
1512                    }
1513                },
1514                "ContactNotes": {
1515                    "target": "com.amazonaws.shield#ContactNotes",
1516                    "traits": {
1517                        "smithy.api#documentation": "<p>Additional notes regarding the contact. </p>"
1518                    }
1519                }
1520            },
1521            "traits": {
1522                "smithy.api#documentation": "<p>Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>"
1523            }
1524        },
1525        "com.amazonaws.shield#EmergencyContactList": {
1526            "type": "list",
1527            "member": {
1528                "target": "com.amazonaws.shield#EmergencyContact"
1529            },
1530            "traits": {
1531                "smithy.api#length": {
1532                    "min": 0,
1533                    "max": 10
1534                }
1535            }
1536        },
1537        "com.amazonaws.shield#EnableProactiveEngagement": {
1538            "type": "operation",
1539            "input": {
1540                "target": "com.amazonaws.shield#EnableProactiveEngagementRequest"
1541            },
1542            "output": {
1543                "target": "com.amazonaws.shield#EnableProactiveEngagementResponse"
1544            },
1545            "errors": [
1546                {
1547                    "target": "com.amazonaws.shield#InternalErrorException"
1548                },
1549                {
1550                    "target": "com.amazonaws.shield#InvalidOperationException"
1551                },
1552                {
1553                    "target": "com.amazonaws.shield#InvalidParameterException"
1554                },
1555                {
1556                    "target": "com.amazonaws.shield#OptimisticLockException"
1557                },
1558                {
1559                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1560                }
1561            ],
1562            "traits": {
1563                "smithy.api#documentation": "<p>Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.</p>"
1564            }
1565        },
1566        "com.amazonaws.shield#EnableProactiveEngagementRequest": {
1567            "type": "structure",
1568            "members": {}
1569        },
1570        "com.amazonaws.shield#EnableProactiveEngagementResponse": {
1571            "type": "structure",
1572            "members": {}
1573        },
1574        "com.amazonaws.shield#GetSubscriptionState": {
1575            "type": "operation",
1576            "input": {
1577                "target": "com.amazonaws.shield#GetSubscriptionStateRequest"
1578            },
1579            "output": {
1580                "target": "com.amazonaws.shield#GetSubscriptionStateResponse"
1581            },
1582            "errors": [
1583                {
1584                    "target": "com.amazonaws.shield#InternalErrorException"
1585                }
1586            ],
1587            "traits": {
1588                "smithy.api#documentation": "<p>Returns the <code>SubscriptionState</code>, either <code>Active</code> or <code>Inactive</code>.</p>"
1589            }
1590        },
1591        "com.amazonaws.shield#GetSubscriptionStateRequest": {
1592            "type": "structure",
1593            "members": {}
1594        },
1595        "com.amazonaws.shield#GetSubscriptionStateResponse": {
1596            "type": "structure",
1597            "members": {
1598                "SubscriptionState": {
1599                    "target": "com.amazonaws.shield#SubscriptionState",
1600                    "traits": {
1601                        "smithy.api#documentation": "<p>The status of the subscription.</p>",
1602                        "smithy.api#required": {}
1603                    }
1604                }
1605            }
1606        },
1607        "com.amazonaws.shield#HealthCheckArn": {
1608            "type": "string",
1609            "traits": {
1610                "smithy.api#length": {
1611                    "min": 1,
1612                    "max": 2048
1613                },
1614                "smithy.api#pattern": "^arn:aws:route53:::healthcheck/\\S{36}$"
1615            }
1616        },
1617        "com.amazonaws.shield#HealthCheckId": {
1618            "type": "string"
1619        },
1620        "com.amazonaws.shield#HealthCheckIds": {
1621            "type": "list",
1622            "member": {
1623                "target": "com.amazonaws.shield#HealthCheckId"
1624            }
1625        },
1626        "com.amazonaws.shield#Integer": {
1627            "type": "integer"
1628        },
1629        "com.amazonaws.shield#InternalErrorException": {
1630            "type": "structure",
1631            "members": {
1632                "message": {
1633                    "target": "com.amazonaws.shield#errorMessage"
1634                }
1635            },
1636            "traits": {
1637                "smithy.api#documentation": "<p>Exception that indicates that a problem occurred with the service infrastructure. You\n         can retry the request.</p>",
1638                "smithy.api#error": "server"
1639            }
1640        },
1641        "com.amazonaws.shield#InvalidOperationException": {
1642            "type": "structure",
1643            "members": {
1644                "message": {
1645                    "target": "com.amazonaws.shield#errorMessage"
1646                }
1647            },
1648            "traits": {
1649                "smithy.api#documentation": "<p>Exception that indicates that the operation would not cause any change to occur.</p>",
1650                "smithy.api#error": "client"
1651            }
1652        },
1653        "com.amazonaws.shield#InvalidPaginationTokenException": {
1654            "type": "structure",
1655            "members": {
1656                "message": {
1657                    "target": "com.amazonaws.shield#errorMessage"
1658                }
1659            },
1660            "traits": {
1661                "smithy.api#documentation": "<p>Exception that indicates that the NextToken specified in the request is invalid. Submit the request using the NextToken value that was returned in the response.</p>",
1662                "smithy.api#error": "client"
1663            }
1664        },
1665        "com.amazonaws.shield#InvalidParameterException": {
1666            "type": "structure",
1667            "members": {
1668                "message": {
1669                    "target": "com.amazonaws.shield#errorMessage"
1670                },
1671                "reason": {
1672                    "target": "com.amazonaws.shield#ValidationExceptionReason",
1673                    "traits": {
1674                        "smithy.api#documentation": "<p>Additional information about the exception.</p>"
1675                    }
1676                },
1677                "fields": {
1678                    "target": "com.amazonaws.shield#ValidationExceptionFieldList",
1679                    "traits": {
1680                        "smithy.api#documentation": "<p>Fields that caused the exception.</p>"
1681                    }
1682                }
1683            },
1684            "traits": {
1685                "smithy.api#documentation": "<p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>",
1686                "smithy.api#error": "client"
1687            }
1688        },
1689        "com.amazonaws.shield#InvalidResourceException": {
1690            "type": "structure",
1691            "members": {
1692                "message": {
1693                    "target": "com.amazonaws.shield#errorMessage"
1694                }
1695            },
1696            "traits": {
1697                "smithy.api#documentation": "<p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>",
1698                "smithy.api#error": "client"
1699            }
1700        },
1701        "com.amazonaws.shield#Limit": {
1702            "type": "structure",
1703            "members": {
1704                "Type": {
1705                    "target": "com.amazonaws.shield#String",
1706                    "traits": {
1707                        "smithy.api#documentation": "<p>The type of protection.</p>"
1708                    }
1709                },
1710                "Max": {
1711                    "target": "com.amazonaws.shield#Long",
1712                    "traits": {
1713                        "smithy.api#documentation": "<p>The maximum number of protections that can be created for the specified <code>Type</code>.</p>"
1714                    }
1715                }
1716            },
1717            "traits": {
1718                "smithy.api#documentation": "<p>Specifies how many protections of a given type you can create.</p>"
1719            }
1720        },
1721        "com.amazonaws.shield#LimitNumber": {
1722            "type": "long"
1723        },
1724        "com.amazonaws.shield#LimitType": {
1725            "type": "string"
1726        },
1727        "com.amazonaws.shield#Limits": {
1728            "type": "list",
1729            "member": {
1730                "target": "com.amazonaws.shield#Limit"
1731            }
1732        },
1733        "com.amazonaws.shield#LimitsExceededException": {
1734            "type": "structure",
1735            "members": {
1736                "message": {
1737                    "target": "com.amazonaws.shield#errorMessage"
1738                },
1739                "Type": {
1740                    "target": "com.amazonaws.shield#LimitType",
1741                    "traits": {
1742                        "smithy.api#documentation": "<p>The type of limit that would be exceeded.</p>"
1743                    }
1744                },
1745                "Limit": {
1746                    "target": "com.amazonaws.shield#LimitNumber",
1747                    "traits": {
1748                        "smithy.api#documentation": "<p>The threshold that would be exceeded.</p>"
1749                    }
1750                }
1751            },
1752            "traits": {
1753                "smithy.api#documentation": "<p>Exception that indicates that the operation would exceed a limit.</p>",
1754                "smithy.api#error": "client"
1755            }
1756        },
1757        "com.amazonaws.shield#ListAttacks": {
1758            "type": "operation",
1759            "input": {
1760                "target": "com.amazonaws.shield#ListAttacksRequest"
1761            },
1762            "output": {
1763                "target": "com.amazonaws.shield#ListAttacksResponse"
1764            },
1765            "errors": [
1766                {
1767                    "target": "com.amazonaws.shield#InternalErrorException"
1768                },
1769                {
1770                    "target": "com.amazonaws.shield#InvalidOperationException"
1771                },
1772                {
1773                    "target": "com.amazonaws.shield#InvalidParameterException"
1774                }
1775            ],
1776            "traits": {
1777                "smithy.api#documentation": "<p>Returns all ongoing DDoS attacks or all DDoS attacks during a specified time\n         period.</p>",
1778                "smithy.api#paginated": {
1779                    "inputToken": "NextToken",
1780                    "outputToken": "NextToken",
1781                    "items": "AttackSummaries",
1782                    "pageSize": "MaxResults"
1783                }
1784            }
1785        },
1786        "com.amazonaws.shield#ListAttacksRequest": {
1787            "type": "structure",
1788            "members": {
1789                "ResourceArns": {
1790                    "target": "com.amazonaws.shield#ResourceArnFilterList",
1791                    "traits": {
1792                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the resource that was attacked. If this is left\n         blank, all applicable resources for this account will be included.</p>"
1793                    }
1794                },
1795                "StartTime": {
1796                    "target": "com.amazonaws.shield#TimeRange",
1797                    "traits": {
1798                        "smithy.api#documentation": "<p>The start of the time period for the attacks. This is a <code>timestamp</code> type. The sample request above indicates a <code>number</code> type because the default used by WAF is Unix time in seconds. However any valid <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types\">timestamp format</a>  is allowed.  </p>"
1799                    }
1800                },
1801                "EndTime": {
1802                    "target": "com.amazonaws.shield#TimeRange",
1803                    "traits": {
1804                        "smithy.api#documentation": "<p>The end of the time period for the attacks. This is a <code>timestamp</code> type. The sample request above indicates a <code>number</code> type because the default used by WAF is Unix time in seconds. However any valid <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types\">timestamp format</a>  is allowed.  </p>"
1805                    }
1806                },
1807                "NextToken": {
1808                    "target": "com.amazonaws.shield#Token",
1809                    "traits": {
1810                        "smithy.api#documentation": "<p>The <code>ListAttacksRequest.NextMarker</code> value from a previous call to <code>ListAttacksRequest</code>. Pass null if this is the first call.</p>"
1811                    }
1812                },
1813                "MaxResults": {
1814                    "target": "com.amazonaws.shield#MaxResults",
1815                    "traits": {
1816                        "smithy.api#documentation": "<p>The maximum number of <a>AttackSummary</a> objects to return. If you leave this blank, \n         Shield Advanced returns the first 20 results.</p>\n         <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>"
1817                    }
1818                }
1819            }
1820        },
1821        "com.amazonaws.shield#ListAttacksResponse": {
1822            "type": "structure",
1823            "members": {
1824                "AttackSummaries": {
1825                    "target": "com.amazonaws.shield#AttackSummaries",
1826                    "traits": {
1827                        "smithy.api#documentation": "<p>The attack information for the specified time range.</p>"
1828                    }
1829                },
1830                "NextToken": {
1831                    "target": "com.amazonaws.shield#Token",
1832                    "traits": {
1833                        "smithy.api#documentation": "<p>The token returned by a previous call to indicate that there is more data available.\n         If not null, more results are available. Pass this value for the <code>NextMarker</code>\n         parameter in a subsequent call to <code>ListAttacks</code> to retrieve the next set of\n         items.</p>\n         <p>Shield Advanced might return the list of <a>AttackSummary</a> objects in batches smaller than the number specified by MaxResults. If there are more attack summary objects to return, Shield Advanced will always also return a <code>NextToken</code>.</p>"
1834                    }
1835                }
1836            }
1837        },
1838        "com.amazonaws.shield#ListProtectionGroups": {
1839            "type": "operation",
1840            "input": {
1841                "target": "com.amazonaws.shield#ListProtectionGroupsRequest"
1842            },
1843            "output": {
1844                "target": "com.amazonaws.shield#ListProtectionGroupsResponse"
1845            },
1846            "errors": [
1847                {
1848                    "target": "com.amazonaws.shield#InternalErrorException"
1849                },
1850                {
1851                    "target": "com.amazonaws.shield#InvalidPaginationTokenException"
1852                },
1853                {
1854                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1855                }
1856            ],
1857            "traits": {
1858                "smithy.api#documentation": "<p>Retrieves the <a>ProtectionGroup</a> objects for the account.</p>",
1859                "smithy.api#paginated": {
1860                    "inputToken": "NextToken",
1861                    "outputToken": "NextToken",
1862                    "pageSize": "MaxResults"
1863                }
1864            }
1865        },
1866        "com.amazonaws.shield#ListProtectionGroupsRequest": {
1867            "type": "structure",
1868            "members": {
1869                "NextToken": {
1870                    "target": "com.amazonaws.shield#Token",
1871                    "traits": {
1872                        "smithy.api#documentation": "<p>The next token value from a previous call to <code>ListProtectionGroups</code>. Pass null if this is the first call.</p>"
1873                    }
1874                },
1875                "MaxResults": {
1876                    "target": "com.amazonaws.shield#MaxResults",
1877                    "traits": {
1878                        "smithy.api#documentation": "<p>The maximum number of <a>ProtectionGroup</a> objects to return. If you leave this blank, \n         Shield Advanced returns the first 20 results.</p>\n         <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>"
1879                    }
1880                }
1881            }
1882        },
1883        "com.amazonaws.shield#ListProtectionGroupsResponse": {
1884            "type": "structure",
1885            "members": {
1886                "ProtectionGroups": {
1887                    "target": "com.amazonaws.shield#ProtectionGroups",
1888                    "traits": {
1889                        "smithy.api#documentation": "<p></p>",
1890                        "smithy.api#required": {}
1891                    }
1892                },
1893                "NextToken": {
1894                    "target": "com.amazonaws.shield#Token",
1895                    "traits": {
1896                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> and you have more protection groups than the value of MaxResults, Shield Advanced returns this token that you can use in your next request, to get the next batch of objects. </p>"
1897                    }
1898                }
1899            }
1900        },
1901        "com.amazonaws.shield#ListProtections": {
1902            "type": "operation",
1903            "input": {
1904                "target": "com.amazonaws.shield#ListProtectionsRequest"
1905            },
1906            "output": {
1907                "target": "com.amazonaws.shield#ListProtectionsResponse"
1908            },
1909            "errors": [
1910                {
1911                    "target": "com.amazonaws.shield#InternalErrorException"
1912                },
1913                {
1914                    "target": "com.amazonaws.shield#InvalidPaginationTokenException"
1915                },
1916                {
1917                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1918                }
1919            ],
1920            "traits": {
1921                "smithy.api#documentation": "<p>Lists all <a>Protection</a> objects for the account.</p>",
1922                "smithy.api#paginated": {
1923                    "inputToken": "NextToken",
1924                    "outputToken": "NextToken",
1925                    "items": "Protections",
1926                    "pageSize": "MaxResults"
1927                }
1928            }
1929        },
1930        "com.amazonaws.shield#ListProtectionsRequest": {
1931            "type": "structure",
1932            "members": {
1933                "NextToken": {
1934                    "target": "com.amazonaws.shield#Token",
1935                    "traits": {
1936                        "smithy.api#documentation": "<p>The <code>ListProtectionsRequest.NextToken</code> value from a previous call to <code>ListProtections</code>. Pass null if this is the first call.</p>"
1937                    }
1938                },
1939                "MaxResults": {
1940                    "target": "com.amazonaws.shield#MaxResults",
1941                    "traits": {
1942                        "smithy.api#documentation": "<p>The maximum number of <a>Protection</a> objects to return. If you leave this blank, \n         Shield Advanced returns the first 20 results.</p>\n         <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>"
1943                    }
1944                }
1945            }
1946        },
1947        "com.amazonaws.shield#ListProtectionsResponse": {
1948            "type": "structure",
1949            "members": {
1950                "Protections": {
1951                    "target": "com.amazonaws.shield#Protections",
1952                    "traits": {
1953                        "smithy.api#documentation": "<p>The array of enabled <a>Protection</a> objects.</p>"
1954                    }
1955                },
1956                "NextToken": {
1957                    "target": "com.amazonaws.shield#Token",
1958                    "traits": {
1959                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> and you have more Protections than the value of MaxResults, Shield Advanced returns a NextToken value in the response that allows you to list another group of Protections. For the second and subsequent ListProtections requests, specify the value of NextToken from the previous response to get information about another batch of Protections.</p>\n         <p>Shield Advanced might return the list of <a>Protection</a> objects in batches smaller than the number specified by MaxResults. If there are more <a>Protection</a> objects to return, Shield Advanced will always also return a <code>NextToken</code>.</p>"
1960                    }
1961                }
1962            }
1963        },
1964        "com.amazonaws.shield#ListResourcesInProtectionGroup": {
1965            "type": "operation",
1966            "input": {
1967                "target": "com.amazonaws.shield#ListResourcesInProtectionGroupRequest"
1968            },
1969            "output": {
1970                "target": "com.amazonaws.shield#ListResourcesInProtectionGroupResponse"
1971            },
1972            "errors": [
1973                {
1974                    "target": "com.amazonaws.shield#InternalErrorException"
1975                },
1976                {
1977                    "target": "com.amazonaws.shield#InvalidPaginationTokenException"
1978                },
1979                {
1980                    "target": "com.amazonaws.shield#ResourceNotFoundException"
1981                }
1982            ],
1983            "traits": {
1984                "smithy.api#documentation": "<p>Retrieves the resources that are included in the protection group. </p>",
1985                "smithy.api#paginated": {
1986                    "inputToken": "NextToken",
1987                    "outputToken": "NextToken",
1988                    "pageSize": "MaxResults"
1989                }
1990            }
1991        },
1992        "com.amazonaws.shield#ListResourcesInProtectionGroupRequest": {
1993            "type": "structure",
1994            "members": {
1995                "ProtectionGroupId": {
1996                    "target": "com.amazonaws.shield#ProtectionGroupId",
1997                    "traits": {
1998                        "smithy.api#documentation": "<p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>",
1999                        "smithy.api#required": {}
2000                    }
2001                },
2002                "NextToken": {
2003                    "target": "com.amazonaws.shield#Token",
2004                    "traits": {
2005                        "smithy.api#documentation": "<p>The next token value from a previous call to <code>ListResourcesInProtectionGroup</code>. Pass null if this is the first call.</p>"
2006                    }
2007                },
2008                "MaxResults": {
2009                    "target": "com.amazonaws.shield#MaxResults",
2010                    "traits": {
2011                        "smithy.api#documentation": "<p>The maximum number of resource ARN objects to return. If you leave this blank, \n         Shield Advanced returns the first 20 results.</p>\n         <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>"
2012                    }
2013                }
2014            }
2015        },
2016        "com.amazonaws.shield#ListResourcesInProtectionGroupResponse": {
2017            "type": "structure",
2018            "members": {
2019                "ResourceArns": {
2020                    "target": "com.amazonaws.shield#ResourceArnList",
2021                    "traits": {
2022                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARNs) of the resources that are included in the protection group.</p>",
2023                        "smithy.api#required": {}
2024                    }
2025                },
2026                "NextToken": {
2027                    "target": "com.amazonaws.shield#Token",
2028                    "traits": {
2029                        "smithy.api#documentation": "<p>If you specify a value for <code>MaxResults</code> and you have more resources in the protection group than the value of MaxResults, Shield Advanced returns this token that you can use in your next request, to get the next batch of objects. </p>"
2030                    }
2031                }
2032            }
2033        },
2034        "com.amazonaws.shield#ListTagsForResource": {
2035            "type": "operation",
2036            "input": {
2037                "target": "com.amazonaws.shield#ListTagsForResourceRequest"
2038            },
2039            "output": {
2040                "target": "com.amazonaws.shield#ListTagsForResourceResponse"
2041            },
2042            "errors": [
2043                {
2044                    "target": "com.amazonaws.shield#InternalErrorException"
2045                },
2046                {
2047                    "target": "com.amazonaws.shield#InvalidResourceException"
2048                },
2049                {
2050                    "target": "com.amazonaws.shield#ResourceNotFoundException"
2051                }
2052            ],
2053            "traits": {
2054                "smithy.api#documentation": "<p>Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield.</p>"
2055            }
2056        },
2057        "com.amazonaws.shield#ListTagsForResourceRequest": {
2058            "type": "structure",
2059            "members": {
2060                "ResourceARN": {
2061                    "target": "com.amazonaws.shield#ResourceArn",
2062                    "traits": {
2063                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>",
2064                        "smithy.api#required": {}
2065                    }
2066                }
2067            }
2068        },
2069        "com.amazonaws.shield#ListTagsForResourceResponse": {
2070            "type": "structure",
2071            "members": {
2072                "Tags": {
2073                    "target": "com.amazonaws.shield#TagList",
2074                    "traits": {
2075                        "smithy.api#documentation": "<p>A list of tag key and value pairs associated with the specified resource.</p>"
2076                    }
2077                }
2078            }
2079        },
2080        "com.amazonaws.shield#LockedSubscriptionException": {
2081            "type": "structure",
2082            "members": {
2083                "message": {
2084                    "target": "com.amazonaws.shield#errorMessage"
2085                }
2086            },
2087            "traits": {
2088                "smithy.api#documentation": "<p>You are trying to update a subscription that has not yet completed the 1-year commitment. You can change the <code>AutoRenew</code> parameter during the last 30 days of your subscription. This exception indicates that you are attempting to change <code>AutoRenew</code> prior to that period.</p>",
2089                "smithy.api#error": "client"
2090            }
2091        },
2092        "com.amazonaws.shield#LogBucket": {
2093            "type": "string",
2094            "traits": {
2095                "smithy.api#length": {
2096                    "min": 3,
2097                    "max": 63
2098                },
2099                "smithy.api#pattern": "^([a-z]|(\\d(?!\\d{0,2}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})))([a-z\\d]|(\\.(?!(\\.|-)))|(-(?!\\.))){1,61}[a-z\\d]$"
2100            }
2101        },
2102        "com.amazonaws.shield#LogBucketList": {
2103            "type": "list",
2104            "member": {
2105                "target": "com.amazonaws.shield#LogBucket"
2106            },
2107            "traits": {
2108                "smithy.api#length": {
2109                    "min": 0,
2110                    "max": 10
2111                }
2112            }
2113        },
2114        "com.amazonaws.shield#Long": {
2115            "type": "long"
2116        },
2117        "com.amazonaws.shield#MaxResults": {
2118            "type": "integer",
2119            "traits": {
2120                "smithy.api#box": {},
2121                "smithy.api#range": {
2122                    "min": 0,
2123                    "max": 10000
2124                }
2125            }
2126        },
2127        "com.amazonaws.shield#Mitigation": {
2128            "type": "structure",
2129            "members": {
2130                "MitigationName": {
2131                    "target": "com.amazonaws.shield#String",
2132                    "traits": {
2133                        "smithy.api#documentation": "<p>The name of the mitigation taken for this attack.</p>"
2134                    }
2135                }
2136            },
2137            "traits": {
2138                "smithy.api#documentation": "<p>The mitigation applied to a DDoS attack.</p>"
2139            }
2140        },
2141        "com.amazonaws.shield#MitigationList": {
2142            "type": "list",
2143            "member": {
2144                "target": "com.amazonaws.shield#Mitigation"
2145            }
2146        },
2147        "com.amazonaws.shield#NoAssociatedRoleException": {
2148            "type": "structure",
2149            "members": {
2150                "message": {
2151                    "target": "com.amazonaws.shield#errorMessage"
2152                }
2153            },
2154            "traits": {
2155                "smithy.api#documentation": "<p>The ARN of the role that you specifed does not exist.</p>",
2156                "smithy.api#error": "client"
2157            }
2158        },
2159        "com.amazonaws.shield#OptimisticLockException": {
2160            "type": "structure",
2161            "members": {
2162                "message": {
2163                    "target": "com.amazonaws.shield#errorMessage"
2164                }
2165            },
2166            "traits": {
2167                "smithy.api#documentation": "<p>Exception that indicates that the resource state has been modified by another\n         client. Retrieve the resource and then retry your request.</p>",
2168                "smithy.api#error": "client"
2169            }
2170        },
2171        "com.amazonaws.shield#PhoneNumber": {
2172            "type": "string",
2173            "traits": {
2174                "smithy.api#length": {
2175                    "min": 1,
2176                    "max": 16
2177                },
2178                "smithy.api#pattern": "^\\+[1-9]\\d{1,14}$"
2179            }
2180        },
2181        "com.amazonaws.shield#ProactiveEngagementStatus": {
2182            "type": "string",
2183            "traits": {
2184                "smithy.api#enum": [
2185                    {
2186                        "value": "ENABLED",
2187                        "name": "ENABLED"
2188                    },
2189                    {
2190                        "value": "DISABLED",
2191                        "name": "DISABLED"
2192                    },
2193                    {
2194                        "value": "PENDING",
2195                        "name": "PENDING"
2196                    }
2197                ]
2198            }
2199        },
2200        "com.amazonaws.shield#ProtectedResourceType": {
2201            "type": "string",
2202            "traits": {
2203                "smithy.api#enum": [
2204                    {
2205                        "value": "CLOUDFRONT_DISTRIBUTION",
2206                        "name": "CLOUDFRONT_DISTRIBUTION"
2207                    },
2208                    {
2209                        "value": "ROUTE_53_HOSTED_ZONE",
2210                        "name": "ROUTE_53_HOSTED_ZONE"
2211                    },
2212                    {
2213                        "value": "ELASTIC_IP_ALLOCATION",
2214                        "name": "ELASTIC_IP_ALLOCATION"
2215                    },
2216                    {
2217                        "value": "CLASSIC_LOAD_BALANCER",
2218                        "name": "CLASSIC_LOAD_BALANCER"
2219                    },
2220                    {
2221                        "value": "APPLICATION_LOAD_BALANCER",
2222                        "name": "APPLICATION_LOAD_BALANCER"
2223                    },
2224                    {
2225                        "value": "GLOBAL_ACCELERATOR",
2226                        "name": "GLOBAL_ACCELERATOR"
2227                    }
2228                ]
2229            }
2230        },
2231        "com.amazonaws.shield#Protection": {
2232            "type": "structure",
2233            "members": {
2234                "Id": {
2235                    "target": "com.amazonaws.shield#ProtectionId",
2236                    "traits": {
2237                        "smithy.api#documentation": "<p>The unique identifier (ID) of the protection.</p>"
2238                    }
2239                },
2240                "Name": {
2241                    "target": "com.amazonaws.shield#ProtectionName",
2242                    "traits": {
2243                        "smithy.api#documentation": "<p>The name of the protection. For example, <code>My CloudFront distributions</code>.</p>"
2244                    }
2245                },
2246                "ResourceArn": {
2247                    "target": "com.amazonaws.shield#ResourceArn",
2248                    "traits": {
2249                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the Amazon Web Services resource that is protected.</p>"
2250                    }
2251                },
2252                "HealthCheckIds": {
2253                    "target": "com.amazonaws.shield#HealthCheckIds",
2254                    "traits": {
2255                        "smithy.api#documentation": "<p>The unique identifier (ID) for the Route 53 health check that's associated with the protection. </p>"
2256                    }
2257                },
2258                "ProtectionArn": {
2259                    "target": "com.amazonaws.shield#ResourceArn",
2260                    "traits": {
2261                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the protection.</p>"
2262                    }
2263                }
2264            },
2265            "traits": {
2266                "smithy.api#documentation": "<p>An object that represents a resource that is under DDoS protection.</p>"
2267            }
2268        },
2269        "com.amazonaws.shield#ProtectionGroup": {
2270            "type": "structure",
2271            "members": {
2272                "ProtectionGroupId": {
2273                    "target": "com.amazonaws.shield#ProtectionGroupId",
2274                    "traits": {
2275                        "smithy.api#documentation": "<p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>",
2276                        "smithy.api#required": {}
2277                    }
2278                },
2279                "Aggregation": {
2280                    "target": "com.amazonaws.shield#ProtectionGroupAggregation",
2281                    "traits": {
2282                        "smithy.api#documentation": "<p>Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.</p>\n         <ul>\n            <li>\n               <p>Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.</p>\n            </li>\n            <li>\n               <p>Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers.</p>\n            </li>\n            <li>\n               <p>Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.</p>\n            </li>\n         </ul>",
2283                        "smithy.api#required": {}
2284                    }
2285                },
2286                "Pattern": {
2287                    "target": "com.amazonaws.shield#ProtectionGroupPattern",
2288                    "traits": {
2289                        "smithy.api#documentation": "<p>The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource Amazon Resource Names (ARNs), or include all resources of a specified resource type.</p>",
2290                        "smithy.api#required": {}
2291                    }
2292                },
2293                "ResourceType": {
2294                    "target": "com.amazonaws.shield#ProtectedResourceType",
2295                    "traits": {
2296                        "smithy.api#documentation": "<p>The resource type to include in the protection group. All protected resources of this type are included in the protection group. \n           You must set this when you set <code>Pattern</code> to <code>BY_RESOURCE_TYPE</code> and you must not set it for any other <code>Pattern</code> setting. </p>"
2297                    }
2298                },
2299                "Members": {
2300                    "target": "com.amazonaws.shield#ProtectionGroupMembers",
2301                    "traits": {
2302                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set <code>Pattern</code> to <code>ARBITRARY</code> and you must not set it for any other <code>Pattern</code> setting. </p>",
2303                        "smithy.api#required": {}
2304                    }
2305                },
2306                "ProtectionGroupArn": {
2307                    "target": "com.amazonaws.shield#ResourceArn",
2308                    "traits": {
2309                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the protection group.</p>"
2310                    }
2311                }
2312            },
2313            "traits": {
2314                "smithy.api#documentation": "<p>A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>"
2315            }
2316        },
2317        "com.amazonaws.shield#ProtectionGroupAggregation": {
2318            "type": "string",
2319            "traits": {
2320                "smithy.api#enum": [
2321                    {
2322                        "value": "SUM",
2323                        "name": "SUM"
2324                    },
2325                    {
2326                        "value": "MEAN",
2327                        "name": "MEAN"
2328                    },
2329                    {
2330                        "value": "MAX",
2331                        "name": "MAX"
2332                    }
2333                ]
2334            }
2335        },
2336        "com.amazonaws.shield#ProtectionGroupArbitraryPatternLimits": {
2337            "type": "structure",
2338            "members": {
2339                "MaxMembers": {
2340                    "target": "com.amazonaws.shield#Long",
2341                    "traits": {
2342                        "smithy.api#documentation": "<p>The maximum number of resources you can specify for a single arbitrary pattern in a protection group.</p>",
2343                        "smithy.api#required": {}
2344                    }
2345                }
2346            },
2347            "traits": {
2348                "smithy.api#documentation": "<p>Limits settings on protection groups with arbitrary pattern type. </p>"
2349            }
2350        },
2351        "com.amazonaws.shield#ProtectionGroupId": {
2352            "type": "string",
2353            "traits": {
2354                "smithy.api#length": {
2355                    "min": 1,
2356                    "max": 36
2357                },
2358                "smithy.api#pattern": "^[a-zA-Z0-9\\\\-]*$"
2359            }
2360        },
2361        "com.amazonaws.shield#ProtectionGroupLimits": {
2362            "type": "structure",
2363            "members": {
2364                "MaxProtectionGroups": {
2365                    "target": "com.amazonaws.shield#Long",
2366                    "traits": {
2367                        "smithy.api#documentation": "<p>The maximum number of protection groups that you can have at one time. </p>",
2368                        "smithy.api#required": {}
2369                    }
2370                },
2371                "PatternTypeLimits": {
2372                    "target": "com.amazonaws.shield#ProtectionGroupPatternTypeLimits",
2373                    "traits": {
2374                        "smithy.api#documentation": "<p>Limits settings by pattern type in the protection groups for your subscription. </p>",
2375                        "smithy.api#required": {}
2376                    }
2377                }
2378            },
2379            "traits": {
2380                "smithy.api#documentation": "<p>Limits settings on protection groups for your subscription. </p>"
2381            }
2382        },
2383        "com.amazonaws.shield#ProtectionGroupMembers": {
2384            "type": "list",
2385            "member": {
2386                "target": "com.amazonaws.shield#ResourceArn"
2387            },
2388            "traits": {
2389                "smithy.api#length": {
2390                    "min": 0,
2391                    "max": 10000
2392                }
2393            }
2394        },
2395        "com.amazonaws.shield#ProtectionGroupPattern": {
2396            "type": "string",
2397            "traits": {
2398                "smithy.api#enum": [
2399                    {
2400                        "value": "ALL",
2401                        "name": "ALL"
2402                    },
2403                    {
2404                        "value": "ARBITRARY",
2405                        "name": "ARBITRARY"
2406                    },
2407                    {
2408                        "value": "BY_RESOURCE_TYPE",
2409                        "name": "BY_RESOURCE_TYPE"
2410                    }
2411                ]
2412            }
2413        },
2414        "com.amazonaws.shield#ProtectionGroupPatternTypeLimits": {
2415            "type": "structure",
2416            "members": {
2417                "ArbitraryPatternLimits": {
2418                    "target": "com.amazonaws.shield#ProtectionGroupArbitraryPatternLimits",
2419                    "traits": {
2420                        "smithy.api#documentation": "<p>Limits settings on protection groups with arbitrary pattern type. </p>",
2421                        "smithy.api#required": {}
2422                    }
2423                }
2424            },
2425            "traits": {
2426                "smithy.api#documentation": "<p>Limits settings by pattern type in the protection groups for your subscription. </p>"
2427            }
2428        },
2429        "com.amazonaws.shield#ProtectionGroups": {
2430            "type": "list",
2431            "member": {
2432                "target": "com.amazonaws.shield#ProtectionGroup"
2433            }
2434        },
2435        "com.amazonaws.shield#ProtectionId": {
2436            "type": "string",
2437            "traits": {
2438                "smithy.api#length": {
2439                    "min": 1,
2440                    "max": 36
2441                },
2442                "smithy.api#pattern": "^[a-zA-Z0-9\\\\-]*$"
2443            }
2444        },
2445        "com.amazonaws.shield#ProtectionLimits": {
2446            "type": "structure",
2447            "members": {
2448                "ProtectedResourceTypeLimits": {
2449                    "target": "com.amazonaws.shield#Limits",
2450                    "traits": {
2451                        "smithy.api#documentation": "<p>The maximum number of resource types that you can specify in a protection.</p>",
2452                        "smithy.api#required": {}
2453                    }
2454                }
2455            },
2456            "traits": {
2457                "smithy.api#documentation": "<p>Limits settings on protections for your subscription. </p>"
2458            }
2459        },
2460        "com.amazonaws.shield#ProtectionName": {
2461            "type": "string",
2462            "traits": {
2463                "smithy.api#length": {
2464                    "min": 1,
2465                    "max": 128
2466                },
2467                "smithy.api#pattern": "^[ a-zA-Z0-9_\\\\.\\\\-]*$"
2468            }
2469        },
2470        "com.amazonaws.shield#Protections": {
2471            "type": "list",
2472            "member": {
2473                "target": "com.amazonaws.shield#Protection"
2474            }
2475        },
2476        "com.amazonaws.shield#ResourceAlreadyExistsException": {
2477            "type": "structure",
2478            "members": {
2479                "message": {
2480                    "target": "com.amazonaws.shield#errorMessage"
2481                },
2482                "resourceType": {
2483                    "target": "com.amazonaws.shield#String",
2484                    "traits": {
2485                        "smithy.api#documentation": "<p>The type of resource that already exists.</p>"
2486                    }
2487                }
2488            },
2489            "traits": {
2490                "smithy.api#documentation": "<p>Exception indicating the specified resource already exists. If available, this exception includes details in additional properties. </p>",
2491                "smithy.api#error": "client"
2492            }
2493        },
2494        "com.amazonaws.shield#ResourceArn": {
2495            "type": "string",
2496            "traits": {
2497                "smithy.api#length": {
2498                    "min": 1,
2499                    "max": 2048
2500                },
2501                "smithy.api#pattern": "^arn:aws"
2502            }
2503        },
2504        "com.amazonaws.shield#ResourceArnFilterList": {
2505            "type": "list",
2506            "member": {
2507                "target": "com.amazonaws.shield#ResourceArn"
2508            }
2509        },
2510        "com.amazonaws.shield#ResourceArnList": {
2511            "type": "list",
2512            "member": {
2513                "target": "com.amazonaws.shield#ResourceArn"
2514            }
2515        },
2516        "com.amazonaws.shield#ResourceNotFoundException": {
2517            "type": "structure",
2518            "members": {
2519                "message": {
2520                    "target": "com.amazonaws.shield#errorMessage"
2521                },
2522                "resourceType": {
2523                    "target": "com.amazonaws.shield#String",
2524                    "traits": {
2525                        "smithy.api#documentation": "<p>Type of resource.</p>"
2526                    }
2527                }
2528            },
2529            "traits": {
2530                "smithy.api#documentation": "<p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>",
2531                "smithy.api#error": "client"
2532            }
2533        },
2534        "com.amazonaws.shield#RoleArn": {
2535            "type": "string",
2536            "traits": {
2537                "smithy.api#length": {
2538                    "min": 1,
2539                    "max": 2048
2540                },
2541                "smithy.api#pattern": "^arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$"
2542            }
2543        },
2544        "com.amazonaws.shield#String": {
2545            "type": "string"
2546        },
2547        "com.amazonaws.shield#SubResourceSummary": {
2548            "type": "structure",
2549            "members": {
2550                "Type": {
2551                    "target": "com.amazonaws.shield#SubResourceType",
2552                    "traits": {
2553                        "smithy.api#documentation": "<p>The <code>SubResource</code> type.</p>"
2554                    }
2555                },
2556                "Id": {
2557                    "target": "com.amazonaws.shield#String",
2558                    "traits": {
2559                        "smithy.api#documentation": "<p>The unique identifier (ID) of the <code>SubResource</code>.</p>"
2560                    }
2561                },
2562                "AttackVectors": {
2563                    "target": "com.amazonaws.shield#SummarizedAttackVectorList",
2564                    "traits": {
2565                        "smithy.api#documentation": "<p>The list of attack types and associated counters.</p>"
2566                    }
2567                },
2568                "Counters": {
2569                    "target": "com.amazonaws.shield#SummarizedCounterList",
2570                    "traits": {
2571                        "smithy.api#documentation": "<p>The counters that describe the details of the attack.</p>"
2572                    }
2573                }
2574            },
2575            "traits": {
2576                "smithy.api#documentation": "<p>The attack information for the specified SubResource.</p>"
2577            }
2578        },
2579        "com.amazonaws.shield#SubResourceSummaryList": {
2580            "type": "list",
2581            "member": {
2582                "target": "com.amazonaws.shield#SubResourceSummary"
2583            }
2584        },
2585        "com.amazonaws.shield#SubResourceType": {
2586            "type": "string",
2587            "traits": {
2588                "smithy.api#enum": [
2589                    {
2590                        "value": "IP",
2591                        "name": "IP"
2592                    },
2593                    {
2594                        "value": "URL",
2595                        "name": "URL"
2596                    }
2597                ]
2598            }
2599        },
2600        "com.amazonaws.shield#Subscription": {
2601            "type": "structure",
2602            "members": {
2603                "StartTime": {
2604                    "target": "com.amazonaws.shield#Timestamp",
2605                    "traits": {
2606                        "smithy.api#documentation": "<p>The start time of the subscription, in Unix time in seconds. For more information see <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types\">timestamp</a>.</p>"
2607                    }
2608                },
2609                "EndTime": {
2610                    "target": "com.amazonaws.shield#Timestamp",
2611                    "traits": {
2612                        "smithy.api#documentation": "<p>The date and time your subscription will end.</p>"
2613                    }
2614                },
2615                "TimeCommitmentInSeconds": {
2616                    "target": "com.amazonaws.shield#DurationInSeconds",
2617                    "traits": {
2618                        "smithy.api#documentation": "<p>The length, in seconds, of the Shield Advanced subscription for the account.</p>"
2619                    }
2620                },
2621                "AutoRenew": {
2622                    "target": "com.amazonaws.shield#AutoRenew",
2623                    "traits": {
2624                        "smithy.api#documentation": "<p>If <code>ENABLED</code>, the subscription will be automatically renewed at the end of the existing subscription period.</p>\n         <p>When you initally create a subscription, <code>AutoRenew</code> is set to <code>ENABLED</code>. You can change this by submitting an <code>UpdateSubscription</code> request. If the <code>UpdateSubscription</code> request does not included a value for <code>AutoRenew</code>, the existing value for <code>AutoRenew</code> remains unchanged.</p>"
2625                    }
2626                },
2627                "Limits": {
2628                    "target": "com.amazonaws.shield#Limits",
2629                    "traits": {
2630                        "smithy.api#documentation": "<p>Specifies how many protections of a given type you can create.</p>"
2631                    }
2632                },
2633                "ProactiveEngagementStatus": {
2634                    "target": "com.amazonaws.shield#ProactiveEngagementStatus",
2635                    "traits": {
2636                        "smithy.api#documentation": "<p>If <code>ENABLED</code>, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.</p>\n         <p>If <code>PENDING</code>, you have requested proactive engagement and the request is pending. The status changes to <code>ENABLED</code> when your request is fully processed.</p>\n         <p>If <code>DISABLED</code>, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support. </p>"
2637                    }
2638                },
2639                "SubscriptionLimits": {
2640                    "target": "com.amazonaws.shield#SubscriptionLimits",
2641                    "traits": {
2642                        "smithy.api#documentation": "<p>Limits settings for your subscription. </p>",
2643                        "smithy.api#required": {}
2644                    }
2645                },
2646                "SubscriptionArn": {
2647                    "target": "com.amazonaws.shield#ResourceArn",
2648                    "traits": {
2649                        "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the subscription.</p>"
2650                    }
2651                }
2652            },
2653            "traits": {
2654                "smithy.api#documentation": "<p>Information about the Shield Advanced subscription for an account.</p>"
2655            }
2656        },
2657        "com.amazonaws.shield#SubscriptionLimits": {
2658            "type": "structure",
2659            "members": {
2660                "ProtectionLimits": {
2661                    "target": "com.amazonaws.shield#ProtectionLimits",
2662                    "traits": {
2663                        "smithy.api#documentation": "<p>Limits settings on protections for your subscription. </p>",
2664                        "smithy.api#required": {}
2665                    }
2666                },
2667                "ProtectionGroupLimits": {
2668                    "target": "com.amazonaws.shield#ProtectionGroupLimits",
2669                    "traits": {
2670                        "smithy.api#documentation": "<p>Limits settings on protection groups for your subscription. </p>",
2671                        "smithy.api#required": {}
2672                    }
2673                }
2674            },
2675            "traits": {
2676                "smithy.api#documentation": "<p>Limits settings for your subscription. </p>"
2677            }
2678        },
2679        "com.amazonaws.shield#SubscriptionState": {
2680            "type": "string",
2681            "traits": {
2682                "smithy.api#enum": [
2683                    {
2684                        "value": "ACTIVE",
2685                        "name": "ACTIVE"
2686                    },
2687                    {
2688                        "value": "INACTIVE",
2689                        "name": "INACTIVE"
2690                    }
2691                ]
2692            }
2693        },
2694        "com.amazonaws.shield#SummarizedAttackVector": {
2695            "type": "structure",
2696            "members": {
2697                "VectorType": {
2698                    "target": "com.amazonaws.shield#String",
2699                    "traits": {
2700                        "smithy.api#documentation": "<p>The attack type, for example, SNMP reflection or SYN flood.</p>",
2701                        "smithy.api#required": {}
2702                    }
2703                },
2704                "VectorCounters": {
2705                    "target": "com.amazonaws.shield#SummarizedCounterList",
2706                    "traits": {
2707                        "smithy.api#documentation": "<p>The list of counters that describe the details of the attack.</p>"
2708                    }
2709                }
2710            },
2711            "traits": {
2712                "smithy.api#documentation": "<p>A summary of information about the attack.</p>"
2713            }
2714        },
2715        "com.amazonaws.shield#SummarizedAttackVectorList": {
2716            "type": "list",
2717            "member": {
2718                "target": "com.amazonaws.shield#SummarizedAttackVector"
2719            }
2720        },
2721        "com.amazonaws.shield#SummarizedCounter": {
2722            "type": "structure",
2723            "members": {
2724                "Name": {
2725                    "target": "com.amazonaws.shield#String",
2726                    "traits": {
2727                        "smithy.api#documentation": "<p>The counter name.</p>"
2728                    }
2729                },
2730                "Max": {
2731                    "target": "com.amazonaws.shield#Double",
2732                    "traits": {
2733                        "smithy.api#documentation": "<p>The maximum value of the counter for a specified time period.</p>"
2734                    }
2735                },
2736                "Average": {
2737                    "target": "com.amazonaws.shield#Double",
2738                    "traits": {
2739                        "smithy.api#documentation": "<p>The average value of the counter for a specified time period.</p>"
2740                    }
2741                },
2742                "Sum": {
2743                    "target": "com.amazonaws.shield#Double",
2744                    "traits": {
2745                        "smithy.api#documentation": "<p>The total of counter values for a specified time period.</p>"
2746                    }
2747                },
2748                "N": {
2749                    "target": "com.amazonaws.shield#Integer",
2750                    "traits": {
2751                        "smithy.api#documentation": "<p>The number of counters for a specified time period.</p>"
2752                    }
2753                },
2754                "Unit": {
2755                    "target": "com.amazonaws.shield#String",
2756                    "traits": {
2757                        "smithy.api#documentation": "<p>The unit of the counters.</p>"
2758                    }
2759                }
2760            },
2761            "traits": {
2762                "smithy.api#documentation": "<p>The counter that describes a DDoS attack.</p>"
2763            }
2764        },
2765        "com.amazonaws.shield#SummarizedCounterList": {
2766            "type": "list",
2767            "member": {
2768                "target": "com.amazonaws.shield#SummarizedCounter"
2769            }
2770        },
2771        "com.amazonaws.shield#Tag": {
2772            "type": "structure",
2773            "members": {
2774                "Key": {
2775                    "target": "com.amazonaws.shield#TagKey",
2776                    "traits": {
2777                        "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>"
2778                    }
2779                },
2780                "Value": {
2781                    "target": "com.amazonaws.shield#TagValue",
2782                    "traits": {
2783                        "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>"
2784                    }
2785                }
2786            },
2787            "traits": {
2788                "smithy.api#documentation": "<p>A tag associated with an Amazon Web Services resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing or other management. 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\". Or you might set the tag key to \"customer\" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.</p>"
2789            }
2790        },
2791        "com.amazonaws.shield#TagKey": {
2792            "type": "string",
2793            "traits": {
2794                "smithy.api#length": {
2795                    "min": 1,
2796                    "max": 128
2797                }
2798            }
2799        },
2800        "com.amazonaws.shield#TagKeyList": {
2801            "type": "list",
2802            "member": {
2803                "target": "com.amazonaws.shield#TagKey"
2804            },
2805            "traits": {
2806                "smithy.api#length": {
2807                    "min": 0,
2808                    "max": 200
2809                }
2810            }
2811        },
2812        "com.amazonaws.shield#TagList": {
2813            "type": "list",
2814            "member": {
2815                "target": "com.amazonaws.shield#Tag"
2816            },
2817            "traits": {
2818                "smithy.api#length": {
2819                    "min": 0,
2820                    "max": 200
2821                }
2822            }
2823        },
2824        "com.amazonaws.shield#TagResource": {
2825            "type": "operation",
2826            "input": {
2827                "target": "com.amazonaws.shield#TagResourceRequest"
2828            },
2829            "output": {
2830                "target": "com.amazonaws.shield#TagResourceResponse"
2831            },
2832            "errors": [
2833                {
2834                    "target": "com.amazonaws.shield#InternalErrorException"
2835                },
2836                {
2837                    "target": "com.amazonaws.shield#InvalidParameterException"
2838                },
2839                {
2840                    "target": "com.amazonaws.shield#InvalidResourceException"
2841                },
2842                {
2843                    "target": "com.amazonaws.shield#ResourceNotFoundException"
2844                }
2845            ],
2846            "traits": {
2847                "smithy.api#documentation": "<p>Adds or updates tags for a resource in Shield.</p>"
2848            }
2849        },
2850        "com.amazonaws.shield#TagResourceRequest": {
2851            "type": "structure",
2852            "members": {
2853                "ResourceARN": {
2854                    "target": "com.amazonaws.shield#ResourceArn",
2855                    "traits": {
2856                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource that you want to add or update tags for.</p>",
2857                        "smithy.api#required": {}
2858                    }
2859                },
2860                "Tags": {
2861                    "target": "com.amazonaws.shield#TagList",
2862                    "traits": {
2863                        "smithy.api#documentation": "<p>The tags that you want to modify or add to the resource.</p>",
2864                        "smithy.api#required": {}
2865                    }
2866                }
2867            }
2868        },
2869        "com.amazonaws.shield#TagResourceResponse": {
2870            "type": "structure",
2871            "members": {}
2872        },
2873        "com.amazonaws.shield#TagValue": {
2874            "type": "string",
2875            "traits": {
2876                "smithy.api#length": {
2877                    "min": 0,
2878                    "max": 256
2879                }
2880            }
2881        },
2882        "com.amazonaws.shield#TimeRange": {
2883            "type": "structure",
2884            "members": {
2885                "FromInclusive": {
2886                    "target": "com.amazonaws.shield#AttackTimestamp",
2887                    "traits": {
2888                        "smithy.api#documentation": "<p>The start time, in Unix time in seconds. For more information see <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types\">timestamp</a>.</p>"
2889                    }
2890                },
2891                "ToExclusive": {
2892                    "target": "com.amazonaws.shield#AttackTimestamp",
2893                    "traits": {
2894                        "smithy.api#documentation": "<p>The end time, in Unix time in seconds. For more information see <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types\">timestamp</a>.</p>"
2895                    }
2896                }
2897            },
2898            "traits": {
2899                "smithy.api#documentation": "<p>The time range. </p>"
2900            }
2901        },
2902        "com.amazonaws.shield#Timestamp": {
2903            "type": "timestamp"
2904        },
2905        "com.amazonaws.shield#Token": {
2906            "type": "string",
2907            "traits": {
2908                "smithy.api#length": {
2909                    "min": 1,
2910                    "max": 4096
2911                },
2912                "smithy.api#pattern": "^.*$"
2913            }
2914        },
2915        "com.amazonaws.shield#TopContributors": {
2916            "type": "list",
2917            "member": {
2918                "target": "com.amazonaws.shield#Contributor"
2919            }
2920        },
2921        "com.amazonaws.shield#Unit": {
2922            "type": "string",
2923            "traits": {
2924                "smithy.api#enum": [
2925                    {
2926                        "value": "BITS",
2927                        "name": "BITS"
2928                    },
2929                    {
2930                        "value": "BYTES",
2931                        "name": "BYTES"
2932                    },
2933                    {
2934                        "value": "PACKETS",
2935                        "name": "PACKETS"
2936                    },
2937                    {
2938                        "value": "REQUESTS",
2939                        "name": "REQUESTS"
2940                    }
2941                ]
2942            }
2943        },
2944        "com.amazonaws.shield#UntagResource": {
2945            "type": "operation",
2946            "input": {
2947                "target": "com.amazonaws.shield#UntagResourceRequest"
2948            },
2949            "output": {
2950                "target": "com.amazonaws.shield#UntagResourceResponse"
2951            },
2952            "errors": [
2953                {
2954                    "target": "com.amazonaws.shield#InternalErrorException"
2955                },
2956                {
2957                    "target": "com.amazonaws.shield#InvalidParameterException"
2958                },
2959                {
2960                    "target": "com.amazonaws.shield#InvalidResourceException"
2961                },
2962                {
2963                    "target": "com.amazonaws.shield#ResourceNotFoundException"
2964                }
2965            ],
2966            "traits": {
2967                "smithy.api#documentation": "<p>Removes tags from a resource in Shield.</p>"
2968            }
2969        },
2970        "com.amazonaws.shield#UntagResourceRequest": {
2971            "type": "structure",
2972            "members": {
2973                "ResourceARN": {
2974                    "target": "com.amazonaws.shield#ResourceArn",
2975                    "traits": {
2976                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource that you want to remove tags from.</p>",
2977                        "smithy.api#required": {}
2978                    }
2979                },
2980                "TagKeys": {
2981                    "target": "com.amazonaws.shield#TagKeyList",
2982                    "traits": {
2983                        "smithy.api#documentation": "<p>The tag key for each tag that you want to remove from the resource.</p>",
2984                        "smithy.api#required": {}
2985                    }
2986                }
2987            }
2988        },
2989        "com.amazonaws.shield#UntagResourceResponse": {
2990            "type": "structure",
2991            "members": {}
2992        },
2993        "com.amazonaws.shield#UpdateEmergencyContactSettings": {
2994            "type": "operation",
2995            "input": {
2996                "target": "com.amazonaws.shield#UpdateEmergencyContactSettingsRequest"
2997            },
2998            "output": {
2999                "target": "com.amazonaws.shield#UpdateEmergencyContactSettingsResponse"
3000            },
3001            "errors": [
3002                {
3003                    "target": "com.amazonaws.shield#InternalErrorException"
3004                },
3005                {
3006                    "target": "com.amazonaws.shield#InvalidParameterException"
3007                },
3008                {
3009                    "target": "com.amazonaws.shield#OptimisticLockException"
3010                },
3011                {
3012                    "target": "com.amazonaws.shield#ResourceNotFoundException"
3013                }
3014            ],
3015            "traits": {
3016                "smithy.api#documentation": "<p>Updates the details of the list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>"
3017            }
3018        },
3019        "com.amazonaws.shield#UpdateEmergencyContactSettingsRequest": {
3020            "type": "structure",
3021            "members": {
3022                "EmergencyContactList": {
3023                    "target": "com.amazonaws.shield#EmergencyContactList",
3024                    "traits": {
3025                        "smithy.api#documentation": "<p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>\n         <p>If you have proactive engagement enabled, the contact list must include at least one phone number.</p>"
3026                    }
3027                }
3028            }
3029        },
3030        "com.amazonaws.shield#UpdateEmergencyContactSettingsResponse": {
3031            "type": "structure",
3032            "members": {}
3033        },
3034        "com.amazonaws.shield#UpdateProtectionGroup": {
3035            "type": "operation",
3036            "input": {
3037                "target": "com.amazonaws.shield#UpdateProtectionGroupRequest"
3038            },
3039            "output": {
3040                "target": "com.amazonaws.shield#UpdateProtectionGroupResponse"
3041            },
3042            "errors": [
3043                {
3044                    "target": "com.amazonaws.shield#InternalErrorException"
3045                },
3046                {
3047                    "target": "com.amazonaws.shield#InvalidParameterException"
3048                },
3049                {
3050                    "target": "com.amazonaws.shield#OptimisticLockException"
3051                },
3052                {
3053                    "target": "com.amazonaws.shield#ResourceNotFoundException"
3054                }
3055            ],
3056            "traits": {
3057                "smithy.api#documentation": "<p>Updates an existing protection group. A protection group is a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>"
3058            }
3059        },
3060        "com.amazonaws.shield#UpdateProtectionGroupRequest": {
3061            "type": "structure",
3062            "members": {
3063                "ProtectionGroupId": {
3064                    "target": "com.amazonaws.shield#ProtectionGroupId",
3065                    "traits": {
3066                        "smithy.api#documentation": "<p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>",
3067                        "smithy.api#required": {}
3068                    }
3069                },
3070                "Aggregation": {
3071                    "target": "com.amazonaws.shield#ProtectionGroupAggregation",
3072                    "traits": {
3073                        "smithy.api#documentation": "<p>Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.</p>\n         <ul>\n            <li>\n               <p>Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.</p>\n            </li>\n            <li>\n               <p>Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers.</p>\n            </li>\n            <li>\n               <p>Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.</p>\n            </li>\n         </ul>",
3074                        "smithy.api#required": {}
3075                    }
3076                },
3077                "Pattern": {
3078                    "target": "com.amazonaws.shield#ProtectionGroupPattern",
3079                    "traits": {
3080                        "smithy.api#documentation": "<p>The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource Amazon Resource Names (ARNs), or include all resources of a specified resource type.</p>",
3081                        "smithy.api#required": {}
3082                    }
3083                },
3084                "ResourceType": {
3085                    "target": "com.amazonaws.shield#ProtectedResourceType",
3086                    "traits": {
3087                        "smithy.api#documentation": "<p>The resource type to include in the protection group. All protected resources of this type are included in the protection group. \n           You must set this when you set <code>Pattern</code> to <code>BY_RESOURCE_TYPE</code> and you must not set it for any other <code>Pattern</code> setting. </p>"
3088                    }
3089                },
3090                "Members": {
3091                    "target": "com.amazonaws.shield#ProtectionGroupMembers",
3092                    "traits": {
3093                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set <code>Pattern</code> to <code>ARBITRARY</code> and you must not set it for any other <code>Pattern</code> setting. </p>"
3094                    }
3095                }
3096            }
3097        },
3098        "com.amazonaws.shield#UpdateProtectionGroupResponse": {
3099            "type": "structure",
3100            "members": {}
3101        },
3102        "com.amazonaws.shield#UpdateSubscription": {
3103            "type": "operation",
3104            "input": {
3105                "target": "com.amazonaws.shield#UpdateSubscriptionRequest"
3106            },
3107            "output": {
3108                "target": "com.amazonaws.shield#UpdateSubscriptionResponse"
3109            },
3110            "errors": [
3111                {
3112                    "target": "com.amazonaws.shield#InternalErrorException"
3113                },
3114                {
3115                    "target": "com.amazonaws.shield#InvalidParameterException"
3116                },
3117                {
3118                    "target": "com.amazonaws.shield#LockedSubscriptionException"
3119                },
3120                {
3121                    "target": "com.amazonaws.shield#OptimisticLockException"
3122                },
3123                {
3124                    "target": "com.amazonaws.shield#ResourceNotFoundException"
3125                }
3126            ],
3127            "traits": {
3128                "smithy.api#documentation": "<p>Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.</p>"
3129            }
3130        },
3131        "com.amazonaws.shield#UpdateSubscriptionRequest": {
3132            "type": "structure",
3133            "members": {
3134                "AutoRenew": {
3135                    "target": "com.amazonaws.shield#AutoRenew",
3136                    "traits": {
3137                        "smithy.api#documentation": "<p>When you initally create a subscription, <code>AutoRenew</code> is set to <code>ENABLED</code>. If <code>ENABLED</code>, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an <code>UpdateSubscription</code> request. If the <code>UpdateSubscription</code> request does not included a value for <code>AutoRenew</code>, the existing value for <code>AutoRenew</code> remains unchanged.</p>"
3138                    }
3139                }
3140            }
3141        },
3142        "com.amazonaws.shield#UpdateSubscriptionResponse": {
3143            "type": "structure",
3144            "members": {}
3145        },
3146        "com.amazonaws.shield#ValidationExceptionField": {
3147            "type": "structure",
3148            "members": {
3149                "name": {
3150                    "target": "com.amazonaws.shield#String",
3151                    "traits": {
3152                        "smithy.api#documentation": "<p>The name of the parameter that failed validation.</p>",
3153                        "smithy.api#required": {}
3154                    }
3155                },
3156                "message": {
3157                    "target": "com.amazonaws.shield#String",
3158                    "traits": {
3159                        "smithy.api#documentation": "<p>The message describing why the parameter failed validation.</p>",
3160                        "smithy.api#required": {}
3161                    }
3162                }
3163            },
3164            "traits": {
3165                "smithy.api#documentation": "<p>Provides information about a particular parameter passed inside a request that resulted in an exception.</p>"
3166            }
3167        },
3168        "com.amazonaws.shield#ValidationExceptionFieldList": {
3169            "type": "list",
3170            "member": {
3171                "target": "com.amazonaws.shield#ValidationExceptionField"
3172            }
3173        },
3174        "com.amazonaws.shield#ValidationExceptionReason": {
3175            "type": "string",
3176            "traits": {
3177                "smithy.api#enum": [
3178                    {
3179                        "value": "FIELD_VALIDATION_FAILED",
3180                        "name": "FIELD_VALIDATION_FAILED"
3181                    },
3182                    {
3183                        "value": "OTHER",
3184                        "name": "OTHER"
3185                    }
3186                ]
3187            }
3188        },
3189        "com.amazonaws.shield#errorMessage": {
3190            "type": "string"
3191        }
3192    }
3193}
3194