{ "version":"2.0", "metadata":{ "apiVersion":"2016-06-02", "endpointPrefix":"shield", "jsonVersion":"1.1", "protocol":"json", "serviceAbbreviation":"AWS Shield", "serviceFullName":"AWS Shield", "serviceId":"Shield", "signatureVersion":"v4", "targetPrefix":"AWSShield_20160616", "uid":"shield-2016-06-02" }, "operations":{ "AssociateDRTLogBucket":{ "name":"AssociateDRTLogBucket", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateDRTLogBucketRequest"}, "output":{"shape":"AssociateDRTLogBucketResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidOperationException"}, {"shape":"NoAssociatedRoleException"}, {"shape":"LimitsExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"AccessDeniedForDependencyException"}, {"shape":"OptimisticLockException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

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.

To use the services of the SRT and make an AssociateDRTLogBucket request, you must be subscribed to the Business Support plan or the Enterprise Support plan.

" }, "AssociateDRTRole":{ "name":"AssociateDRTRole", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateDRTRoleRequest"}, "output":{"shape":"AssociateDRTRoleResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidOperationException"}, {"shape":"InvalidParameterException"}, {"shape":"AccessDeniedForDependencyException"}, {"shape":"OptimisticLockException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

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.

You can associate only one RoleArn with your subscription. If you submit an AssociateDRTRole request for an account that already has an associated role, the new RoleArn will replace the existing RoleArn.

Prior to making the AssociateDRTRole request, you must attach the AWSShieldDRTAccessPolicy managed policy to the role that you'll specify in the request. You can access this policy in the IAM console at AWSShieldDRTAccessPolicy. For more information see Adding and removing IAM identity permissions. The role must also trust the service principal drt.shield.amazonaws.com. For more information, see IAM JSON policy elements: Principal.

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.

You must have the iam:PassRole permission to make an AssociateDRTRole request. For more information, see Granting a user permissions to pass a role to an Amazon Web Services service.

To use the services of the SRT and make an AssociateDRTRole request, you must be subscribed to the Business Support plan or the Enterprise Support plan.

" }, "AssociateHealthCheck":{ "name":"AssociateHealthCheck", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateHealthCheckRequest"}, "output":{"shape":"AssociateHealthCheckResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"LimitsExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"OptimisticLockException"}, {"shape":"InvalidResourceException"} ], "documentation":"

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 response.

You define the health check in Route 53 and then associate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the WAF Developer Guide.

" }, "AssociateProactiveEngagementDetails":{ "name":"AssociateProactiveEngagementDetails", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateProactiveEngagementDetailsRequest"}, "output":{"shape":"AssociateProactiveEngagementDetailsResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidOperationException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"OptimisticLockException"} ], "documentation":"

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.

After you have initialized proactive engagement using this call, to disable or enable proactive engagement, use the calls DisableProactiveEngagement and EnableProactiveEngagement.

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.

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 DescribeEmergencyContactSettings and then provide it to this call.

" }, "CreateProtection":{ "name":"CreateProtection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateProtectionRequest"}, "output":{"shape":"CreateProtectionResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidResourceException"}, {"shape":"InvalidOperationException"}, {"shape":"LimitsExceededException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"OptimisticLockException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"} ], "documentation":"

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.

You can add protection to only a single resource with each CreateProtection request. You can add protection to multiple resources at once through the Shield Advanced console at https://console.aws.amazon.com/wafv2/shieldv2#/. For more information see Getting Started with Shield Advanced and Adding Shield Advanced protection to Amazon Web Services resources.

" }, "CreateProtectionGroup":{ "name":"CreateProtectionGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateProtectionGroupRequest"}, "output":{"shape":"CreateProtectionGroupResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"OptimisticLockException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"LimitsExceededException"} ], "documentation":"

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.

" }, "CreateSubscription":{ "name":"CreateSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateSubscriptionRequest"}, "output":{"shape":"CreateSubscriptionResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceAlreadyExistsException"} ], "documentation":"

Activates Shield Advanced for an account.

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 UpdateSubscription request.

" }, "DeleteProtection":{ "name":"DeleteProtection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteProtectionRequest"}, "output":{"shape":"DeleteProtectionResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"}, {"shape":"OptimisticLockException"} ], "documentation":"

Deletes an Shield Advanced Protection.

" }, "DeleteProtectionGroup":{ "name":"DeleteProtectionGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteProtectionGroupRequest"}, "output":{"shape":"DeleteProtectionGroupResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"OptimisticLockException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Removes the specified protection group.

" }, "DeleteSubscription":{ "name":"DeleteSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteSubscriptionRequest"}, "output":{"shape":"DeleteSubscriptionResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"LockedSubscriptionException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

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.

", "deprecated":true }, "DescribeAttack":{ "name":"DescribeAttack", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAttackRequest"}, "output":{"shape":"DescribeAttackResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Describes the details of a DDoS attack.

" }, "DescribeAttackStatistics":{ "name":"DescribeAttackStatistics", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAttackStatisticsRequest"}, "output":{"shape":"DescribeAttackStatisticsResponse"}, "errors":[ {"shape":"InternalErrorException"} ], "documentation":"

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.

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 2020-10-26 15:39:32 PDT, equal to 2020-10-26 22:39:32 UTC, then the time range for the attack data returned is from 2019-10-26 00:00:00 UTC to 2020-10-26 00:00:00 UTC.

The time range indicates the period covered by the attack statistics data items.

" }, "DescribeDRTAccess":{ "name":"DescribeDRTAccess", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDRTAccessRequest"}, "output":{"shape":"DescribeDRTAccessResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

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.

" }, "DescribeEmergencyContactSettings":{ "name":"DescribeEmergencyContactSettings", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeEmergencyContactSettingsRequest"}, "output":{"shape":"DescribeEmergencyContactSettingsResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

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.

" }, "DescribeProtection":{ "name":"DescribeProtection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeProtectionRequest"}, "output":{"shape":"DescribeProtectionResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Lists the details of a Protection object.

" }, "DescribeProtectionGroup":{ "name":"DescribeProtectionGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeProtectionGroupRequest"}, "output":{"shape":"DescribeProtectionGroupResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns the specification for the specified protection group.

" }, "DescribeSubscription":{ "name":"DescribeSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSubscriptionRequest"}, "output":{"shape":"DescribeSubscriptionResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Provides details about the Shield Advanced subscription for an account.

" }, "DisableApplicationLayerAutomaticResponse":{ "name":"DisableApplicationLayerAutomaticResponse", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisableApplicationLayerAutomaticResponseRequest"}, "output":{"shape":"DisableApplicationLayerAutomaticResponseResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"OptimisticLockException"}, {"shape":"InvalidOperationException"} ], "documentation":"

Disable the Shield Advanced automatic application layer DDoS mitigation feature for the resource. This stops Shield Advanced from creating, verifying, and applying WAF rules for attacks that it detects for the resource.

" }, "DisableProactiveEngagement":{ "name":"DisableProactiveEngagement", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisableProactiveEngagementRequest"}, "output":{"shape":"DisableProactiveEngagementResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidOperationException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"OptimisticLockException"} ], "documentation":"

Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.

" }, "DisassociateDRTLogBucket":{ "name":"DisassociateDRTLogBucket", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateDRTLogBucketRequest"}, "output":{"shape":"DisassociateDRTLogBucketResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidOperationException"}, {"shape":"NoAssociatedRoleException"}, {"shape":"AccessDeniedForDependencyException"}, {"shape":"OptimisticLockException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.

" }, "DisassociateDRTRole":{ "name":"DisassociateDRTRole", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateDRTRoleRequest"}, "output":{"shape":"DisassociateDRTRoleResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidOperationException"}, {"shape":"OptimisticLockException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.

" }, "DisassociateHealthCheck":{ "name":"DisassociateHealthCheck", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateHealthCheckRequest"}, "output":{"shape":"DisassociateHealthCheckResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"OptimisticLockException"}, {"shape":"InvalidResourceException"} ], "documentation":"

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 response.

You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the WAF Developer Guide.

" }, "EnableApplicationLayerAutomaticResponse":{ "name":"EnableApplicationLayerAutomaticResponse", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"EnableApplicationLayerAutomaticResponseRequest"}, "output":{"shape":"EnableApplicationLayerAutomaticResponseResponse"}, "errors":[ {"shape":"LimitsExceededException"}, {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"OptimisticLockException"}, {"shape":"InvalidOperationException"} ], "documentation":"

Enable the Shield Advanced automatic application layer DDoS mitigation for the resource.

This feature is available for Amazon CloudFront distributions only.

This causes Shield Advanced to create, verify, and apply WAF rules for DDoS attacks that it detects for the resource. Shield Advanced applies the rules in a Shield rule group inside the web ACL that you've associated with the resource. For information about how automatic mitigation works and the requirements for using it, see Shield Advanced automatic application layer DDoS mitigation.

Don't use this action to make changes to automatic mitigation settings when it's already enabled for a resource. Instead, use UpdateApplicationLayerAutomaticResponse.

To use this feature, you must associate a web ACL with the protected resource. The web ACL must be created using the latest version of WAF (v2). You can associate the web ACL through the Shield Advanced console at https://console.aws.amazon.com/wafv2/shieldv2#/. For more information, see Getting Started with Shield Advanced.

You can also do this through the WAF console or the WAF API, but you must manage Shield Advanced automatic mitigation through Shield Advanced. For information about WAF, see WAF Developer Guide.

" }, "EnableProactiveEngagement":{ "name":"EnableProactiveEngagement", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"EnableProactiveEngagementRequest"}, "output":{"shape":"EnableProactiveEngagementResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidOperationException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"OptimisticLockException"} ], "documentation":"

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.

" }, "GetSubscriptionState":{ "name":"GetSubscriptionState", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetSubscriptionStateRequest"}, "output":{"shape":"GetSubscriptionStateResponse"}, "errors":[ {"shape":"InternalErrorException"} ], "documentation":"

Returns the SubscriptionState, either Active or Inactive.

" }, "ListAttacks":{ "name":"ListAttacks", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListAttacksRequest"}, "output":{"shape":"ListAttacksResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidOperationException"} ], "documentation":"

Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.

" }, "ListProtectionGroups":{ "name":"ListProtectionGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListProtectionGroupsRequest"}, "output":{"shape":"ListProtectionGroupsResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidPaginationTokenException"} ], "documentation":"

Retrieves the ProtectionGroup objects for the account.

" }, "ListProtections":{ "name":"ListProtections", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListProtectionsRequest"}, "output":{"shape":"ListProtectionsResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidPaginationTokenException"} ], "documentation":"

Lists all Protection objects for the account.

" }, "ListResourcesInProtectionGroup":{ "name":"ListResourcesInProtectionGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResourcesInProtectionGroupRequest"}, "output":{"shape":"ListResourcesInProtectionGroupResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidPaginationTokenException"} ], "documentation":"

Retrieves the resources that are included in the protection group.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidResourceException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidResourceException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Adds or updates tags for a resource in Shield.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidResourceException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Removes tags from a resource in Shield.

" }, "UpdateApplicationLayerAutomaticResponse":{ "name":"UpdateApplicationLayerAutomaticResponse", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateApplicationLayerAutomaticResponseRequest"}, "output":{"shape":"UpdateApplicationLayerAutomaticResponseResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"OptimisticLockException"}, {"shape":"InvalidOperationException"} ], "documentation":"

Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource.

" }, "UpdateEmergencyContactSettings":{ "name":"UpdateEmergencyContactSettings", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateEmergencyContactSettingsRequest"}, "output":{"shape":"UpdateEmergencyContactSettingsResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"OptimisticLockException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

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.

" }, "UpdateProtectionGroup":{ "name":"UpdateProtectionGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateProtectionGroupRequest"}, "output":{"shape":"UpdateProtectionGroupResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"ResourceNotFoundException"}, {"shape":"OptimisticLockException"}, {"shape":"InvalidParameterException"} ], "documentation":"

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.

" }, "UpdateSubscription":{ "name":"UpdateSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateSubscriptionRequest"}, "output":{"shape":"UpdateSubscriptionResponse"}, "errors":[ {"shape":"InternalErrorException"}, {"shape":"LockedSubscriptionException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"OptimisticLockException"} ], "documentation":"

Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.

" } }, "shapes":{ "AccessDeniedException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

Exception that indicates the specified AttackId does not exist, or the requester does not have the appropriate permissions to access the AttackId.

", "exception":true }, "AccessDeniedForDependencyException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

In order to grant the necessary access to the Shield Response Team (SRT) the user submitting the request must have the iam:PassRole permission. This error indicates the user did not have the appropriate permissions. For more information, see Granting a User Permissions to Pass a Role to an Amazon Web Services Service.

", "exception":true }, "ApplicationLayerAutomaticResponseConfiguration":{ "type":"structure", "required":[ "Status", "Action" ], "members":{ "Status":{ "shape":"ApplicationLayerAutomaticResponseStatus", "documentation":"

Indicates whether automatic application layer DDoS mitigation is enabled for the protection.

" }, "Action":{"shape":"ResponseAction"} }, "documentation":"

The automatic application layer DDoS mitigation settings for a Protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.

" }, "ApplicationLayerAutomaticResponseStatus":{ "type":"string", "enum":[ "ENABLED", "DISABLED" ] }, "AssociateDRTLogBucketRequest":{ "type":"structure", "required":["LogBucket"], "members":{ "LogBucket":{ "shape":"LogBucket", "documentation":"

The Amazon S3 bucket that contains the logs that you want to share.

" } } }, "AssociateDRTLogBucketResponse":{ "type":"structure", "members":{ } }, "AssociateDRTRoleRequest":{ "type":"structure", "required":["RoleArn"], "members":{ "RoleArn":{ "shape":"RoleArn", "documentation":"

The Amazon Resource Name (ARN) of the role the SRT will use to access your Amazon Web Services account.

Prior to making the AssociateDRTRole request, you must attach the AWSShieldDRTAccessPolicy managed policy to this role. For more information see Attaching and Detaching IAM Policies.

" } } }, "AssociateDRTRoleResponse":{ "type":"structure", "members":{ } }, "AssociateHealthCheckRequest":{ "type":"structure", "required":[ "ProtectionId", "HealthCheckArn" ], "members":{ "ProtectionId":{ "shape":"ProtectionId", "documentation":"

The unique identifier (ID) for the Protection object to add the health check association to.

" }, "HealthCheckArn":{ "shape":"HealthCheckArn", "documentation":"

The Amazon Resource Name (ARN) of the health check to associate with the protection.

" } } }, "AssociateHealthCheckResponse":{ "type":"structure", "members":{ } }, "AssociateProactiveEngagementDetailsRequest":{ "type":"structure", "required":["EmergencyContactList"], "members":{ "EmergencyContactList":{ "shape":"EmergencyContactList", "documentation":"

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.

To enable proactive engagement, the contact list must include at least one phone number.

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 DescribeEmergencyContactSettings and then provide it here.

" } } }, "AssociateProactiveEngagementDetailsResponse":{ "type":"structure", "members":{ } }, "AttackDetail":{ "type":"structure", "members":{ "AttackId":{ "shape":"AttackId", "documentation":"

The unique identifier (ID) of the attack.

" }, "ResourceArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the resource that was attacked.

" }, "SubResources":{ "shape":"SubResourceSummaryList", "documentation":"

If applicable, additional detail about the resource being attacked, for example, IP address or URL.

" }, "StartTime":{ "shape":"AttackTimestamp", "documentation":"

The time the attack started, in Unix time in seconds.

" }, "EndTime":{ "shape":"AttackTimestamp", "documentation":"

The time the attack ended, in Unix time in seconds.

" }, "AttackCounters":{ "shape":"SummarizedCounterList", "documentation":"

List of counters that describe the attack for the specified time period.

" }, "AttackProperties":{ "shape":"AttackProperties", "documentation":"

The array of objects that provide details of the Shield event.

For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.

" }, "Mitigations":{ "shape":"MitigationList", "documentation":"

List of mitigation actions taken for the attack.

" } }, "documentation":"

The details of a DDoS attack.

" }, "AttackId":{ "type":"string", "max":128, "min":1, "pattern":"[a-zA-Z0-9\\\\-]*" }, "AttackLayer":{ "type":"string", "enum":[ "NETWORK", "APPLICATION" ] }, "AttackProperties":{ "type":"list", "member":{"shape":"AttackProperty"} }, "AttackProperty":{ "type":"structure", "members":{ "AttackLayer":{ "shape":"AttackLayer", "documentation":"

The type of Shield event that was observed. NETWORK indicates layer 3 and layer 4 events and APPLICATION indicates layer 7 events.

For infrastructure layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics. For more information, see Shield metrics and alarms in the WAF Developer Guide.

" }, "AttackPropertyIdentifier":{ "shape":"AttackPropertyIdentifier", "documentation":"

Defines the Shield event property information that is provided. The WORDPRESS_PINGBACK_REFLECTOR and WORDPRESS_PINGBACK_SOURCE values are valid only for WordPress reflective pingback events.

" }, "TopContributors":{ "shape":"TopContributors", "documentation":"

Contributor objects for the top five contributors to a Shield event. A contributor is a source of traffic that Shield Advanced identifies as responsible for some or all of an event.

" }, "Unit":{ "shape":"Unit", "documentation":"

The unit used for the Contributor Value property.

" }, "Total":{ "shape":"Long", "documentation":"

The total contributions made to this Shield event by all contributors.

" } }, "documentation":"

Details of a Shield event. This is provided as part of an AttackDetail.

" }, "AttackPropertyIdentifier":{ "type":"string", "enum":[ "DESTINATION_URL", "REFERRER", "SOURCE_ASN", "SOURCE_COUNTRY", "SOURCE_IP_ADDRESS", "SOURCE_USER_AGENT", "WORDPRESS_PINGBACK_REFLECTOR", "WORDPRESS_PINGBACK_SOURCE" ] }, "AttackStatisticsDataItem":{ "type":"structure", "required":["AttackCount"], "members":{ "AttackVolume":{ "shape":"AttackVolume", "documentation":"

Information about the volume of attacks during the time period. If the accompanying AttackCount is zero, this setting might be empty.

" }, "AttackCount":{ "shape":"Long", "documentation":"

The number of attacks detected during the time period. This is always present, but might be zero.

" } }, "documentation":"

A single attack statistics data record. This is returned by DescribeAttackStatistics along with a time range indicating the time period that the attack statistics apply to.

" }, "AttackStatisticsDataList":{ "type":"list", "member":{"shape":"AttackStatisticsDataItem"} }, "AttackSummaries":{ "type":"list", "member":{"shape":"AttackSummary"} }, "AttackSummary":{ "type":"structure", "members":{ "AttackId":{ "shape":"String", "documentation":"

The unique identifier (ID) of the attack.

" }, "ResourceArn":{ "shape":"String", "documentation":"

The ARN (Amazon Resource Name) of the resource that was attacked.

" }, "StartTime":{ "shape":"AttackTimestamp", "documentation":"

The start time of the attack, in Unix time in seconds.

" }, "EndTime":{ "shape":"AttackTimestamp", "documentation":"

The end time of the attack, in Unix time in seconds.

" }, "AttackVectors":{ "shape":"AttackVectorDescriptionList", "documentation":"

The list of attacks for a specified time period.

" } }, "documentation":"

Summarizes all DDoS attacks for a specified time period.

" }, "AttackTimestamp":{"type":"timestamp"}, "AttackVectorDescription":{ "type":"structure", "required":["VectorType"], "members":{ "VectorType":{ "shape":"String", "documentation":"

The attack type. Valid values:

" } }, "documentation":"

Describes the attack.

" }, "AttackVectorDescriptionList":{ "type":"list", "member":{"shape":"AttackVectorDescription"} }, "AttackVolume":{ "type":"structure", "members":{ "BitsPerSecond":{ "shape":"AttackVolumeStatistics", "documentation":"

A statistics object that uses bits per second as the unit. This is included for network level attacks.

" }, "PacketsPerSecond":{ "shape":"AttackVolumeStatistics", "documentation":"

A statistics object that uses packets per second as the unit. This is included for network level attacks.

" }, "RequestsPerSecond":{ "shape":"AttackVolumeStatistics", "documentation":"

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.

" } }, "documentation":"

Information about the volume of attacks during the time period, included in an AttackStatisticsDataItem. If the accompanying AttackCount in the statistics object is zero, this setting might be empty.

" }, "AttackVolumeStatistics":{ "type":"structure", "required":["Max"], "members":{ "Max":{ "shape":"Double", "documentation":"

The maximum attack volume observed for the given unit.

" } }, "documentation":"

Statistics objects for the various data types in AttackVolume.

" }, "AutoRenew":{ "type":"string", "enum":[ "ENABLED", "DISABLED" ] }, "BlockAction":{ "type":"structure", "members":{ }, "documentation":"

Specifies that Shield Advanced should configure its WAF rules with the WAF Block action.

This is only used in the context of the ResponseAction setting.

JSON specification: \"Block\": {}

" }, "ContactNotes":{ "type":"string", "max":1024, "min":1, "pattern":"^[\\w\\s\\.\\-,:/()+@]*$" }, "Contributor":{ "type":"structure", "members":{ "Name":{ "shape":"String", "documentation":"

The name of the contributor. The type of name that you'll find here depends on the AttackPropertyIdentifier setting in the AttackProperty where this contributor is defined. For example, if the AttackPropertyIdentifier is SOURCE_COUNTRY, the Name could be United States.

" }, "Value":{ "shape":"Long", "documentation":"

The contribution of this contributor expressed in Protection units. For example 10,000.

" } }, "documentation":"

A contributor to the attack and their contribution.

" }, "CountAction":{ "type":"structure", "members":{ }, "documentation":"

Specifies that Shield Advanced should configure its WAF rules with the WAF Count action.

This is only used in the context of the ResponseAction setting.

JSON specification: \"Count\": {}

" }, "CreateProtectionGroupRequest":{ "type":"structure", "required":[ "ProtectionGroupId", "Aggregation", "Pattern" ], "members":{ "ProtectionGroupId":{ "shape":"ProtectionGroupId", "documentation":"

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.

" }, "Aggregation":{ "shape":"ProtectionGroupAggregation", "documentation":"

Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.

" }, "Pattern":{ "shape":"ProtectionGroupPattern", "documentation":"

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.

" }, "ResourceType":{ "shape":"ProtectedResourceType", "documentation":"

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. You must set this when you set Pattern to BY_RESOURCE_TYPE and you must not set it for any other Pattern setting.

" }, "Members":{ "shape":"ProtectionGroupMembers", "documentation":"

The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set Pattern to ARBITRARY and you must not set it for any other Pattern setting.

" }, "Tags":{ "shape":"TagList", "documentation":"

One or more tag key-value pairs for the protection group.

" } } }, "CreateProtectionGroupResponse":{ "type":"structure", "members":{ } }, "CreateProtectionRequest":{ "type":"structure", "required":[ "Name", "ResourceArn" ], "members":{ "Name":{ "shape":"ProtectionName", "documentation":"

Friendly name for the Protection you are creating.

" }, "ResourceArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the resource to be protected.

The ARN should be in one of the following formats:

" }, "Tags":{ "shape":"TagList", "documentation":"

One or more tag key-value pairs for the Protection object that is created.

" } } }, "CreateProtectionResponse":{ "type":"structure", "members":{ "ProtectionId":{ "shape":"ProtectionId", "documentation":"

The unique identifier (ID) for the Protection object that is created.

" } } }, "CreateSubscriptionRequest":{ "type":"structure", "members":{ } }, "CreateSubscriptionResponse":{ "type":"structure", "members":{ } }, "DeleteProtectionGroupRequest":{ "type":"structure", "required":["ProtectionGroupId"], "members":{ "ProtectionGroupId":{ "shape":"ProtectionGroupId", "documentation":"

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.

" } } }, "DeleteProtectionGroupResponse":{ "type":"structure", "members":{ } }, "DeleteProtectionRequest":{ "type":"structure", "required":["ProtectionId"], "members":{ "ProtectionId":{ "shape":"ProtectionId", "documentation":"

The unique identifier (ID) for the Protection object to be deleted.

" } } }, "DeleteProtectionResponse":{ "type":"structure", "members":{ } }, "DeleteSubscriptionRequest":{ "type":"structure", "members":{ }, "deprecated":true }, "DeleteSubscriptionResponse":{ "type":"structure", "members":{ }, "deprecated":true }, "DescribeAttackRequest":{ "type":"structure", "required":["AttackId"], "members":{ "AttackId":{ "shape":"AttackId", "documentation":"

The unique identifier (ID) for the attack.

" } } }, "DescribeAttackResponse":{ "type":"structure", "members":{ "Attack":{ "shape":"AttackDetail", "documentation":"

The attack that is described.

" } } }, "DescribeAttackStatisticsRequest":{ "type":"structure", "members":{ } }, "DescribeAttackStatisticsResponse":{ "type":"structure", "required":[ "TimeRange", "DataItems" ], "members":{ "TimeRange":{"shape":"TimeRange"}, "DataItems":{ "shape":"AttackStatisticsDataList", "documentation":"

The data that describes the attacks detected during the time period.

" } } }, "DescribeDRTAccessRequest":{ "type":"structure", "members":{ } }, "DescribeDRTAccessResponse":{ "type":"structure", "members":{ "RoleArn":{ "shape":"RoleArn", "documentation":"

The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.

" }, "LogBucketList":{ "shape":"LogBucketList", "documentation":"

The list of Amazon S3 buckets accessed by the SRT.

" } } }, "DescribeEmergencyContactSettingsRequest":{ "type":"structure", "members":{ } }, "DescribeEmergencyContactSettingsResponse":{ "type":"structure", "members":{ "EmergencyContactList":{ "shape":"EmergencyContactList", "documentation":"

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.

" } } }, "DescribeProtectionGroupRequest":{ "type":"structure", "required":["ProtectionGroupId"], "members":{ "ProtectionGroupId":{ "shape":"ProtectionGroupId", "documentation":"

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.

" } } }, "DescribeProtectionGroupResponse":{ "type":"structure", "required":["ProtectionGroup"], "members":{ "ProtectionGroup":{ "shape":"ProtectionGroup", "documentation":"

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.

" } } }, "DescribeProtectionRequest":{ "type":"structure", "members":{ "ProtectionId":{ "shape":"ProtectionId", "documentation":"

The unique identifier (ID) for the Protection object that is described. When submitting the DescribeProtection request you must provide either the ResourceArn or the ProtectionID, but not both.

" }, "ResourceArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the Amazon Web Services resource for the Protection object that is described. When submitting the DescribeProtection request you must provide either the ResourceArn or the ProtectionID, but not both.

" } } }, "DescribeProtectionResponse":{ "type":"structure", "members":{ "Protection":{ "shape":"Protection", "documentation":"

The Protection object that is described.

" } } }, "DescribeSubscriptionRequest":{ "type":"structure", "members":{ } }, "DescribeSubscriptionResponse":{ "type":"structure", "members":{ "Subscription":{ "shape":"Subscription", "documentation":"

The Shield Advanced subscription details for an account.

" } } }, "DisableApplicationLayerAutomaticResponseRequest":{ "type":"structure", "required":["ResourceArn"], "members":{ "ResourceArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the resource.

" } } }, "DisableApplicationLayerAutomaticResponseResponse":{ "type":"structure", "members":{ } }, "DisableProactiveEngagementRequest":{ "type":"structure", "members":{ } }, "DisableProactiveEngagementResponse":{ "type":"structure", "members":{ } }, "DisassociateDRTLogBucketRequest":{ "type":"structure", "required":["LogBucket"], "members":{ "LogBucket":{ "shape":"LogBucket", "documentation":"

The Amazon S3 bucket that contains the logs that you want to share.

" } } }, "DisassociateDRTLogBucketResponse":{ "type":"structure", "members":{ } }, "DisassociateDRTRoleRequest":{ "type":"structure", "members":{ } }, "DisassociateDRTRoleResponse":{ "type":"structure", "members":{ } }, "DisassociateHealthCheckRequest":{ "type":"structure", "required":[ "ProtectionId", "HealthCheckArn" ], "members":{ "ProtectionId":{ "shape":"ProtectionId", "documentation":"

The unique identifier (ID) for the Protection object to remove the health check association from.

" }, "HealthCheckArn":{ "shape":"HealthCheckArn", "documentation":"

The Amazon Resource Name (ARN) of the health check that is associated with the protection.

" } } }, "DisassociateHealthCheckResponse":{ "type":"structure", "members":{ } }, "Double":{"type":"double"}, "DurationInSeconds":{ "type":"long", "min":0 }, "EmailAddress":{ "type":"string", "max":150, "min":1, "pattern":"^\\S+@\\S+\\.\\S+$" }, "EmergencyContact":{ "type":"structure", "required":["EmailAddress"], "members":{ "EmailAddress":{ "shape":"EmailAddress", "documentation":"

The email address for the contact.

" }, "PhoneNumber":{ "shape":"PhoneNumber", "documentation":"

The phone number for the contact.

" }, "ContactNotes":{ "shape":"ContactNotes", "documentation":"

Additional notes regarding the contact.

" } }, "documentation":"

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.

" }, "EmergencyContactList":{ "type":"list", "member":{"shape":"EmergencyContact"}, "max":10, "min":0 }, "EnableApplicationLayerAutomaticResponseRequest":{ "type":"structure", "required":[ "ResourceArn", "Action" ], "members":{ "ResourceArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the resource.

" }, "Action":{ "shape":"ResponseAction", "documentation":"

Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

" } } }, "EnableApplicationLayerAutomaticResponseResponse":{ "type":"structure", "members":{ } }, "EnableProactiveEngagementRequest":{ "type":"structure", "members":{ } }, "EnableProactiveEngagementResponse":{ "type":"structure", "members":{ } }, "GetSubscriptionStateRequest":{ "type":"structure", "members":{ } }, "GetSubscriptionStateResponse":{ "type":"structure", "required":["SubscriptionState"], "members":{ "SubscriptionState":{ "shape":"SubscriptionState", "documentation":"

The status of the subscription.

" } } }, "HealthCheckArn":{ "type":"string", "max":2048, "min":1, "pattern":"^arn:aws:route53:::healthcheck/\\S{36}$" }, "HealthCheckId":{"type":"string"}, "HealthCheckIds":{ "type":"list", "member":{"shape":"HealthCheckId"} }, "Integer":{"type":"integer"}, "InternalErrorException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.

", "exception":true, "fault":true }, "InvalidOperationException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

Exception that indicates that the operation would not cause any change to occur.

", "exception":true }, "InvalidPaginationTokenException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

Exception that indicates that the NextToken specified in the request is invalid. Submit the request using the NextToken value that was returned in the prior response.

", "exception":true }, "InvalidParameterException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"}, "reason":{ "shape":"ValidationExceptionReason", "documentation":"

Additional information about the exception.

" }, "fields":{ "shape":"ValidationExceptionFieldList", "documentation":"

Fields that caused the exception.

" } }, "documentation":"

Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties.

", "exception":true }, "InvalidResourceException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.

", "exception":true }, "Limit":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"

The type of protection.

" }, "Max":{ "shape":"Long", "documentation":"

The maximum number of protections that can be created for the specified Type.

" } }, "documentation":"

Specifies how many protections of a given type you can create.

" }, "LimitNumber":{"type":"long"}, "LimitType":{"type":"string"}, "Limits":{ "type":"list", "member":{"shape":"Limit"} }, "LimitsExceededException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"}, "Type":{ "shape":"LimitType", "documentation":"

The type of limit that would be exceeded.

" }, "Limit":{ "shape":"LimitNumber", "documentation":"

The threshold that would be exceeded.

" } }, "documentation":"

Exception that indicates that the operation would exceed a limit.

", "exception":true }, "ListAttacksRequest":{ "type":"structure", "members":{ "ResourceArns":{ "shape":"ResourceArnFilterList", "documentation":"

The ARNs (Amazon Resource Names) of the resources that were attacked. If you leave this blank, all applicable resources for this account will be included.

" }, "StartTime":{ "shape":"TimeRange", "documentation":"

The start of the time period for the attacks. This is a timestamp type. The request syntax listing for this call indicates a number type, but you can provide the time in any valid timestamp format setting.

" }, "EndTime":{ "shape":"TimeRange", "documentation":"

The end of the time period for the attacks. This is a timestamp type. The request syntax listing for this call indicates a number type, but you can provide the time in any valid timestamp format setting.

" }, "NextToken":{ "shape":"Token", "documentation":"

When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

On your first call to a list operation, leave this setting empty.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The greatest number of objects that you want Shield Advanced to return to the list request. Shield Advanced might return fewer objects than you indicate in this setting, even if more objects are available. If there are more objects remaining, Shield Advanced will always also return a NextToken value in the response.

The default setting is 20.

" } } }, "ListAttacksResponse":{ "type":"structure", "members":{ "AttackSummaries":{ "shape":"AttackSummaries", "documentation":"

The attack information for the specified time range.

" }, "NextToken":{ "shape":"Token", "documentation":"

When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

" } } }, "ListProtectionGroupsRequest":{ "type":"structure", "members":{ "NextToken":{ "shape":"Token", "documentation":"

When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

On your first call to a list operation, leave this setting empty.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The greatest number of objects that you want Shield Advanced to return to the list request. Shield Advanced might return fewer objects than you indicate in this setting, even if more objects are available. If there are more objects remaining, Shield Advanced will always also return a NextToken value in the response.

The default setting is 20.

" } } }, "ListProtectionGroupsResponse":{ "type":"structure", "required":["ProtectionGroups"], "members":{ "ProtectionGroups":{ "shape":"ProtectionGroups", "documentation":"

" }, "NextToken":{ "shape":"Token", "documentation":"

When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

" } } }, "ListProtectionsRequest":{ "type":"structure", "members":{ "NextToken":{ "shape":"Token", "documentation":"

When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

On your first call to a list operation, leave this setting empty.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The greatest number of objects that you want Shield Advanced to return to the list request. Shield Advanced might return fewer objects than you indicate in this setting, even if more objects are available. If there are more objects remaining, Shield Advanced will always also return a NextToken value in the response.

The default setting is 20.

" } } }, "ListProtectionsResponse":{ "type":"structure", "members":{ "Protections":{ "shape":"Protections", "documentation":"

The array of enabled Protection objects.

" }, "NextToken":{ "shape":"Token", "documentation":"

When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

" } } }, "ListResourcesInProtectionGroupRequest":{ "type":"structure", "required":["ProtectionGroupId"], "members":{ "ProtectionGroupId":{ "shape":"ProtectionGroupId", "documentation":"

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.

" }, "NextToken":{ "shape":"Token", "documentation":"

When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

On your first call to a list operation, leave this setting empty.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The greatest number of objects that you want Shield Advanced to return to the list request. Shield Advanced might return fewer objects than you indicate in this setting, even if more objects are available. If there are more objects remaining, Shield Advanced will always also return a NextToken value in the response.

The default setting is 20.

" } } }, "ListResourcesInProtectionGroupResponse":{ "type":"structure", "required":["ResourceArns"], "members":{ "ResourceArns":{ "shape":"ResourceArnList", "documentation":"

The Amazon Resource Names (ARNs) of the resources that are included in the protection group.

" }, "NextToken":{ "shape":"Token", "documentation":"

When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a NextToken value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.

You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the MaxResults setting. Shield Advanced will not return more than MaxResults objects, but may return fewer, even if more objects are still available.

Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a NextToken value.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["ResourceARN"], "members":{ "ResourceARN":{ "shape":"ResourceArn", "documentation":"

The Amazon Resource Name (ARN) of the resource to get tags for.

" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "Tags":{ "shape":"TagList", "documentation":"

A list of tag key and value pairs associated with the specified resource.

" } } }, "LockedSubscriptionException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

You are trying to update a subscription that has not yet completed the 1-year commitment. You can change the AutoRenew parameter during the last 30 days of your subscription. This exception indicates that you are attempting to change AutoRenew prior to that period.

", "exception":true }, "LogBucket":{ "type":"string", "max":63, "min":3, "pattern":"^([a-z]|(\\d(?!\\d{0,2}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})))([a-z\\d]|(\\.(?!(\\.|-)))|(-(?!\\.))){1,61}[a-z\\d]$" }, "LogBucketList":{ "type":"list", "member":{"shape":"LogBucket"}, "max":10, "min":0 }, "Long":{"type":"long"}, "MaxResults":{ "type":"integer", "box":true, "max":10000, "min":0 }, "Mitigation":{ "type":"structure", "members":{ "MitigationName":{ "shape":"String", "documentation":"

The name of the mitigation taken for this attack.

" } }, "documentation":"

The mitigation applied to a DDoS attack.

" }, "MitigationList":{ "type":"list", "member":{"shape":"Mitigation"} }, "NoAssociatedRoleException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

The ARN of the role that you specifed does not exist.

", "exception":true }, "OptimisticLockException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

Exception that indicates that the resource state has been modified by another client. Retrieve the resource and then retry your request.

", "exception":true }, "PhoneNumber":{ "type":"string", "max":16, "min":1, "pattern":"^\\+[1-9]\\d{1,14}$" }, "ProactiveEngagementStatus":{ "type":"string", "enum":[ "ENABLED", "DISABLED", "PENDING" ] }, "ProtectedResourceType":{ "type":"string", "enum":[ "CLOUDFRONT_DISTRIBUTION", "ROUTE_53_HOSTED_ZONE", "ELASTIC_IP_ALLOCATION", "CLASSIC_LOAD_BALANCER", "APPLICATION_LOAD_BALANCER", "GLOBAL_ACCELERATOR" ] }, "Protection":{ "type":"structure", "members":{ "Id":{ "shape":"ProtectionId", "documentation":"

The unique identifier (ID) of the protection.

" }, "Name":{ "shape":"ProtectionName", "documentation":"

The name of the protection. For example, My CloudFront distributions.

" }, "ResourceArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the Amazon Web Services resource that is protected.

" }, "HealthCheckIds":{ "shape":"HealthCheckIds", "documentation":"

The unique identifier (ID) for the Route 53 health check that's associated with the protection.

" }, "ProtectionArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the protection.

" }, "ApplicationLayerAutomaticResponseConfiguration":{ "shape":"ApplicationLayerAutomaticResponseConfiguration", "documentation":"

The automatic application layer DDoS mitigation settings for the protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.

" } }, "documentation":"

An object that represents a resource that is under DDoS protection.

" }, "ProtectionGroup":{ "type":"structure", "required":[ "ProtectionGroupId", "Aggregation", "Pattern", "Members" ], "members":{ "ProtectionGroupId":{ "shape":"ProtectionGroupId", "documentation":"

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.

" }, "Aggregation":{ "shape":"ProtectionGroupAggregation", "documentation":"

Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.

" }, "Pattern":{ "shape":"ProtectionGroupPattern", "documentation":"

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.

" }, "ResourceType":{ "shape":"ProtectedResourceType", "documentation":"

The resource type to include in the protection group. All protected resources of this type are included in the protection group. You must set this when you set Pattern to BY_RESOURCE_TYPE and you must not set it for any other Pattern setting.

" }, "Members":{ "shape":"ProtectionGroupMembers", "documentation":"

The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set Pattern to ARBITRARY and you must not set it for any other Pattern setting.

" }, "ProtectionGroupArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the protection group.

" } }, "documentation":"

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.

" }, "ProtectionGroupAggregation":{ "type":"string", "enum":[ "SUM", "MEAN", "MAX" ] }, "ProtectionGroupArbitraryPatternLimits":{ "type":"structure", "required":["MaxMembers"], "members":{ "MaxMembers":{ "shape":"Long", "documentation":"

The maximum number of resources you can specify for a single arbitrary pattern in a protection group.

" } }, "documentation":"

Limits settings on protection groups with arbitrary pattern type.

" }, "ProtectionGroupId":{ "type":"string", "max":36, "min":1, "pattern":"[a-zA-Z0-9\\\\-]*" }, "ProtectionGroupLimits":{ "type":"structure", "required":[ "MaxProtectionGroups", "PatternTypeLimits" ], "members":{ "MaxProtectionGroups":{ "shape":"Long", "documentation":"

The maximum number of protection groups that you can have at one time.

" }, "PatternTypeLimits":{ "shape":"ProtectionGroupPatternTypeLimits", "documentation":"

Limits settings by pattern type in the protection groups for your subscription.

" } }, "documentation":"

Limits settings on protection groups for your subscription.

" }, "ProtectionGroupMembers":{ "type":"list", "member":{"shape":"ResourceArn"}, "max":10000, "min":0 }, "ProtectionGroupPattern":{ "type":"string", "enum":[ "ALL", "ARBITRARY", "BY_RESOURCE_TYPE" ] }, "ProtectionGroupPatternTypeLimits":{ "type":"structure", "required":["ArbitraryPatternLimits"], "members":{ "ArbitraryPatternLimits":{ "shape":"ProtectionGroupArbitraryPatternLimits", "documentation":"

Limits settings on protection groups with arbitrary pattern type.

" } }, "documentation":"

Limits settings by pattern type in the protection groups for your subscription.

" }, "ProtectionGroups":{ "type":"list", "member":{"shape":"ProtectionGroup"} }, "ProtectionId":{ "type":"string", "max":36, "min":36, "pattern":"[a-zA-Z0-9\\\\-]*" }, "ProtectionLimits":{ "type":"structure", "required":["ProtectedResourceTypeLimits"], "members":{ "ProtectedResourceTypeLimits":{ "shape":"Limits", "documentation":"

The maximum number of resource types that you can specify in a protection.

" } }, "documentation":"

Limits settings on protections for your subscription.

" }, "ProtectionName":{ "type":"string", "max":128, "min":1, "pattern":"[ a-zA-Z0-9_\\\\.\\\\-]*" }, "Protections":{ "type":"list", "member":{"shape":"Protection"} }, "ResourceAlreadyExistsException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"}, "resourceType":{ "shape":"String", "documentation":"

The type of resource that already exists.

" } }, "documentation":"

Exception indicating the specified resource already exists. If available, this exception includes details in additional properties.

", "exception":true }, "ResourceArn":{ "type":"string", "max":2048, "min":1, "pattern":"^arn:aws.*" }, "ResourceArnFilterList":{ "type":"list", "member":{"shape":"ResourceArn"} }, "ResourceArnList":{ "type":"list", "member":{"shape":"ResourceArn"} }, "ResourceNotFoundException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"}, "resourceType":{ "shape":"String", "documentation":"

Type of resource.

" } }, "documentation":"

Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties.

", "exception":true }, "ResponseAction":{ "type":"structure", "members":{ "Block":{ "shape":"BlockAction", "documentation":"

Specifies that Shield Advanced should configure its WAF rules with the WAF Block action.

You must specify exactly one action, either Block or Count.

" }, "Count":{ "shape":"CountAction", "documentation":"

Specifies that Shield Advanced should configure its WAF rules with the WAF Count action.

You must specify exactly one action, either Block or Count.

" } }, "documentation":"

Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

" }, "RoleArn":{ "type":"string", "max":2048, "min":1, "pattern":"^arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+" }, "String":{"type":"string"}, "SubResourceSummary":{ "type":"structure", "members":{ "Type":{ "shape":"SubResourceType", "documentation":"

The SubResource type.

" }, "Id":{ "shape":"String", "documentation":"

The unique identifier (ID) of the SubResource.

" }, "AttackVectors":{ "shape":"SummarizedAttackVectorList", "documentation":"

The list of attack types and associated counters.

" }, "Counters":{ "shape":"SummarizedCounterList", "documentation":"

The counters that describe the details of the attack.

" } }, "documentation":"

The attack information for the specified SubResource.

" }, "SubResourceSummaryList":{ "type":"list", "member":{"shape":"SubResourceSummary"} }, "SubResourceType":{ "type":"string", "enum":[ "IP", "URL" ] }, "Subscription":{ "type":"structure", "required":["SubscriptionLimits"], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start time of the subscription, in Unix time in seconds.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The date and time your subscription will end.

" }, "TimeCommitmentInSeconds":{ "shape":"DurationInSeconds", "documentation":"

The length, in seconds, of the Shield Advanced subscription for the account.

" }, "AutoRenew":{ "shape":"AutoRenew", "documentation":"

If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period.

When you initally create a subscription, AutoRenew is set to ENABLED. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.

" }, "Limits":{ "shape":"Limits", "documentation":"

Specifies how many protections of a given type you can create.

" }, "ProactiveEngagementStatus":{ "shape":"ProactiveEngagementStatus", "documentation":"

If ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.

If PENDING, you have requested proactive engagement and the request is pending. The status changes to ENABLED when your request is fully processed.

If DISABLED, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support.

" }, "SubscriptionLimits":{ "shape":"SubscriptionLimits", "documentation":"

Limits settings for your subscription.

" }, "SubscriptionArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the subscription.

" } }, "documentation":"

Information about the Shield Advanced subscription for an account.

" }, "SubscriptionLimits":{ "type":"structure", "required":[ "ProtectionLimits", "ProtectionGroupLimits" ], "members":{ "ProtectionLimits":{ "shape":"ProtectionLimits", "documentation":"

Limits settings on protections for your subscription.

" }, "ProtectionGroupLimits":{ "shape":"ProtectionGroupLimits", "documentation":"

Limits settings on protection groups for your subscription.

" } }, "documentation":"

Limits settings for your subscription.

" }, "SubscriptionState":{ "type":"string", "enum":[ "ACTIVE", "INACTIVE" ] }, "SummarizedAttackVector":{ "type":"structure", "required":["VectorType"], "members":{ "VectorType":{ "shape":"String", "documentation":"

The attack type, for example, SNMP reflection or SYN flood.

" }, "VectorCounters":{ "shape":"SummarizedCounterList", "documentation":"

The list of counters that describe the details of the attack.

" } }, "documentation":"

A summary of information about the attack.

" }, "SummarizedAttackVectorList":{ "type":"list", "member":{"shape":"SummarizedAttackVector"} }, "SummarizedCounter":{ "type":"structure", "members":{ "Name":{ "shape":"String", "documentation":"

The counter name.

" }, "Max":{ "shape":"Double", "documentation":"

The maximum value of the counter for a specified time period.

" }, "Average":{ "shape":"Double", "documentation":"

The average value of the counter for a specified time period.

" }, "Sum":{ "shape":"Double", "documentation":"

The total of counter values for a specified time period.

" }, "N":{ "shape":"Integer", "documentation":"

The number of counters for a specified time period.

" }, "Unit":{ "shape":"String", "documentation":"

The unit of the counters.

" } }, "documentation":"

The counter that describes a DDoS attack.

" }, "SummarizedCounterList":{ "type":"list", "member":{"shape":"SummarizedCounter"} }, "Tag":{ "type":"structure", "members":{ "Key":{ "shape":"TagKey", "documentation":"

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.

" }, "Value":{ "shape":"TagValue", "documentation":"

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.

" } }, "documentation":"

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.

" }, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":200, "min":0 }, "TagList":{ "type":"list", "member":{"shape":"Tag"}, "max":200, "min":0 }, "TagResourceRequest":{ "type":"structure", "required":[ "ResourceARN", "Tags" ], "members":{ "ResourceARN":{ "shape":"ResourceArn", "documentation":"

The Amazon Resource Name (ARN) of the resource that you want to add or update tags for.

" }, "Tags":{ "shape":"TagList", "documentation":"

The tags that you want to modify or add to the resource.

" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256, "min":0 }, "TimeRange":{ "type":"structure", "members":{ "FromInclusive":{ "shape":"Timestamp", "documentation":"

The start time, in Unix time in seconds.

" }, "ToExclusive":{ "shape":"Timestamp", "documentation":"

The end time, in Unix time in seconds.

" } }, "documentation":"

The time range.

" }, "Timestamp":{"type":"timestamp"}, "Token":{ "type":"string", "max":4096, "min":1, "pattern":"^.*$" }, "TopContributors":{ "type":"list", "member":{"shape":"Contributor"} }, "Unit":{ "type":"string", "enum":[ "BITS", "BYTES", "PACKETS", "REQUESTS" ] }, "UntagResourceRequest":{ "type":"structure", "required":[ "ResourceARN", "TagKeys" ], "members":{ "ResourceARN":{ "shape":"ResourceArn", "documentation":"

The Amazon Resource Name (ARN) of the resource that you want to remove tags from.

" }, "TagKeys":{ "shape":"TagKeyList", "documentation":"

The tag key for each tag that you want to remove from the resource.

" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateApplicationLayerAutomaticResponseRequest":{ "type":"structure", "required":[ "ResourceArn", "Action" ], "members":{ "ResourceArn":{ "shape":"ResourceArn", "documentation":"

The ARN (Amazon Resource Name) of the resource.

" }, "Action":{ "shape":"ResponseAction", "documentation":"

Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

" } } }, "UpdateApplicationLayerAutomaticResponseResponse":{ "type":"structure", "members":{ } }, "UpdateEmergencyContactSettingsRequest":{ "type":"structure", "members":{ "EmergencyContactList":{ "shape":"EmergencyContactList", "documentation":"

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.

If you have proactive engagement enabled, the contact list must include at least one phone number.

" } } }, "UpdateEmergencyContactSettingsResponse":{ "type":"structure", "members":{ } }, "UpdateProtectionGroupRequest":{ "type":"structure", "required":[ "ProtectionGroupId", "Aggregation", "Pattern" ], "members":{ "ProtectionGroupId":{ "shape":"ProtectionGroupId", "documentation":"

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.

" }, "Aggregation":{ "shape":"ProtectionGroupAggregation", "documentation":"

Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.

" }, "Pattern":{ "shape":"ProtectionGroupPattern", "documentation":"

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.

" }, "ResourceType":{ "shape":"ProtectedResourceType", "documentation":"

The resource type to include in the protection group. All protected resources of this type are included in the protection group. You must set this when you set Pattern to BY_RESOURCE_TYPE and you must not set it for any other Pattern setting.

" }, "Members":{ "shape":"ProtectionGroupMembers", "documentation":"

The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set Pattern to ARBITRARY and you must not set it for any other Pattern setting.

" } } }, "UpdateProtectionGroupResponse":{ "type":"structure", "members":{ } }, "UpdateSubscriptionRequest":{ "type":"structure", "members":{ "AutoRenew":{ "shape":"AutoRenew", "documentation":"

When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.

" } } }, "UpdateSubscriptionResponse":{ "type":"structure", "members":{ } }, "ValidationExceptionField":{ "type":"structure", "required":[ "name", "message" ], "members":{ "name":{ "shape":"String", "documentation":"

The name of the parameter that failed validation.

" }, "message":{ "shape":"String", "documentation":"

The message describing why the parameter failed validation.

" } }, "documentation":"

Provides information about a particular parameter passed inside a request that resulted in an exception.

" }, "ValidationExceptionFieldList":{ "type":"list", "member":{"shape":"ValidationExceptionField"} }, "ValidationExceptionReason":{ "type":"string", "enum":[ "FIELD_VALIDATION_FAILED", "OTHER" ] }, "errorMessage":{"type":"string"} }, "documentation":"Shield Advanced

This is the Shield Advanced API Reference. This guide is for developers who need detailed information about the Shield Advanced API actions, 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 WAF and Shield Developer Guide.

" }