{ "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 DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs. You can associate up to 10 Amazon S3 buckets with your subscription.

To use the services of the DRT 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 DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the DRT to inspect your AWS WAF configuration and create or update AWS 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 you will specify in the request. For more information see Attaching and Detaching IAM Policies. The role must also trust the service principal drt.shield.amazonaws.com. For more information, see IAM JSON Policy Elements: Principal.

The DRT will have access only to your AWS WAF and Shield resources. By submitting this request, you authorize the DRT to inspect your AWS WAF and Shield configuration and create and update AWS WAF rules and web ACLs on your behalf. The DRT 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 AWS Service.

To use the services of the DRT 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"} ], "documentation":"

Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.

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 AWS WAF and AWS Shield 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 DDoS Response Team (DRT) 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 DDoS Response Team (DRT) can use to contact you for escalations to the DRT 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"} ], "documentation":"

Enables AWS Shield Advanced for a specific AWS resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, AWS 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. If you want to add protection to multiple resources at once, use the AWS WAF console. For more information see Getting Started with AWS Shield Advanced and Add AWS Shield Advanced Protection to more AWS 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 AWS 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 AWS 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 AWS Shield Advanced from an account. AWS 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 AWS 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 DDoS Response Team (DRT) to access your AWS 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 DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT 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 AWS Shield Advanced subscription for an account.

" }, "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 DDoS Response Team (DRT) to notify contacts about escalations to the DRT 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 DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.

To make a DisassociateDRTLogBucket request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTLogBucket request to remove this access.

" }, "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 DDoS Response Team's (DRT) access to your AWS account.

To make a DisassociateDRTRole request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTRole request to remove this access.

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

Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.

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 AWS WAF and AWS Shield 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 DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT 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 AWS tags for a specified Amazon Resource Name (ARN) in AWS 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 AWS 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 AWS Shield.

" }, "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 DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT 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 DDoS Response Team (DRT), 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 AWS Service.

", "exception":true }, "AssociateDRTLogBucketRequest":{ "type":"structure", "required":["LogBucket"], "members":{ "LogBucket":{ "shape":"LogBucket", "documentation":"

The Amazon S3 bucket that contains your AWS WAF logs.

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

The Amazon Resource Name (ARN) of the role the DRT will use to access your AWS 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 DDoS Response Team (DRT) can use to contact you for escalations to the DRT 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. For more information see timestamp.

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

The time the attack ended, in Unix time in seconds. For more information see timestamp.

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

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

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

The array of AttackProperty objects.

" }, "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 distributed denial of service (DDoS) event that was observed. NETWORK indicates layer 3 and layer 4 events and APPLICATION indicates layer 7 events.

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

Defines the DDoS attack property information that is provided. The WORDPRESS_PINGBACK_REFLECTOR and WORDPRESS_PINGBACK_SOURCE values are valid only for WordPress reflective pingback DDoS attacks.

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

The array of contributor objects that includes the top five contributors to an attack.

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

The unit of the Value of the contributions.

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

The total contributions made to this attack by all contributors, not just the five listed in the TopContributors list.

" } }, "documentation":"

Details of the described attack.

" }, "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. For more information see timestamp.

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

The end time of the attack, in Unix time in seconds. For more information see timestamp.

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

The name of the contributor. This is dependent on the AttackPropertyIdentifier. 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.

" }, "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 AWS 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 that to be described.

" } } }, "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 DRT used to access your AWS account.

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

The list of Amazon S3 buckets accessed by the DRT.

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

A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT 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 AWS 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 AWS 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 AWS Shield Advanced subscription details for an account.

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

The Amazon S3 bucket that contains your AWS WAF logs.

" } } }, "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 DRT can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.

" }, "EmergencyContactList":{ "type":"list", "member":{"shape":"EmergencyContact"}, "max":10, "min":0 }, "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 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"}, "Limit":{"shape":"LimitNumber"} }, "documentation":"

Exception that indicates that the operation would exceed a limit.

Type is the type of limit that would be exceeded.

Limit is the threshold that would be exceeded.

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

The ARN (Amazon Resource Name) of the resource that was attacked. If this is left 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 sample request above indicates a number type because the default used by WAF is Unix time in seconds. However any valid timestamp format is allowed.

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

The end of the time period for the attacks. This is a timestamp type. The sample request above indicates a number type because the default used by WAF is Unix time in seconds. However any valid timestamp format is allowed.

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

The ListAttacksRequest.NextMarker value from a previous call to ListAttacksRequest. Pass null if this is the first call.

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

The maximum number of AttackSummary objects to return. If you leave this blank, Shield Advanced returns the first 20 results.

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 MaxResults, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in NextToken that you can use in your next request, to get the next batch of objects.

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

The attack information for the specified time range.

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

The token returned by a previous call to indicate that there is more data available. If not null, more results are available. Pass this value for the NextMarker parameter in a subsequent call to ListAttacks to retrieve the next set of items.

Shield Advanced might return the list of AttackSummary 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 NextToken.

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

The next token value from a previous call to ListProtectionGroups. Pass null if this is the first call.

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

The maximum number of ProtectionGroup objects to return. If you leave this blank, Shield Advanced returns the first 20 results.

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 MaxResults, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in NextToken that you can use in your next request, to get the next batch of objects.

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

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

If you specify a value for MaxResults and you have more protection groups than the value of MaxResults, AWS Shield Advanced returns this token that you can use in your next request, to get the next batch of objects.

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

The ListProtectionsRequest.NextToken value from a previous call to ListProtections. Pass null if this is the first call.

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

The maximum number of Protection objects to return. If you leave this blank, Shield Advanced returns the first 20 results.

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 MaxResults, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in NextToken that you can use in your next request, to get the next batch of objects.

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

The array of enabled Protection objects.

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

If you specify a value for MaxResults and you have more Protections than the value of MaxResults, AWS 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.

Shield Advanced might return the list of Protection objects in batches smaller than the number specified by MaxResults. If there are more Protection objects to return, Shield Advanced will always also return a NextToken.

" } } }, "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":"

The next token value from a previous call to ListResourcesInProtectionGroup. Pass null if this is the first call.

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

The maximum number of resource ARN objects to return. If you leave this blank, Shield Advanced returns the first 20 results.

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 MaxResults, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in NextToken that you can use in your next request, to get the next batch of objects.

" } } }, "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":"

If you specify a value for MaxResults and you have more resources in the protection group than the value of MaxResults, AWS Shield Advanced returns this token that you can use in your next request, to get the next batch of objects.

" } } }, "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 AWS 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.

" } }, "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 AWS 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 AWS 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":1, "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 }, "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. For more information see timestamp.

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

The date and time your subscription will end.

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

The length, in seconds, of the AWS 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 DDoS Response Team (DRT) will use email and phone to notify contacts about escalations to the DRT 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 DRT 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 AWS 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 AWS 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 AWS 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":"AttackTimestamp", "documentation":"

The start time, in Unix time in seconds. For more information see timestamp.

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

The end time, in Unix time in seconds. For more information see timestamp.

" } }, "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":{ } }, "UpdateEmergencyContactSettingsRequest":{ "type":"structure", "members":{ "EmergencyContactList":{ "shape":"EmergencyContactList", "documentation":"

A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT 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 AWS 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":"AWS Shield Advanced

This is the AWS Shield Advanced API Reference. This guide is for developers who need detailed information about the AWS Shield Advanced API actions, data types, and errors. For detailed information about AWS WAF and AWS Shield Advanced features and an overview of how to use the AWS WAF and AWS Shield Advanced APIs, see the AWS WAF and AWS Shield Developer Guide.

" }